@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500&display=swap');
:root {
    --bg-padrao: #476BC3;
    --bg-secundaria: #6A0102;
    --bg-escura: #0C081D;
    --bg-escura-inter: #050210;
    --bg-clara: #F3F7F9;
    --bg-clara-2: #F3F7F9;
    --text-menu: #4C4C4C;
    --text-padrao: #4C4C4C;
}
body {
    font-family: 'Raleway', sans-serif !important;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text-padrao);
}
h1, h2, h3, h4 {
    font-weight: 500 !important;
    font-family: 'Raleway', sans-serif!important;
    color: var(--text-padrao);
}
.banner-image {
    height: 100vh;
    width: auto;
}
.txt-padrao {
    color: var(--text-padrao);
}
article .col-lg-8 a{color: var(--bg-padrao)!important; font-weight: bolder;}
.text-white a{color: #FFFFFF;}
header svg {
    width: 1.2em;
    height: 1.2em;
    color: #FFFFFF;
}
header .svgM {
    width: 2em;
    height: 2em;
}
.highlight_text {
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.highlight_text::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: -15px;
    right: -15px;
    height: 17px;
    z-index: -1;
    background-color: var(--bg-padrao);
}
.maskImage {
    -webkit-mask-image: url(img/mask.png);
    mask-image: url(img/mask.png);
    -webkit-mask-size: 70%;
    mask-size: 70%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.col-lg-8 .card img{ max-width: 100%; }
.breadcrumb-item+.breadcrumb-item::before{color: #FFFFFF;}
.img-gradiente {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%);
}
article h1 {
    font-size: 3.5rem;
}
.image-gradiente {
    position: relative;
    border-radius: 0.8rem!important;
}
.image-gradiente::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    border-radius: 0.8rem!important;
}
.destaque-div {
    max-width: 1300px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.verMais {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 20px 0px 8px 0px;
    padding: 10px 20px 10px 20px;
    background-color: #FFFFFF;
    z-index: 2;
}
.btSearch {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    background: var(--bg-padrao);
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
#search_box:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}
.z-index-99 {
    z-index: 99;
    width: 95%;
}
/* Style for the container holding the image and text */

.image-container {
    position: relative;
}
/* Style for the text overlay */

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
}
#acesso svg, #servicos svg {
    width: 1em;
    height: 1em;
    font-size: 2.5em;
}
#destaque-2 svg, #destaque-mobile svg {
    width: 1em;
    height: 1em;
    font-size: 2em;
}
.menu-mobile {
    position: absolute;
    right: 0px;
}
/*scroll horizontal*/

.list-div-horizontal {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.list-div-item {
    flex-flow: row wrap;
    display: flex;
    border: none;
}
@media screen and (max-width :1024px) {
    h1 {
        font-size: 40px;
    }
    .list-div-horizontal {
        max-width: 100vw;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-flow: row;
        box-sizing: border-box;
    }
    .list-div-item {
        min-width: 300px;
    }
}
/*scroll horizontal*/

/*efect card*/

.card .image-box {
    overflow: hidden;
}
.card .image-box img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
}
.card:hover .image-box img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.mt-negative {
    top: -40px
}
.mr-negative {
    right: -40px
}
.border-div {
    border-radius: 0px 0px 150px 0px;
}
/*end efect card*/

body.offcanvas-active {
    overflow: hidden;
}
.offcanvas-header {
    display: none;
}
.border-sidebar {
    border: solid 4px #e1e8f0;
}
.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}
.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.error {
    color: red;
    font-size: 12px
}
nav, .dropdown-item {
    font-size: 16px;
}
.nav-link:focus, .nav-link:hover {
    color: var(--bg-secundaria);
}
li a.nav-link {
    color: var(--text-menu);
}
#header-fixo li a.nav-link {
    color: var(--text-menu);
}
.nav-link:hover {
    color: var(--bg-secundaria);
}
.dropdown-item:active {
    background-color: #CCCCCC;
    color: #333333;
}
a {
    text-decoration: none;
}
article a {
    color: #333333;
}
article a:hover {
    color: #333333;
}
#header-fixo {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#header-fixo2 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--bg-padrao);
}
.card a {
    color: var(--text-padrao);
    text-decoration: none;
}
.zind {
    z-index: 99999 !important
}
.carousel-caption {
    position: absolute;
    top: 50%;
    /* Alinhamento vertical */
    left: 50%;
    /* Alinhamento horizontal */
    transform: translate(-50%, -50%);
    /* Centralizar */
    right: 15%;
    bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
footer h5 {
    color: #FFFFFF;
}
footer a:hover {
    color: #CCCCCC;
}
footer {
    font-size: 13px;
}
footer a {
    color: #FFFFFF;
}
.breadcrumb a {
    color: #FFFFFF!important
}
.transparencia {
    background-color: rgba(255, 255, 255, 0.4);
}
.box-cookies.hide {
    display: none !important;
}
.box-cookies {
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 2;
    bottom: 0px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 8px 6px 0 rgba(0, 0, 0, .41);
}
.box-cookies .msg-cookies, .box-cookies .btn-cookies {
    text-align: center;
}
@media screen and (max-width: 960px) {
    .box-cookies {
        flex-direction: column;
    }
}
.fixed1 {
    position: fixed;
    bottom: 130px;
    width: 110px;
    border-bottom-right-radius: 50rem!important;
    border-top-right-radius: 50rem!important;
}
.fixed2 {
    position: fixed;
    bottom: 20px;
    width: 110px;
    border-bottom-right-radius: 50rem!important;
    border-top-right-radius: 50rem!important;
}
.fixed3 {
    position: fixed;
    bottom: 75px;
    width: 110px;
    border-bottom-right-radius: 50rem!important;
    border-top-right-radius: 50rem!important;
}
.float-whatsapp {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 33px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.bt-whatsapp {
    background: #4DC247;
}
.txt-whatsapp {
    color: #4DC247;
}
.text-shadow {
    text-shadow: 2px 2px 5px #000000;
}
.txt-whatsapp {
    color: #4DC247;
}
.bg-whatsapp {
    background: #4DC247;
}
.bg-padrao {
    background: var(--bg-padrao);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bg-padrao);
    --bs-btn-border-color: var(--bg-padrao);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bg-escura);
    --bs-btn-hover-border-color: var(--bg-padrao);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bg-padrao);
    --bs-btn-active-border-color: var(--bg-padrao);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bg-padrao);
    --bs-btn-disabled-border-color: var(--bg-padrao);
}
.bg-padrao-2 {
    background: var(--bg-secundaria);
}
.border-padrao {
    border: solid 4px var(--bg-clara-2) !important;
}
.btn-gradiente {
    display: inline-block;
    box-shadow: 0px 10px 20px 0px rgba(153, 79.99999999999991, 30.99999999999999, 0.21);
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 0.5em 1.2em 0.5em 1.2em;
}
.zoom-button {
    transition: transform 0.3s;
}
.zoom-button:hover {
    transform: scale(1.1);
}
.btn-outline-padrao {
    border-color: var(--bg-padrao);
    color: var(--bg-padrao);
}
.btn-outline-padrao:hover {
    background: var(--bg-padrao);
    color: #FFFFFF;
}
.btn-outline-padrao-2 {
    border-color: var(--bg-secundaria);
    color: var(--bg-secundaria);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-outline-primary:hover {
    background: var(--bg-padrao);
}
.bg-padrao-escuro {
    background: var(--bg-escura);
}
.bg-padrao-escuro-2 {
    background: var(--bg-escura-inter);
}
.bg-padrao-claro {
    background: var(--bg-clara);
}
.bg-padrao-claro-2 {
    background: var(--bg-clara-2);
}
.bg-gradiente {
    background: linear-gradient(to bottom, #FFB496, #FE8353);
}
header i.fa {
    display: inline-block;
    border-radius: 50%;
    padding: 0.3em 0.4em;
}
.svg-icon {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
}
.poll-icon-container {
    height: 70px;
    width: 70px;
    position: relative;
    border-radius: 50%;
    /*background-color: var(--bg-secundaria);*/
}
blockquote {
    font-size: 1.5em;
    letter-spacing: 120%;
    padding-left: 1em;
    margin-left: 1em;
    border-left: 4px solid var(--bg-secundaria);
}
.dividir {
    width: 50px;
    height: 3px!important;
    border: none;
    opacity: 1;
}
/*header svg {
    color: var(--bg-clara);
}*/

.txt-padrao {
    color: var(--bg-padrao);
}
.txt-padrao2 {
    color: var(--bg-secundaria);
}
.txt-padrao-escuro {
    color: var(--bg-escura);
}
.img-border {
    border-bottom-left-radius: 37% 23%;
    border-bottom-right-radius: 61% 15%;
}
.div-border {
    border-bottom-left-radius: 220% 45%;
    border-bottom-right-radius: 220% 45%;
}
.bg-banner {
    background: rgba(36, 78, 125, 0.75);
}
.recorte {
    position: relative;
    border-bottom-left-radius: 100% 30%;
    border-bottom-right-radius: 100% 30%;
}
.img-escurece {
    filter: brightness(50%)
}
.rounded {
    border-radius: 0rem!important;
}
.rounded-top {
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}
.rounded-bottom {
    border-bottom-left-radius: 0rem!important;
    border-bottom-right-radius: 0rem!important;
}
.border-banner {
    border-radius: 150px 0px 0px 20px
}
.menu-resp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*animacao*/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation: fadeIn .5s ease-in-out;
    -moz-animation: fadeIn .5s ease-in-out;
    -o-animation: fadeIn .5s ease-in-out;
    animation: fadeIn .5s ease-in-out;
}
/*animacao*/

/* Rating Star Widgets Style */

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.rating-stars ul>li.star {
    display: inline-block;
}
/* Idle State of the stars */

.rating-stars ul>li.star>i.fa {
    font-size: 1em;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}
/* Hover state of the stars */

.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}
/* Selected state of the stars */

.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}
.carousel-caption h2 {
    font-size: 90px;
}
.carousel-caption p {
    font-size: 1.5em;
}
/* ============ mobile view ============ */

@media screen and (max-width: 991px) {
    .image-text {
        width: 90%;
    }
    .carousel-caption {
        right: auto;
        bottom: auto;
        width: 90%;
    }
    .carousel-caption h2 {
        font-size: 30px;
    }
    .destaque-div {
        max-width: 100%;
        left: 0%;
        top: 0%;
        position: relative;
        transform: none;
    }
    .img-border {
        border-bottom-left-radius: 42% 34%;
        border-bottom-right-radius: 46% 17%;
    }
    .banner-caption {
        position: absolute;
    }
    .mt-negative {
        top: 0px
    }
    .mr-negative {
        right: 0px
    }
    .carousel-caption h1 {
        font-size: 2em;
        line-height: 150%;
    }
    .carousel-caption p, .carousel-caption h4 {
        font-size: 1em;
    }
    .offcanvas-header {
        display: block;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1030;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        background: var(--bg-padrao);
        color: #FFFFFF;
    }
    .mobile-offcanvas.show .navbar-nav .nav-link {
        color: #FFFFFF;
    }
    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
        display: block;
    }
}
/* ============ mobile view .end// ============ */

@media screen and (max-width :1024px) {
    .menu-resp {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
    }
    .fixed-top {
        position: relative !important;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .bt-whatsapp {
        display: inline-block;
    }
    .btn-mob {
        padding: 2px;
    }
}