﻿#body .container-img-wpp-recrutador {
    bottom: 5%;
    width: 2.5rem;
    overflow: hidden;
    transition: width 0.3s ease;
    height: 5rem;
    position: fixed;
    background: white;
    box-shadow: 0px 4px 16px rgba(41, 23, 77, 0.24);
    border-radius: 0 12px 12px 0;
    left: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    cursor: pointer;
    /*transition: width 0.4s;*/
    align-items: center;
    z-index: 3;
    justify-content: center;
    text-decoration: none;
}

#body .container-img-wpp-recrutador:hover {
    width: 10rem;
}

#body .container-img-wpp-recrutador .text-col {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#body .container-img-wpp-recrutador:hover .text-col {
    display: block;
    opacity: 1;
}

#body .positionTextFooter {
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    background-color: #4D3293;
}

#body .textFooter {
    color: white;
    font-family: 'NotoSansMedium';
    text-align: left;
    padding-left: 14px;
    font-size: 17px;
    font-weight: 500;
}



@media (min-width:992px) {
    #body .textFooter {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .sociais .textFooter {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .sociais .textFooter {
        font-size: 12px;
    }

    .sociais .textWpp {
        font-size: 11px;
    }

    .sociais .positionTextFooter svg {
        width: 37px;
    }
}