@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
  }

body{
font-family: "Roboto Flex", sans-serif;
font-size: 16px;
}

.ancho{
    max-width: 1200px;
    margin: auto;
}

header{
background-color: #28272D;
height: 80px;
position:sticky;
top: 0;
border-top: 5px solid #F2AB01;
z-index: 1000;
}

img{
    width: 100%;
    height: 100%;
}

.menu{
display:flex;
flex-direction: row;
align-items:center;
justify-content: space-between;
}

ul{
    list-style: none;
}

.menu ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-right:30px;
}

.menu li{
    margin: 0px 10px;
}

.menu li:hover a{
  color:#F2AB01;
 border-bottom:2px solid #ffffff;
}

.menu a{
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #FFF;
}



.menu-movil{
    display: none;
}

.logo{
    width: 115px;
    height: 54px;
    margin:10px;
}

.cinta-redes-sociales{
    background-color: #F2AB01;   
    border-top: 5px solid #F2AB01;
}

.contenedor-redes{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
}

.contenedor-redes a{
    color: #000;
}

.redes-sociales{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    margin-right: 50px;
}

.redes-sociales li{
    margin: 0px 10px;
}

.redes-sociales a{
    font-size: 20px;
    text-decoration: none;
}

.cabecera{
    display: flex;
    flex-direction: row;
    height: 630px;
}

.contenedor-izq{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 100%;
    background-image: url(imagenes/postes-izq.webp);
    background-position: center;
    background-size:cover;
}

.contenedor-der{
    width: 55%;
    height: 100%;
    /*background-image: url(imagenes/postes-der.webp);*/
    background-position: center;
    background-size:cover;
    position: relative;
    overflow: hidden;
    background-color:#000000a7;
}


.contenedor-der video{
    position: absolute;
    left: -110%;
    top: 0;
    width: auto;
    height: 150%;
    z-index: -10;
    visibility: visible;
}


.titulo-principal{
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content:space-around;
    width: 480px;
}

.titulo-principal h1{
    font-size: 55px;
    font-weight: 600;
    color: #E4E4E4;
    text-transform: uppercase;
}

.boton-amarillo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 50px;
    border-radius: 10px;
    margin:50px 0px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
    background-color: #F2AB01;
    transition: all 0.5;
}

.boton-amarillo:hover{
    color: #333333;
    background-color: #FFF;
}

.boton-menu{
    display: none;
}

.modal{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-around;
    z-index: 500;
    height: 120px;
    position: fixed;
    top: 80%;
    left: 95%;
}

.boton-flotante{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    color: #333333;
    background-color: #F2AB01;
    /*box-shadow: 0px 0px 0px #FFF;*/
    transition: all 0.5;
    cursor: pointer;
}

.boton-modal{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height:45px;
    border-radius: 50px;
    background-color: #6999ff;
    color: #FFF;
    text-decoration: none;
    /*box-shadow: 0px 0px 5px #FFF;*/
}

.whatsapp{
    background-color: #25D366;
}

.nosotros{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 500px;
    background-color: #F5F5F5;
}

.imagen-nosotros{
    width: 40%;
    height: 100%;
    background-image: url(imagenes/luces.webp);
    background-position: center;
    background-size:cover;
}

.contenedor-descripcion{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:60%;
    height: 100%;
   
}

.borde{
    width: 200px;
    border-bottom:5px solid #F28C00;
}

.borde-cafe{
    width: 200px;
    border-bottom:5px solid #28272D;
    margin: 0px 0px 20px 0px;
}

.quienes-somos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70%;
    padding: 100px 0px;
}

.quienes-somos h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0px;
}

.descripcion{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 70%;
    padding: 100px 0px;
}

.descripcion h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0px;
}

.descripcion h3{
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    margin: 20px 0px;
}

.descripcion p{
    line-height: 25px;
    font-weight: 300;
    color: #6a6a6a;
    margin: 5px 0px;
}

.contenedor-valores{
    padding: 100px 0px;
}


.valores{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.valor{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 25%;
}

.icono-valor{
    font-size: 40px;
    color: #F2AB01;
}

.descripcion-valor{
margin: 15px 0px;
}

.descripcion-valor h4{
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0px;
    }

.descripcion-valor p{
    line-height: 25px;
    font-weight: 300;
    color: #6a6a6a;
    margin: 5px 0px;
        }

.amarillo{
    color: #F2AB01;
}

.naranja{
    color: #f25101;
}


.servicios{
    height: auto;
    background-color: #F5F5F5;
    padding: 30px 0px;
}

.contenedor-servicios{
    display: flex;
    flex-direction: row;
    align-items:initial;
    justify-content: space-between;
    width: 80%;
    padding: 50px 0px;
}

.servicio{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 25%;
}


.titulo-servicio{
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin:20px 0px;
    width: 90%;
}

.servicio figure{
    width: 180px;
    height: 180px;
}

.servicio img{
    border-radius: 100px;
}


.titulo{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
    width: 70%;
    padding:80px 0px 30px 0px ;
}

.titulo h2{
    font-size: 30px;
    font-weight: 600;
    text-align:left;
    width: 100%;
    text-transform: uppercase;
    margin: 20px 0px;
}

.titulo p{
    line-height: 25px;
    font-weight: 300;
    text-align:left;
    width: 100%;
    color: #6a6a6a;
    margin: 20px 0px;
}

.contenedor-lista{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.contenedor-lista figure{
    width: 100px;
    height: 100px;
}  


.contenedor-lista ul{
    width: 50%;
    padding-left: 20px 0px;
}  

.lista{
    width: 45%;
}

.lista h4{
    font-weight: 500;
    font-size: 25px;
    text-align: left;
    margin:20px 0px;
}

.lista-servicios{
display: flex;
flex-direction: row;
align-items: center;
}

.lista-servicios p{
  font-size: 20px;
  margin: 0px 10px;
  color: #6a6a6a;
}

.lista-servicios i{
color: #f25101;
  }

.catalogo{
    margin: 50px 0px;
}

.contenedor-productos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 1050px;
    margin: auto;
    background-color: #F5F5F5;
    margin-bottom: 20px;
    position: relative;
}

.contenedor-imagen{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100%;
    background-color: #ede1c2;
}

.imagen-poste{
    width: 80%;
    height: 80%;
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
}

#poste-cuadrado{
    background-image: url(imagenes/Poste-cuadrado.webp);
}

#poste-redondo{
    background-image: url(imagenes/Poste-redondo.webp);
}

#poste-redondo-d{
    background-image: url(imagenes/Poste-redondo-doble.webp);
}

#brazo-poste-con{
    background-image: url(imagenes/Brazo-poste.webp);
}

#brazo-poste-met{
    background-image: url(imagenes/Brazo-\ poste-met.webp);
}

.descripcion-producto{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
    width: 70%;
    height: 100%;
    transition:all 1s;
}

.descripcion-producto h3{
    font-size: 35px;
    font-weight: 500;
    color: #333;
    margin: 20px 0px;
}

.descripcion-producto h4{
    font-size: 20px;
    font-weight: 600;
    text-transform:uppercase;
    color: #333;
    margin: 10px 0px;
}

.descripcion-producto p{
    line-height: 25px;
    font-weight: 300;
    margin: 10px 0px;
    color: #6a6a6a;
}

.boton-mas{
    width: 50px;
    height: 50px;
    border-radius:100%;
    border: 3px solid #F2AB01;
    color: #333;
    position: absolute;
    top:80%;
    left: 90%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.boton-mas:hover{
    border-radius:100%;
    border: none;
    color: #333;
    background-color: #D1D1D1;
    cursor: pointer;
}

.modal-medida{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    width: 100%;
    height: 100%;
    transition:all 1s;
}

.modal-medida h4{
    font-size: 20px;
    font-weight: 600;
    text-transform:uppercase;
    color: #333;
    margin-bottom: 30px;
}

.modal-medida table{
    width: 90%;
    height: 50%;
    margin: 30px 0px;
}

.modal-medida th{
    font-size: 20px;
    font-weight: 500;
    background-color: #FDD471;
}

.modal-medida td{
    font-size: 16px;
    font-weight: 300;
    color: #AD7900;
    width: 25%;
    text-align: center;
}

.modal-medida p{
    font-size: 12px;
    font-weight: 300;
    width: 60%;
}

.boton-cerrar{
    width: 50px;
    height: 50px;
    border-radius:100%;
    border: none;
    color: #FFF;
    background-color: #f25101;
    position: absolute;
    top:80%;
    left: 90%;
    font-size: 20px;
    cursor: pointer;
}

.galeria{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #28272D;
    width: 100%;
    height: auto;
}

.contenedor-galeria{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 10px 0px 100px 0px;
}

.imagen{
    width: 300px;
    height: 300px;
    margin: 10px;
}

.imagen-movil{
 display: none;
}

.contactanos{
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background-color: #ffffff;
}


.contenedor-formulario{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    margin-bottom: 100px;
}

.formulario{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%; 
}

.contenedor-entrada{
    display: flex;
    align-items: row;
    width: 100%;
}

.campo{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
    margin: 5px;
}

.entrada{
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    width: 250px;
    height: 40px;
    margin: 5px 0px;
    padding: 10px;
    border: 2px solid #f25101;
    border-radius: 5px;
}

.form textarea{
    font-family: "Roboto Flex", sans-serif;
    font-size: 14px;
    width: 100%;
    height:100px;
    margin: 5px 0px;
    padding: 10px;
    border: 2px solid #f25101;
    border-radius: 5px;
    resize: none;
}

.boton-cafe{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    background-color: #28272D;
    transition: all 0.5;
}

.boton-cafe:hover{
    color: #333333;
    background-color: #FDD471;
}

.vector{
    width: 50%;
    height: 100%; 
}

.figura-vector{
    width: 300px;
    height: 300px;
    margin: auto;
}

.agradecimiento{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #ffc232;
    text-align: center;
}

.agradecimiento p{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    width: 60%;
    margin: auto;
    padding: 100px 0px;
}

footer{
    background-color: #28272D;
    color: #FFF;
    padding: 30px 0px;
}

.pie-pagina{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}

.seccion-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 30%;
}

.seccion-footer p{
    margin: 15px;
}

.seccion-footer ul{
    margin: auto;
}

.seccion-footer a{
    color: #FFF;
}

.seccion-ubicacion{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: space-around;
    width: 30%;
}

.seccion-ubicacion p{
    margin: 10px;
    font-size: 14px;
}


.copyright{
    font-size: 12px;
    font-weight: 300;
}

.copyright-movil{
    display: none;
}