.headabout {
    
    width: 100%;
  height: 100%;
    background-image: url(../IMG/NOSOTROSBLANCO.png);

    background-size: cover;
    position: relative;
    /* Añade las siguientes propiedades para centrar la persona en pantallas pequeñas */


    /* Cambia el valor horizontal (30%) según tus necesidades */
padding-bottom: 0%;


}
body {
    
    height:100vh;
}


.about-us {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    margin-left: 0%;

    background-size: cover;
}

.about-col {

    padding: 30px 2px;
    background-color: transparent;
    width: 35%;
   
}
.about-col p{

    padding-bottom: 100px;
   
}

.about-colimg {

    display: flex;
    padding: 0;
    background-color: transparent;
    width: 50%;
}

.about-colimg img {

    width: 35vw;
    margin-top: -2%;
    margin-left: 10%;
    background-color: transparent;
    padding: 0;
}

.about-col h1 {
    padding-top: 10px;
    line-height: 40px;
    letter-spacing: 2px;
    font-size: 30px;
    color: #06847d;

}
.about-col h2 {
    margin-top: 5%;
    line-height: 10vh;
    letter-spacing: 2px;
    font-size: 45px;
    color: #06847d;
    font-weight: 400;
    letter-spacing: 15px;

}
.about-col h1 i {
font-weight: 600;

}

.about-col p {
    padding: 15px 0 25px;
}

@media (max-width: 1470px){

    .about-colimg img {

        width: 50vw;

        }
}
@media (max-width: 1100px){
    .about-col h2 {
        padding-top: 0;
        margin-top: -5vw;
        font-size: 35px;
    }
    .about-colimg img {

    width: 90vw;
    margin-left: 0%;
   margin-bottom: 100px;
    }
    .about-us {

        width: 90%;
        margin: auto;
        margin-left: 5%;
    }

    .about-col h1 {
        font-size: 30px;
        margin-top: -2vw;
    }

    .about-col {

        width: 100%;
    }
}


/*Footer*/

.footer {
    margin-top: 0%;
    background-image: url(../IMG/footer1.png);
    background-position: 99% top;
    max-width: 100%;
    height: fit-content;
    text-align: center;
    padding: 15px 0;

}


.icons {
    justify-content: flex-end;
    width: 82%;
    display: flex;
    text-align: left;
    flex-direction: row;


}

.icons a:hover {
    color: #005176;
}

.icons i {
    margin-top: -20px;
    margin-left: 20px;
}

.icons a {
    margin-top: 50px;
    color: #f2f2f2f2;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    margin-left: 20px;

}

#logo2 {
    margin-top:5%;
    width: 300px;
    left: 140px;
    bottom: 20px;
}

.iconslogos,
.iconstexto {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
}

@media (max-width:1406px) {

    #logo2 {
        left: 50px;
        width: 200px;
    }

}



@media (max-width:1040px) {
    .icons {
        justify-content: center;
        width: 100%;
        flex-direction: column;


    }

    .icons a {
        margin-left: 5px;
        margin-top: 10px;
    }

    .icons i {
        margin-top: -0px;
        margin-left: 5px;
    }

}


@media (max-width:1200px) {
    #logo2 {
        display: none;
    }
}
@media (max-width:700px) {

        .iconstexto{
        flex-direction: column;
        text-align: center;
    }
}



