.headabout {
    
    width: 100%;
  height: fit-content;
    background-image: url(../IMG/NOSOTROSBLANCO.png);

    background-size: cover;
    position: relative;
    /* Añade las siguientes propiedades para centrar la persona en pantallas pequeñas */
    padding-bottom: 0%;
    margin-bottom: -10%;
    /* Cambia el valor horizontal (30%) según tus necesidades */
padding-bottom: 5%;


}



.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 */
.footers {
 
    background-image: url(../IMG/footer1.png);
    background-position: 99% top;
    width: 120%;
    height: fit-content;
    text-align: center;
    padding-bottom: 20px;
 
    margin-left: 0%;
    bottom: 13%;

}
    @media (max-width:1100px) {



        .headabout {
    

            height: fit-content;
   
  
        
        
        }
        .footers {
            top: 80%;
            width: 100%;
        
        }
    }

.iconss {
    justify-content: center;
    width: 82%;
    display: flex;
    text-align: left;
    flex-direction: row;


}

.iconss a:hover {
    color: #005176;
}

.iconss i {
    margin-top: -20px;
    margin-left: 20px;
}

.iconss a {
    margin-top: 50px;
    color: #f2f2f2f2;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    margin-left: 20px;

}

#logo2 {
    width: 300px;
    left: 140px;
    position: absolute;
    bottom: 20px;
}

.iconslogos,
.iconstexto {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width:1760px) {
    .footers{

        bottom: 4%;
    }
}
@media (max-width:1572px) {

    #logo2 {
        display: none;
    }

}



@media (max-width:1040px) {
    .iconss {
        justify-content: center;
        width: 100%;
        flex-direction: column;


    }

    .iconss a {
        margin-left: 5px;
        margin-top: 10px;
    }

    .iconss i {
        margin-top: -0px;
        margin-left: 5px;
    }

}


@media (max-width:1200px) {
    #logo2 {
        display: none;
    }
}