@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root {
    --bg-padrao: #1563df;
    --bg-secundaria: #1563df;
    --bg-escura: #161e2d;
    --bg-escura-inter: #2f3d7eff;
    --bg-clara: #f3f7fd;
    --bg-clara-2: #f3f7fd;
    --text-menu: #000000;
    --text-padrao: #000000;
}
.pagination {
    --bs-pagination-active-bg: #1563df;
    --bs-pagination-active-border-color: #1563df;
    --bs-pagination-color: #1563df;
}
body {
    font-family: "Manrope", serif;
    !important;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text-padrao);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 800 !important;
    font-family: "Manrope", serif;;
    color: var(--text-padrao);
    margin-bottom: 20px;
    padding-top: 15px;
}
.div-busca {
    width: 60%;
  position: relative;
  height: calc(100vh - var(--header-h, 0px) - var(--footer-h, 0px));
  overflow-y: auto;   /* scroll só aqui */
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.btn-outline-padrao:hover svg {
    color: #FFFFFF !important;
}

.btn-padrao:hover svg {
    color:  var(--bg-padrao) !important;
}

.font-600{
    font-weight: 600 !important;
}
.z-index{z-index: 2;}
.icone-circulo {width: 80px; height: 80px; top: 40px;}
.rounded {
    border-radius: 0.8rem !important;
}
.bg-1 {
    background: #D4FEEC;
}
.bg-2 {
    background: #F5F8FD;
}
.bg-3 {
    background: #E0F1FE;
}
.container-max {
    max-width: 1800px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.bt-data-rotate {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 26px;
    position: absolute;
    top: 50%;
    right: -65px;
    -webkit-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
    color: #FFFFFF;
    background: #1F5FFF;
}
#divSearch {
    position: absolute;
    z-index: 2;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    bottom: 20%;
}
.hidden {
    opacity: 0;
    transition: all 2s;
}
.show-element {
    opacity: 1;
    transition: all 2s;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.banner-image-animate:before {
    bottom: 0;
    content: "";
    right: 5%;
    /*opacity: .35;*/
    width: 650px;
    height: 650px;
    /*display: none;*/
    border-radius: 50%;
    position: absolute;
    background-color: var(--bg-padrao);
    animation: border-transform 10s linear infinite alternate forwards;
}
@keyframes border-transform {
    0%, to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}
.navbar .dropdown-menu {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    padding: 0.5rem 0;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    background-color: #fff;
    animation: fadeInUp 300ms ease-in-out forwards;
    background: var(--bg-secundaria);
}
.navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    color: #FFFFFF;
    transition: background-color 200ms ease-in-out;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
    background: var(--bg-padrao);
    color: #FFFFFF;
}
.navbar .dropdown:hover .dropdown-menu {
    display: block;
}
.overlay-date {
    background-color: rgba(0, 0, 0, 0.6); /* Fundo semitransparente */
    color: white; /* Texto branco */
    font-size: 0.875rem;
    border-radius: 0.25rem;
}
.banner-image {
    height: 100vh;
    width: auto;
}
.txt-padrao {
    color: var(--bg-padrao);
}
.txt-padrao-2 {
    color: var(--bg-secundaria);
}
.txt-padrao-claro {
    color: var(--bg-clara);
}
.txt-padrao-claro-2 {
    color: var(--bg-clara-2);
}
.font-2 {
    font-family: "Outfit", sans-serif !important;
    font-weight: 400!important;
}
.font-fina {
    font-weight: 300!important;
}
.slider-round {
    background: #caeaff;
    border-radius: 50%;
    width: 782px;
    height: 782px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    top: 10%;
    right: 5%;
}
@keyframes animacaoEscala {
    0%% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.20);
    }
}
.imagem-3d {
    animation: animacaoEscala 10s ease-in-out forwards;
}
.carousel-caption {
    bottom: 30%;
    z-index: 2;
}
.circle-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--bg-secundaria);
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.btn-lg {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    padding: 19.5px 35px;
    --icon-shape: 40px;
    --icon-size: 30px;
}
header {
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);

}
header svg {
    width: 1.2em;
    height: 1.2em;
    color: var(--bg-secundaria);
}
.svg-padrao svg {
    color: var(--bg-padrao);
}
header .svgM {
    width: 2em;
    height: 2em;
}
#div-audio {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    /* Ajuste a largura conforme necessário */
    margin: auto;
}
.destaque-div {
    max-width: 1300px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.img-gradiente {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 100%);
}
.cor-padrao-div {
  position: relative;
  overflow: hidden; /* Garante que os elementos de fundo não ultrapassem a seção */
}

.cor-padrao-div::before,
.cor-padrao-div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50%; /* Cada cor ocupa metade da altura da seção */
  z-index: -1; /* Coloca as cores atrás do conteúdo */
}

.cor-padrao-div::before {
  top: 0;
  background-color: var(--bg-escura); 
}

.cor-padrao-div::after {
  bottom: 0;
  background-color: #ffffff;
}
.cor-padrao-div::before,
.cor-padrao-div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50%; /* Cada cor ocupa metade da altura da seção */
  z-index: -1; /* Coloca as cores atrás do conteúdo */
}



.cor-padrao-div-reverse {
  position: relative;
}

.cor-padrao-div-reverse::before,
.cor-padrao-div-reverse::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50%; /* Cada cor ocupa metade da altura da seção */
  z-index: -1; /* Coloca as cores atrás do conteúdo */
}

.cor-padrao-div-reverse::before {
  top: 0;
  background-color: #FFFFFF;  
}

.cor-padrao-div-reverse::after {
  bottom: 0;
  background-color: var(--bg-escura);;
}
.cor-padrao-div-reverse::before,
.cor-padrao-div-reverse::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50%; /* Cada cor ocupa metade da altura da seção */
  z-index: -1; /* Coloca as cores atrás do conteúdo */
}



.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-secundaria);
    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%;
}
#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) {
    .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);
}
.t-30{top: 30px;}
.mt-negative-80 {
    top: -80px
}
.mb-negative-80 {
    margin-bottom: -80px
}
.mt-80 {
    margin-top: 80px
}
.mt-negative {
    top: -30px
}
.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: 2;
    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);
    font-weight: 600 !important;
}
.bg-gradiente li a.nav-link {
    color: var(--bg-padrao);
}
#header-fixo li a.nav-link {
    color: var(--bg-escura);
    font-weight: 600;
}
.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;
    width: 90%;
}
.float-banner {
    float: right;
    margin-right: 10%;
}
.card a {
    color: var(--bg-padrao);
    text-decoration: none;
}
.zind {
    z-index: 99999 !important
}
footer .h6 {
    color: #FFFFFF;
}
footer a:hover {
    color: #999999;
}
footer {
    font-size: 13px;
}
footer li {
   margin-bottom: 8px;
}
footer a {
    color: #FFFFFF;
}
.breadcrumb a {
    color: var(--bg-padrao)!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, 1);
    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;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 33px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
/*botao piscando*/

@-webkit-keyframes glowing {
    0% {
        background-color: #25d366;
        -webkit-box-shadow: 0 0 3px #25d366;
    }
    50% {
        background-color: #00661A;
        -webkit-box-shadow: 0 0 3px #00661A;
    }
    100% {
        background-color: #25d366;
        -webkit-box-shadow: 0 0 3px #25d366;
    }
}
@-moz-keyframes glowing {
    0% {
        background-color: #25d366;
        -moz-box-shadow: 0 0 3px #25d366;
    }
    50% {
        background-color: #00661A;
        -moz-box-shadow: 0 0 3px #00661A;
    }
    100% {
        background-color: #25d366;
        -moz-box-shadow: 0 0 3px #25d366;
    }
}
@-o-keyframes glowing {
    0% {
        background-color: #25d366;
        box-shadow: 0 0 3px #25d366;
    }
    50% {
        background-color: #00661A;
        box-shadow: 0 0 3px #00661A;
    }
    100% {
        background-color: #25d366;
        box-shadow: 0 0 3px #25d366;
    }
}
@keyframes glowing {
    0% {
        background-color: #25d366;
        box-shadow: 0 0 3px #25d366;
    }
    50% {
        background-color: #00661A;
        box-shadow: 0 0 3px #00661A;
    }
    100% {
        background-color: #25d366;
        box-shadow: 0 0 3px #25d366;
    }
}
.pisca-zap {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
/*botao piscando*/

.float-whatsapp:after {
    content: '';
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: fixed;
    border: dashed 2px #25d366;
    width: 75px;
    height: 75px;
    bottom: 10px;
    right: 10px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 33px;
    z-index: 101;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.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);
}
.bg-padrao-2 {
    background: var(--bg-secundaria);
}
.border-padrao {
    border: solid 2px var(--bg-clara-2) !important;
}
.zoom-button {
    transition: transform 0.3s;
}
.zoom-button:hover {
    transform: scale(1.1);
}
.btn {
    transition: all .3s;
    font-weight: 700;
}
.btn-padrao {
    border-color: var(--bg-padrao);
    background: var(--bg-padrao);
    color: #FFFFFF;
}
.btn-padrao:hover {
    background: #FFFFFF;
    color: var(--bg-padrao);
    border-color: var(--bg-padrao);
}
.btn-padrao-2 {
    border-color: var(--bg-secundaria);
    background: var(--bg-secundaria);
    color: #FFFFFF!important;
}
.btn-padrao-2:hover {
    background: #FFFFFF;
    color: var(--bg-secundaria)!important;
    border-color: var(--bg-secundaria);
}
.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);
}
.btn-outline-padrao-2:hover {
    border-color: var(--bg-secundaria);
    background: var(--bg-secundaria);
    color: #FFFFFF;
}
.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);
}
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);
}
/* Estilos para o Footer Modernizado */

.footer-brand h3 {
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-brand h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #3498db, #2ecc71);
  border-radius: 2px;
}

.footer-section h4 {
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-section h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #3498db;
  border-radius: 2px;
}

.footer-links .footer-link {
  transition: all 0.3s ease;
  padding: 0.25rem 0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.footer-links .footer-link::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.5s;
}

.footer-links .footer-link:hover::before {
  left: 100%;
}

.footer-links .footer-link:hover {
  color: #fff !important;
  opacity: 1 !important;
  transform: translateX(5px);
}

.footer-links .footer-link:hover i {
  color: #3498db;
}

/* Badges modernizadas */
.badge {
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-link:hover .badge {
  transform: scale(1.1);
  background: #3498db !important;
  color: white !important;
}

/* Botões sociais personalizados */
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: white;
  text-decoration: none;
  margin: 0 0.5rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.social-links a:hover {
  background: #3498db;
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

/* Botão de ação */
.btn-outline-light {
  border-width: 2px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255,255,255,0.1);
}

/* Responsividade */
@media (max-width: 768px) {
  .footer-section {
    margin-bottom: 2rem;
  }
  
  .footer-section h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .social-links a {
    margin: 0 0.25rem;
    width: 35px;
    height: 35px;
  }
}

/* Animações suaves */
#rodape {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Melhorias de acessibilidade */
.footer-link:focus {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}

.social-links a:focus {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}
.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(80%)
}
.img-gradiente {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 5%);
}
.border-banner {
    border-radius: 150px 0px 0px 20px
}
.menu-resp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*animacao*/

/* Animação fadeIn */

@-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;
}
/* Animação fadeInRight */

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation: fadeInRight 1s ease-in-out;
    -moz-animation: fadeInRight 1s ease-in-out;
    -o-animation: fadeInRight 1s ease-in-out;
    animation: fadeInRight 1s ease-in-out;
}
/* Animação fadeInLeft */

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation: fadeInLeft 1s ease-in-out;
    -moz-animation: fadeInLeft 1s ease-in-out;
    -o-animation: fadeInLeft 1s ease-in-out;
    animation: fadeInLeft 1s ease-in-out;
}
/*animacao*/

.carousel-caption h2 {
    font-size: 3em;
}
.carousel-caption p {
    font-size: 1.5em;
}
/* ============ mobile view ============ */


@media screen and (max-width: 991px) {
nav ul.bg-padrao-claro{
        background: none;
}
 .div-busca {
        overflow: hidden; 
        max-height: none; 
        width: 100%; 
    }
    #divSearch {
        position: absolute;
        z-index: 1;
        width: 80%;
        left: 50%;
        margin-left: -40%;
        bottom: 30px;
    }
nav ul.rounded-pill{
       border-radius: 0 !important;
}
h1.mt-5 {
    margin-top: 0px !important
}
    .mt-negative-80 {
    top: 0px
}
    .mb-negative-80 {
    margin-bottom: 0px
}
.mt-80 {
    margin-top: 0px
}
    .banner-image-animate:before {
        width: 300px;
        height: 250px;
    }
    .bt-data-rotate {
        top: 30%;
    }
    #header-fixo {
        position: relative;
        width: 100%;
    }
    #header-fixo.mt-3 {
        margin-top: 0rem!important;
    }
    .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: 1.2em;
        line-height: 150%;
    }
    .carousel-caption .txt-padrao {
        background-color: rgba(255, 255, 255, 0.8);
    }
    .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 !important
    }
    .btn-close {
        background: transparent url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23FFF"%3e%3cpath d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/%3e%3c/svg%3e') center/1em auto no-repeat;
    }
    .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;
    }
    .separa {
        margin-top: -3rem;
    }
    .fixed-top {
        position: relative !important;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .bt-whatsapp {
        display: inline-block;
    }
    .btn-mob {
        padding: 2px;
    }
}
@media screen and (max-width :760px) {
    .carousel-caption {
        right: 10px;
        bottom: 25% !important;
        left: 10px;
        background: none;
        top: auto;
        transform: none;
    }
    .carousel-caption h5 {
        display: none;
    }
}
@media screen and (max-width :759px) {
    .separa {
        margin-top: -1.3rem;
    }
}