* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  /* border: 1px;
  border-style: dashed; */
}

@media only screen and (min-width: 300px) {

  .image_off_index, #home:hover .image_on_index{

   display:none;
}
.image_on_index, #home:hover .image_off_index{
   display:block


}

.trash_off, #trash:hover .trash_on{
 display:none;

}
.trash_on, #trash:hover .trash_off{
 display:block;

}

.cabecera {
  display: flex;
  position: fixed;
  justify-content: space-around;
  width: 100%;
  height: 150px;
  background-color: #79b8d5;

}

.logout {
    margin-top: 5px;
  width: 80px;
  height: 80px;
}

/* .logout img {
    margin-top: 5px;
    margin-bottom: 5px;
  margin-right: 25px;
  width: 90px;
  height: 90px;
} */

.logos_right  {
  margin-top: 5px;
  display: block;
  width: 150px;
  height: 150px;

}

.logo_cardex {
  margin-top: -80px;
  margin-left: -30px;
  width: 150px;
  height: 150px;


}

.logo_cardex img {
  margin-top: 40px;
  margin-lef: -30px;
  width: 200px;
  height: 200px;


}

.titulo {
    margin-top: 20px;
    margin-left: 10px;
  width: 600px;
  font-size: 25px;


}

.usuario {
    margin-top: 20px;
  width: 80px;
  height: 80px;

}

.menu_hamburguesa img {
  width: 120px;
  height: 120px;
}

.container {
  display: block;
  position: fixed;

  width: 100%;
  height: 100px;
  margin-top: -165px;
}

.nav_links_container {
    background-color: white;
display: flex;
margin-top: 20px;
width: 100%;
height: 250px;

justify-content: space-around;

/* border: 1px;
border-style: dashed; */

}

.container_mostrar {
background-color: white;
  width: 100%;
  height: 100px;
  margin-top: -120px;
  margin-bottom: 100px;
/* border: 1px;
border-style: dashed; */
}

.nav_links_container_mostrar {
    background-color: white;
display: flex;
margin-top: -260px;
width: 100%;
height: 100px;

justify-content: space-around;

/* border: 1px;
border-style: dashed; */

}


.nav_links  {
  width: 180px;
  height: 100px;
  background-color: #79b8d5;
  margin-bottom: 100px;
  margin-top: 100px;
  text-align: center;
list-style: none;


}

 li  {
  padding-top: 20px;
  font-size: 15px;
list-style: none;
}

a {
  text-decoration: none;
  color: rgb(170, 36, 36);
  font-size: 30px;
}

.cambio_clave  {

  height: 100px;
  margin-top: 20px;
  font-size: 15px;
}

.enlace_detalle a {
  font-size: 30px;
  color: rgb(170, 36, 36);
}

.contenido {

  width: 90%;
  height: 100%;
  margin: auto;
  margin-top: 130px;

}

.tabla_titulo {
  margin: auto;
font-size: 30px;
background-color: rgb(165, 205, 165);
}

.tabla_si {
  margin: auto;
font-size: 30px;
background-color: rgb(165, 205, 165);
}

.tabla_no {
  margin: auto;
font-size: 30px;
background-color: rgb(244, 173, 173);
}

.tabla_eval {
  margin: auto;
font-size: 30px;
background-color: rgb(252, 216, 149);
}

.tabla_toma {
    margin: auto;

  font-size: 20px;


}

.tabla_control {

  margin: auto;

  font-size: 40px;

}


.tabla_titulo_chico {
  margin: auto;
font-size: 20px;
background-color: rgb(165, 205, 165);
}


.tabla_datos {
    margin: auto;
background-color: white;
  font-size: 30px;


}

.tabla_contenido {
    margin: auto;

  font-size: 80px;


}

.login {
  background-color: rgba(238, 235, 235, 0.74);
  margin: auto;
width: 80%;
height: 80%;
font-size: 40px;

}

.input {
  font-size: 50px;
}

.input_search {
  font-size: 35px;
}

.input_button {
  font-size: 40px;
}

.etiqueta {
    font-size: 50px;
}

.etiqueta_search {
    font-size: 50px;
}

.galeria {
  display: block;
  margin: auto;
  width: 100%;
  height: 60%;
}

.engranaje {
  display: block;
  margin: auto;
  width: 70%;
  height: 60%;
}

.total_med {
  width: 270px;
}

.imagenes {
  display: block;
  margin-top: 10px;
  margin-left: 100px;
  height: 250px;
  width: 90%;
}

.img_info {
  width: 40%;
  margin-left: 50px;
  margin-top: 80px;

}

.ul_info {
  display: block;
  width: 90%;
  margin-top: 300px;
  margin-left: 7%;
  margin-bottom: 100px;
}

.info {
  display: block;

}

.img_info {
  width: 100%;
  margin: auto;

}

.li_info {
  font-size: 40px;
  width: 90%;
  margin: auto;
  list-style: circle;

}

.doctor {
  background-image: url(doctor_mobil.png);
  width: 100%;
}

.contacto {
  width: 100px;
}

.mail {
  width: 100%;
  height: 100px;
  margin-top: 50px;
  margin-left: -4%;
}

.mails {
  width: 60%;
}

.input_search {
    margin-top: 150px;
    margin-bottom: 100px;
}

.punto {
  width: 25px;
}

.bell {
  width: 20%;
}

}
@media only screen and (min-width: 1112px) {

  .image_off_index, #home:hover .image_on_index{

   display:none;
}
.image_on_index, #home:hover .image_off_index{
   display:block;


}

.trash_off, #trash:hover .trash_on{
 display:none;

}
.trash_on, #trash:hover .trash_off{
 display:block;
width: 25%;
}



.cabecera {
  display: flex;
  position: fixed;
  justify-content: space-around;
  width: 100%;
  height: 150px;
  background-color: #79b8d5;
  /* border: 1px;
  border-style: dashed; */


}

.logout {
    margin-top: 5px;
    margin-left: 40px;
  width: 80px;
  height: 80px;

}


.logos_right  {
  display: block;
  width: 100px;
  height: 150px;

}

.logo_cardex {
  margin-top: 0px;
  width: 300px;
  height: 100px;
  /* border: 1px;
  border-style: dashed; */

}

.logo_cardex img {
  margin-top: -40px;
  width: 300px;
  height: 200px;
  /* border: 1px;
  border-style: dashed; */

}

.titulo {
    margin-top: 30px;
  width: 800px;
  font-size: 25px;
  /* border: 1px;
  border-style: dashed; */
}

.usuario {

  width:150px;
  height: 150px;

}

.container {
  display: block;
  position: fixed;
background-color: white;
  width: 100%;
  height: 100px;
  margin-top: -130px;
/* border: 1px;
border-style: dashed; */
}

.nav_links_container {
    background-color: white;
display: flex;
margin-top: 20px;
width: 100%;
height: 100px;

justify-content: space-around;

/* border: 1px;
border-style: dashed; */

}

.container_mostrar {
background-color: white;
  width: 100%;
  height: 100px;
  margin-top: -120px;
  margin-bottom: -50px;
/* border: 1px;
border-style: dashed; */
}

.nav_links_container_mostrar {
    background-color: white;
display: flex;
margin-top: 20px;
width: 100%;
height: 100px;

justify-content: space-around;

/* border: 1px;
border-style: dashed; */

}

 .nav_links  {
     margin-top: 10px;
  width: 150px;
  height: 70px;

list-style: none;
/* border: 1px;
border-style: dashed; */

}

.nav_links a {
color: rgb(170, 36, 36);
font-size: 20px;

}
a {
  text-decoration: none;
  color: rgb(170, 36, 36);
  font-size: 20px;


}

a:hover {
  text-decoration: none;
  color: #F10034;
}

.cambio_clave  {
  margin-right: 10px;
  height: 100px;
  margin-top: 20px;
  font-size: 15px;

}

.enlace_detalle a {


  font-size: 25px;
  color: rgb(170, 36, 36);

}

.contenido {

  width: 98%;
  height: 100%;
  margin-top: -50px;
  margin-left: 10px;
  margin-right: 10px;
justify-content: center;
}

.tabla_contenido {
    margin: auto;

  font-size: 80px;


}


.tabla_datos {
    margin: auto;

  font-size: 20px;


}

.tabla_toma {
    margin: auto;
background-color: rgb(165, 205, 165);
  font-size: 20px;


}

.tabla_control {
  margin: auto;
  font-size: 40px;

}

.tabla_titulo {
  margin: auto;
font-size: 40px;
background-color: rgb(165, 205, 165);
}

.tabla_si {
  margin: auto;
font-size: 20px;
background-color: rgb(165, 205, 165);
}

.tabla_no {
  margin: auto;
font-size: 20px;
background-color: rgb(244, 173, 173);
}

.tabla_eval {
  margin: auto;
font-size: 20px;
background-color: rgb(252, 216, 149);
}

.tabla_titulo_chico {
  margin: auto;
font-size: 20px;
background-color: rgb(165, 205, 165);
}

.login {
  background-color: rgba(238, 235, 235, 0.74);
  margin: auto;
width:30%;
height: 30%;
font-size: 15px;
}

.input {
  font-size: 15px;
}

.input_search {
  font-size: 15px;
}

.input_button {
  font-size: 25px;
}

.etiqueta {
  font-size: 25px;
}

.etiqueta_search {
  font-size: 25px;
}

.engranaje {
  display: block;
  margin-top: -100px;
  margin: auto;
  width: 50%;
  height: 70%;
}

.galeria {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 60%;
}
.total_med {
  width: 400px;
}
.

.info_general {
  display: block;
  width: 100%;
}

.info {
  display: flex;
  justify-content: flex-start;
  width: 100%;


}

.imagenes {
  display: block;
  margin-top: 100px;
  margin-left: 80px;
  height: 250px;
  width: 60%;
}

.img_info {
  width: 40%;
  margin-left: 50px;
  margin-top: 80px;

}

.ul_info {
  display: block;
  width: 80%;
  margin-top: 80px;
  margin-left: 100px;
}


.li_info {

  font-size: 18px;
  width: 100%;
  margin-right: 100px;
  list-style: circle;

}



.doctor {
  background-size: 100%;
  background-image: url(doctor.jpg);
}

.contacto {
  width: 2%;
}

.mail {
height: 50px;
  margin-top: 80px;
  width: 100%;
  margin-left: -1.5%;
}

.mails {

  width: 20%;
}

.input_search {
    margin-top: 50px;
    margin-bottom: 50px;
}

.punto {
  width: 15px;
}

.bell {
  width: 15%;
}


}

@media print {
  .cabecera {
    display: none;
    position: fixed;
    justify-content: space-around;
    width: 100%;
    height: 150px;
    background-color: #79b8d5;
    /* border: 1px;
    border-style: dashed; */


  }

  .logout {
    display: none;
      margin-top: 5px;
      margin-left: 40px;
    width: 80px;
    height: 80px;

  }


  .logos_right  {
    display: none;
    width: 100px;
    height: 150px;

  }

  .logo_cardex {
    display: none;
    margin-top: 0px;
    width: 300px;
    height: 100px;
    /* border: 1px;
    border-style: dashed; */

  }

  .logo_cardex img {
    display: none;
    margin-top: -40px;
    width: 300px;
    height: 200px;
    /* border: 1px;
    border-style: dashed; */

  }

  .titulo {
    display: none;
      margin-top: 30px;
    width: 800px;
    font-size: 25px;
    /* border: 1px;
    border-style: dashed; */
  }

  .usuario {
    display: none;

    width:150px;
    height: 150px;

  }

  .container {
    display: none;
    position: fixed;
  background-color: white;
    width: 100%;
    height: 100px;
    margin-top: -130px;
  /* border: 1px;
  border-style: dashed; */
  }

  .nav_links_container {
    display: none;
      background-color: white;
  display: flex;
  margin-top: 20px;
  width: 100%;
  height: 100px;

  justify-content: space-around;

  /* border: 1px;
  border-style: dashed; */

  }

  .container_mostrar {
    display: none;
  background-color: white;
    width: 100%;
    height: 100px;
    margin-top: -120px;
    margin-bottom: -50px;
  /* border: 1px;
  border-style: dashed; */
  }

  .nav_links_container_mostrar {
    display: none;
      background-color: white;
  display: flex;
  margin-top: 20px;
  width: 100%;
  height: 100px;

  justify-content: space-around;

  /* border: 1px;
  border-style: dashed; */

  }

   .nav_links  {
     display: none;
       margin-top: 10px;
    width: 150px;
    height: 70px;

  list-style: none;
  /* border: 1px;
  border-style: dashed; */

  }

  .nav_links a {
    display: none;
  color: rgb(170, 36, 36);
  font-size: 20px;

  }
  a {
    text-decoration: none;
    color: rgb(170, 36, 36);
    font-size: 20px;


  }

  .cambio_clave  {
    display: none;
    margin-right: 10px;
    height: 100px;
    margin-top: 20px;
    font-size: 15px;

  }

  .enlace_detalle a {

    display: none;
    font-size: 25px;
    color: rgb(170, 36, 36);

  }

  .contenido {

    width: 98%;
    height: 100%;
    margin-top: -500px;
    margin-left: 10px;
    margin-right: 10px;
  justify-content: center;
  }

  .tabla_contenido {
      margin: auto;

    font-size: 80px;


  }


  .tabla_datos {
      margin: auto;

    font-size: 20px;
background-color: white;

  }

  .tabla_toma {
      margin: auto;
  background-color: rgb(165, 205, 165);
    font-size: 20px;


  }

  .tabla_control {
    margin: auto;
    font-size: 40px;

  }

  .tabla_titulo {
    margin: auto;
  font-size: 40px;
  background-color: rgb(165, 205, 165);
  }

  .tabla_titulo_chico {
    margin-top: -10px;
  font-size: 20px;
  background-color: rgb(165, 205, 165);
  }

  .tabla_si {
  margin: auto;
font-size: 20px;
background-color: rgb(165, 205, 165);
}

.tabla_no {
  margin: auto;
font-size: 30px;
background-color: rgb(244, 173, 173);
}

.tabla_eval {
  margin: auto;
font-size: 30px;
background-color: rgb(252, 216, 149);
}

  .login {
    display: none;
    background-color: rgba(238, 235, 235, 0.74);
    margin: auto;
  width:30%;
  height: 30%;
  font-size: 15px;
  }

  .input {
    font-size: 15px;
  }

  .input_search {
    font-size: 15px;
  }

  .input_button {
    font-size: 25px;
  }

  .etiqueta {
    font-size: 25px;
  }

  .etiqueta_search {
    font-size: 25px;
  }

  .engranaje {
    display: block;
    margin-top: -100px;
    margin: auto;
    width: 50%;
    height: 70%;
  }

  .galeria {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 60%;
  }
  .total_med {
    width: 400px;
  }

  .info {
    display: flex;
    justify-content: flex-start;

  }

  .img_info {
    width: 40%;
    margin-left: 50px;

  }

  .li_info {

    font-size: 18px;
    width: 100%;
    margin-right: 100px;
    list-style: circle;

  }

  .ul_info {
    margin-top: 100px;
  }

  .doctor {
    background-size: 100%;
    background-image: url(doctor.jpg);
  }

  .contacto {
    width: 50px;
  }
}
