.fondoMainLeft {
    font-size: 25px;

}



.fotoPerfil {
    width: 240px;
    border-radius: 50%;
}

.iconoDescrip {
    width: 90px;
}

@media (max-width : 1050px) {
    .w-md-100 {
        width: 90% !important;
    }
}

@media (max-width: 850px) {
    .sectionMyself {
        flex-direction: column-reverse !important;
    }

    .sectionMyself a {
        width: 140px;

    }

}



@media (max-width: 750px) {
    .aDescript {
        padding: 15px !important;
    }

    .iconoDescrip {
        width: 50px;
    }
}

@media (max-width: 600px) {

    .sectionMyself a {
        width: 70px !important;

    }

    .fotoPerfil {
        width: 150px;
    }

    .aDescript {
        padding: 5px !important;
    }

    .iconoDescrip {
        width: 50px;
    }


}