@import url(normalize.css);
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url(fontello.css);
@import url(sweetalert2.min.css);
@import url(font-awesome.css);
@import url(menu.css);

:root{
    /*Colores Fondos*/
    --FondoBlanco: #ffffff;
    --FondoGris: #e4e4e8;
    --FondoBotonMasInformacion: #333333;
    --FondoColorSecciones: #00275c;
    /*Colores Letras*/
    --ColorPrincipal: #ff2e00;
    --Titulos: #ffffff;
    /*Fuente Letras*/
    --fuenteprincipal: 'Lato', sans-serif;


}
/**Globales**/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*, *:before, *:after {
  box-sizing: inherit;
}

header{
    position: relative;
    background-color: rgba(0, 15, 63, 0.6);   
    z-index: 100;
    

}
.header-interior{
    position: relative;
    background-color: #000b42;
    z-index: 100;
}
body{
    background-color: var(--FondoBlanco);
    font-size: 1.6rem;
    line-height: 1.5;
}  
p{
    font-size: 1.8rem;
    font-family: var(--fuenteprincipal);
    color: var(--primarioazul);
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.contenedor{
    max-width: 125rem;
    margin: 0 auto;
    position: relative;
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--fuenteprincipal) ;
}
h1{
    font-size: 4rem ;
    font-weight: bold ;
}
h2{
    font-size: 3.2rem ;
}
h3{
    font-size: 2.4rem ;
}
h4{
    font-weight: 100 ;
    font-size: 3rem ;
}
.centrar{
    text-align: center;
}
.derecha{
    text-align: right;
}
.izquierda{
    text-align: left;
}
.padding-right{
    padding-right: 2rem;
}
.padding-botom{
    padding-bottom: 5rem;
}
.color-principal{
    color: var(--ColorPrincipal);
    font-weight: bold;
}
.color-secundario{
    color: var(--FondoColorSecciones);
    font-weight: bold;
}
.blanco{
    color: white;
}

.ocultar{
    display: none;
}

.ocultarImagen{
    display: none;
}
.negritas{
    font-weight: bold;
}

.pequena{
   width:35%; 
   padding-bottom: 3rem;
}

/*header-logo-menu*/
.header-logo-menu{
display: flex;
justify-content: space-between;
align-items: center;


}
/*Estilos banner*/
.banner{
z-index: -100;
position: absolute;
top: 0rem;
background-image: url(../index/bkgtop.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
height: 100%;

}

.banner-contenido{
position: relative;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1rem;
padding-bottom: 20rem;

}
.banner-contenido h1{
color: var(--ColorPrincipal);
}
.banner-contenido p{
color: var(--Titulos);    
}

/*Estilos productos*/
.productos{
padding-left: 1rem;
padding-right: 1rem;    
background-color: var(--FondoBlanco);
padding-top: 5rem;
padding-bottom: 5rem;
}

.productos-contenido{
text-align: center;
}
.item{
padding-right: 1rem;
}

/*Estilos Experiencia*/

.experiencia{
background-color: var(--FondoColorSecciones);
}

/*Experiencia*/

.experiencia-dos-columnas{
padding-left: 1rem;
padding-right: 1rem;
padding-top: 5rem;

}

.experiencia-dos-columnas h3{
color: var(--ColorPrincipal);
}
  
.experiencia-dos-columnas p{
color: var(--Titulos);
}

.experiencia-dos-columnas-interior{
display: grid;
grid-template-columns: repeat(2, 1fr); 
column-gap: 1rem;
}

/*Razonez*/
.razones{
background-color: var(--FondoGris);
}
.razones h3{
color: var(--FondoColorSecciones);
}
.razones-contenido{
padding-left: 1rem;
padding-right: 1rem;
padding-top: 5rem;
padding-bottom: 5rem;
}

.razones-contenido h2{
color: var(--ColorPrincipal);
}

.razones-contenido p, h3{
color: var(--FondoColorSecciones);
}

.tres-columnas-razones{
padding: 1rem;
}


/*Estilos Formulario*/

form{
width: 100%;
box-sizing: border-box;
border-radius: 7px;
}

select, input, textarea{
width: 100%;
margin-bottom: 15px;
padding: 7px;
box-sizing: border-box;
font-size: 15px;
font-family: var(--fuenteprincipal) ;
}
textarea{
min-height: 100px;
max-height: 200px;
max-width: 100%;
}
.boton{
font-size: 18px;
cursor: pointer;
width: 50%;
color: white;
border: white 1px solid;
background-color:transparent;
}
.boton:hover{
transform:scale(1);
transition: all .4s ease;
color: #ffffff;
background-color:black ;
border: black 1px solid;
}

/*Estilos contacto*/

.contacto-fondo{
position: relative;
background-image: url(../index/bkgfooter.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}

.contacto{

color: var(--Titulos);

}
.contacto h2, h3{
color: var(--Titulos);
}
.contacto h3{
font-weight: 100;
}

.contacto-contenido{

padding-top:5rem;
background-color: rgba(0, 15, 63, 0.6); 
}


.contacto-contenido-3-columnas{
padding-left: 1rem;   
padding-right: 1rem; 
padding-top: 5rem;
padding-bottom: 5rem;

}

/*Footer*/
.footer-redes-sociales{
padding-left: 1rem;
padding-right: 1rem;
margin-top: 3rem;

}

.ocultarImagen{
    display: block;
}

/************************************************************************************************************/
/*ESTILOS PAGINA QUIENES*/

.quienes{
padding-top: 5rem;
padding-bottom: 5rem;
text-align: center;
}
.quienes h3{
color: var(--ColorPrincipal);
}

.acabados-quienes{
    background-image: url(../quienes/bkg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/************************************************************************************************************/
/*ESTILOS PAGINA anodizados*/
.acabados{
background-image: url(../anodizados/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}

.acabados-dos-columnas{
padding-left: 1rem;
padding-right: 1rem;
}

.acabados-dos-columnas h3{
text-decoration: underline;    
text-decoration-color: var(--ColorPrincipal);
color: var(--FondoColorSecciones);
}

.acabados-dos-columnas h3{
text-decoration: underline;    
text-decoration-color: var(--ColorPrincipal);
color: var(--FondoColorSecciones);
}
.galeria{
padding-left: 1rem;
padding-right: 1rem; 
padding-bottom: 5rem;  
}


/************************************************************************************************************/
/*ESTILOS PAGINA MADERA*/
.acabados-madera{
background-image: url(../madera/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}

/************************************************************************************************************/
/*ESTILOS PAGINA PINTURA*/
.acabados-pintura{
background-image: url(../pintura/pintura.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}

/*******************************************************************************************************/
/*ESTILOS PAGINA INFRAESTRUCTURA*/
.acabados-infraestructura{
background-image: url(../infraestructura/bkginfra.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.galeria-infraestructura{
text-align: center;
margin-top: 5rem;
margin-bottom: 5rem;
padding-left: 1rem;
padding-right: 1rem;
}


.pagina{
font-size: 2rem;
position: relative;
margin: 0.5rem;
color: var(--ColorPrincipal);
font-weight: bold;
}

.hover{
cursor: pointer;
transform:scale(1.1);
transition: all .3s ease;
border-bottom: 0.1rem solid rgb(255, 94, 0);
}


.modal{
z-index: 1000;
position: fixed;
width: 100%;
height: 100vh;
background: rgba(0,0,0,0.7);
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}
.modal__img{
width: 80%;
max-width: 700px;
}
    
.modal__boton{
width: 50px;
height: 50px;
color: #fff;
font-weight: bold;
font-size: 25px;
font-family: monospace;
line-height: 50px;
text-align: center;
background: red;
border-radius: 50%;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;    
}

/*Boton de Whatsapp*/

.btn-whatsapp {
    display:block;
    width:50px;
    height:50px;
    color:#fff;
    position: fixed;
    right:30px;
    bottom:120px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:100;
  }
@media (min-width: 768px){

/*header-logo-menu*/
.header-logo-menu{
padding-bottom: 3rem;
}

/*Estilos Heeader*/
.header-redes-sociales{
display: flex;
justify-content:flex-end;
padding-top: 1rem;
padding-bottom: 1rem;
}
.header-redes-sociales-texto{
padding-right: 2rem;
}
.header-redes-sociales-iconos{
padding-right: 1rem;
padding-top: 0.5rem;
}
/*Estilos Footer*/
.footer-redes-sociales-texto{
padding-right: 2rem;
}
.footer-redes-sociales-iconos{
padding-right: 1rem;
padding-top: 0.5rem;
}

/*Experiencia*/
.experiencia-dos-columnas{
display: grid;
grid-template-columns: repeat(2, 1fr); 
column-gap: 4rem;
}

/*Estilos razones*/
.tres-columnas-razones{
display: grid;
grid-template-columns: repeat(3, 1fr); 
column-gap: 5rem;
}

/*Estilos contacto*/


.contacto-contenido-3-columnas{
padding-top: 5rem;
padding-bottom: 5rem;
display: grid;
grid-template-columns: repeat(4, 1fr); 
column-gap: 3rem;
}

.fomulario-contacto{
margin-top: -2.5rem;
}


/*Footer*/
.footer-redes-sociales{
display: flex;
align-items: center;
justify-content: space-between;
}

.galeria{
display: grid;
grid-template-columns: repeat(3, 1fr); 
column-gap: 1rem;
}

/************************************************************************************************************/
/*ESTILOS PAGINA INFRAESTRUCTURA*/
.infraestructura-dos-columnas{
display: grid;
grid-template-columns: 70% 30% ;
column-gap: 5rem; 
}
.galeria-infraestructura{
display: flex;
justify-content:space-between;
align-items:center;


}
.galeria img{
cursor: pointer;
margin: 1rem;

}

/*Estilos Galeria*/

/*estilos del modal*/




}

@media (min-width: 1024px){

/*Globales*/
.ocultarEscritorio{
display: none;
}

.banner{
height: 120%; 
}

/*banner contenido*/ 
.banner-contenido{
padding-top: 5rem;
padding-left: 15rem;
padding-right: 15rem;

}



/*Productos*/
.productos-contenido {
display: grid;
grid-template-columns: repeat(3, 1fr); 
column-gap: 1rem;

}

form{
width: 100%;
}  
.imput25{
width: 25%;    
}
.imput24{
margin-right: 0.95rem;
width: 24%;    
}

.imput40{
width: 48.5%;    
} 
.imput50{
width: 50%;    
} 
.imput100{
width: 100%;    
}        

/************************************************************************************************************/
/*ESTILOS PAGINA QUIENES*/

.quienes{
display: grid;
grid-template-columns: repeat(2, 1fr); 
column-gap: 1rem;
}



/************************************************************************************************************/
/*ESTILOS PAGINA Anodizados*/


.acabados-dos-columnas{
display: grid;
grid-template-columns: repeat(2, 1fr); 
column-gap: 1rem;
}



/************************************************************************************************************/
/*ESTILOS PAGINA INFRAESTRUCTURA*/

 
.pagina{
font-size: 2rem;
position: relative;
top: 30rem;
left: 60rem;
color: var(--ColorPrincipal);
font-weight: bold; 
font-family: var(--fuenteprincipal);
}

.hover{
cursor: pointer;
transform:scale(1.1);
transition: all .3s ease;
border-bottom: 0.1rem solid rgb(255, 94, 0);
}


/*******************************************************************************************************/
/*ESTILOS PAGINA SERVICIOS*/



}
