
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500;700;900&amp;family=Roboto:wght@100&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@400;500;600;700&amp;family=Montserrat:wght@700;800&amp;display=swap');

:root {
    --ia-cor3: #474747;
    --ia-cor4: #474747;
    --ia-cor1: #e63946 !important;
    --ia-cor2: #f1faee !important;
    --ia-cor-escura: #e63946 !important;
    --ia-cor-clara: #f1faee !important;
    --MenuDesktopCorTexto: #ffffff !important;
    --cor-menu: #ffffff !important;
    --MenuDesktopCorTextoHover: #f1faee !important;
    --MenuDesktopCorFundo: none;
    --MenuDesktopCorFundoAtivado: rgb(0 0 0 / 60%) !important;
    --MenuDesktopSubmenuFundo: #474747;
    --MenuMobileFundoMenu: none;
    --MenuMobileSubmenuFundo: #474747;
    --footer-fundo: #474747 !important;
    --footer-texto: #ffffff !important;
    --HomeCorCamada: linear-gradient(rgba(0, 0, 0, 0.9), rgba(51, 51, 51, 0.4)) !important;
}

.img_slid {
    background-color: #000000;
}

.retangulo {
    opacity: 0.7;
}

.img_slid > img {
    opacity: 1;
}

.navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
}

.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .SobreSlide {
        background-color: #e63946;
    }
}

.logoSite {
    -webkit-filter: none !important;
    filter: none !important;
}

.btnZap {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1001;
}

    .btnZap:hover {
        cursor: pointer;
    }

@keyframes whatsapp-anim {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(0.9);
    }

    40% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.banner-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    color: #ffffff;
    padding: 15px;
    z-index: 9999999999999;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width:991px) {
    .cookie-bar-btn {
        display: block;
        margin-top: 15px;
        text-align: center;
    }
}

@media screen and (min-width:992px) {
    .banner-cookie .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .banner-cookie .content p {
            margin-bottom: 0;
        }
}

/*Item do Google tradutor*/
.skiptranslate {
    display: none !important;
}

.traducao a:not(.edit_btn_editavel, .div_edicao_control) {
    display: block !important;
    padding: 5px;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

.traducao > a:not(.edit_btn_editavel) {
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    padding: 0px !important;
}

.header-base .traducao ul {
    padding: 0;
    overflow: hidden;
    padding: 0 7px;
}

.menu-linguagem {
    background: rgba(0, 0, 0, 0.9);
    min-width: 0px;
    text-align: center;
}

.traducao li {
    display: inline-block;
    text-decoration: none;
}

.video-topo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel .carousel-indicators li {
    width: 30px;
    height: 3px;
    border-radius: inherit;
}

.carousel-caption {
    transform: translateY(-50%);
    top: 50%;
    bottom: inherit;
}

.img_slid {
    height: 100vh;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 1;
}

.header-desktop-menu .menu > ul > li:not(.div_edicao_menu) > :first-child,
.traducao > a,
.menu-mobile li span,
.menu-mobile li a,
.menu-mobile-button {
    color: var(--MenuDesktopCorTexto);
    cursor: pointer;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif !important;
    border-bottom: 3px solid transparent;
}

    /* MENU - Cor de texto:hover */
    .header-desktop-menu .menu > ul > li > :first-child:hover,
    .traducao > a:hover,
    .menu-mobile li a:hover .menu-mobile li span:hover,
    .menu-mobile-button:hover,
    .menuTranslate:hover {
        color: var(--MenuDesktopCorTextoHover);
        border-bottom: 3px solid var(--MenuDesktopCorTextoHover);
    }

/* MENU - Fundo  */
.header-base {
    background: var(--MenuDesktopCorFundo);
}

    /* MENU - Fundo Ativado */

    .header-base.desktop-cor-ativado > div > div {
        background: var(--MenuDesktopCorFundoAtivado);
    }


/* DESKTOP - Submenu */
.header-desktop-menu .dropdown-menu,
.menu-linguagem {
    background: var(--MenuDesktopSubmenuFundo);
}

.header-desktop-menu .menu .dropdown-menu a {
    color: var(--MenuDesktopSubmenuCor);
}

    /* DESKTOP - Submenu :hover */
    .header-desktop-menu .menu .dropdown-menu a:hover {
        color: var(--MenuDesktopSubmenuCorHover);
        background: var(--MenuDesktopSubmenuFundoHover);
    }

/* MOBILE - Fundo do menu aberto*/

.menu-mobile {
    background: var(--MenuMobileFundoMenu);
}

/* HEADER */
.backgroundody {
    background: var(--HomeCorCamada);
    padding: 20px 6vw;
}

@media(max-width:992px) {
    .dropdown-menu {
        right: auto;
    }
}

.parallax {
    z-index: 0;
    position: relative;
}

.exibicao-resultados {
    display: none;
}

.TextoConteudoEditavel + .p-0 .btgrid > .row {
    margin: 0px;
}

#ctl00_ContentPlaceHolderCorpo_SuperContainer_B4_rptContainers_ctl00_ControlPaginaInformativa_conteudo {
    color: #000000;
}

#ctl00_ContentPlaceHolderCorpo_SuperContainer_B4_rptContainers_ctl02_ControlPaginaInformativa_conteudo {
    color: #ffffff;
}

#containerEditavel-276592 .parallax__container .parallax {
    height: 700px !important;
}

#ctl00_ContentPlaceHolderCorpo_SuperContainer_B4_rptContainers_ctl04_ControlPaginaInformativa_conteudo {
    color: #000000;
}

#ctl00_ControlHeaderModelo_ControlPaginaInformativa2_conteudo {
    color: #fdfdfd;
}

body,
.navbar.fixed-top,
.header-base {
    font-family: Red hat Display, sans-serif !important;
    font-size: 13px;
}

.edicao_geral_site {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999;
    height: 75px;
}

.btn_contratar {
    padding: 10px 40px;
    background-color: #e64278;
    border: 1px solid #e64278;
}

    .btn_contratar:hover {
        background-color: #b43660;
        border: 1px solid #b43660;
    }

.dt_expiracao {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 5px;
}

@media (max-width:991px) {
    .dt_expiracao {
        color: #ffffff;
        font-size: 9px;
        text-align: center;
        padding: 5px;
    }

    .status_exp > span > i {
        display: none;
    }

    .status_exp > span {
        font-size: 11px !important;
    }
}

.fotos_noticia_img_t {
    width: auto;
    height: 200px;
}

.row-alinhamento-vertical {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .row-alinhamento-vertical {
        display: inline-block !important;
    }
}


.card {
    transition: 0.3s;
}

    .card:hover {
        box-shadow: 0 2px 20px 3px rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    }

.col-listagem .btn {
    border-radius: 0;
}

.col-listagem.col-md-4.col-lg-3 {
    padding: 15px;
}

.card-title {
    margin-top: 0;
    font-size: 1.3em;
    opacity: 0.9;
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}

.card .card-body .card-text {
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .8rem;
    color: #747373;
    font-weight: 300;
}

.card .btn:not(.container_edicao_site_geral .btn) {
    float: right;
    margin: 0;
    padding: .64rem 1.5rem;
}

.img-fluid {
    height: 180px;
    background-size: cover !important;
    background-position: center !important;
}

.col-listagem {
    margin-bottom: 15px;
}

@media screen and (min-width:768px) {
    .col-listagem {
        margin-top: 15px;
    }
}

ul.pagination li a {
    height: 30px;
    border-radius: 5px;
    background: #272727;
    color: #fff;
    width: 25px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: .3s;
}

ul.pagination li.active a {
    background: #5f5f5f;
    color: #fff;
}

ul.pagination li a:hover {
    transform: scale(1.15);
}

.img-fluid img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.carousel {
    width: 100%;
}

.carousel-controls {
    text-align: center;
}

    .carousel-controls a {
        position: initial !important;
        display: initial !important;
    }

        .carousel-controls a span {
            background-color: #000;
        }

            .carousel-controls a span i {
                padding: 10px;
            }

.contato td {
    height: 80px;
}

.container_envio_email_site .input-group i {
    width: 18px;
}

.container_envio_email_site .row {
    margin-top: 5px;
}

.container_envio_email_site textarea {
    resize: vertical;
}

.container_envio_email_site .erro_preenchimento * {
    border-color: #a71818 !important;
}

.btn_enviar_email {
    position: relative;
    transition: 0.5s ease all;
}

    .btn_enviar_email:hover {
        background-color: #1e819e;
        background-position: 0 -3px;
    }

.titulo-text-contato {
    text-align: center;
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 0px;
}

.container_envio_email_site .erro_preenchimento .form-control {
    border: 1px solid #a71818 !important;
    filter: drop-shadow(1px 1px 7px #a71818);
}

#anchor_page {
    display: block;
    padding-top: 60px;
}

@media all {

    .ia-titulo-001 {
        font-family: "Montserrat", Sans-serif;
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px;
        color: var(--ia-cor2);
    }

    .ia-titulo-002 {
        font-family: "Montserrat", Sans-serif;
        font-size: 50px;
        line-height: 52px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .ia-titulo-003 {
        margin-top: 0px;
        font-weight: bold;
        color: var(--ia-cor-escura);
        font-size: 36px;
    }

    .ia-titulo-004 {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 40px;
        line-height: 40px;
        font-weight: 900;
        text-align: center;
        letter-spacing: 2px;
    }

    .ia-titulo-005 {
        text-align: center;
        font-weight: 300;
        font-size: 17px;
        line-height: 17px;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .ia-titulo-006 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .ia-titulo-007 {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 36px;
        line-height: 36px;
        font-weight: 900;
        text-align: center;
        letter-spacing: 1px;
    }

    .ia-titulo-008 {
        text-align: center;
        font-weight: 300;
        font-size: 15px;
        line-height: 15px;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .ia-titulo-009 {
        color: var(--ia-cor-clara);
        font-family: "Cabin Condensed", Sans-serif;
        font-size: 28px;
        line-height: 31px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 1px 1px #101010;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .ia-titulo-010 {
        color: #ffffff;
        font-size: 32px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 32px;
        font-family: "Montserrat", Sans-serif;
        background-color: var(--ia-cor1);
        width: auto;
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px 20px;
    }

    .ia-titulo-011 {
        font-family: "Montserrat", Sans-serif;
        font-size: 60px;
        line-height: 65px;
        font-weight: 900;
        text-transform: uppercase;
        text-shadow: 1px 1px #101010;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .ia-titulo-012 {
        font-family: "Cabin Condensed", Sans-serif;
        font-size: 18px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: 1px;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .ia-titulo-013 {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 40px;
        line-height: 40px;
        font-weight: 900;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 1201px) {
}

@media only screen and (max-width: 1025px) {

    .ia-titulo-001 {
        font-size: 18px;
        line-height: 20px;
    }

    .ia-titulo-002 {
        font-size: 37px;
        line-height: 40px;
    }

    .ia-titulo-009 {
        font-size: 20px;
        line-height: 22px;
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ia-titulo-010 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 auto;
        display: table;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ia-titulo-011 {
        font-size: 38px;
        line-height: 40px;
        text-align: center;
    }

    .ia-titulo-012 {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        max-width: 87%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 481px) {
}



/* ############## TEXTOS ################*/

@media all {
    .ia-texto-001 {
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        margin-top: 10px;
    }

    .ia-texto-002 {
        color: var(--ia-cor-escura);
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 1.5em;
        font-weight: 300;
    }

    .ia-texto-003 {
        font-weight: 300;
        text-align: center;
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .ia-texto-004 {
        text-align: center;
        font-size: 14px;
        padding-bottom: 15px;
        padding-top: 6px;
    }
}

@media only screen and (max-width: 1201px) {
}

@media only screen and (max-width: 1025px) {
    .ia-texto-001 {
        font-size: 13px;
        line-height: 15px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 481px) {
}



/*############## DIVISOR ##############*/

@media all {
    .ia-divisor-001 {
        width: 155px;
        margin: 0 auto;
        border: 0px;
        border-top: 10px solid var(--ia-cor2);
    }

    .ia-divisor-002 {
        border: 7px solid var(--ia-cor-clara);
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 1201px) {
}

@media only screen and (max-width: 1025px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 481px) {
}



/* ################# BORDAS ################# */

@media all {
}

@media only screen and (max-width: 1201px) {
}

@media only screen and (max-width: 1025px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 481px) {
}


/* ################# CONTAINERS ################# */

@media all {
    .ia-container-001 {
        background-color: #fff;
        border: 7px solid var(--ia-cor-clara);
        padding: 77px 50px;
        transform: translateX(-67px);
    }

    .ia-container-002 {
        padding: 15px;
        background: #f1f1f1;
        border-radius: 0 20px 0 20px;
        border-bottom: 3px solid var(--ia-cor1);
        margin: 10px;
        color: #474747;
    }

    .ia-container-003 {
        border-radius: 10px;
        margin: 20px 0px;
        border: 1px solid rgba(238, 238, 238, 0.74);
        box-shadow: 0 0 6px #eee;
        padding: 20px 20px;
        transition: 0.5s ease all;
    }

        .ia-container-003:hover {
            box-shadow: 0px 10px 13px #CCC;
            border: 1px solid #c4c4c4;
            transition: 0.4s;
            transform: scale(1.05)
        }
}

@media only screen and (max-width: 1201px) {
}

@media only screen and (max-width: 1025px) {
}

@media only screen and (max-width: 767px) {
    .ia-container-001 {
        padding: 38px 20px;
        transform: translateY(-67px);
    }
}

@media only screen and (max-width: 481px) {
}



/* #################  BOTÕES ################# */

@media all {

    .ia-botoes-001 {
        height: 50px;
        margin-top: 15px;
    }

        .ia-botoes-001 a {
            text-align: center;
            color: #fff;
            background: var(--ia-cor1);
            border-radius: 20px;
            padding: 10px 30px;
            font-weight: 300;
            text-transform: uppercase;
            transition: .5s;
            border: 2px solid #fff;
            text-decoration: none;
        }

            .ia-botoes-001 a:hover {
                color: var(--ia-cor1);
                background: #fff;
                border: 2px solid var(--ia-cor1);
            }


    .ia-botoes-002 {
        background: none;
        border: 2px solid var(--ia-cor-escura);
        color: var(--ia-cor-escura);
        font-weight: bold;
        padding: 10px 20px;
    }


    .ia-botoes-003 {
        height: 50px;
        margin-top: 30px;
    }

        .ia-botoes-003 a {
            text-align: center;
            color: #fff;
            background: var(--ia-cor1);
            border-radius: 20px;
            padding: 10px 30px;
            font-weight: 100;
            text-transform: uppercase;
            transition: .5s;
            border: 2px solid #fff;
            text-decoration: none;
        }

            .ia-botoes-003 a:hover {
                color: var(--ia-cor1);
                background: #fff;
                border: 2px solid var(--ia-cor1);
            }
}

@media only screen and (max-width: 1201px) {
}

@media only screen and (max-width: 1025px) {
    .ia-botoes-003 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 481px) {
}

/* ################# IMAGENS ################# */

@media all {
    .ia-imagem-001 {
        height: 230px;
        width: 230px;
        margin-top: 30px !important;
        margin-bottom: 10px !important;
        -webkit-transition: all .3s ease; /* Safari and Chrome */
        -moz-transition: all .3s ease; /* Firefox */
        -o-transition: all .3s ease; /* IE 9 */
        -ms-transition: all .3s ease; /* Opera */
        transition: all .3s ease;
    }

        .ia-imagem-001:hover {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translateZ(0) scale(1.10) rotate(10deg); /* Safari and Chrome */
            -moz-transform: scale(1.10) rotate(10deg); /* Firefox */
            -ms-transform: scale(1.10) rotate(10deg); /* IE 9 */
            -o-transform: translatZ(0) scale(1.10) rotate(10deg); /* Opera */
            transform: translatZ(0) scale(1.10) rotate(10deg);
            top: 0;
        }

    .ia-imagem-002 {
        width: 83px;
        height: 90px;
        border-bottom: 4px solid var(--ia-cor1);
        border-radius: 50%;
        margin: 15px auto;
        border: 1px solid var(--ia-cor1);
        border-radius: 50%;
    }
}

@media only screen and (max-width: 1201px) {
}

@media only screen and (max-width: 1025px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 481px) {
}



/* ################# ALINHAMENTO ################# */

@media all {
    .ia-alinhamento-row-vertical {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 1025px) {
}

@media only screen and (max-width: 767px) {
    .ia-alinhamento-row-vertical {
        display: inline-block !important;
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 481px) {
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

* {
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

@media screen and (max-width: 667px) {
    .hidden-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 668px) and (max-width: 991px) {
    .hidden-tablet {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .hidden-desktop {
        display: none !important;
    }
}

b, strong {
    font-weight: 900 !important;
}

body {
    top: 0px !important;
}

p + p {
    margin-top: 18px;
}

p + ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

h1 {
    margin-top: 46px;
}

h2 {
    margin-top: 40px;
}

h3 {
    margin-top: 30px;
}

h4 {
    margin-top: 28px;
}

h5 {
    margin-top: 27px;
}

hr {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}


.comentarios_header {
    text-align: left;
}

.price_consulte {
    font-size: 1.5em;
}

.submenu .submenu {
    position: relative;
    padding-left: 2rem;
}

.container_img_galeria {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    overflow: hidden !important;
    position: relative;
    opacity: 1;
    transition: all .2s ease-in-out;
    height: 225px;
    object-fit: cover;
}

    .container_img_galeria:hover {
        opacity: 0.7;
        transition: all .2s ease-in-out;
    }

.box_img_galeria {
    width: 100%;
    height: 100%;
    position: absolute;
}

.img_galeria {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}

    .img_galeria:hover {
        background: #ecf0f1;
        opacity: 0.7;
    }

.barra_paginas_internas {
    font-size: 2.286em;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dadada;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

.img_galeria_titulo {
    text-align: center;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: gray;
    height: 20px;
    overflow: hidden;
    padding-top: 5px;
    font-size: 0.857em;
    line-height: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container_item_conteudo {
    margin-top: 0;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    padding: 10px !important;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    width: 100%;
}


.icon_pub_list {
    position: absolute;
    bottom: 11px;
    right: 15px;
    opacity: 0.2;
}

.container_item_conteudo:hover {
    background-color: #fdfdfd;
}

    .container_item_conteudo:hover .icon_pub_list {
        opacity: 1 !important;
    }

.container_item_imagem {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100% !important;
    border-radius: 4px !important;
    overflow: hidden;
    border: 1px solid #fdfdfd;
    transition: all .2s ease-in-out;
    height: 225px;
}

    .container_item_imagem:hover {
        opacity: 0.7;
        transition: all .2s ease-in-out;
    }

.item_nome_conteudo {
    font-size: 1em !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
    height: auto;
}

.item_nome_conteudo_icone {
    text-align: center;
    padding: 0px;
}

.item_nome_conteudo_texto {
    margin-top: 3px;
    text-align: center;
    padding: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    overflow: hidden;
    font-size: 1.25em;
    font-weight: bold;
}

.img_item {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}


.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

    .img-hover img:hover {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.20); /* Safari and Chrome */
        -moz-transform: scale(1.20); /* Firefox */
        -ms-transform: scale(1.20); /* IE 9 */
        -o-transform: translatZ(0) scale(1.20); /* Opera */
        transform: translatZ(0) scale(1.20);
        top: 0;
    }


.grayscale {
    -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
    -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
    filter: brightness(1.10) grayscale(100%);
}

.goog-te-banner-frame, #google_translate_element2 {
    display: none !important;
}

.logo_c2ti {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

@media (min-width: 1349px) {
    .img_slid {
        width: 100% !important;
    }
}

.container_conteudo_publicacao *:not(div) {
    max-width: 100% !important;
}

.img_logo {
    max-width: 100%;
}

.container_conteudo_informativo *:not(div) {
    max-width: 100% !important;
}

.item_nome_control2 {
    margin-top: 0px;
    text-align: center;
    padding: 2px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.item_tag {
    margin-top: 0px;
    text-align: center;
    padding: 2px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px;
    overflow: hidden;
    font-weight: 400;
    font-size: 10px;
}

.img_tema_pub {
    top: 8px;
    left: 8px;
    position: absolute;
    z-index: 1000;
    opacity: 0.8;
    text-align: left;
    background-color: #000000;
    color: white;
    padding: 2px 5px;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    max-width: 90%;
    font-size: 11px !important;
}



@media (max-width: 768px) {
    .product .old_price {
        margin-bottom: -18px;
        font-size: 0.5em;
    }

    .container_conteudo_publicacao *:not(h1,h2,h3,h4,h5,p,i,audio) {
        height: auto !important;
    }

    .container_conteudo_publicacao img {
        float: initial !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
        margin-top: 15px !important;
        margin-bottom: 25px !important;
    }
}

.barra-rodape {
    width: 100%;
    background-color: #e74c3c;
    padding: 10px;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
}



.thumbnail > a > img,
.thumbnail > img {
    height: 200px !important;
}

.description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    font-size: 14px;
    text-align: left;
}

.caption h3 {
    text-align: left !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
    font-size: 20px !important;
    overflow: hidden;
    padding-top: 10px;
}



.post {
    margin-top: 10px;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 10px;
}

    .post .cat {
        color: #3b3b3b !important;
        font-weight: bold !important;
        text-transform: uppercase;
        font-size: 0.857em;
    }

.post-thumb {
    height: 200px;
    text-align: center;
    background-color: #FAFAFA;
    padding: 0;
}

.post img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.post h4 {
    color: #3b3b3b !important;
    font-weight: bold;
    font-size: 1.429em !important;
}

.post p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    color: #A7A7A7;
}

/*.fa-whatsapp {
    color: #58CE65 !important;
}*/

.edit_btn_editavel, .new_btn_editavel {
    z-index: 9999;
    position: absolute !important;
    background-color: rgb(255 0 0 / 82%) !important;
    border-radius: 48px !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    color: #fff !important;
    border: 5px double !important;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px !important;
    font-size: 15px !important;
    padding: 5px !important;
    -webkit-transition: 0.2s !important;
    transition: 0.2s !important;
    margin: 0px !important;
    line-height: normal !important;
    max-width: initial !important;
    top: calc(50% - 20px) !important;
    left: calc(50% - 20px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.new_btn_editavel {
    top: auto !important;
    bottom: 0px !Important;
    transform: translate(0%, 0px) !important;
    right: 0% !important;
    left: auto !important;
}

    .edit_btn_editavel:hover,
    .new_btn_editavel:hover {
        background-color: #000000;
        color: #fff !important;
        transform: scale(1.2) !important;
        background-color: rgb(255 0 0 / 95%) !important;
    }


    .edit_btn_editavel:active,
    .new_btn_editavel:active {
        color: #fff !important;
    }

*:has(> .edit_btn_editavel):not(.btnZap),
*:has(> .new_btn_editavel) {
    opacity: 0.90 !important;
    position: relative !important;
}



/*REDES SOCIAIS*/
.redeSocial {
    display: flex;
    gap: 0.5em;
}

    .redeSocial .itenSocial a {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        /*font-size: 0.8em;*/
    }

        .redeSocial .itenSocial a.icone-discord {
            background: #7289d9;
        }

        .redeSocial .itenSocial a.icone-facebook {
            background: #3b5998;
        }

        .redeSocial .itenSocial a.icone-googleplus {
            background: #db4a39
        }

        .redeSocial .itenSocial a.icone-instagram {
            background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%)
        }

        .redeSocial .itenSocial a.icone-linkedin {
            background: #0e76a8;
        }

        .redeSocial .itenSocial a.icone-messenger {
            background: #0887ff;
        }

        .redeSocial .itenSocial a.icone-microsoftteams {
            background: #fff;
            color: #7f87ec;
        }

        .redeSocial .itenSocial a.icone-pinterest {
            color: #df0022;
            background: #fff;
        }

        .redeSocial .itenSocial a.icone-reddit {
            background: #f74300;
        }

        .redeSocial .itenSocial a.icone-skype {
            background: #00aff0;
        }

        .redeSocial .itenSocial a.icone-snapchat {
            background: #f7f400;
        }

        .redeSocial .itenSocial a.icone-spotify {
            background: #1dd05d;
        }

        .redeSocial .itenSocial a.icone-strava {
            background: #f44a02;
        }

        .redeSocial .itenSocial a.icone-telegram {
            background: #28a4e4;
        }

        .redeSocial .itenSocial a.icone-tiktok {
            background: #19111e;
        }

        .redeSocial .itenSocial a.icone-twitch {
            background: #613fa0;
        }

        .redeSocial .itenSocial a.icone-vimeo {
            background: #19b1e3;
        }

        .redeSocial .itenSocial a.icone-twitter {
            background: #000;
        }

        .redeSocial .itenSocial a.icone-threads {
            background: #000;
        }

        .redeSocial .itenSocial a.icone-whatsapp {
            background: #25D366;
        }

        .redeSocial .itenSocial a.icone-youtube {
            background: #f00;
        }

.redesSociaisMenu .icone-edit {
    background-color: #00000087;
    color: #fff;
}

.cke_editable.cke_editable_inline:hover {
    border: #d3d3d3 1px dotted !important;
}

.div_control {
    position: relative;
}

    .div_control .div_edicao_control {
        display: none !important;
        position: absolute;
        background: #0009;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        border-radius: 0.5rem;
        cursor: pointer;
    }

    .div_control:hover .div_edicao_control {
        display: flex !important;
    }

.btn:disabled,
.btn[disabled] {
    background: #999 !important;
    box-shadow: none !important;
}

.container_ia_image {
    position: relative;
}

.image_ia {
    position: relative;
}

    .image_ia:before {
        content: ' ';
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: #0008;
        justify-content: center;
        align-items: center;
        transition: .3s ease all;
    }

.container_imagens_edicao {
}

.img_conteudo_edicao {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease all;
    cursor: pointer;
    margin-bottom: 1rem;
}

    .img_conteudo_edicao img {
        border: 1px solid #ccc;
        border-radius: 0.375rem;
        transition: .3s ease all;
        max-height: 400px;
    }

    .img_conteudo_edicao.active img {
        border: 3px solid #3498db;
        transform: scale(1.05);
    }

    .img_conteudo_edicao:hover img {
        border-color: #3498db;
        transform: scale(1.05);
    }

    .img_conteudo_edicao > img {
        width: 100%;
        height: auto;
    }

footer, .fixed_bar_bottom {
    background: var(--footer-fundo);
    color: var(--footer-texto);
}

    footer *:not(.redeSocial *) {
        color: var(--footer-color);
    }

.fixed_bar_bottom {
    font-size: 12px !important;
}

    .fixed_bar_bottom a {
        text-decoration: none !important;
    }

footer p {
    margin: 0px !important;
}


.ia-imagem-desc01 {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-bottom: 4px solid var(--ia-cor1);
    border-radius: 50%;
    margin: 15px auto;
    border: 1px solid var(--ia-cor1);
    border-radius: 10px;
}

.ia-imagem-desc02 {
    position: absolute;
    l: 10px;
    width: 80px;
    border-radius: 50%;
}

.destaque {
   background-color: #444444
;}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /* Garante que cubra toda a largura da tela */
    height: 100%; /* Garante que cubra toda a altura da tela */
    background: rgb(204 204 204 / 40%);
    display: flex; /* Usa flexbox para centralizar */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    z-index: 9999; /* Fica acima de todos os elementos da página */
    display: none; /* Inicialmente oculto */
}
.loader-box {
    width: 100vw; /* Garante que cubra toda a largura da tela */
    height: 100vh; /* Garante que cubra toda a altura da tela */
}
.loader-icon {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.is-invalid {
    border: 1px solid #f5acac;
    box-shadow: 0 0 20px rgba(255, 107, 107, 0.8);
    transition: border 0.3s, box-shadow 0.3s;
}

    .is-invalid:focus {
        outline: none;
        border-color: #ff4c4c; /* Cor ao focar no campo inválido */
    }


.content {
    display: flex;
    flex-direction: column;
}

content {
    flex:1;
}

.header-desktop, .header-mobile {
    background-color: #212529b3;
}

input::placeholder {
    color: #b2b2b2 !important; /* Altere a cor conforme necessário */
    opacity: 1; /* Para garantir que a opacidade seja 100% */
}

/* Para navegadores mais antigos, você também pode incluir essas variações: */
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b2b2b2 !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b2b2b2 !important;
}

form .row {
    margin: 15px 0;
}

input[readonly] {
    background-color: #dee2e6;
}

.avatar-section {
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 5px;
    background-color: #dee2e6;
}

.avatar-preview {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
}

    .avatar-preview img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Garante o corte correto da imagem */
    }


.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    height: 100%;
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}
jrvselect {
    width: 100%;
}

.gallery-image img {
    height: 100%;
    object-fit: contain;
}


html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* Conteúdo principal deve ocupar o espaço restante */
main {
    flex: 1;
}

/* Rodapé sempre abaixo do conteúdo */
footer {
    background-color: var(--footer-fundo);
    color: var(--footer-texto);
    text-align: center;
    padding: 15px 0;
}
