/**
* Theme Name: Doctery Child
* Description: This is a child theme of Doctery.
* Author: <a href="http://themesion.com/">Themesion</a>
* Template: doctery
* Version: 1.0
*/

.vector-hide {
    display: none !important;
}

/* Menu do desenvolvedor */

.developer {
    position: relative;
    overflow: hidden;
    width: 91px;
    height: 29px;
    display: block;
}

.developer .dev-logo {
    width: 100%;
    height: 100%;
    display: block;
    background: url('assets/img/dev/logo-vector.png') no-repeat;
    background-size: contain;
}

.developer .dev-legend {
    opacity: 0;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
}

.menu-menu-copyright-container .thsn-footer-menu {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.menu-menu-copyright-container .thsn-footer-menu p {
    margin: 0px !important;
}

.menu-menu-copyright-container .thsn-footer-menu strong {
    color: #fff !important;
}

@media only screen and (max-width:700px) {
    .menu-menu-copyright-container .thsn-footer-menu {
        flex-flow: column nowrap;
        padding-bottom: 50px;
    }

}

/* Botao do whatsapp */

#section-wpp {
    display: flex;
    position: fixed;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    right: 50px;
    bottom: 50px;
    z-index: 50000;
    width: 80px;
    height: 80px;
    transform: scale(.85);
}

#section-wpp::after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #48C960;
    opacity: .2;
    border-radius: 50%;
}


.btn-wpp {
    z-index: 50;
    display: flex;
    position: relative;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    background: #48C960;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-decoration: none !important;
    cursor: pointer;
    filter: drop-shadow(0px 4px 27px #48C960);
}

.btn-wpp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #48C960;
    border-radius: 50%;
    animation: widgetPulse infinite 1.5s;
}


.btn-wpp i::before {
    color: #fff;
    font-size: 45px;
}

@-webkit-keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

@keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

@media only Screen and (max-width:600px) {
    #section-wpp {
        right: 20px !important;
        bottom: 20px !important;
        width: 60px;
        height: 60px;
        position: fixed;
    }

    .btn-wpp i::before {
        color: #fff;
        font-size: 30px;
    }
}



/* Customizações no tema */

body hr {
    display: block;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

@media screen and (min-width:768px) {
    body.thsn-sidebar-no #content {
        padding-top: 0px !important;
    }
}

body #masthead .thsn-title-bar-wrapper {
    background-position: 50% 50% !important;
    background-size: cover;
}

.thsn-header-style-1 .thsn-navbar div>ul>li>a {
    font-weight: 700 !important;
}


.thsn-header-style-3 .thsn-header-bg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) -10%, rgba(255, 255, 255, .85) 50%, transparent 100%) !important;
}

.site-header .thsn-sticky-on .thsn-header-bg {
    background: none !important;
    box-shadow: 0px 8px 23px 7px rgba(0, 0, 0, 0.1);
}

.site-header .thsn-header-button a {
    background: #960822 !important;
}

.site-header .thsn-header-button a:hover {
    background: #6b0618 !important;
}

.site-header .thsn-breadcrumb .thsn-breadcrumb-inner>span:last-of-type {
    display: none !important;
}

.site-header .thsn-tbar-search-word {
    color: #960822;
}

.site-header .thsn-tbar-search-word::after,
.site-header .thsn-tbar-search-word::before {
    content: ' " ';
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

body .widget.widget_search .search-form input[type="search"],
body .widget.widget_search .search-form button {
    background: #fff !important;
    color: #545454 !important;
}

body .scroll-to-top {
    right: unset;
    left: 20px;
}

@media only screen and (max-width:1200px) {
    .site-title {
        height: 70px !important;
    }

    #page.site {
        padding-top: 80px;
    }

    .site-title img.thsn-main-logo {
        max-height: 40px !important;
    }

    .thsn-header-height-wrapper {
        min-height: 80px !important;
        position: fixed;
        top: 0px;
        z-index: 99999;
        width: 100%;
    }

    #masthead .thsn-navbar>div {
        background: #081839;
    }
}

.thsn-header-style-1 .thsn-header-button a {
    border-radius: 8px !important;
}


.thsn-pre-header-right .thsn-link>li>a>i {
    margin-right: 10px;
}




/* Bloco de pesquisar dentro do conteúdo */
#vector__wrap__search {
    position: relative;
}

#vector__wrap__search.all-filters {
    margin-bottom: 40px;
}

#vector__wrap__search.all-filters .wrap-filters {
    padding: 25px 20px;
    border: 1px solid #e6e6e6;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    background: #EBEEF3;
}

@media only screen and (max-width:500px) {
    #vector__wrap__search.all-filters .wrap-filters {
        padding: 25px 0px;
    }

    .vector__search__table {
        overflow-x: scroll;
        display: block;
    }

    .vector__search__table tbody {
        min-width: 440px;
        display: block;
    }
}

#vector__wrap__search.all-filters .no-results {
    margin-top: 40px;
}

#vector__wrap__search.all-filters .label-filters {
    position: absolute;
    top: -26px;
    left: 0px;
    padding: 10px 20px;
    background: #EBEEF3;
}


#vector__wrap__search.all-filters .wrap-filters>[class*="input-"] {
    margin: 10px 0px;
}


#vector__wrap__search .thsn-select {
    width: 100%;
}


#vector__wrap__search .input-group .icon-search {
    position: absolute;
    right: 0;
    height: 100%;
    width: 70px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

#vector__wrap__search .no-results {
    display: none;
}

#vector__wrap__search .no-results .wrap-content {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffc3;
    border: 1px solid yellow;
    margin: 16px 0px;
    padding: 10px;
}


/* Trabalhando menus laterais */

#vector__sidebar .widget_nav_menu {
    padding: 30px;
    background: #EBEEF3;
    border-radius: 5px;
    color: #fff;
}

#vector__sidebar .widget_nav_menu ul li>a {
    color: #545454;
    font-weight: 500;
}

#vector__sidebar .widget_nav_menu ul li>a:hover {
    color: #181818;
}

#vector__sidebar .widget_nav_menu ul li.current-menu-item>a {
    color: #181818;
    font-weight: 700;
}





#vector__sidebar .elementor-widget-sidebar {
    position: sticky;
    top: 150px;
}

.error404 h2.page-title {

    color: #047C94 !important;
}

.fancybox-slide--html .table__row__content i {
    width: 40px;
    height: 40px;
    background: currentColor;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.fancybox-slide--html .table__row__content i::before {
    color: #fff;
}

.fancybox-slide--html .fancybox-content {
    max-height: 70vh;
    max-width: 600px;
    width: 100%;
}

.fancybox-slide--html .fancybox-content a {
    word-break: break-all;
    text-decoration: underline;
}

@media only screen and (max-width:700px) {
    .fancybox-slide--html .fancybox-content {
        max-width: 80%;
    }
}


.encontre-seu-medico {
    border: 1px solid #047c9482;
}

.encontre-seu-medico:hover,
.encontre-seu-medico a:hover {
    color: #fff !important;
}

#vector-outras-especialidades .thsn-ele-header-area .thsn-element-title {
    font-size: 32px !important;
}

.vector__services .thsn-service-btn a i,
.vector__search__services .thsn-service-btn a i,
.vector__services .thsn-service-content,
.vector__search__services .thsn-service-content,
.vector__services .thsn-service-icon-wrapper,
.vector__search__services .thsn-service-icon-wrapper,
.vector__services .thsn-service-icon-overlay::after,
.vector__search__services .thsn-service-icon-overlay::after {
    display: none !important;
}


.vector__services .themesion-post-item:hover .themesion-box-content,
.vector__search__services .themesion-post-item:hover .themesion-box-content {
    background: #047C94 !important;
}

.vector__services .themesion-post-item:hover .themesion-box-content *,
.vector__search__services .themesion-post-item:hover .themesion-box-content * {
    color: #fff !important;
}

.vector__services .thsn-service-btn a,
.vector__search__services .thsn-service-btn a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    color: transparent !important;
    background: transparent !important;
    font-size: 0px;
    line-height: 0px;
    z-index: 10;
}

.vector__services .thsn-service-btn a:hover,
.vector__search__services .thsn-service-btn a:hover {
    color: transparent !important;
    background: transparent !important;
}

.vector__services .thsn-service-style-1 .themesion-box-content,
.vector__search__services .thsn-service-style-1 .themesion-box-content {
    padding: 30px;
}


/* Acesso rápido */
#vector-menu-de-acesso-rapido .thsn-ihbox .thsn-ihbox-icon {
    max-width: 85px;
}

#vector-home-shortcut .thsn-ihbox a,
#vector-acesso-rapido .thsn-ihbox-box a,
#vector-menu-de-acesso-rapido .thsn-ihbox a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    color: transparent !important;
    background: transparent !important;
    font-size: 0px;
    line-height: 0px;
    z-index: 10;
    cursor: pointer;
}



#vector-home-shortcut [class*="thsn-elementor-bg"]:nth-of-type(1)>.elementor-column-wrap {
    background: #00AEC1 !important;
}

#vector-home-shortcut [class*="thsn-elementor-bg"]:nth-of-type(2)>.elementor-column-wrap {
    background: #037F8C !important;
}

#vector-home-shortcut [class*="thsn-elementor-bg"]:nth-of-type(3)>.elementor-column-wrap {
    background: #025159 !important;
}

#vector-home-shortcut [class*="thsn-elementor-bg"]>.elementor-column-wrap {
    transition: all .3s ease;
}

#vector-home-shortcut [class*="thsn-elementor-bg"]:hover>.elementor-column-wrap {
    background: #960822 !important;
    transform: translateY(-10px);
}



#vector-acesso-rapido .thsn-ihbox-box .thsn-ihbox-icon-type-image {
    position: relative;
}

#vector-acesso-rapido .thsn-element-subtitle {
    color: #047C94 !important;
}

#vector-acesso-rapido .thsn-ihbox-box .thsn-ihbox-icon-type-image::after {
    content: '+';
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
    background: rgba(4, 121, 144, .8);
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: all .3s ease;
    position: absolute;
}

#vector-acesso-rapido .thsn-ihbox-box:hover .thsn-ihbox-icon-type-image::after {
    opacity: 1;
}

.single-thsn-service .thsn-service-feature-image img {
    height: 257px;
    width: 100%;
    object-fit: cover;
}


body .scroll-to-top {
    background-color: #002226 !important;
}

.thsn-footer-widget .footer-social-links {
    text-align: left !important;
    border: none;
    margin-top: 0px;
    padding: 0;
}

@media (min-width: 1200px) {
    .footer-social-links {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}


/* Customização de menu no topo */


#masthead .menu-top-right .submenu {
    display: none;
    max-width: 300px;
    background: #fff;
    position: absolute;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    flex-flow: column nowrap;
    z-index: 5;
    left: 0px;
    min-width: 300px;
    border: 3px solid #047c94;
}

#masthead .menu-top-right .submenu.info {
    gap: 16px;
}

#masthead .menu-top-right .submenu.-active {
    display: flex;
}

#masthead .menu-top-right .has-child {
    margin-left: 4px;
}

#masthead .menu-top-right li {
    margin: 0;
    padding: 0 14px;
    position: relative;
}

#masthead .menu-top-right li.has-submenus.-active {
    background: #047c94;
}

#masthead .menu-top-right li.has-submenus.-active>a {
    color: #fff !important;
}

#masthead .menu-top-right .submenu li,
#masthead .menu-top-right .submenu li>a,
#masthead .menu-top-right .submenu li>.wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 500;
    height: auto;
    line-height: 150%;
    margin: 0px;
    align-items: center;
    gap: 10px;
}


#masthead .menu-top-right .submenu li.no-link {
    padding: 0 10px;
    width: 100%;
}

#masthead .menu-top-right .submenu li.no-link p {
    margin: 0px;
    font-weight: 600;
}

#masthead .menu-top-right .submenu li>a,
#masthead .menu-top-right .submenu li>.wrapper {
    padding: 10px;
    width: 100%;
    font-weight: 700;
    flex-flow: column nowrap;
    align-items: flex-start;
}

#masthead .menu-top-right .submenu li+li {
    border-top: 1px solid #ececec;
    padding-top: 8px;
    margin-top: 8px;
}

#masthead .menu-top-right .submenu li .contact-item {
    font-size: 14px;
    word-break: break-all;
}

#masthead .menu-top-right .submenu li .contact-item i {
    margin-right: 8px;
}

#masthead .menu-top-right .submenu li a:hover {
    color: #047c94;
}

#masthead .menu-top-right li.box-alert {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    gap: 8px;
}

#masthead .menu-top-right .box-alert .alert-item {
    border: 2px;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 2px;
    padding: 16px 10px;
    background: gray;
}

#masthead .menu-top-right .box-alert .alert-item.item-1 {
    background: red;
}

#masthead .menu-top-right .box-alert i {
    font-size: 24px;
}

#masthead .menu-top-right .box-alert .alert-item.item-2 {
    background: green;
}

#masthead .menu-top-right li.li-title {
    border-bottom: 1px solid rgba(204, 204, 204, .8);
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 10px !important;
    font-weight: 700;
}

.thsn-pre-header-wrapper {
    z-index: 999;
    position: relative;
}


#masthead .thsn-title-bar-wrapper::before {
    background: linear-gradient(to right, rgba(24, 24, 24, .9) 40%, transparent 100%) !important;
    opacity: 1 !important;
}

#masthead .thsn-title-bar-content,
#masthead .thsn-title-bar-wrapper {
    min-height: 360px;
}

#masthead .thsn-title-bar-wrapper {
    background-position: 40% 15% !important;
}



.thsn-post-title a:hover {
    color: #047c94 !important;
}



/* Customizando as redes sociais */
.site-footer .widget.widget_nav_menu ul li.vector-footer-social ul.thsn-social-links {
    margin: 20px 0px;
    gap: 16px;
    display: flex !important;
}

.site-footer .widget.widget_nav_menu ul li.vector-footer-social ul.thsn-social-links a {
    margin: 0px !important;
}

.site-footer .widget.widget_nav_menu ul li.vector-footer-social ul.thsn-social-links>a {
    display: none !important;
}

.site-footer .widget.widget_nav_menu ul li.vector-footer-social ul.thsn-social-links li {
    margin: 0px;
}

.site-footer .widget.widget_nav_menu ul li.vector-footer-social ul.thsn-social-links li a i {
    width: 36px;
    height: 36px;
    font-size: 18px;
}


.thsn-social-links {
    display: inline-flex !important;
    gap: 6px;
    padding: 0px;
}

li.thsn-social-li a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background: #181818;
    color: #fff;
}

li.thsn-social-li {
    margin: 0px !important;
}

li.thsn-social-li a {
    width: auto !important;
}

li.thsn-social-facebook a i {
    background: #224889;
}

li.thsn-social-youtube a i {
    background: #D4111B;
}

li.thsn-social-instagram a i {
    background: #D4111B;
}


.site-footer .widget.widget_nav_menu ul li.vector-footer-social {
    margin-top: 30px;
}

.site-footer .widget.widget_nav_menu ul li.vector-footer-social a {
    padding: 0px;

}

.site-footer .widget.widget_nav_menu ul li.vector-footer-social a::before {
    display: none !important;
}


.thsn-footer-big-area .thsn-footer-boxes-3 .thsn-footer-contact-info-wrap {
    word-break: break-all;
}


.thsn-footer-big-area .thsn-footer-contact-info-inner {
    gap: 20px;
}

.thsn-footer-big-area .thsn-footer-contact-info-inner i {

    margin-right: 0px;
    width: 100%;
    max-width: 85px;
}

.thsn-footer-big-area .thsn-footer-contact-info-wrap {
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
}

.bg-verde,
.bg-verde::before {
    background: #002226 !important;
}


@media only screen and (min-width:1200px) {
    .menu-mobile {
        display: none !important;
    }
}


.thsn-breadcrumb span>span,
.thsn-breadcrumb span>a {
    color: #fff;
    opacity: .85;
}

.thsn-breadcrumb a:hover {
    color: #fff !important;
    opacity: 1;
}


#vector-menu-topo-content ul li {
    width: 100%;
}

#vector-menu-topo-content ul {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

#vector-menu-topo-content .menu-top-right>li>a,
#vector-menu-topo-content .menu-top-right li.li-title,
#vector-menu-topo-content .menu-top-right>li:not(:first-of-type) {
    display: none !important;
}

#vector-menu-topo-content .menu-top-right ul {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

#vector-menu-topo-content .menu-top-right ul li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

#vector-menu-topo-content .menu-top-right ul li.box-alert {
    margin-top: 20px;
    gap: 8px;
    justify-content: space-between;
}

#vector-menu-topo-content .menu-top-right ul li.box-alert .alert-item {
    border: 2px;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 2px;
    padding: 20px;
    flex-basis: 48%;
    flex-grow: 1;
    min-width: 240px;
    background: gray;
}

#vector-menu-topo-content .menu-top-right ul li.box-alert .alert-item p {
    margin: 0px !important;
}

#vector-menu-topo-content .menu-top-right ul li.box-alert .alert-item.item-1 {
    background: red;
}

#vector-menu-topo-content .menu-top-right ul li.box-alert i {
    font-size: 24px;
}

#vector-menu-topo-content .menu-top-right ul li.box-alert .alert-item.item-2 {
    background: green;
}

.vector__search__convenios .thsn-element-posts-wrapper.row {
    margin: 0px !important;
}

.vector__search__convenios .convenio-item {
    border: 1px solid #ccc;
    padding: 0 !important;
    transition: all .3s ease;
}

.vector__search__convenios .convenio-item .thsn-contentbox {
    margin: 0;
    padding: 20px;
    width: 100%;
    background: none !important;
    text-align: center;
}

.vector__search__convenios .convenio-item .thsn-contentbox * {
    color: #181818 !important;
    text-align: center;
}

.vector__search__convenios .convenio-item .thsn-contentbox h4 {
    font-size: 16px !important;
    line-height: 150% !important;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.vector__search__convenios a.convenio-item:hover {
    background: #047c94;
    transform: translateY(-10px);
    color: #fff !important;
}

.vector__search__convenios a.convenio-item:hover {
    border-color: #047c94;
}

.vector__search__convenios a.convenio-item:hover .thsn-contentbox * {
    color: #fff !important;
}

.vector__search__convenios .thsn-heading-subheading .thsn-element-title {
    font-size: 30px;
    line-height: 150%;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;

}

.vector__search__convenios .vector-badge {
    background: #047c94;
    height: 30px;
    width: 30px;
    font-size: 16px !important;
    line-height: 100% !important;
    border-radius: 50%;
    margin-left: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    color: #fff !important;
}




body input[type="number"],
body input[type="text"],
body input[type="email"],
body input[type="password"],
body input[type="tel"],
body input[type="url"],
body input[type="search"],
body select,
body textarea {
    border: 1px solid #ccc;
}

body input[type="number"]:focus,
body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="password"]:focus,
body input[type="tel"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="date"]:focus,
body select:focus,
body textarea:focus,
body input[type="number"]:hover,
body input[type="text"]:hover,
body input[type="email"]:hover,
body input[type="password"]:hover,
body input[type="tel"]:hover,
body input[type="url"]:hover,
body input[type="search"]:hover,
body input[type="date"]:hover,
body select:focus,
body textarea:focus {
    border-color: #047c94;
}

input[type="date"] {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #848484;
    line-height: normal;
    padding: 0 15px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.wpcf7-form input[type="date"] {
    height: 48px;
    background-color: #fff;
    font-family: Rajdhani, sans-serif;
    font-style: normal;
}

#masthead .menu-administrativo {
    background: #181818;
}

#icon-programa-residencia .thsn-ihbox>div.d-flex {
    align-items: center;
}

#icon-programa-residencia .thsn-ihbox h2.thsn-element-title {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 125%;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    #icon-programa-residencia .thsn-ihbox>div.d-flex {
        flex-flow: column nowrap;
    }

    #icon-programa-residencia .thsn-ihbox-icon-wrapper {
        margin-right: 0px !important;
        margin-bottom: 16px;
    }

    #icon-programa-residencia .thsn-ihbox h2.thsn-element-title {
        text-align: center;
        font-size: 24px;
    }
}

.vector-row-wrap {
    flex-flow: row wrap;
    row-gap: 40px;
    column-gap: 0px;
}

.vector-row-wrap .elementor-column.elementor-col-33 {
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 5px;
}

.vector-row-wrap .elementor-column.elementor-col-33:hover {
    border-color: #047c94;
    transition: all .3s ease;
}

@media (min-width: 768px) {
    .vector-row-wrap .elementor-column.elementor-col-33 {
        width: 30%;
    }
}

.single-thsn-service .content-area.col-md-9 {
    padding-bottom: 0px !important;
}

#vector-menu-de-acesso-rapido {
    margin-bottom: 0px !important;
}

.site-main>.edit-link {
    display: none !important;
}


@media only screen and (max-width: 1200px) {

    #page.site {
        padding-top: 0px !important;
    }

}

.single .thsn-blog-classic .thsn-featured-wrapper,
.single #comments {
    display: none !important;
}


div[data-id="grupo-anonimo"]:not(.wpcf7cf-hidden) {
    display: flex;
    flex-flow: row wrap;
}

div[data-id="grupo-anonimo"] .envio-anonimo .wpcf7-list-item {
    margin: 0px !important;
}

.single-thsn-service #vector-outras-especialidades {
    margin-top: 90px;
}


#privacytools-banner-consent .cc-message a {
    font-weight: 700 !important;
    text-decoration: underline !important;
}

/* Página de Equipe */

#vec-equipe-members {
    display: flex;
    flex-flow: column nowrap;
    gap: 60px;
}

#vec-equipe-members img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

#vec-equipe-members .section-title {
    padding-bottom: 16px;
    border-bottom: 1px solid #cacaca;
}

#vec-equipe-members .wrap-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 40px;
}

#vec-equipe-members .item-member {
    display: flex;
    flex-flow: column nowrap;
    flex-basis: 30%;
    min-width: 200px;
    max-width: 30%;
    flex-grow: 1;
}

@media screen and (max-width:900px) {
    #vec-equipe-members .item-member {
        flex-basis: 45%;
        min-width: 200px;
        max-width: 47%;
    }
}

@media screen and (max-width:600px) {
    #vec-equipe-members .item-member {
        flex-basis: 100%;
        max-width: 100%;
    }

    #vec-equipe-members img {
        height: 400px;
    }
}

#vec-equipe-members .item-member .item-link {
    display: flex;
    flex-flow: column nowrap;
}

#vec-equipe-members .item-member .item-title {
    margin: 0px;
}

#vec-equipe-members .item-member .wrap-box {
    display: flex;
    flex-flow: column nowrap;
    padding: 24px;
    gap: 8px;
    border: 1px solid #eee;
    background: #fff;
}

#vec-equipe-members .item-member .item-btn {
    text-decoration: underline;
    font-weight: 700;
}

#vec-equipe-members .item-member .item-btn,
#vec-equipe-members .item-member .item-atuacao {
    color: var(--e-global-color-text);
}

[id^="modal-member-"] .wrap-title-area {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
}

[id^="modal-member-"] .wrap-title-area .item-title {
    margin: 0px;
}

[id^="modal-member-"] .item-badge {
    margin-bottom: 20px;
    padding: 5px 10px;
    display: inline-flex;
    background: #09254b;
    width: auto;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    gap: 8px;
    align-items: center;
    line-height: 100%;
}

body.single .thsn-blog-classic .thsn-blog-meta-bottom .thsn-social-share li a {
    width: 45px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.single .thsn-blog-classic li.thsn-social-li a i {
    background: none !important;
}

body.single .thsn-blog-classic .thsn-blog-meta-bottom .thsn-social-share ul {
    display: flex;
    gap: 8px;
}

body.single .thsn-blog-classic .thsn-blog-meta-bottom .thsn-social-share li a i {
    font-size: 20px;
}

.thsn-post-related .post-item {
    height: 100%;
    border: 1px solid #eee;
    background: #fff;
}

.thsn-post-related .post-item .thsn-featured-container img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.thsn-post-related .post-item .themesion-box-content {
    padding: 24px;
}

.thsn-post-related .post-item .thsn-meta-container {
    margin-bottom: 12px;
}

.site-footer .widget:not(.widget-last) {
    margin-bottom: 20px;
}

.site-footer .widget:not(.widget-first) {
    margin-top: 40px;
}

.site-footer .menu-address {
    display: flex;
    flex-flow: row wrap;
    gap: 32px;
}

.site-footer .menu-address .menu-item {
    flex-basis: 29%;
    flex-grow: 1;
    min-width: 180px;
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
}

.site-footer .menu-address .menu-item:first-of-type {
    flex-basis: 100%;
}

.site-footer .menu-address .menu-item .wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
}

.site-footer .menu-address .menu-item .wrapper .name {
    font-size: 14px;
}

.site-footer .menu-address .menu-item i {
    margin-right: 8px;
}

.site-footer .menu-address .menu-item .contact-item {
    word-break: break-all;
}