@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display');

/*** 
#107082
#049c9
#2fbbbb
#f0cda1
***/

*{
    font-family: "Roboto", sans-serif;
}
html, body {
    overflow-x: hidden; /* Remove o scroll horizontal */
}
body{
    font-size: 1.1rem;
}

.btn-cantos{
    border-radius: 0;
}
.btn-cantosarredondados{
    border-radius: 20px;
}

a{
    color: #107082 !important;
}

.bg-verdeescuro{
    background: #107082 !important;
    color: #2fbbbb !important;
}
.bg-verdeclaro{
    background: #2fbbbb !important;
    color: #107082 !important;
}
.bg-salmao{
    background: #f0cda1 !important;
    color: #107082 !important;
}
.text-verdeescuro{
    color: #107082 !important;
}
.text-verdeclaro{
    color: #2fbbbb !important;
}
.text-salmao{
    color: #f0cda1 !important;
}
.btn-verdeescuro{
    border-color: #107082 !important;
    background: #107082 !important;
    color: #2fbbbb !important;
}
.btn-verdeescuro:hover{
    border-color: #2fbbbb !important;
    background: #2fbbbb !important;
    color: #107082 !important;
}
.btn-verdeclaro, .btn-primary{
    border-color: #2fbbbb !important;
    background: #2fbbbb !important;
    color: #107082 !important;
}

.btn-salmao{
    border-color: #f0cda1 !important;
    background: #f0cda1 !important;
    color: #107082 !important;
}
.btn-verdeclaro:hover, .btn-salmao:hover, .btn-primary:hover, .nav-item.nav-link.btn.btn-salmao:hover{
    border-color: #107082 !important;
    background: #107082 !important;
    color: white !important;
}
.nav-item.nav-link.btn.btn-salmao{
    padding: 10px !important;
    color: #107082 !important;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}

.ornanento-hr{
    border-top: 2px dotted #2fbbbb;
    margin: 40px 0;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-verdeescuro {
    box-shadow: #107082;
    color: white;
}
.btn.btn-salmao {
    box-shadow: #f0cda1;
    color: #107082;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 #107082;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #107082 !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 #107082;
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 #107082;
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

.section {
    max-width: 900px;
    margin: 0 auto;
}
/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #107082;
}

/*.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid #107082 !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid #107082 !important;
}*/

.wp-block-list li {
    position: relative;
    padding-left: 30px; /* Espaço para o ícone */
    list-style: none;
}

.wp-block-list li::before {
    content: "\f058"; /* Código do ícone Font Awesome (check-circle) */
    font-family: "Font Awesome 5 Free"; /* Certifique-se de que o Font Awesome está carregado */
    font-weight: 900; /* Ícone sólido */
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    color: #107082;
    font-size: 18px;
}

.appointment .wp-block-list li::before {
    color: #fff;
}

.custom-box {
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.section-title h1{
    text-align: center;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #107082;
    font-weight: bolder;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #6e6e6e;
    font-size: 200%;
}

/*** Topbar Start ***/
#topbar{
    margin-top: -10px;
    position: relative;
    z-index: 999999999;
    border-radius: 0 0 20px 20px;
}

.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #107082 !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: "Playfair Display", Sans-serif;
    padding: 20px 0 15px 0;
}
.with_icon:before {
    content: "";
    position: absolute;
    top: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 13px;
    height: 16px;
    background-image: url(../img/psi-icon.png);
    border: 0 !important;
}

.with_icon_white:before {
    background-image: url(../img/psi-icon-white.png) !important;
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: "Noticia Text", serif;
    position: relative;
    margin: 10px 15px;
    /*padding: 35px 0;*/
    /*padding: 15px 0;*/
    padding: 10px 0 !important;
    color: #2fbbbb !important;
    font-size: 110%;
    font-weight: bolder;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #107082 !important;
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
    margin-bottom: 5px;
}

.stick.navbar-light #topbar{
    border: 1px solid white !important;
}
.stick.navbar-light .navbar-brand img {
    max-height: 50px;
}
.stick.navbar-light .navbar-nav .nav-link {
    margin: 0px 30px 5px 30px;
    padding: 2px 0 !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #107082;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #2fbbbb;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: #2fbbbb !important;
    }

    .stick.navbar-light .navbar-brand img,
    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999999999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #107082;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #107082;
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #107082;
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: #107082 !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    display: block;
    object-fit: cover;
    transition: 0.5s;
    margin-top: 52px;
}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #107082a1;
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/

/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgb(47 187 187 / 74%), #107082), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.appointment a, .appointment h1, .appointment h2, .appointment h3, .appointment h4, .appointment h5, .appointment h6{
    color: white !important;
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding: 100px 0 10px 0 !important;
    min-height: 350px;
    text-shadow: 2px 2px #107082;
}
/* Reduz padding para a metade em telas menores (até 991px) */
@media (max-width: 991px) {
    .bg-breadcrumb {
        /*padding: 40px 0 5px 0 !important; */
        padding: 100px 0 5px 0 !important;
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
.bg-breadcrumb .header p{
    line-height: 1.2em;
}
.bg-breadcrumb .header, .bg-breadcrumb .header h1, .bg-breadcrumb .header h2{
    text-shadow: initial;
    color: #ffffff;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: #107082;
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #107082;
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: #107082;
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: #107082;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

.feature, .blog-parallax, .quem-somos-parallax {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.quem-somos-parallax {
    background: #1ab5b6 url('../img/carousel-about.jpg');
}
.quem-somos-parallax h1,
.quem-somos-parallax h2,
.quem-somos-parallax p
{
    color: white !important;
}

/*** Feature Start ***/
.feature, .blog-parallax {
    background: #f9f9f9 url('../img/carousel-white.jpg');
}

.feature-item {
    background: #2fbbbb;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 140px;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

/* Ícone */
.icon-container {
    background: white !important;
    padding: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.icon-container i {
    color: #2fbbbb;
    font-size: 2rem;
}

/* Conteúdo */
.feature-content {
    flex-grow: 1;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    padding: 0;
    color: #107082;
}

.feature-text {
    font-size: 1rem;
    line-height: 1.3rem;
    color: white;
}

/*** Feature End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-height: 200px;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid #107082;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 400px !important;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 #107082;
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 #107082 !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #107082;
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #107082;
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgb(47 187 187), #107082);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #107082;
}

.footer .valores{
    display: inline-block;
    background: #2fbbbb;
    color: white;
    padding: 8px 12px;
    margin: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    color: white;
}
/*** copyright end ***/


/* Pagination */
.pagination {
    padding: 20px 0;
}

.pagination ul {
    display: flex; /* Alinha os itens da paginação horizontalmente */
    list-style-type: none; /* Remove os bullets padrão */
    padding: 0;
    margin: 0;
}

.pagination li {
    margin: 0 5px; /* Ajusta o espaçamento entre os itens */
	float: left;
}

.pagination .page-numbers {
    border: 1px solid #dbdbdb;
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px; /* Ajusta o padding conforme necessário */
    text-decoration: none;
    display: inline-block;
}

.pagination .page-numbers.current {
    color: #2fbbbb;
    border-color: #2fbbbb;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #2fbbbb;
    border-color: #2fbbbb;
}

/* about quem-somos-parallax */
.about.quem-somos-parallax h1 {
    font-size: 200%;
}
.about.quem-somos-parallax .image-container {
    text-align: center;
}
.about.quem-somos-parallax .name {
    font-size: 22px;
    font-weight: bold;
}
.about.quem-somos-parallax .crp {
    font-size: 16px;
    color: #ffffff;
}
.about.quem-somos-parallax .description {
    font-size: 18px;
    margin: 20px 0;
}

.about.page .bg-verdeescuro,
.about.page .bg-verdeescuro p,
.about.page .bg-verdeescuro h1,
.about.page .bg-verdeescuro h2,
.about.page .bg-verdeescuro h3
{
    color: white;
}


.custom-accordion-header-online, .custom-accordion-header-presencial, .custom-accordion-header {
    background-size: cover;
    background-position: center;
    height: 200px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
    font-size: 130%;
    text-align: center;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
}
h2.accordion-header {
    padding: 0 !important;
    font-family: "Roboto", sans-serif !important;

}
.accordion-button::after {
    font-family: "Font Awesome 5 Free"; /* Garante que o Font Awesome seja usado */
    font-weight: 900; /* Necessário para os ícones sólidos */
    content: "\f067"; /* Código Unicode do ícone "+" */
    font-size: 1.25rem;
    color: white; /* Cor do ícone */
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
}

/* Quando o accordion está aberto, altera para o ícone de "menos" */
.accordion-button:not(.collapsed)::after {
    content: "\f068"; /* Código Unicode do ícone "-" */
}

/* Específico para cada tipo */
.custom-accordion-header-online {
    background-image: url(../img/accordion-online.jpg);
}

.custom-accordion-header-presencial {
    background-image: url(../img/accordion-presencial.jpg);
}

.custom-accordion-header {
    background-image: url(../img/thumb_all.png);
}
.accordion-item {
    background-color: #fafafa;
    border: 2px solid rgb(16 112 130);
}

@media (max-width: 768px) { 
    .wp-block-image.img-fluid {
        display: inline-block; /* Permite que fique ao lado de outros elementos */
        width: auto; /* Mantém o tamanho original ou definido */
        max-width: 100%; /* Evita que ultrapasse o container */
    }
}

/* Alterações para sessão contate comigo */
.navbar-light{
    position: relative;
    z-index: 999999999;
}
#topbar{
    margin-top: -10px;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0px 15px;
    padding: 2px 0 10px 0 !important;
}