/*No tocar*/
body{
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

/*Log - Hora y Ubicacion*/
.cont-1 {
    display: flex;
    width: 84%;
    padding: 5px 0px 5px;
    margin: auto;
}
.cont-1 header {
    width: 35%;
    max-width: 100%;
    height: auto;
}
.cont-1 header img{
    width: 200px;
    height: auto;
}
.cont-1 .ubicacion1{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.cont-1 .ubicacion1 img{
    width: 55px;
    height: 45px;
    padding: 0 10px;
    align-self: center;
}
.cont-1 p{
    font-size: 14px;
    align-self: center;
}
/********MENU APLICA A TODAS LAS PAGINAS*******/
/********MENU APLICA A TODAS LAS PAGINAS*******/
/*PAG - Index - Fila 2 - Menu*/
.cont-2 {
    width: 100%;
    padding: 10px 0;
    background: #1D1D1D;
}
.cont-2 .menu{
    display: flex;
    width: 80%;
    margin: auto;
    background: rgb(255, 255, 255);
    border-radius: 4px;
}
.cont-2 .menu nav{
    width: 100%;
    height: 30px;
    padding: 20px 0;
}
.cont-2 .menu nav ul{
    display: flex;
    width: 100%;
    height: 100%;
    list-style: none;
    justify-content: center;
}
.cont-2 .menu nav ul li{
    height: auto;
    list-style: none;
    font-weight: bold;
    padding: 0 8px;
    align-self: center;
    color: black;
    transition-duration: 0.30s;
}
.cont-2 .menu nav ul li a:hover{
    color: #F9AD19;
    cursor: pointer;
}
.cont-2 .menu nav ul li .cc{
    color: #F9AD19;
}

/*PAG - Index - Fila 2 - Redes sociales*/
.cont-2 .menu .redes1{
    display: flex;
    width: 30%;
    height: 30px;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
}
.cont-2 .menu .redes1 a img{
    width: 43px;
    height: auto;
    padding: 0 8px;
    border-radius: 50%;
    cursor:pointer;
    filter:grayscale(0.3);
}
.cont-2 .menu .redes1 a img:hover{
    filter: grayscale(0) contrast(1.5);
}

/*******PAGINA INDEX*******/
/*******PAGINA INDEX*******/
/*PAG - Index - Fila 3 - Contenido */
.cont-3 {
    width: 100%;
    height: 420px;
    background-image: url(img/Fondo1.jpg);
    background-repeat: no-repeat;
    background-size:100% 100%;
    margin: auto;
}
.cont-3 .contenido{
    display: flex;
    width: 90%;
    align-items: center;
    height: 100%;
    margin: auto;
    
}
.cont-3 .contenido .cont-01{
    width: 100%;
}
.cont-3 .contenido .cont-01 h1{
    width: 100%;
    font-size: 36px;
    align-self: center;
    padding: 0px 0 10px;
    color: #ffffff;
    text-shadow: 0.01vw 0.1vw 0.2vw #000000, 0 0 1vw rgba(116, 116, 116, 0.47);
}
.cont-3 .contenido .cont-01 p{
    width: 100%;
    font-size: 21px;
    align-self: center;
    padding: 0px 0 20px;
    color: #ffffff;
    text-shadow: 0.01vw 0.1vw 0.2vw #000000, 0 0 1vw rgba(116, 116, 116, 0.47);
    font-weight: bold;    
}
.cont-3 .contenido button{
    width: 205px;
    height: 55px;
    font-size: 20px;
    font-weight: bold;
    border:0;
    color: white;
    background-color: rgb(242, 190, 88);
    border-radius: 5px;
    transition-duration: 0.33s;
}
.cont-3 .contenido button:hover{
    background-color:  #F9AD19;
    cursor: pointer;
}
.cont-3 .contenido .cont-02{
    width: 100%;
}

/*PAG - Index - Fila 4 - Acerca de nosotros*/
.acercade{
    display: flex;
    width: 100%;
    height: 380px;
    justify-content: center;
    
}
.acercade div {
    width: 45%;
    height: auto;
    align-self: center;
}
.acercade div img {
    width: 100%;
    padding: 0 0 0 25px;
}
.acercade .line{
    width: 1px;
    margin: 0  35px;
    height: 70%;
    background-color: #F9AD19;
}
.acercade .cont-acercade{
    width: 45%;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.85);
}
.acercade .cont-acercade h2 {
    width: 100%;
    font-size: 32px;
    color: #F9AD19;
    margin: 0 0 10px;
}
.acercade .cont-acercade p {
    width: 100%;
    color: rgba(0, 0, 0, 0.70);
    font-size: 22px;
    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;
}
.acercade .cont-acercade button:hover{
    background-color:  #F9AD19;
    color: white;
    cursor: pointer;
}

/*PAG - Index - Fila 5 - Algunos de nuestros servicios*/
.servicios{
    display: flex;
    width: 100%;
    height: 380px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.servicios h3{
    width:100%;
    text-align: center;
    padding: 0px 0 45px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 32px;
}
.servicios h3::after{
    content: " Servicios";
    color:  #F9AD19;
}
.servicios div{
    width: 25%;
    margin: 0 15px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 10px 20px -5px rgba(50,50,93,.25) ;
}
.servicios div img{
    width: 60%;
    margin: 0 15px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
}

/*PAG - Index - Fila 6 - Nuestros Productos*/
.productos-index{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 480px;
    justify-content: center;
}
.productos-index h3{
    width:100%;
    text-align: center;
    padding: 20px 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 32px;
}
.productos-index h3::after{
    content: " Productos";
    color:  #F9AD19;
}
.productos-index div{
    width: 25%;
    margin: 15px;
    padding: 3px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 5px;
}
.productos-index div img{
    width:60%;
    max-width: 60%;
    height: 80%;
    max-height: 210px;
    text-align: center;
}
.productos-index button {
    width: 205px;
    margin: 0 30px;
    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;
}
.productos-index button:hover{
    background: #F9AD19;
    color:white;
    cursor: pointer;
}

/*PAG - Index - Fila 7 - Consultar Ahora!*/
.compromiso{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 400px;
    justify-content: center;
    margin: 25px 0;
    
}
.compromiso h3{
     width:100%;
    text-align: center;
    padding: 0px 0 0px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 26px;
    
}
.compromiso .consultas{
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 32px;
    
}
.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: 32px;
    
}
.compromiso .line-a a{
    text-decoration-line: none;
    border: 3px solid #ff9300;
    border-radius: 5px;
    padding: 10px;
    color: orangered;
    font-weight: bold;
}
.compromiso .line-a a:hover{
    background-color: orange;
    color: #ffffff;
}

/********PAGINA DE PRODUCTOS*********/
/********PAGINA DE PRODUCTOS*********/
/*PAG - Productos - Pestañas*/
.tab  {
    width: 85%;
    margin: auto;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  color: rgba(0, 0, 0, 0.50);
  font-weight: bold;
}
.tab button:hover {
  background-color: #ffffff;
}
.tab button.active {
  background-color: #ffffff;
  border-bottom: 3px solid #F9AD19;
  color: rgba(0, 0, 0, 0.88);
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/*PAG - Productos - Contenido de pestañas*/
.Products{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
}
.Products h3{
    width: 94%;
    text-align: start;
    font-size: 26px;
    padding: 16px 0;
    color:rgba(0, 0, 0, 0.88);
}
.Products .p1{
    width: 23%;
    height: 320px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    background: white;
}
.Products .p1 .alto{
   height:71%;
}
.Products .p1 img{
    width: 140px;
    height: 170px;
    margin: 5px 0 0 0;
}
.Products hr{
    width: 60%;
    margin: auto;
    
}
.Products .procedencia { font-size: 12px;
}
/*PAG - Productos - Descarga*/
.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: 20px;
}

/********PAGINA ACERCA DE NOSOTROS*********/
/********PAGINA ACERCA DE NOSOTROS*********/
.acercadenosotros {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.acercadenosotros h2{
     width: 90%;
    text-align: start;
    font-size: 26px;
    padding: 16px 0;
}
.acercadenosotros div{
    width: 43%;
    margin: 0% 15px 25px;
    text-align: start;
    font-size: 26px;
    border: solid 1px #F9AD19;
}
.acercadenosotros div h3{
    width: 97%;
    background-color:  ;
    border-bottom: 1px solid #F9AD19;
    color:#F9AD19;
    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;
    
}