@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');


body {
	font-family: "Poppins", Verdana, Times;
	font-size: 1.1em;
	font-weight: 500;
	font-style: normal;
	margin: 0;
}

img, video {
    max-width: 100%;
}



a {
    text-decoration: none;
}
h1 {
    font-size: 1.9em;
    text-align: center;
    
}

h2 {
 //   color: white;
    font-size: 1.9em;
    text-align: center;  
}

h3 {
    font-size: 1.1em;
    text-align: center;
    
}


li {
    
    list-style: none;
}

label {
    font-size: 1.2em;
    color: gray;
    
}

input {
    width: 94%;
    height: 40px;
    border: 1px solid #69727d;
}

 textarea {
    width: 94%;
    height: 200px;
border: 1px solid #69727d;
    
}     
     
#capachatw {
    position: fixed;
    right: -8%;
    top: 80%;
    width: 194px;
    z-index: 2;
}   

.cabecera {
//    height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: flex-start; 
    margin: 0;
}

.cabeinfo {
    height: 8vh;
    background-color: #0B2846;
    margin: 0;
    padding: 8px 70px 0 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    color: white;
    font-size: 0.9em;
    
}




.cabedatos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    
}


.contactinfo {
    padding-bottom: 20px;
}



.cabelogo {
    height: 16vh; 
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0 55px;    
}

.imagenlogo {
    margin-bottom: 3px;
    height: 80%;
}




.caberespon {
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 0;
    visibility: hidden;
    
}

/*

.menu-superior {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
//    align-content: center;
    flex-wrap: wrap;
//    height: 10px;
    
}

.menu-superior li {
    list-style: none;
    padding: 28px 12px;
}



.menu-superior li:hover {
    background-color: #0B2846;
    color: white;
}

.activob {
    background-color: #0B2846;
    color: white;
} 

.activob a {
    color: white;
}
*/
.cabeimagen {
    height: 57vh;
}

.cabeslider {
    margin:0;
    width: 100%;
    height: 76vh;
    background-color: lightgray;
}

.slide {
    width: 100%;
    min-width: 250px;
}

.slidetexto {
    margin: 12% 0 0 15%;  
}
 
.slidetexto h2 {
    text-align: left;
    color: white;
    font-size: 2.4em;
}   

.slidetexto p {
    color: white;
}

.slideboton, .slideboton2 {
    width: 200px;
    background-color: #0B2846;
    color: white;
    border: none;
    padding: 14px 24px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s; 
    
}

.slideboton:hover {
    
    background-color: #DA9E00;
}




.slideboton2:hover {
    
    background-color: #008E01;
}

.control-flecha-izq {
  position: relative;
  top: -70%;
  left: 5px;
  z-index: 2;
  width: 60px;
  height: 100px;
  background-color: red;
  
  
}

.control-flecha-der {
  position: relative;
  top: -93%;
  left: 94%;
  z-index: 2;
  width: 60px;
  height: 100px;
 background-color: red;
    
}





/*----------  Inicio  ------------------*/

.slogan {
 //  height: 100px;
   margin: -15px 0 0 0; 
    padding: 10px 0 25px 0;
    background-color: #FDA325;
}

.slogan h3 {
    color: white;
    font-size: 1.3em;
    text-align: center;
    
    
}

.principal {
    margin: 0;
 //   background: url('../imagen/fondo-page.png');
  background: white;  
}

.productototal {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}


.producto {
    background: white;
    width: 30%;
    min-width: 300px;
    height: 480px;
    margin: 0 12px 30px 12px;
    text-align: center;

    
    
}

.producto-imagen {
    margin: -18px 0 0 0;
}



.producto-icon {
    position: relative;
    left: 38%;
    top: -56px;
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    text-align: center;
    z-index: 1;

    
    
}
.iconos {
    margin-top: 15px;
}

.producto-titulo {

    margin: -44px 0 0 0;
    font-size: 1.6em;
    
}



.producto-boton, .productos-boton {
    width: 96%;
    background-color: #0B2846;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
}

.producto-boton:hover {
    background-color: #0157C0;
}



.productos-boton {
    width: 300px;
   
   
}

.productos-boton:hover {
    background-color: #008E01;
    width: 306px;
}


.masproductos {
    text-align: center;
}



/*-------------  Sobre Nosotros ------------------------------*/

.cabeimagen h1 {
    font-size: 3.5rem;
    color: white;
    text-align: center;
}

.cabemiga {
    text-align: center;
    color: white;
}

.cabemiga a {
    color: white;
}

.cabemiga a:hover {
    color: #0B2846;
}


.productocaracte {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84%;

    margin: 0 auto;
     
}


.procol1, .procol2 {
    margin: 0;
    width: 48%;
    min-width: 300px;
    
}

.procols {
    width: 4%;
}


.campopeque {
   display: flex;
   
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.campocol1 {
 min-width: 150px;
   width: 34%; 
}

.campocol2 {
  
    width: 6%;
}

.campocol3 {
   width: 60%; 
}


.campocol3 h3 {
    font-size: 1.7em;
    font-weight: bold;
    color: #0B2846;
    line-height: 1em;
    text-align: left;
}


.masproductosb {
    
    text-align: left;
}

.produelegir  {
      display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto;
    
}

.separador1 {
 border: 2px solid black;
 width: 130px;
 height: 3px;
 margin: 10px 0;
}

.produelecol1 {
    width: 60%;
    min-width: 280px;
    
}

.produelegir  h2 {
    color:black;
    font-size: 2.3em;
    font-weight: bold;
    text-align: left;
}



.produelecol2 {
    
    width: 2%;
}


.produelecol3 {
    
    width: 38%;
    min-width: 290px;
}

.producontactar {
      display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto;
    
}

.producontactar  h2 {
    color:black;
    font-size: 2.3em;
    font-weight: bold;
    text-align: left;
}


.cajaformu {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}



.produmensaje {
    width: 52%;
    min-width: 300px;
    padding-bottom: 20px;
    
}

.formucol1 {
    width: 50%;
text-align: left;
}

.formucol2 {
    width: 50%;
    text-align: left;
}

.produespa {
    width: 2%;
    
}

.producontactoinfo {
    width: 44%; 
    min-width: 300px;
    background: #0B2846;
    
}

.infocorto {
    width: 80%;
    margin: 0 auto;
    color: white;
    text-align: center;
}

.infocorto h3 {
    font-size: 1.4em;
    font-weight: bold;
}


.infocorto hr {
    border: 1px solid white;
    color: white;
    text-align: center;
    
}

/*   -----------    Servicios  --------       */
.separador2 {
   
    margin: 17px 0;
    color: #C37812;
    border: 2px solid #0B2846;
    width: 80px;
    height: 3px;
}



.tituservicios {
    font-size: 2.4em;
    font-weight: 400;
    
}

.productoservicio {
 
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 0 0 40px;
      
    
}

.proser1 {
    margin: 0;
    width: 47%;
    min-width: 280px;
    
}
.proser3 {
    margin: 0;
    width: 44%;
    min-width: 280px;
    
}
.proser2 {
    width: 4%;
}

.titu2ser {
    font-size: 1.6em;
    
}



/* -------------------------    */

/*-----------   Productos     ------------------------*/

.productos-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 80px 120px 80px;
    background: #F6F6F6;
    
}


.productos-iconos {
    min-width: 220px;
    width: 32%;
    padding: 20px 20px;
    text-align: center;
    
}


.productos-iconos figcaption {
    font-size: 1.3em;
    
}


.productos-esta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 10px;
    background: #EDEDED;
    
    
}


.productos-estados {
    width: 28%;
    min-width: 300px;
    margin: 15px 20px;
    background: white;
    padding: 30px;
    border: 2px solid #C8C8C8;
}

.productos-esta figure {
    font-size: 2.5em;
}




.productos-esta figcaption {
    text-align: center;
    font-size: 1em;
}



/*------------------------*/


.secprocol {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 10px;
    
    
}

.secproizq {
    min-width: 350px;
    width: 66%;
   
    
}

.secproder {
    min-width: 250px;
    width: 26%;
    
    
}


.menuderecho {
   background: #F6F6F6;  
   padding: 0 6px;
}

.produlista ul {
    background: white;
}

.produlista li {
    color: orangered;
    background: #F6F6F6;
    padding: 20px 10px;
    margin: 4px 10px 4px 5px;
}

.produlista a {
    color: black;
 
}

.produlista a:hover {
    color: #0157C0;
    
}


.secproizq h2 {
    font-weight: 500;
    text-align: left;
        
    
}

.secproizq h3 {
    font-weight: 300;
    text-align: left;
}

.producaracte {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0 50px;
    
}




.caracteristicas {
    min-width: 250px;
    width: 50%;
  

    
}

.listacolor {
  font-size: 0.9em;
    color: #0B2846;
}
    


.servicios-tecnicos {
    text-align: center;
    border: 1px solid #9A9A9A;
    padding: 0 18px;
}

.listanormal li {
    list-style: circle;
}

.descripcion {
    padding: 0 50px;
    
}



.caracteristicas4 {
    margin: 0 50px;
   
}

.caracteristicas5 {
    margin: 0 50px;
    padding: 0 50px 0 10px;
}

.caracteristicas6 {
    margin: 0 50px 0 100px;
   
}

.imgaccesorios {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;    
    
}

.picace {
    width: 31%;
    text-align: center;
    margin: 15px 10px 15px 0;
    
}




/*    Footer   */

.pieinferior {
    background: black;
    color: lightgray;
    font-size: 0.9em;
    padding-top: 40px;
    
    
}

.piecols h3 {
    font-size: 1.2em;
    color: white;
}

.piecols {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto;
    padding: 20px 0;
}

.piecols h3 {
    text-align: left;
    font-size: 1.4em;
    
}
.piecol1 {
    width: 30%;
    min-width: 250px;
    padding-bottom: 40px;
    
}

.piecol2 {
    width: 30%;
    min-width: 250px;
 padding-bottom: 40px;
}

.piecol3 {
    width: 40%;
    min-width: 250px;
 padding-bottom: 40px;
    
}

.iconope {
    color: #C37812;
    
}

.iconope:hover {
    opacity: 10%;
}


/*  -----------   FIN    Footer ------  */


/*   Pagina  Cotacto    */


.producontactar {
    color: gray;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    
}



.contactoiconos {
    width: 30%;
    min-width: 300px;
    display:flex;
    flex-direction: column;  
    
}



.coniconcol {
background: #F6F6F6;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px; 
}

.coniconcol h3 {
    color: black;
    text-align: left;
    font-size: 1.3em;
    line-height: 2em;
}



.conimage {
    padding: 25px 25px;
}


.cajaformulario {
    width: 70%;
    min-width: 300px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 20px;
}

.cajaformulario h2 {
    line-height: 1rem;
}

.cajaformulario h4 {
    font-weight: 300;
    line-height: 6rem;
}

.espacio1 {
    height: 2rem;
}

.mostrarmapa {
    width: 100%;
    height: 400px;
}

/*  Fin Pagina  Contacto  */













.separador {
    margin: 17px 0;
    color: #C37812;
    border: 2px solid #C37812;
    width: 50px;
    height: 1px;
}






.cabeimagen1 {
    background: url('../imagen/fondo/nuestra-empresa-fondo.png');
    background-repeat: no-repeat;
}

.cabeimagen2 {
    background: url('../imagen/fondo/planchas-de-policarbonato-fondo.png');
    background-repeat: no-repeat;
}

.cabeimagen3 {
    background: url('../imagen/fondo/planchas-de-policarbonato-fondo-2.png');
    background-repeat: no-repeat;
}

.cabeimagen4 {
    background: url('../imagen/fondo/aluminio-compuesto-fondo-4.png');
    background-repeat: no-repeat;
}

.cabepro1 {
    background: url('../imagen/fondo/productos-fondo-1.png');
    background-repeat: no-repeat;
}

.cabepro2 {
    background: url('../imagen/fondo/productos-fondo-2.png');
    background-repeat: no-repeat;
}

.cabepro3 {
    background: url('../imagen/fondo/productos-fondo-3.png');
    background-repeat: no-repeat;
}

.cabepro4 {
    background: url('../imagen/fondo/productos-fondo-4.png');
    background-repeat: no-repeat;
}

.cabepro5 {
    background: url('../imagen/fondo/productos-fondo-5.png');
    background-repeat: no-repeat;
}

.cabepro6 {
    background: url('../imagen/fondo/productos-fondo-6.png');
    background-repeat: no-repeat;
}

.cabepro7 {
    background: url('../imagen/fondo/productos-fondo-7.png');
    background-repeat: no-repeat;
}

.cabepro8 {
    background: url('../imagen/fondo/productos-fondo-8.png');
    background-repeat: no-repeat;
}

.cabepro9 {
    background: url('../imagen/fondo/productos-fondo-9.png');
    background-repeat: no-repeat;
}









.lineavazul {
    width: 2px;
    height: 300px;
    border: 4px solid darkblue;
}

.lineahazul {
    width: 86%;
    margin: 0 auto;
   border: 4px solid darkblue; 
}


.productomision {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84%;
 //   background: yellow;
    margin: 0 auto;
    margin-bottom: -60px;
     
}


.productomision h3 {
    font-size: 1.5em;
    font-weight: 500;
    text-align: left;
    
}





.procomi1, .procomi2 {
    margin: 0;
    width: 50%;
    min-width: 300px;
    background: white;
    padding: 5%;
    
}
/*
.procomi3 {
    width: 20%;
    background: white;
}
*/







.llamocontacto {
    width: 100%;
    height: 50vh;
    background: #0B2846;
    text-align: center;
    
}

.contactoinfo {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    color: white;
//    margin-top: 300px;
    
}


.contactoinfo h2 {
    font-size: 2em;
}

.contacto-boton {
    width: 204px;
    height: 50px;
    background-color: white;
    color: #0B2846;
    border: none;
    padding: 3px 35px;
    color: black;
    font-size: 1.2rem;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s;
}


.contacto-boton:hover {
    background-color: darkgray;
    color: white;
}

@media screen and (max-width: 1224px){

 #mainnav {
    visibility: visible;
    height: 8vh;
     width: 60%;
    
}   
  
 .menuresponsive {   
    visibility: hidden;
     width: 5px;

}
 

.cabelogo {
    background-color: white;
    padding: 2px 0 0 0;
    height: 10vh;
   justify-content: space-between;
}
  
   

@media screen and (max-width: 768px) {

 #mainnav {
    visibility: hidden;
    height: 5vh;
     width: 5px;
}   
  
 .menuresponsive {   
    visibility: visible;


}   
    
.cabelogo {
    background-color: white;
    padding: 2px 0 0 0;
    height: 30vh;
   justify-content: space-between;
    }
  
    
.imagenlogo {
    width: auto;
    height: 40%;
 //   margin-top: 15px;
    }    
    
    
.cabeinfo {
		visibility: hidden;
        height: 24px;
	}


.menuinicio {
		visibility: hidden;
	}

.caberespon {
    visibility: visible;
}
    
    
    
    
 #capachatw {
    right: -24%;   
  }  


.control-flecha-der {
     top: -94%;
     left: 84%; 
}


.llamocontacto {
        height: 100vh;
 }

.cajaformulario h2 {
        line-height: normal;
    }

@media screen and (max-width: 425px) {
 

#mainnav {
    visibility: hidden;
    height: 5px;
}   
    
    
.cabelogo {
    padding: 2px 0 0 0;
    height: 30vh;
   justify-content: space-between;
    }
  
    
.imagenlogo {
    width: auto;
    height: 40%;
 //   margin-top: 15px;
    }    
    
    
.cabeinfo {
        height: 35px;
		visibility: hidden;
	}


.menuinicio {
		visibility: hidden;
	}

.caberespon {
    visibility: visible;
}

.cajaformulario {
    padding-left: 0;
}

.cajaformulario h2 {
        line-height: normal;
    }
    
.cajaformulario h4 {
        line-height: normal;
    }
  
.llamocontacto {
        height: 100vh;
 }
    
.lineavazul {
     visibility: hidden;  
     height: 10px;
 }   
    
 #capachatw {
    right: -20%;   
  }  
    
  
.control-flecha-der {
     top: -98%;
     left: 78%; 
}
    
proser2 {
    width: 2px;
}
    
    
}

