html {
  scroll-behavior: smooth;
}

section {
   overflow: hidden;
   overscroll-behavior: none;
}

body.fundo {
    background-color: #0D233D;
    background-image: url(../img/fundo.webp);
    background-size: contain;
}

.meio {
	margin: auto;
}

.wppvoa {
    display: flex;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 20px;
    animation: 1.5s ease 0s infinite normal none running pisca;
}

.wppvoa:hover {
    text-decoration: none;
    color: #fff;
}

.wppvoa:hover i {
    transform: rotate(360deg);
}

.wppvoa i {
    font-size: 25px;
    margin: 0 5px;
    transition: .5s;
}

@font-face {
    font-family: "Clarista";
    src: url('../fontes/Clarista.otf');
}

@font-face {
    font-family: "Oraqle Swash";
    src: url('../fontes/Oraqle Swash.otf');
}

.header {
    position: absolute;
    z-index: 2;
}

.header a.logo img {
    width: 330px;
}

.header .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .overlay {
  font-family: 'Montserrat';
  display: none;
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.header .overlay-content {
  position: relative;
  top: 5%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.header .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #B9AD69;
    font-weight: 400;
    display: block;
    transition: 0.3s;
}

.header .overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.header .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .header .overlay a {font-size: 20px}
  .header .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.menu {
    display: flex;
    cursor: pointer;
    background: transparent;
    padding: 5px 9px;
    border-radius: 45px;
    margin-top: 0px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    z-index: 9998;
}

.bar1 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

@keyframes pisca{
    0% {
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        }
    70% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        box-shadow:0 0 0 25px #ffff0000;
        }
    100%{
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        box-shadow:0 0 0 0 #ffff0000;
    }
}

.infobanner {
    height: 625px;
    font-family: 'Montserrat';
}

.infobanner.banner1 {
    background: url(../img/banner-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.chamada {
    padding: 80px 15px;
    font-family: Montserrat;
    color: #fff;
}

.chamada h3 {
    color: #B9AD69;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.chamada h1 {
    font-weight: 700;
    font-size: 50px;
}

.chamada label {
    background: #B9AD69;
    padding: 5px 10px;
    border-radius: 5px;
    color: #0D233D;
    font-weight: 600;
}

.chamada label i {
    margin: 0 5px 0 0;
}

.chamada .caixa {
    background: #091A2E;
    padding: 40px 15px;
    border-radius: 15px;
    margin-top: -10px;
}

.chamada .caixa h2 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px;
}

.chamada .caixa .bot {
    width: 100%;
    margin: 0;
    position: relative;
}

.chamada .caixa .bot a {
    display: flex;
    background: transparent;
    color: #fff;
    border: 2px solid #72B937;
    text-align: center;
    padding: 0px 0;
    text-decoration: none;
    border-radius: 30px;
    width: 100%;
    height: 40px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.chamada .caixa .bot a:hover {
    background: #72B937;
}

.chamada .caixa .bot a.active {
    background: #72B937;
}

.itatiba {
    padding: 80px 0;
    color: #fff;
    font-family: 'Montserrat';
}

.itatiba .cor {
    background: #091A2E;
    border-radius: 15px;
    padding: 50px;
}

.itatiba h1 {
    color: #B9AD69;
    font-size: 30px;
    font-weight: 600;
}

.itatiba p b {
    color: #B9AD69;
}

.itatiba .caixa {
    background: #B9AD69;
    padding: 40px 20px;
    border-radius: 10px;
    position: absolute;
    top: 50px;
    width: 125%;
}

.itatiba .caixa .col-6 {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.itatiba .circulo {
    background: #091A2E;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
    display: flex;
    margin: auto;
}

.itatiba .circulo .power {
    width: 40px;
    height: 40px;
    margin: auto;
    display: block;
}

.itatiba .circulo .power img {
    width: 100%;
}

.itatiba .caixa h3 {
    font-weight: 900;
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.itatiba .caixa span {
    text-align: center;
    display: block;
}

.detalhe {
    padding: 80px 0;
    font-family: 'Montserrat';
    color: #fff;
}

.detalhe h1 {
    font-family: 'Clarista';
    font-size: 150px;
}

.detalhe svg.detalhes {
    float: right;
    margin: -90px 40px 0px 0;
}

.detalhe .col-md-5 {
    align-self: center;
}

.detalhe span {
    background: #B9AD69;
    padding: 5px 10px;
    border-radius: 5px;
    color: #0D233D;
    font-weight: 600;
    font-size: 20px;
}

.detalhe .caixa {
    background-color: #091A2E;
    margin: 20px auto;
    display: block;
    position: relative;
    height: 250px;
    padding: 40px 20px;
    border-radius: 10px;
    width: 90%;
}
    
.detalhe .caixa img {
    width: 50%;
    display: block;
    margin: 0 auto 20px;
    height: fit-content;
}

.detalhe h3 {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.detalhe .slick-slide {
    width: 245px !important;
} 
.detalhe .slick-list {
    overflow: initial !important; 
}
.detalhe .col-md-4 {
    overflow: hidden;
}
.detalhe .slick-dots {
    display: none !important;
}

.galeria {
    padding: 80px 0;
    font-family: 'Montserrat';
}

.galeria .tab {
    display: flex;
    margin-bottom: 30px
}

.galeria .tablinks.active {
    background: transparent;
    border: none;
    border-bottom: 5px solid #B9AD69;
    color: #B9AD69;
    font-weight: 600;
    width: 33%;
    padding: 10px 0;
}

.galeria .tablinks {
    background: transparent;
    border: none;
    border-bottom: 5px solid #B9AD69;
    color: #B9AD69;
    font-weight: 600;
    width: 33%;
    padding: 10px 0;
    opacity: 0.6;
    text-align: center;
}

.galeria .tabcontent {
    display: none;
}

.galeria .tabcontent img {
    cursor: pointer;
}

.galeria .tabcontent i {
    color: #B9AD69;
    position: absolute;
    top: 10px;
    right: 25px;
    border: 2px solid #B9AD69;
    padding: 5px;
    border-radius: 40px;
}

.galeria .carousel img {
    width: 100%;
    border-radius: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The Modal (background) */
.galeria .modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.galeria .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.galeria .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.galeria .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.galeria .mySlides {
  display: none;
}

/* Next & previous buttons */
.galeria .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.galeria .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.galeria .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.galeria .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.galeria .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.galeria img.demo {
  opacity: 0.6;
}

.galeria .active,
.demo:hover {
  opacity: 1;
}

.galeria img.hover-shadow {
  transition: 0.3s;
}

.galeria .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.galeria .carousel-indicators {
    bottom: -70px;
    z-index: 1;
}

.galeria .carousel-indicators li {
    background-color: #B9AD69;
}

.inovador {
    padding: 80px 0;
    font-family: 'Montserrat';
    color: white;
    background-color: #0D233D;
    position: relative;
}

.inovador .container {
    z-index: 2;
}

.inovador img.letras {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 40%;
}

.inovador h1 {
    font-family: 'Clarista';
    font-size: 100px;
    color: #B9AD69;
    margin: 0px;
}

.inovador h2 {
    color: #fff;
    font-size: 45px;
    margin: 20px 0;
    z-index: 0;
    font-weight: 800;
    position: relative;
}

.inovador .faixa {
    content: '';
    position: absolute;
    background: #B9AD69;
    border-radius: 0 15px 15px 0;
    width: 95%;
    height: 195px;
    z-index: 0;
    left: -450px;
    top: 200px;
}

.inovador p b {
    font-weight: normal;
    color: #B9AD69;
}

.inovador img.maior {
    width: 100%;
    margin-top: 170px;
    z-index: 4;
    position: relative;
}

.tecnica {
    padding: 80px 0;
    font-family: 'Montserrat';
    background: url(../img/ficha-tecnica.webp);
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: #0D233D;
    position: relative;
}

.tecnica .fundo {
     display: flex;
    width: 100%;
    justify-content: end;
    position: absolute;
    right: 0;
    left: 0;
    top: -225px;
    z-index: 0;
}

.tecnica .fundo img {
    width: 40%;
    opacity: 0.9;
}

.tecnica .col-md-6 {
    align-self: center;
}

.tecnica h1 {
    font-weight: 600;
    color: #B9AD69;
    margin: 0 0 20px;
}

.tecnica img {
    width: 100%;
}

.tecnica .caixa {
    background: #B9AD69;
    border-radius: 15px;
    padding: 20px;
    color: #fff;
}

.tecnica .caixa p {
    font-size: 13px;
}

.rodape {
    font-family: 'Montserrat';
    padding: 80px 0;
    color: #fff;
    background-size: cover;
    background-image: url(../img/banner-footer.webp);
}

.rodape .col-md-6 {
    align-self: center;
}

.rodape a.logo {
    margin: 0 auto 40px;
    display: block;
    width: fit-content;
}

.rodape a.logo img {
    width: 100%;
}

.rodape span {
    color: #B9AD69;
    text-transform: uppercase;
    font-weight: 600;
}

.rodape .cada {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 10px;
    margin: 0 0 20px;
}

.rodape .cada i {
    font-size: 30px;
    color: #B9AD69;
}

.rodape .cada span {
    display: block;
}

.rodape a {
    color: #fff;
    text-decoration: none;
}

.rodape a:hover {
    color: #fff;
    text-decoration: none;
}

.rodape .plantao .col-md-4 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 10px;
    margin: 0 0 20px;
}

.rodape .plantao label {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 0
}

.rodape .plantao i {
    font-size: 30px;
    color: #95E33A;
}

.rodape .plantao a.destaque {
    background: #95E33A;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    font-weight: 700;
    color: #0d233d;
    display: block;
    margin: -20px 0 0;
    transition: .5s;
    animation: 1.5s ease 0s infinite normal none running pisca;
    box-shadow: 0 0 10px #95E33A;
}

.rodape  iframe {
    border-radius: 10px;
}

.rodape nav {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin-top: 30px;
}

.wecan {
    font-family: 'Montserrat';
    background: #000000;
    color: #fff;
    position: relative;
}

.wecan .col-md-12 {
    display: flex;
    justify-content: space-between;
}

.wecan .logo {
    width: 130px;
    height: 115px;
    border-radius: 15px 15px 0 0;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.wecan .logo img {
    width: 90%;
    height: 100%;
    display: block;
    margin: auto;
}

.wecan .logo label {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    text-align: center;
}

.wecan p {
    padding: 10px 0;
    margin: 0;
    text-align: initial;
}

.wecan a {
    font-family: 'Libre Franklin';
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: 1s;
}

.wecan a:hover {
    box-shadow: inset 70px 0 0 black;
    color: white;
    text-decoration: none;
}

.wecan a span {
    font-family: 'Poppins';
    color: gold;
    font-size: 20px;
    line-height: 0px;
}

#formulario .modal-dialog {
    margin: 0 auto;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

#formulario .modal-content {
    font-family: 'Montserrat';
    background: url(../img/fundo.webp);
    background-size: 100%;
}

#formulario .modal-header {
    display: block;
    border: none;
    padding: 15px 15px 0px 15px;
}

#formulario .modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#formulario .modal-header h4 {
    color: #B9AD69;
    font-weight: 800;
}

#formulario .modal-header p {
    color: #fff;
}

#formulario .modal-body span {
    font-weight: 600;
    margin-top: 10px;
    display: block;
    color: #fff;
}

#formulario .modal-body input[type="text"],
.modal-body input[type="email"], textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

#formulario .modal-body input[type="submit"]{
    background: #95E33A;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    width: 40%;
    font-weight: 700;
    color: #0d233d;
    display: block;
    margin: 10px auto 0;
    transition: .5s;
    border: none;
}

#formulario .modal-footer {
    border: none;
}