/* CONFIGURACIÓN GENERAL */
body{
    background:#f5f5f5;
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

/*  MENÚ */

header{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:1000;
    background:rgba(0,0,0,.55);
}

.menu{
    width:98%;
    margin:auto;
    height:65px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    display: flex;
    align-items: center;
    gap: 15px; /*espacio de separacion*/
}

.logo img{
    animation: 3s infinite ease-in-out;
    width:57px;
    gap: 5px;
    top: 15px;
}

.logo h2{
    position: relative;
    top: 5px;
    color:azure;
    font-size: 21px;
}
    
.menu ul{
    display:flex;
    list-style:none;
}

.menu ul li{
    margin-left:40px;
}

.menu ul li a{
    color:white;
    text-decoration:none;
    font-size:17px;
    font-weight:bold;
    transition:.4s;
}

.menu ul li a:hover{
    color:#57bfe2cc;
}

/*  PORTADA  */
.inicio{
    position:relative;
    height:100vh;
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.inicio img{
    width: 125vh;
    height: 100vh;
    position: relative;
}

.capa{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.467);
}


.contenido{
    position:relative;
    color:white;
    text-align:center;
    width:70%;
    padding: 0px 0px;
}

.contenido h3{
    color:#ffffff;
    letter-spacing:3px;
    margin-bottom:20px;
    font-size: 22px;
}

.contenido h1{
    font-size:75px;
    margin-bottom:25px;
}

.contenido p{
    font-size:18px;
    line-height:30px;
    margin-bottom:35px;
}

.boton{
    display:inline-block;
    padding:20px 40px;
    background:#c98d60;
    color:white;
    text-decoration:none;
    border-radius:5px;
    transition:.3s;
}

.boton:hover{
    background:#9c6644;
}

/*------------------- Quienes somos--------------*/
.referencia{
    padding:80px 8%;
    background:rgba(238, 238, 222, 0.886);
    text-align:center;
    height: 65vh;
}

.card-somos{
    flex:10px;
    min-width:250px;
    justify-content: center;
}

.contenedor-somos{
    display:flex;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
}

.contenedor-somos h2{
    margin-bottom:1px;
    font-size:45px;
    position: center;
    padding: 15px 10px; 
}

.contenedor-somos p{
    color:#000000;
    line-height:28px;
    text-align: justify;
    font-size: 18px;
}

/*--------- valores----------- */

.tipo{
    padding:90px 8%;
    background:white;
    text-align:center;
}

.tipo h2{
    font-size:50px;
    margin-bottom:20px;
}

.contenedor{
    display:flex;
    justify-content:space-between;
    gap:30px;
    flex-wrap:wrap;
}

.card{
    flex:10px;
    min-width:250px;
    padding:20px;
    text-align: center;
}

.card img{
    width:170px;
    height:170px;
    border-radius:25%;
    object-fit:cover;
    margin-bottom:20px;
}

.card h3{
    margin-bottom:15px;
    font-size:28px;
}

.card p{
    line-height:28px;
    text-align: justify;
    color:#000000;
    margin-bottom:60px;
}
/* SERVICIOS */
.servicios{
    position:relative;
    background-size:cover;
    background-color: rgba(54, 51, 51, 0.699);
    background: url("https://img.freepik.com/fotos-premium/tanques-combustible-hidrogeno-marcados-signo-distintivo-h2-estan-alineados-instalacion_1153414-470.jpg");
    background-position:center;
    height:90vh;
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 10px 8px;
}

.contenido-servicios{
    position:relative;
    color:white;
    text-align:center;
    width:70%;
}

.contenido-servicios h2{
    font-size:55px;
    margin-bottom:60px;
    padding: 15px;
}

.servicio{
    flex:1;
    min-width:250px;
}

.servicio img{
    margin-bottom:20px;
    width:200px;
    height:150px;
    border-radius: 5%;
    object-fit:cover;
   
}

.servicio h3{
    margin-bottom:15px;
    font-size:28px;
    padding: 10px;
}

/*logo de empresas cliente de la empresa*/
.logo-clientes{
    padding:40px 20px;
    background:rgba(255, 255, 255, 0.886);
    text-align:center;
}

.logo-clientes h2{
    font-size:50px;
    margin-bottom:20px;
}

.logo-clientes p{
    font-size: 20px;
    margin-bottom: 20px;
}

.contenedor-logo{
    display:flex;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
}

.card-img{  
    flex:1px;
    min-width:250px;
    padding:5px;
    justify-content: center;
}

.imagen-1{
    width:250px;
    height:150px;
    object-fit:fill;
}

.imagen-2{
    width:230px;
    height:190px;
    object-fit:fill;
}

.imagen-3{
    width:250px;
    height:150px;
    object-fit:fill;
}

.imagen-4{
    width:250px;
    height:150px;
    object-fit:fill;
}

.imagen-5{
    width:230px;
    height:180px;
    object-fit:fill;
}

.imagen-6{
    width:250px;
    height:150px;
    object-fit:fill;
}

.imagen-7{
    width:250px;
    height:160px;
    object-fit:fill;
}

.imagen-8{
    width:280px;
    height:180px;
    object-fit:fill;
}

.parrafo{
    font-size: 20px;
    padding:10px;
    background:rgba(255, 255, 255, 0.886);
    text-align:center;
}

/* -------------FOOTER------------- */
footer{
    background:#111;
    color:white;
    text-align:left;
    height: 60vh;
    width: 100%;
    padding: 50px 2px;
}

footer h2{
    padding: 10px 35px;
    margin-top: 0%;
}

.footer-conte {
    display:flex;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
    text-align: center;
    padding:30px;
}

.footer-div{
    flex:1;
    min-width:250px;
}

.footer-div p{
    text-align: center;
    font-size: 16px;
}

.footer-div img{
    margin-bottom:20px;
    width:60px;
    height:60px;
    border-radius: 60%;
    object-fit:cover;
   
}
/*  Para vista en otros dispositivos  */
@media(max-width:900px){
    .menu{
        flex-direction:column;
        height:auto;
        padding:20px;
    }

    .menu ul{
        margin-top:20px;
    }

    .menu ul li{
        margin:10px;
    }

    .contenido h1{
        font-size:45px;
    }

    .tipos h2{
        font-size:35px;
    }

    .contenido-servicios h2{
        font-size:35px;
    }
}