/*MENU DISPLAY NONE*/
@media only screen and (min-width: 600px) {
    .mobile-container{
        display: none;
  }
} 
/*MENU DISPLAY-NONE*/    
@media only screen and (max-width: 599px) {
.cont-2 {
 display: none;
}
} 
/**importasnte*/
@media only screen and (max-width: 768px) {
 .cont-1  {
      flex-wrap: wrap;
     width: 84%;
     text-align: center
  }
  .cont-1  header{
     width: 100%;
      
  }    
  .cont-1  header img{
     width: 50%;
  } 
    .cont-1  .ubicacion1{
     display: none;
  } 
.cont-2 .menu .redes1{
    width: 25%;
    height: 30px;
    
}
.cont-2 .menu nav ul li{
    height: auto;
    list-style: none;
    font-weight: bold;
    padding: 0 4px;
    align-self: center;
    color: black;
    transition-duration: 0.30s;
    font-size: 14px;
}
     .cont-3 {
      height: 320px;
  } 
     .cont-3 .cont-01{
      text-align: center;
  } 
     .cont-3 .contenido p{
    width: 100%;
    font-size: 21px;
    align-self: center;
    padding: 0px 0 20px;
    font-weight: bold;
    
}
.cont-3 .cont-02{
        display: none;        
  }  
.acercade div img {
    display: none
 }
.acercade .line{
   display: none;
 }
.acercade{
    display: flex;
    width: 100%;
    height: 280px;
    justify-content: flex-start;
    
}
.acercade div {
    width: 0%;
    height: auto;
    align-self: center;
}
    .acercade .cont-acercade{
    width:90%;
    color: rgba(0, 0, 0, 0.85);
    margin: auto;
    text-align: center;
}
    .acercade .cont-acercade h2 {
    width: 100%;
    font-size: 30px;
    color: #F9AD19;
    margin: 0 0 5px;
        
}
.acercade .cont-acercade p {
    width: 100%;
    color: rgba(0, 0, 0, 0.70);
    font-size: 20px;
    margin: 0 0 10px;

}
.acercade .cont-acercade button {
    width: 205px;
    height: 55px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #F9AD19;
    color: #F9AD19;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    transition-duration: 0.33s;
}
.servicios{
    width: 100%;
}
 .servicios h3{
    width:100%;
    text-align: center;
    margin: 0 0 15px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 30px;
}   
    
    
.servicios div {
    width: 28%;
    margin: 0 10px;
    padding: 3px;
    height: 200px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 10px 10px -5px rgba(50,50,93,.25) ;
}
.servicios{
    margin-bottom: 5px;
}
.servicios h4{
    font-size: 14px;
}
.productos-index{
    height: 420px;
}
.productos-index h3{
    width:100%;
    padding: 20px 0 0px;
    font-size: 30px;
}
.productos-index div{
    width: 30%;
    margin: 5px;
    padding: 3px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 5px;
}
.productos-index div img{
    width:70%;
    max-width: 70%;
    height: 80%;
    max-height: 210px;
    text-align: center;
}
.productos-index button {
    width: 205px;
    margin: 20px 0;
    height: 55px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #F9AD19;
    color: rgba(0, 0, 0, 0.85);
    background: white;
    border-radius: 5px;
    transition-duration: 0.33s;
}
.compromiso{
    width: 100%;
    height: 300px;
    
}
.compromiso h3{
    font-size: 20px;
    
}
.compromiso .consultas img{
    width: 10%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 32px;
    
}
.compromiso .line-a {
    width:100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 25px;
    
}
footer {
    height: 320px;
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #1D1D1D;
    color: white;
    border-top: 3px solid #F9AD19;
}
footer .info02{
    padding: 10px;
}
footer .info02 img{
    width: 20%;
    margin: 0 5px;
}
footer .info03{
    width: 35%;
    padding: 10px;
}
footer .info04{
    padding: 10px;
}
footer .info02 p{
    line-height: 28px;
    font-size: 14px;
}
footer .info03 p{
    line-height: 28px;
     font-size: 14px;
}
footer .info03 img{
    width: 15%;
}
footer .info04 p{
    line-height: 28px;
     font-size: 12px;
}
footer .info04 img{
    width: 20%;
    padding-right: 5px;
}
footer h3{
    font-size: 15px;
}
}
/**TABLET - PRODUCTO*/
@media only screen and (max-width: 768px) {
    
.tab  {
    width: 100%;
    margin: auto;
}
.tab button {
  width: 33.3%;
  padding: 5px 1px;
  transition: 0.3s;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.50);
  font-weight: bold;
}
.tab button.active {
    width: 33%;
}
.tabcontent {
  display: none;
  padding: 3px 3px;
  border: 1px solid #ccc;
  border-top: none;
}
.Products{
    display: flex;
    flex-wrap: wrap;
    width: 97%;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
}
.Products h3{
    width: 98%;
    text-align: start;
    font-size: 23px;
    padding: 13px 0 13PX;
}
.Products .p1{
    width: 32%;
    height: 280px;
    margin: 5px 4px 5px 0;
}
.Products .p1 h4{
    font-size: 15px;
    margin: 0 2px;
}    
.Products .p1 img{
    width: 60%;
    height: 70%;
    margin: 5px 0 0 0;
}
.Products hr{
    width: 80%;
    margin: auto;
    
}
.Products .procedencia { font-size: 12px;
}
.Products .p1 .alto{
   height:71%;
}
.Products .descarga{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.Products .descarga img{
    width: 20%;
    height: 80%;
    margin: 0;
}
.Products .descarga a{
    text-decoration-line: none;
    color: black; 
    font-size: 18px;
}
}
/*TABLET - Contacto*/
@media only screen and (max-width: 768px) { 
.contactos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.contactos  .whaptsapp{
    width: 80%;
    height: 300px;
    margin: 0;
}
.contactos h2{
    width: 98%;
    text-align: start;
    font-size: 24px;
    padding: 10px 0 10px;
    color:rgba(0, 0, 0, 0.88);
    margin: auto;
}

.contactos  .whaptsapp h3{
    width: 80%;
    font-size: 20px;
}
.contactos  .whaptsapp img{
    width: 16%;
    margin: 10px auto;
}
.contactos  .whaptsapp .consultas{
    width: 70%;
    margin: auto;
    text-align: center;
    border: 3px solid #F9AD19;
    border-radius: 4px;
    margin: 12px auto;
}
.contactos  .whaptsapp .consultas a{
    height: 100%;
    color:white;
    font-size: 22px;
}
.contactos  .whaptsapp .consultas a p{
    width: 100%;
    height: 50px;
    color:#343434;
    background: #ffffff;
    font-size: 22px;
    font-weight: bold;
    transition-duration: 0.33s;
}
.contactos  .whaptsapp .consultas a p:hover{
    width: 100%;
    height: 50px;
    color:white;
    background: #F9AD19;
    font-size: 22px;
}
.contactos  .whaptsapp hr{
    width: 80%;
    height: 3px;
    color:white;
    background: #F9AD19;
    border: none;
    margin: auto;
}
    
    




.contactos .contactos-1{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    
}
.contactos .contactos-1 div{
    width: 45%;
    height: 150px;
    margin: 0 0px 15px 15px;
    box-shadow: 0 10px 14px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    padding: 4px;

}
.contactos .contactos-1 .siguenos{
    width: 45%;
    height: 150px;
    margin: 0 0px 5px 15px;
    box-shadow: none;
    padding: 4px;

}
.contactos .contactos-1 .siguenos img{
    width: 28px;
    margin: 0 0px 0 8px;

}
.contactos h3{
    width: 85%;
    font-size: 16px;
    padding: 10px 0 5PX;
    
}
.contactos p{
    padding: 10px 0 0 3px;
    font-size: 13px;
    
}
.contactos .contactos-2{
    width: 100%;
    margin: auto;
    
}
.contactos .contactos-2 iframe{
    width:70%;
    height: 250px;
    margin: 5px 15%;
    
}

}
/*MOBILES - ABOUT*/
@media only screen and (max-width: 768px) { 
.acercadenosotros {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.acercadenosotros h2{
     width: 95%;
    text-align: start;
    font-size: 24px;
    padding: 13px 0;
}
.acercadenosotros div{
    width: 90%;
    margin: 0% 12px 22px;
    text-align: start;
    font-size: 26px;
}
.acercadenosotros div h3{
    width: 97%;
    padding: 0 0 0 3%;
}
.acercadenosotros div h3::before{
    content: " ";
    background-image: url(../iconos/MyS.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8px 25px;
}
.acercadenosotros div p{
    width: 90%;
    text-align: start;
    margin: auto;
    font-size: 14px;
    padding: 8px 0;
    
}
}
/*FOOTER TABLET*/
@media only screen and (max-width: 550px) { 
footer {
    height: 320px;
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #1D1D1D;
    color: white;
    border-top: 3px solid #F9AD19;
}
footer .info02{
    padding: 10px;
}
footer .info02 img{
    width: 20%;
    margin: 0 5px;
}
footer .info03{
    width: 38%;
    padding: 10px;
}
footer .info04{
    padding: 10px;
}
footer .info02 p{
    line-height: 28px;
    font-size: 12px;
}
footer .info03 p{
    line-height: 28px;
     font-size: 12px;
}
footer .info03 img{
    width: 15%;
}
footer .info04 p{
    line-height: 28px;
     font-size: 12px;
}
footer .info04 img{
    width: 20%;
    padding-right: 5px;
}
footer h3{
    font-size: 15px;
}
footer iframe{
height: 45%;}
}
/*MOBILES - INDEX*/
@media only screen and (max-width: 380px) { 

.acercade .cont-acercade  p {
     font-size: 19px;
}    
    
    .servicios{
    height: 100%;
}
 .servicios h3{
    width:100%;
    text-align: center;
     padding: 20px 0 0;
     color: rgba(0, 0, 0, 0.85);
    font-size: 30px;
}   
.servicios div{
    height: 100%;
    width: 60%;
    margin: 0 5px 10px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 10px 20px -12px rgba(50,50,93,.25) ;
}

.servicios div img{
    width: 60%;
    margin: 0 15px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
}
.servicios div h4{
    font-size: 14px;
   
}
    
.productos-index div{
    width: 30%;
}
.productos-index div img{
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 4px;
    text-align: center;
    border-radius: 5px;
}
.compromiso{
    width: 100%;
    height: 300px;
    
}
.compromiso h3{
    font-size: 18px;
    
}
.compromiso .consultas img{
    width: 20%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 32px;
    
}
.compromiso .line-a {
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 20px;
    
}}

/*MOBILES -J1 - INDEX*/

@media only screen and (max-width: 320px) { 
    
   .cont-3 {
    width: 100%;
    height: 310px;
}
.acercade{
    display: flex;
    width: 100%;
    height: 320px;
    justify-content: flex-start;
}
.acercade .cont-acercade h2{
    font-size: 30px;
    width: 100%;
    padding:0;
    margin: 0;
}
.acercade .cont-acercade  p {
     font-size: 18.5px;
}   

.servicios{
    height: 100%;
}
 .servicios h3{
    width:100%;
     height: 100%;
    text-align: center;
     padding: 15px 0 0;
     color: rgba(0, 0, 0, 0.85);
    font-size: 30px;
}   
.servicios div{
    height: 100%;
    width: 80%;
    margin: 0 5pX 10px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 10px 20px -12px rgba(50,50,93,.25) ;
}
.servicios div h4{
    font-size: 14px;
   
}
.servicios div img{
    width: 40%;
    margin: 0 15px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
}
.productos-index div{
    width: 30%;
    height: 60%;
    }
.productos-index div img{
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 3px;
    text-align: center;
    border: none;
    border-radius: 5px;
}
.compromiso{
    width: 100%;
    height: 300px;
    
}
.compromiso h3{
    font-size: 18px;
    
}
.compromiso .consultas img{
    width: 20%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 32px;
    
}
.compromiso .line-a {
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 20px;
    
}}
/*MOBILES - PRODUCTOS*/
/*MOBILES - PRODUCTOS*/
@media only screen and (max-width: 380px) { 
.tab  {
    width: 100%;
    margin: auto;
}
.tab button {
    width: 33.3%;
  padding: 5px 1px;
  transition: 0.3s;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
  font-size: 18px;
  color: rgba(0, 0, 0, 0.50);
  font-weight: bold;
}
.tab button.active {
    width: 33%;
}
.tabcontent {
  display: none;
  padding: 3px 3px;
  border: 1px solid #ccc;
  border-top: none;
}
.Products{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
}
.Products h3{
    width: 98%;
    text-align: start;
    font-size: 24px;
    padding: 10px 0 10PX;
}
.Products .p1{
    width: 45%;
    height: 280px;
    margin: 5px;
}
.Products .p1 img{
    width: 60%;
    height: 70%;
    margin: 5px 0 0 0;
}
.Products hr{
    width: 80%;
    margin: auto;
    
}
.Products .procedencia { font-size: 12px;
}
.Products .p1 .alto{
   height:71%;
}
.Products .descarga{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.Products .descarga img{
    width: 20%;
    height: 80%;
    margin: 0;
}
.Products .descarga a{
    text-decoration-line: none;
    color: black; 
    font-size: 18px;
}
}
/*MOBILES - J1 - PRODUCTOS*/
@media only screen and (max-width: 380px) { 
.tab  {
    width: 100%;
    margin: auto;
}
.tab button {
    width: 33.3%;
  padding: 5px 1px;
  transition: 0.3s;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
  font-size: 18px;
  color: rgba(0, 0, 0, 0.50);
  font-weight: bold;
}
.tab button.active {
    width: 33%;
}
.tabcontent {
  display: none;
  padding: 3px 3px;
  border: 1px solid #ccc;
  border-top: none;
}
.Products{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
}
.Products h3{
    width: 98%;
    text-align: start;
    font-size: 24px;
    padding: 10px 0 10PX;
}
.Products .p1{
    width: 45%;
    height: 270px;
    margin: 5px;
}
.Products .p1 img{
    width: 60%;
    height: 70%;
    margin: 5px 0 0 0;
}
.Products hr{
    width: 80%;
    margin: auto;
    
}
.Products .procedencia { font-size: 12px;
}
.Products .p1 .alto {
   height:60%;
    font-size: 12px;
}
.Products .p1 .alto h4{
    font-size: 13px;
}
.Products .descarga{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.Products .descarga img{
    width: 20%;
    height: 80%;
    margin: 0;
}
.Products .descarga a{
    text-decoration-line: none;
    color: black; 
    font-size: 18px;
}
}
/*MOBILE J1 Contacto*/
@media only screen and (max-width: 320px) { 
.contactos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.contactos h2{
    width: 95%;
    text-align: start;
    font-size: 24px;
    padding: 10px 0 10px;
    color:rgba(0, 0, 0, 0.88);
    margin: auto;
}
.contactos  .whaptsapp{
    width: 100%;
    height: 290px;
    margin: 0;
}
.contactos  .whaptsapp h3{
    width: 80%;
    font-size: 20px;
}
.contactos  .whaptsapp img{
    width: 16%;
    margin: 10px auto;
}
.contactos  .whaptsapp .consultas{
    width: 90%;
    margin: auto;
    text-align: center;
    border: 3px solid #F9AD19;
    border-radius: 4px;
    margin: 12px auto;
}
.contactos  .whaptsapp .consultas a{
    height: 100%;
    color:white;
    font-size: 22px;
}
.contactos  .whaptsapp .consultas a p{
    width: 100%;
    height: 50px;
    color:#343434;
    background: #ffffff;
    font-size: 22px;
    font-weight: bold;
    transition-duration: 0.33s;
}
.contactos  .whaptsapp .consultas a p:hover{
    width: 100%;
    height: 50px;
    color:white;
    background: #F9AD19;
    font-size: 22px;
}
.contactos  .whaptsapp hr{
    width: 80%;
    height: 3px;
    color:white;
    background: #F9AD19;
    border: none;
    margin: auto;
}
    
    




.contactos .contactos-1{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    
}
.contactos .contactos-1 div{
    width: 45%;
    height: 150px;
    margin: 0 0px 15px 15px;
    box-shadow: 0 10px 14px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    padding: 4px;

}
.contactos .contactos-1 .siguenos{
    width: 45%;
    height: 150px;
    margin: 0 0px 5px 15px;
    box-shadow: none;
    padding: 4px;

}
.contactos .contactos-1 p{
    font-size: 13px;
    width: 100%;

}
.contactos .contactos-1 .siguenos img{
    width: 28px;
    margin: 0 0px 0 8px;

}
.contactos h3{
    width: 85%;
    font-size: 16px;
    padding: 10px 0 5PX;
    
}
.contactos p{
    padding: 10px 0 0 3px;
    
}
.contactos .contactos-2{
    width: 100%;
    
}
.contactos .contactos-2 iframe{
    width:91%;
    height: 250px;
    margin:0 15px;
    
}

}

/*MOBILE Contacto*/
@media only screen and (max-width: 380px) { 
.contactos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.contactos h2{
    width: 95%;
    text-align: start;
    font-size: 24px;
    padding: 10px 0 10px;
    color:rgba(0, 0, 0, 0.88);
    margin: auto;
}
.contactos  .whaptsapp{
    width: 100%;
    height: 290px;
    margin: 0;
}
.contactos  .whaptsapp h3{
    width: 80%;
    font-size: 20px;
}
.contactos  .whaptsapp img{
    width: 16%;
    margin: 10px auto;
}
.contactos  .whaptsapp .consultas{
    width: 90%;
    margin: auto;
    text-align: center;
    border: 3px solid #F9AD19;
    border-radius: 4px;
    margin: 12px auto;
}
.contactos  .whaptsapp .consultas a{
    height: 100%;
    color:white;
    font-size: 22px;
}
.contactos  .whaptsapp .consultas a p{
    width: 100%;
    height: 50px;
    color:#343434;
    background: #ffffff;
    font-size: 22px;
    font-weight: bold;
    transition-duration: 0.33s;
}
.contactos  .whaptsapp .consultas a p:hover{
    width: 100%;
    height: 50px;
    color:white;
    background: #F9AD19;
    font-size: 22px;
}
.contactos  .whaptsapp hr{
    width: 80%;
    height: 3px;
    color:white;
    background: #F9AD19;
    border: none;
    margin: auto;
}
    
    




.contactos .contactos-1{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    
}
.contactos .contactos-1 div{
    width: 45%;
    height: 150px;
    margin: 0 0px 15px 15px;
    box-shadow: 0 10px 14px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    padding: 4px;

}
.contactos .contactos-1 .siguenos{
    width: 45%;
    height: 150px;
    margin: 0 0px 5px 15px;
    box-shadow: none;
    padding: 4px;

}
.contactos .contactos-1 .siguenos img{
    width: 28px;
    margin: 0 0px 0 8px;

}
.contactos h3{
    width: 85%;
    font-size: 16px;
    padding: 10px 0 5PX;
    
}
.contactos p{
    padding: 10px 0 0 3px;
    font-size: 13px;
    
}
.contactos .contactos-2{
    width: 100%;
    
}
.contactos .contactos-2 iframe{
    width:91%;
    height: 250px;
    margin:0 15px;
    
}

}
/*MOBILES - ABOUT*/
@media only screen and (max-width: 380px) { 
.acercadenosotros {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.acercadenosotros h2{
     width: 95%;
    text-align: start;
    font-size: 24px;
    padding: 10px 0;
}
.acercadenosotros div{
    width: 100%;
    margin: 0% 10px 20px;
    text-align: start;
    font-size: 26px;
}
.acercadenosotros div h3{
    width: 97%;
    padding: 0 0 0 3%;
}
.acercadenosotros div h3::before{
    content: " ";
    background-image: url(../iconos/MyS.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8px 25px;
}
.acercadenosotros div p{
    width: 90%;
    text-align: start;
    margin: auto;
    font-size: 16px;
    padding: 8px 0;
    
}
}
/*FOOTER MOBILE*/
@media only screen and (max-width: 380px) { 
footer {
    height: 675px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    background-color: #1D1D1D;
    color: white;
    border-top: 3px solid #F9AD19;
}
footer .info02{
    width:100%;
    padding: 20px 20px 0px;
    text-align: center;
}
footer .info02 img{
    width: 10%;
    margin: 0 5px;
}
footer .info02 p{
    line-height: 28px;
    font-size: 18px;
}
footer .info02 p:hover{
    line-height: 28px;
    font-size: 18px;
    background-color: #262626;
}
footer .info03{
    width:100%;
    padding: 10px;
    text-align: center;
}
footer .info04{
    width: 100%;
    padding: 0px;
    text-align: center;
}

footer .info03 p{
    width: 70%;
    line-height: 28px;
     font-size: 18px;
}
footer .info03 img{
    padding-right: 0;
    width: 15%;
}
footer .info04 p{
    line-height: 28px;
     font-size: 18px;
}
footer .info04 img{
    width: 20%;
    padding-right: 0px;
}
footer .info04 .ubi{
    width: 20%;
    padding-right: 0px;
    
    display: none;
}
footer h3 {
    font-size: 20px;
}
footer iframe{
display: none
}
}











/*mas xs*/


/* Medium devices (landscape tablets, 768px and up)
@media only screen and (min-width: 768px) {...}
@media only screen and (min-width: 992px) {...}*/
/*MENU LAPTOP Y MOBIL CSS - MENU*/
@media only screen and (max-width: 768px) {
.mobile-container {
  max-width: 600px;
  margin:auto;
  background-color: #555;
  color: white;
  border-radius: 10px;
}
/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #555;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  margin: 5px 0;
}
.topnav a .fa-bars::after{
    content: "MENU";
    margin-left: 10px;
    font-weight: bold;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
}

/* Style the hamburger menu */
.topnav a.icon {
  border: 3px solid #F9AD19;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: rgb(249, 173, 25);
  color: white;
}

/* Style the active link (or home/logo) */
.active {
    width: 0;
  background-color: transparent;
  color: white;
}
.active:hover{
  color: white;
}
    }



/*movil*/