.imagenProfesor img{
    margin-bottom: -210px;
}

#mobile-toogle{
    border-radius: 50%;
    background: white;
    color: rgba(0,0,0,0.8);
    padding: 15px;
    box-shadow: 1px 10px 10px rgb(0 0 0 / 20%);
    position: fixed !important;
    bottom: 50px;
    right: 50px;
    border: 1px solid rgba(0,0,0,0.2);
}

.search-toggle-open-container .search-toggle-open{
    background: #B38E5D;
    /* color: var(--global-palette9); */
    padding: 10px 30px 10px 30px;
}

.avatar {
    background-color: #13322B;
}

/* Facebook */

.header-social-wrap{
    position: fixed;
    bottom: 150px;
    right: 100px;
    
}

.header-social-wrap>div{
    height: 60px;
    background-color: #1DA1F2;
    border-radius: 5px;
    padding: 10px;
}




@media (max-width:1024px){
    .imagenProfesor img{
        margin-bottom: -160px;
    }


    h1{
        font-size: 28px !important;
    }

    h2{
        font-size: 24px !important;
    }


    .header-mobile-social-wrap{
        border-radius: 50%;
        background: #1DA1F2;
        color: rgba(0,0,0,0.8);
        padding: 12px;
        box-shadow: 1px 10px 10px rgb(0 0 0 / 20%);
        position: fixed !important;
        bottom: 230px;
        right: 30px;
        border: 1px solid rgba(0,0,0,0.2);
    }

    .header-mobile-social-wrap span{
        font-size: 25px;
    }

}


@media (max-width: 767px){
    h1{
        font-size: 22px !important;
    }

    h2{
        font-size: 20px !important;
    }

    header #mobile-toggle{
        border-radius: 50%;
        background: white;
        color: rgba(0,0,0,0.8);
        padding: 15px;
        box-shadow: 1px 10px 10px rgb(0 0 0 / 20%);
        position: fixed !important;
        bottom: 90px;
        right: 30px;
        border: 1px solid rgba(0,0,0,0.2);
    }
    
    header #mobile-toggle .menu-toggle-icon{
        font-size: 25px;
    }

    .search-toggle-open-container .search-toggle-label{
        display: none;
    }

    .search-toggle-open-container .search-toggle-open{
        background: #B38E5D;
        /* color: var(--global-palette9); */
        border-radius: 50%;

        padding: 15px;
        box-shadow: 1px 10px 10px rgb(0 0 0 / 20%);
        position: fixed !important;
        bottom: 160px;
        right: 30px;
        border: 1px solid rgba(0,0,0,0.2);
    }

    .search-toggle-open-container .search-toggle-icon{
        font-size: 25px;
    }

    .popup-drawer .drawer-content.content-valign-middle{
        justify-content: inherit !important;
        max-height: inherit !important;
    }

}

