
@media (max-width: 1300px) {
    
    .bd-footer-link span {
        font-size: .75rem;
        }

    .acal-description {
        font-size: .9rem;
        }

    .div-resultado-researcher {
        width: 90%;
    }
}

@media (max-width: 1200px) {

    .main-foot-text{
        margin-left: 0rem;
        margin-right: -2rem;
    }

    .researchers-datos-personales{
        width: 23rem;
        min-width: 23rem;
        max-width: 23rem;
    }

    .boton-conectar button{
        font-size: 1rem;
        padding: 0.5rem 1.3rem 0.5rem 1.3rem;
        height: 2.1rem;
    }

}

@media (max-width: 1100px) {
    .logos-footer1{
        min-width: 5rem;
        width: 5rem;
    }

    .columna-logo-acalconecta{
        margin-left: -2rem;
        padding-top: 2rem;
    }

    .main-foot-text{
        margin-left: -4rem;
        margin-right: 0.5rem;
    }

    .logos-footer2 {
        min-width: 7rem;
        width: 7rem;
    }

    .div-indicadores h1{
        font-size: 1rem;
    
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }

    .div-indicadores p{
        font-size: 2rem;
        margin-top: 1.2rem;
    }

    .index-form{
        width: 50rem;
    }

    .div-indicadores{
        width: 15rem;
        
    }

    .div-resultado-researcher {
        width: 95%;
    }

    .researchers-datos-personales h1 {
        font-size: 1rem;
    }

    .boton-conectar button {
        font-size: 0.7rem;
        padding: 0.5rem 1rem 0.5rem 1rem;
        height: 1.8rem;
    }

    .researchers-datos-personales{
        width: 21rem;
        min-width: 21rem;
        max-width: 21rem;
    }

    .researchers-content-div{
        margin-top: 10%;
    }

    .item-rrss2{
        width: .7rem;
        margin-right: 1rem;
    }

    .item-rrss {
        width: 1rem;
        margin-right: 1rem;
    }

    .header-icons img {
        width: 1.5rem;
        margin-right: 0.5rem;
    }

    .div-inicio-sesion {
        font-size: .8rem;
    }

    .header-form input {
        width: 50%;
        height: 2rem;
    }

    .header-icons{
        margin-left: -8rem;
    }

}