@import url(caasp-fonts.css);

:root {
    --animate-duration: 200ms;
    --animate-delay: 0.3s;
}

a {
    text-decoration: none;
    color: var(--caasp-color-blue-600);
    cursor: pointer
}

    a:hover {
        color: var(--caasp-color-red-500) !important;
    }

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-color: var(--caasp-color-default-background);
    font-size: 1em;
    font-family: var(--caasp-font-family-body);
    font-weight: var(--caasp-font-weight-body);
    color: var(--caasp-font-color-body);
    font-style: normal;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
}

footer {
    background-color: var(--caasp-color-ligth-gray);
    margin-top: auto;
}

footer ul {
    list-style: none;
}

#navbarSupportedContent .navbar-nav .nav-item .dropdown-menu .dropdown-item{
    padding:2.5px 5px;
}

.btn-caasp {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.4em 0.8em;
    color: white !important;
    border-radius: 0;
}

.btn-vinho {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.4em 0.8em;
    background-color: var(--caasp-color-red-600);
    color: white !important;
    border-radius: 0;
    font-size: 14px;
}

.btn-seguros {
    background-color: var(--caasp-color-seguro-default) !important;
}

.breadcrumb-seguros a {
    color: white !important;
    text-decoration: none;
}

    .breadcrumb-seguros a:hover {
        color: var(--caasp-color-blue-600) !important;
    }

.btn-cinza {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 2px;
    background: var(--caasp-color-dark-gray);
    opacity: 1;
    text-align: center;
    border-radius: 0;
}

.btn-rounded-outline {
    display: flex; 
    justify-content: space-between;
    align-items: center; 
    padding: 6px 16px;
    border-color: #A81B22 !important;
    color: #A81B22 !important;
    opacity: 1;
    justify-content: space-between; 
}

.btn-esporte {
    padding: 6px 16px;
    background-color: var(--caasp-color-esporte-default) !important;
    color: white !important;
    opacity: 1;
    border-radius: 0;
}

.btn-shop {
    padding: 6px 16px;
    background-color: var(--caasp-color-shop-default) !important;
    color: white !important;
    opacity: 1;
    border-radius: 0;
}
.btn-saude {
    padding: 6px 16px;
    background-color: var(--caasp-color-saude-default) !important;
    color: white !important;
    opacity: 1;
    border-radius: 0;
}

.custom-margin-left {
    margin-right: 30px; 
}

.left-image {
    margin-top: 20px;
  
}

.left-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    margin-top: 40px;
   
}

.container-dividido {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
}

.carousel-indicators {
    bottom: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: right;
}

.carousel-indicators li {
        background: #F9F9FB;
        border-radius: 50%; 
        width: 12px;
        height: 12px;
        margin: 0 6px;
        cursor: pointer;
    }

.carousel-indicators .active {
        background: #A81B22;
    }

.image-container {
    display: flex;
    align-items: center;
}

.left-imagee {
    width: 80%; 
    height:100%;
}
.text {
    text-align: left;
    min-height: 60px;
}

.img-main-banner-div {
    width: 100%;
    min-height: calc(425px + 5vw);
    background-image: url(https://www.caasp.org.br/imagens/01Image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 80%;
}


.text-overlay {
    position: absolute;
    top: 180px;
    text-align: left;
}

@media (min-width: 1200px) {
    .text-overlay {
        width: 30%;
        left: initial;
    }
}

@media (max-width: 1199px){
    .text-overlay {
        width: 35%;
        left: initial;
    }
}


@media (max-width: 1024px) {
    .text-overlay {
        width: 80% !important;
        left: initial !important;
        position: absolute !important;
        top: 90px !important;
        transform: none !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        min-height: 500px !important;
        background-position-x: 80% !important;
        margin-top: calc(300px - 10vw) !important;
        box-shadow: 10px 30px 10px 10px white inset !important;
        background-blend-mode: multiply !important;
        mix-blend-mode: multiply !important;
    }
}

@media (max-width: 767px) {
    .text-overlay {
        position: absolute !important;
        top: calc(1% - 2vw) !important;
        transform: none !important;
        padding: 0 !important;
    }

    .img-main-banner {
        margin-top: 300px !important;
        object-fit: fill !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        background-position-x: 80% !important;
        min-height: 450px !important;
        margin-top: calc(300px - 10vw) !important;
        box-shadow: 10px 30px 10px 10px white inset !important;
    }
}

@media (max-width: 575px) {
    .text-overlay {
        position: absolute !important;
        top: calc(1% - 2vw) !important;
        transform: none !important;
        padding: 0 !important;
    }

    .img-main-banner {
        margin-top: 300px !important;
        object-fit: fill !important;
    }

    .img-main-banner-div {
        width: 100% !important;
        background-position-x: 80% !important;
        min-height: 450px !important;
        margin-top: calc(300px - 10vw) !important;
        box-shadow: 10px 30px 10px 10px white inset !important;
    }
}


.container-custom {
    background-color: #E8E8E8;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px; 
}

.left-content {
    border-right: 1px solid #ccc;
    padding-right: 20px; 
}

.vr {
    border-left: 10px solid black; 
    height: 100%; 
    margin-left: -50px; 
    margin-right: 40px; 
}
.right-images {
    padding-left: 60px; 
}
@media (max-width: 767.98px) {
    .left-content {
        border-right: none;
        padding-right: 0;
    }
}
.custom-margin {
    margin-bottom: 20px;
}

.container-branco {
    background-color: #ffffff;
}

.container-py {
    padding: 80px 10px;
}

.container-my {
    margin-top: 80px;
    margin-bottom: 80px;
}

.container-content {
    max-width: 800px; 
    margin: 0 auto; 
}


.container-alt {
    margin-top: 100px;
    margin-bottom: 240px;
    padding: 10px;
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

.container-alt > * {
        margin-bottom: 4px; 
    }

.btn-rounded {
    padding: 4px 15px;
    margin: 0 4px; 
    border-radius: 99999px; 
    opacity: 1;
    background-color: #A81B22;
    color: #fff; 
    border: none; 
    cursor: pointer; 
    font-size: 16px; 
    text-align: center; 
    white-space: nowrap; 
    transition: background-color 0.3s ease; 
}

    .btn-rounded:hover {
        background-color: #8C151B; 
    }

.btn-rounded-outline {
    padding: 4px 12px;
    margin: 0 4px;
    border-radius: 99999px;
    opacity: 1;
    background-color: #E8E8E8;
    color: #fff;
    border: 1px solid #A81B22; 
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

    .btn-rounded-outline:hover {
        background-color: #FFFFFF;
    }

.container-custom-carousel {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.carousel-inner {
    padding: 20px; 
    margin-top: 20px;
}

.carousel-indicators {
    bottom: 20px; 
}
.image-box {
    display: flex;
    flex-direction: column;
}

    .image-box img {
        width: 100%; 
        height: auto; 
    }

.image-title-eventos {
    margin-top: 0;
    margin-bottom: 10px; 
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: normal; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}


.image-title-podcast {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}
.navbar-home {
    background-color: rgba(255, 255, 255, 0.8); 
    backdrop-filter: blur(10px); 
}

.image-title-container p.right-title {
    flex: 1; 
    margin: 0; 
}
.image-title-container img {
    width: 100%; 
    max-width: 100%;
    height: auto;
    margin-right: 10px; 
}

.caasp-title {
    color: var(--caasp-color-default-text) !important;
    font-size: 1.1em;
    padding: 10px 10px 0px 0px;
    max-width: 95%;
}

.noticia-main-title {
    font-size: 1.3em;
}

.column-divider {
    border-right: 1px solid;
    border-color: var(--caasp-color-gray-400);
}
.title-institucional {
    color: var(--caasp-color-red-500) !important;
}

.title-saude {
    color: var(--caasp-color-saude-aux1) !important;
}

.title-esportes {
    color: var(--caasp-color-esporte-default) !important;
}

.mais-noticias {
    background-color: var(--caasp-color-gray2-200) !important;
    border: none;
    padding: 5px 10px;
}

.container-cinza {
    background-color: var(--caasp-color-gray) !important;
}

.container-cinza-claro {
    background-color: var(--caasp-color-ligth-gray) !important;
}


.left-image {
    max-width: 100%;
    height: auto;
}

.btn-caasp-color-darker-red {
    background-color: var(--caasp-color-red-600);
    color: #ffffff;
    border-radius: 0;
    padding: 5px 16px !important;
    min-width: max-content;
}

.btn-caasp-color-clube-default {
    background-color: var(--caasp-color-clube-default);
    color: #ffffff;
    border: var(--caasp-color-clube-default);
    border-radius: 0;
    padding: 5px 16px !important;
}

.nav-link-color {
    color: var(--caasp-color-blue) !important;
}

.btn-caasp-color-dark-gray {
    background-color: var(--caasp-color-gray2-200);
    color: #000000;
    border-radius: 0;
    padding: 5px 16px !important;
}

.icon-whatsapp-floating {
    font-size: 28px;
    color: var(--caasp-color-whatsapp);
    background-color: var(--caasp-color-whatsapp-background);
    padding: .3em;
    border-radius: 30px;
}

.whatsapp-button {
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 1000;
    /*display: inline-flex;*/
    align-items: center;
}
    /*
@media(max-width: 767px){
    .whatsapp-button {
        bottom: 20%;
        right: 3.1%;
    }
}
*/
    .whatsapp-button .message {
        position: absolute;
        right: calc(100% + 0.5em);
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: max-content;
        font-size: 0.8em;
        color: var(--caasp-color-whatsapp);
        background-color: var(--caasp-color-whatsapp-background);
        padding: 0.5em;
        border-radius: 0.4em;
        transition: right 0.5s ease;
        white-space: nowrap;
        opacity: 0;
        z-index: 1;
    }

    .whatsapp-button:hover .message {
        right: calc(100% + 1em);
        opacity: 1;
    }

    .whatsapp-button img {
        width: 3em;
        height: auto;
        border-radius: 50%;
        box-shadow: 0 0.4em 0.8em rgba(0, 0, 0, 0.2);
        transition: transform 0.2s ease;
    }

        .whatsapp-button img:hover {
            transform: scale(1.1);
        }

.img-noticia-fit-content {
    height: 7rem;
    width: 95%;
    object-fit: cover;
}

.anuncio-img-container {
    max-height: 200px;
    object-fit: contain
}
/*
.img-carousel-ofertas {
    min-height: 16rem;
    object-fit: cover;
}
*/
.img-anuncio {
    width: 100%;
    max-width: 330px;
    object-fit: cover;
}
.caasp-color-dark-red {
    color: var(--caasp-color-dark-red)
}

.arrow-navigation {
    display: flex;
    align-items: center;
}

.arrow-prev, .arrow-next {
    background-color: var(--caasp-color-dark-gray);
    border: none;
    width: 40px;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .arrow-prev:hover, .arrow-next:hover {
        background-color: var( --caasp-color-gray2-300);
    }

    .arrow-prev:active, .arrow-next:active {
        transform: scale(0.95);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    }

    .arrow-prev span, .arrow-next span {
        font-size: 24px;
        color: var(--caasp-color-gray2-800);
    }

.px-paginate-container .px-btn, .px-paginate-container .px-points {
    float: none !important;
    min-width: 40px !important;
    padding: 0.5em !important;
    border: none !important;
    background: var(--caasp-color-dark-gray) !important;
    color: var(--caasp-color-gray2-800) !important;
    margin-right: .7em !important;
}

    .px-paginate-container .px-btn.selected {
        background: var(--caasp-color-dark-red) !important;
        color: #fff !important;
    }

.px-paginate-container .px-points {
    background: transparent !important;
}

.custom-toggler {
    background-color: var(--caasp-color-dark-gray);
}

.social-icon {
    transition: transform 0.3s ease, color 0.3s ease;
}

    .social-icon:hover {
        transform: scale(1.2);
        color: #1877f2;
    }


.img-noticia-caaspinforma-destaques {
    width: 100%;
    object-fit: cover;
    height: 6.7rem;
}

.img-noticia-destaque-caaspinforma-principal {
    max-height: 303px;
    min-width: 96%;
    object-fit: cover;
}

.caasp-econometro {
    font-size: 3em;
    color: var(--caasp-color-blue);
}

.caasp-econometro-sub {
    font-size: 0.9em;
    color: var(--caasp-color-dark-red);
}

@media(max-width: 500px) {
    .caasp-econometro {
        font-size: 2.1em;
    }
}

.footer-icon-border {
    border-bottom: 1px solid var(--caasp-color-red-500);
    padding-bottom: 10px;
}

.footer-icon-border p {
    margin-bottom: 5px;
}

.breadcrumb-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.container-caasp {
    width: 51%;
}

@media(max-width: 1190px) {
    .container-caasp {
        width: 58% !important;
    }
}

@media(max-width: 991px) {
    .container-caasp {
        width: 98% !important;
    }
}

.dropdown:hover > .dropdown-menu {
    display: block;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-menu {
    /*background-color: rgba(255, 255, 255, 0.98);
    border-top: 0.05px solid var(--caasp-color-red-500);
    border-bottom: 0.05px solid var(--caasp-color-red-500);*/
    border-radius: 3px;
}

.noticia-lines-overflow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.noticia-main-lines-overflow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.container-clube-parceiros img {
    max-width: 80px;
    min-width: 50px;
    border-radius: 50px;
    width: 100%;
}

@media (min-width: 1400px) {
    .container-clube-parceiros {
        max-width: 1220px !important;
    }
}

.search-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease;
    border: none;
}

    .search-container.active {
        width: 24.375em; 
        right: 8.4375em;
    }

.caasp-saude-bg-aux1 {
    background-color: var(--caasp-color-saude-aux1) !important;
}

.label-caasp {
    color: var(--caasp-color-gray-600);
    font-family: var(--caasp-font-family-body);
    font-size: 12px;
    font-weight: 700;
}

.input-caasp {
    border-radius: 0;
    border: 1px solid var(--caasp-color-gray2-700);
    max-height: 34.5px;
    line-height: 1.3;
}

    .input-caasp::placeholder {
        padding: 5px;
        font-size: 14px;

    }

.form-caasp-b {
    border-radius: 0;
    border: 1px solid var(--caasp-color-gray2-700);
}

    .form-caasp-b::placeholder {
        padding: 5px;
        font-size: 14px;
        text-align: center;
    }


.container-post {
    width: 51%;
}

@media(max-width: 1190px) {
    .container-post {
        width: 58% !important;
    }
}

@media(max-width: 991px) {
    .container-post {
        width: 98% !important;
    }
}

.caasp-select {
    background-image: url(https://www.caasp.org.br/layout/unfold_more.png);
    background-size: 20px;
}

.card-img {
    border-radius: 100%;
    max-width: 80px;
    max-height: 80px;
}

.card-icon {
    color: var(--caasp-color-gray-400);
    font-size: 25px;
    cursor: pointer;
}

.card-link {
    text-decoration: underline;
    color: var( --caasp-color-blue-500);
}

@media (min-width: 992px) {
    .saude-card-title {
        min-height: 77px;
        align-content: center;
    }
}


.categorias-pill-gray {
    background-color: var(--caasp-color-dark-gray);
    color: var(--caasp-color-blue);
    border-radius: 100px;
    padding: 5px 10px;
}

.sp-bar.sp-prompt {
    margin-top: 65px;
    width: 100%;
    position: absolute;
}

.caasp-bg-dark-gray {
    background-color: var(--caasp-color-dark-gray);
}


.btn-servicos {
    padding: 0.5em 0.5em;
    border-radius: 0;
    background-color: var(--caasp-color-dark-red);
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    min-height: 9em;
    width: 95%;
    align-items: center;
    overflow: hidden;
}

    .btn-servicos i {
        font-size: 2.2em;
        display: block;
        position: relative;
        top: 0;
    }

    .btn-servicos img {
        font-size: 2.2em;
        display: block;
        position: relative;
        top: 0;
    }

@media (max-width: 767px) {
    .btn-servicos {
        font-size: 1em;
        padding: 0.5em;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        min-height: 100%;
        max-width: 220px;
    }

        .btn-servicos i {
            font-size: 1.6em;
            margin-right: 0.2em;
        }

        .btn-servicos span {
            font-size: 0.8em;
            text-align: left;
            white-space: nowrap;
            font-weight: bold;
        }
}

@media(max-width: 377px){
    .btn-servicos i {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 996px) {
    .btn-servicos {
        padding: 4vw 4vw;
        font-size: 1.3vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-weight: bold;
        max-height: 7.9em;
        width: 100%;
        align-items: center;
    }
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--caasp-color-darker-red);
    outline: 0;
    box-shadow: none;
}

.accordion-button-caasp:not(.collapsed) {
    color: initial;
    background-color: initial;
    box-shadow: none;
}

.accordion-button-caasp {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 20px !important;
    text-align: left;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

    .accordion-button-caasp:after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' style='fill: rgb(168, 27, 34);'/%3e%3c/svg%3e");
        padding-left: 5px;
    }

    .accordion-button-caasp:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' style='fill: rgb(168, 27, 34);'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
        padding-left: 5px;
    }

.accordion-item-caasp {
    border: none;
}

.caasp-bg-gray2-700 {
    background-color: var(--caasp-color-gray2-700)
}

.caasp-bg-gray2-rand {
    background-color: #4F5D5B
}

.container-acaasp {
    width: 57%;
}

.grecaptcha-badge {
    bottom: 90px !important;
}

.form-check-input {
    border-radius: 0 !important;
}

.form-challenge-divider {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin: .5rem 0 1rem;
}

.form-divider {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: .0625rem;
    width: 100%;
}

.form-o {
    margin: 0 1.25rem;
}

.zoom-90 {
    zoom: 90%;
}

.zoom-85 {
    zoom: 85%;
}

.zoom-80 {
    zoom: 80%;
}

.nav-link:hover {
    color: var(--caasp-color-red-500) !important;
}

.input-group-text-caasp {
    border-radius: 0;
    border: 1px solid var(--caasp-color-gray2-700);
}

.mega-menu ul {
    margin-left: 0;
    padding-left: 5px;
}

.mega-menu ul li{
    list-style: none;
    font-size: 14px;
}

.vw-95{
    width: 95vw;
}

.vw-98 {
    width: 98vw;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

html {
    scroll-padding-top: 100px;
}

.dropdown-li {
    display: inline-block !important;
    white-space: nowrap;
}

.dropdown-li:hover > a{
    color: var(--caasp-color-red-500) !important;
}

.dropdown-link {
    display: inline-block !important;
    padding-right: 0px !important;
}

.dropdown-caret {
    display: inline-block !important;
}

@media(min-width: 992px){
    .dropdown-li {
        margin-top: 0px;
    }
}

.dropdown-item .bi-caret-right-fill{
    font-size: 11px;
}
.field-validation-valid ul{
    list-style: none;
}

.validation-summary-errors ul {
    list-style: none;
}

.form-control:focus {
    border-color: var(--caasp-color-red-500) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.005), 0 0 10px rgba(255, 0, 0, 0.1);
}

.btn:focus, .btn:active, btn-sm:focus, btn-sm:active, .form-select:focus, .form-select:active {
    outline: none !important;
    border-color: var(--caasp-color-red-500) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.005), 0 0 10px rgba(255, 0, 0, 0.5) !important;
}

.dropdown-toggle {
    transition: all 0.7s ease 0s;
}

    .dropdown-toggle:hover:after {
        transition: all 0.7s ease 0s;
        transform: rotate(180deg);
    }

.dropdown:hover > .dropdown-toggle:after {
    transition: all 0.7s ease 0s;
    transform: rotate(180deg);
}

.dropdown-link:hover > .dropdown-toggle:after {
    transition: all 0.7s ease 0s;
    transform: rotate(180deg);
}

.cf-turnstile iframe{
    min-width: 100% !important;
    max-width: 300px !important;
}

.btn-servicos:hover {
    color: white !important;
    transition: all 0.7s ease 0s;
    transform: scale(1.1)
}
