@charset "UTF-8";
@import "./pages/home.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("./reset.css");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
*:not(i) {
  font-family: "Rajdhani", sans-serif !important;
}

body,
html {
  font-family: "Montserrat", sans-serif;
  color: #838383;
  font-size: 16px;
}

p {
  font-size: 16px;
  font-weight: normal;
}

li {
  font-size: 16px;
}

section {
  position: relative;
}

/* Adicionar bandeiras */
.flagtd {
  width: 1.5rem;
}

.flagtd:hover {
  transform: scale(1.1);
}

/* Adicionar bandeiras */
.navfixed {
  position: fixed;
  top: 0;
  z-index: 1;
  background: #333333;
  transition: 0.3s ease;
  padding: 20px 25px 20px 25px;
}

nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}

nav h1 {
  font-size: 18px;
  font-style: italic;
  color: #f7e82b;
  font-weight: 600;
}

nav h1 span {
  display: block;
  padding-left: 50px;
  font-weight: 600;
}

nav ul {
  margin: 0;
  margin-right: 25px;
  position: relative;
}

nav li {
  display: inline-block;
  padding: 5px;
}

nav li a {
  color: #fff;
  font-size: 14px;
}

nav li a:hover {
  color: #fff;
}

.bg-header {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: transform 0.5s ease;
}

.bg-header object:nth-child(1) {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0px;
  width: 100%;
  z-index: -9999;
  max-width: 350px;
  opacity: 0.5;
}

.bg-header object:nth-child(2) {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 0px;
  width: 100%;
  z-index: -9999;
  max-width: 850px;
  opacity: 0.5;
}

#servicos {
  margin: 150px 0 200px 0;
}

.p-title {
  color: #aab0bc;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}

h2 {
  color: #333333;
  font-weight: 800;
}

h2 span {
  position: relative;
}

h2 span::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 15px;
  background: url(../img/elementos/sublinhado.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tab button {
  flex: 0 0 30%;
  max-width: 30%;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin: 8px;
  border-radius: 15px;
  box-shadow: 0px 3px 10px #e7e7e7;
  border-color: #ffdd00;
}

.tab button:hover {
  box-shadow: 0px 1px 1px #e7e7e7;
}

.tab button.active {
  border: 3px #ffdd00 solid;
}

.tab button img {
  max-width: 86px;
}

.tab button span {
  line-height: 1.2;
  text-align: left;
  padding: 0 0 0 10px;
  color: #333;
  font-weight: 800;
}

.tabcontent {
  display: none;
  margin-top: 50px;
  transition: 0.3s ease;
}

.tabcontent h3 {
  color: #333333;
  font-weight: 800;
}

.tabcontent ul {
  padding-inline-start: 20px;
  margin-bottom: 0px;
}

.tabcontent ul li {
  list-style: none;
  font-weight: 600;
  margin-bottom: 10px;
}

.tabcontent ul li img {
  padding-right: 10px;
}

#mapa {
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banner/img-banner-02.jpg);
  background-size: cover;
  padding: 50px 0;
}

#mapa .p-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}

#mapa h2 {
  color: #fff;
  font-weight: 800;
}

#mapa p {
  color: #fff;
}

.btn-call {
  color: #333333;
  background: #fd0;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 49px;
  border-radius: 11px;
  display: inline-block;
  transition: 0.3s ease;
}

.btn-call:hover {
  color: #333333;
  filter: brightness(1.1);
}

/* align items ao centro  */
#call > div > div {
  align-items: center;
}

#quemSomos {
  padding: 50px 0px;
}

.box-equipe-destaque {
  position: relative;
  max-width: 370px;
  margin: 50px auto;
}

.box-equipe-destaque img {
  width: 100%;
  border-radius: 50px 0 0 0;
}

.box-equipe-destaque .svg-equipe {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 115%;
  border-radius: 0;
}

.box-equipe-destaque-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50px 0 0 0;
  background: linear-gradient(rgba(255, 221, 45, 0.9098039216), rgba(255, 221, 45, 0.5098039216));
  padding: 30px;
  opacity: 0;
  transition: 0.3s ease;
}

.box-equipe-destaque:hover .box-equipe-destaque-overlay {
  opacity: 1;
}

.box-equipe-destaque-overlay p {
  color: #333333;
  font-size: 15px;
}

.box-equipe-destaque-overlay a {
  color: #333333;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
}

.box-equipe-destaque-content {
  position: absolute;
  bottom: 41px;
  left: 25px;
}

.box-equipe-destaque-content h4 {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0;
  color: #333333;
}

.box-equipe-destaque-content p {
  margin: 0;
  color: #333333;
  font-size: 15px;
}

#equipe {
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  #equipe {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  #equipe {
    padding: 50px 0px;
  }
}

#equipe h3 {
  color: #333333;
  font-weight: 700;
}

.box-equipe {
  position: relative;
  margin: 0 auto;
}

.box-equipe img {
  border-radius: 50px 0 0 0;
  width: 100%;
}

.box-equipe .box-equipe-overlay {
  position: absolute;
  background: linear-gradient(rgba(255, 221, 45, 0.9098039216), rgba(255, 221, 45, 0.5098039216));
  border-radius: 50px 0 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0px;
  color: #333333;
  opacity: 0;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}

.box-equipe:hover .box-equipe-overlay {
  opacity: 1;
}

.box-equipe .box-equipe-overlay h5 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.box-equipe .box-equipe-overlay p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}

.box-equipe .box-equipe-overlay a {
  color: #333333;
  text-decoration: none;
  font-size: 15px;
  padding: 5px 3px;
  display: inline-block;
}

#call {
  background: #333333;
  padding: 100px 0;
}

#call .p-title {
  color: #fff;
}

#call h2 {
  color: #fff;
}

.box-horario {
  height: 200px;
  width: 215px;
  padding: 30px;
  border-radius: 25px;
  color: #333;
  background: linear-gradient(rgba(255, 221, 45, 0.9098039216), rgba(255, 221, 45, 0.5098039216));
  margin-bottom: 30px;
}

.box-horario h6 {
  font-size: 25px;
  font-weight: 400 !important;
}

.box-horario h6 strong {
  font-weight: 800;
}

#contato h6 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #333;
}

#contato form {
  max-width: 450px;
  width: 100%;
}

#contato form input,
#contato form textarea {
  width: 100%;
  border: none;
  padding: 15px 15px;
  border-bottom: 3px #fd0 solid;
  margin-bottom: 10px;
}

footer {
  background: url(../img/elementos/footer-2.svg);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  footer {
    padding: 50px 0;
  }
}

footer h6 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #333;
}

footer img.img-fluid {
  max-width: 225px;
  margin-bottom: 15px;
}

footer p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 14px;
  color: #333;
}

footer a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

footer a:hover {
  color: #333;
  font-size: 14px;
}

footer ul li {
  color: #333;
}

footer i {
  padding: 3px;
  font-size: 18px;
}

footer .col-md-4 {
  padding: 50px;
}

.show-mob {
  display: none;
}

.show-desk {
  display: inline-block;
}

/*################   Alterações   ################*/
.box-whatsapp {
  background: #24e45c;
  position: fixed;
  left: -225px;
  bottom: 50px;
  border-radius: 0 0 29px 0;
  transition: 0.3s ease-in-out;
  z-index: 9;
}

.box-whatsapp:hover {
  left: -30px;
}

.box-whatsapp i {
  color: #fff;
  font-size: 45px;
  padding: 10px;
  margin-right: 50px;
}

.box-whatsapp p {
  margin-top: 12px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.2;
}

.box-whatsapp p strong {
  display: block;
}

#bigNumbers {
  padding: 50px 15px;
  margin: 50px 0;
}

.box-big-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.item-big-numbers {
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px 70px;
}

.item-big-numbers img {
  max-width: 50px;
  width: 100%;
  padding: 5px;
}

.item-big-numbers h6 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  color: #333;
  line-height: 1;
}

.item-big-numbers h6 strong {
  font-weight: 300;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 7px;
  right: -3px;
  bottom: 0;
  z-index: -2;
}

.item-big-numbers h6 strong::after {
  content: "+";
  font-weight: 600;
  font-size: 60px;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  color: #ffdd02;
  z-index: -2;
}

.item-big-numbers p {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 92%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  width: 100%;
  color: #333;
  margin-bottom: 0;
  line-height: 1.2;
}

.box-contato {
  margin: 50px 0;
}

.box-contato h6 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #333;
  padding: 0 20px;
  position: relative;
}

.box-contato h6::after {
  content: " ";
  background: url(../img/elementos/footer.svg);
  position: absolute;
  width: 40px;
  height: 56px;
  top: -30px;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.box-whatsapp p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
}

.box-contato a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.box-contato a:hover {
  color: #333;
  font-size: 14px;
}

.box-contato ul li {
  color: #333;
}

.box-contato i {
  padding: 3px;
  font-size: 18px;
}

footer h6 strong {
  font-size: 18px;
  display: block;
  padding-left: 25px;
}

.box-marca-content {
  display: flex;
  margin: 100px 0;
}

.box-marca-content .box-marca {
  flex: 0 0 25%;
  margin: 0;
  position: relative;
}

.box-marca-content .box-marca::before {
  content: "";
  width: 2px;
  height: 250px;
  position: absolute;
  top: 80px;
  left: 10px;
  background-color: #333333;
}

.box-marca-content .box-marca::after {
  content: "";
  width: 4px;
  height: 150px;
  position: absolute;
  top: 80px;
  left: 10px;
  background-color: #f7e82b;
}

.box-marca-content img {
  max-width: 100%;
}

.box-marca-content h6 {
  font-size: 1.25rem;
  padding: 25px 0 0 25px;
  font-weight: 300;
  color: #333;
}

.box-marca-content p {
  font-size: 12px;
  font-weight: 300;
  padding: 0 10px 0 25px;
}

.show-mob-flex {
  display: none;
}

@media (max-width: 768px) {
  .show-desk {
    display: none;
  }
  .show-mob {
    display: inline-block;
  }
  .show-mob-flex {
    display: flex;
  }
  .navbar-collapse {
    position: absolute;
    top: 55px;
    right: 25px;
    text-align: right;
    padding: 5px 25px 10px 25px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.39);
    z-index: 9999;
  }
  footer {
    padding: 20px;
  }
  footer .float-left {
    float: none !important;
  }
  footer .float-right {
    float: none !important;
  }
  footer br {
    display: none !important;
  }
  .box-equipe {
    margin-bottom: 30px;
  }
  .tab button {
    flex: 0 0 90%;
    max-width: 90%;
    margin: 15px;
  }
  .p-title {
    font-size: 12px;
  }
  h2 {
    font-size: 1.5rem;
  }
  .tabcontent .p-title {
    margin-top: 40px;
  }
  .tabcontent h3 {
    font-size: 1.4rem;
  }
  .map-container {
    margin-top: 50px;
  }
  .box-equipe img {
    border-radius: 50px 0 50px 0;
  }
  .box-equipe .box-equipe-overlay {
    padding: 20px;
    border-radius: 50px 0 50px 0;
  }
  .box-equipe .box-equipe-overlay h5 {
    font-size: 1.25rem;
  }
  .box-equipe .box-equipe-overlay p {
    letter-spacing: -0.5px;
  }
  .box-horario {
    margin-bottom: 30px;
    margin-top: 30px;
    margin: 30px auto;
  }
  #contato h6 {
    margin-top: 50px;
  }
  #contato .box-horario h6 {
    margin-top: 0px;
  }
  footer {
    background-size: 425%;
    background-position: bottom right;
  }
  footer .col-md-4 {
    padding: 30px;
  }
  /*##########   Alterações   ##########*/
  .slogan {
    display: none;
  }
  .box-marca-content .box-marca {
    flex: 0 0 100%;
    margin: 50px 0 !important;
    padding: 0 !important;
  }
  .box-marca-content {
    display: flex;
    margin: 100px 0;
    flex-wrap: wrap;
  }
  #equipe .ml-3 {
    margin-left: 0 !important;
  }
  #equipe .ml-4 {
    margin-left: 0rem !important;
  }
}
@media (max-width: 1000px) {
  #mapa > div > div > div.col-lg-5.fadeTres {
    /* mapa alinhar ao centro */
    display: flex;
    justify-content: center;
  }
}
.fadequatro {
  margin-top: 20px;
}

#servicoDois > div > div:nth-child(1),
#servicoUm > div > div:nth-child(1),
#servicoTres > div > div:nth-child(1),
#servicoQuarto > div > div:nth-child(1),
#servicoQuinto > div > div:nth-child(1),
#servicoSeis > div > div:nth-child(1),
#servicoSete > div > div:nth-child(1),
#servicoOito > div > div:nth-child(1),
#servicoNove > div > div:nth-child(1) {
  display: flex !important;
  align-items: center !important;
}

.tablinks a {
  width: 100%;
  display: flex;
  align-items: center;
}

/* .tablinks a img {
  display: inline-block;
  align-self: center;
}
.tablinks a span {
  display: inline-block;
  align-self: center;
  margin-left: 10px;
}
 */
#equipe > div:nth-child(2) > div {
  justify-content: space-between;
}

.title {
  margin: 0 auto;
}

.icon-page {
  max-width: 4rem;
}

/* remover os paragrafos do hover das fotos FELIPE */
.gallery {
  max-width: 1320px;
}

a.glink {
  margin-right: 10px;
}

#premios h6 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #premios h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #premios h6 {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #premios p {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 990px) and (min-width: 768px) {
  #premios p {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #premios a {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 990px) and (min-width: 768px) {
  #premios a {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #premios img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #premios img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    width: 200px;
    height: 200px;
  }
}
#premios #splide-premios .row.align-items-center {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #premios #splide-premios .row.align-items-center {
    height: auto;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  #premios #splide-premios .row.align-items-center {
    height: auto;
  }
}
#premios #splide-premios .splide__arrow.splide__arrow--prev {
  left: -5rem;
}
#premios #splide-premios .splide__arrow.splide__arrow--next {
  right: -5rem;
}
#premios #splide-premios .splide__arrows button {
  background-color: #f7e82b !important;
}
#premios #splide-premios .splide__arrows svg {
  fill: #333 !important;
}
#premios #splide-premios li {
  align-items: center !important;
}

/* MODAL */
#downloadModal .modal-header {
  background-color: #000;
}
#downloadModal h5 {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
}
#downloadModal label {
  color: #000;
}
#downloadModal input {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
#downloadModal .form-check {
  display: flex;
  align-items: center;
}
#downloadModal .form-check label {
  color: #000;
}
#downloadModal span.close {
  color: #fff;
}
#downloadModal input[type=text] {
  width: 100%;
  padding: 10px;
}
#downloadModal input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}
#downloadModal input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#downloadModal button[type=submit] {
  background-color: #f7e82b;
  color: #000;
  font-weight: 800;
  font-size: 24px;
  border: none !important;
}/*# sourceMappingURL=style.css.map */