.home-card .circle-icon {
    height: 133px;
    width: 133px;
    border-radius: 50%;
}

.home-card .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.home-card .svg-wrapper svg {
    height: 80px;
    width: 80px;
}

.container_campo_busca {
position: relative;
}
.campo_busca {
opacity: 1;
position: relative;
min-width: 220px;
}
.campo_busca button {
border: none;
background-color: transparent;
position: absolute;
right: 46px;
cursor: pointer;
}
.campo_busca input {
height: 30px;
font-size: 12px;
/* color: #ACAAAA; */
border-radius: 26px;
font-size: 12px;
box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
position: relative;
padding-left: 10px;
}
.busca-right {
float: right;
}
.espaco_busca{
margin: 0;
width: 100%;

}
.campo_busca img {
position: relative;
top: 7px;
right: -25px;
width: 27px;
height: 16px;
border: none;
background-color: transparent;
cursor: pointer;
display: block;

}

.active_search {
display: block;
animation: search_animation .2s ease-in-out;
animation-fill-mode: forwards;

}

@media (max-width:925px) {
    .responsivo_search_max {
        display: block;
        width: 100%;
    }

    [name='mecanismo_de_busca']{
        display: flex;
        width: 100%;
    }

    .campo_busca {
        min-width: 100% !important;
        display: flex;
    }
    .responsivo_search_min {
        display: none;
    }
    .responsive_menu_max {
        justify-content: center;
    }

    .btn-social-transparent {
        color: rgba(0, 0, 0, 0.5) !important;
    }
}

@media (min-width:925px) {
    .responsivo_search_max {
        display: none;
    }

    .responsivo_search_min {
        display: flex;
        justify-content: flex-end;
    }

    .responsive_menu_max {
        display: flex;
        justify-content: flex-end;
    }
}


.container {
    margin: 0 auto;
    max-width: 1200px;
}

.intranet a {
    color: black;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-right: 5px;
    padding-top: 3px;
}

.intranet img {
    display: inline-block;
}

.btn-social-header{
    border-radius: 50%;
    display: flex
    ;
        align-items: center;
        justify-content: center;
}

.btn-social-header a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset;
}

.btn-social-header i::before{
    line-height: unset;
}

.btn-social-header i.uil.uil-instagram{
    margin-left: 1px;
}

.image-card{
    background-image: unset;
}

.icon-contato{
    font-size: 28px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 0.9;   
}

.btn.btn-social-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.65rem;
    width: 2.65rem;
}

.btn.btn-social-footer i{
    line-height: 1.8;
}

.btn-social-footer:hover, .btn-social-header:hover{
    background-color:#014c8c;
}

.btn.btn-social-footer a:focus, .btn.btn-social-footer a:hover,
.btn.btn-social-header a:focus, .btn.btn-social-header a:hover{
    color: #9ca3af;
}

.btn.btn-social-footer i::before{
    line-height: unset;
}

#popupMenu .btn-popupMenu:hover,
#popupMenu .btn-popupMenu:active{
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

#popupMenu .btn-popupMenu:hover a,
#popupMenu .btn-popupMenu:active a{
    color: #d3d3d3;
}
#popupMenu .btn-popupMenu a,
#popupMenu .btn-popupMenu a{
    color: #878787;
}

@media(max-width:435px){
    .menu_nav_responsive{
        flex-flow: column wrap;
    }       
    .menu_nav_responsive_associado{
        justify-content: center;
    }
    .menu_nav_responsive_social{
        justify-content: center;
    }
}