@import url("https://fonts.googleapis.com/css2?family=Work+Sans: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");

body,
html {
  font-family: "Work Sans", sans-serif;
  color: #727d92;
  font-weight: 300;
}
header {
  position: relative;
  z-index: 1;
}
/*    Menu Mobile     */
.sidenav-mobile {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #99e1c4;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sidenav-mobile a {
  padding: 10px 8px 10px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #0e1636;
  display: block;
  transition: 0.3s;
  font-weight: 200;
  text-align: center;
}
.sidenav-mobile a:hover {
  color: #18234d;
}
.sidenav-mobile .closebtn-mobile {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 50px;
}
.sidenav-mobile .closebtn-mobile {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.btn-sidenav-mobile {
  display: none;
  color: #727d92;
  font-size: 20px;
}
.sidenav-mobile .nav-link {
  color: #0e1636;
  font-weight: 200;
  transition: 0.3s ease-in-out;
  padding: 10px 10px !important;
  position: relative;
}
.sidenav-mobile .nav-link i {
  font-size: 15px;
}
.navfixed {
  position: fixed;
  top: -150px;
  background: #fff;
  transition: 0.3s ease;
  padding: 10px 15% 10px 15%;
  width: 100%;
  align-items: center;
  z-index: 99;
  opacity: 0;
}
.navfixed .container {
  max-width: 1400px;
}
.navbar-expand-lg.navfixed .navbar-nav .nav-link {
  transition: 0.1s ease-in-out;
}
.navfixed-show {
  opacity: 1 !important;
  top: 0px !important;
}
.navbar {
  padding: 1.5rem 1rem;
}
.nav-link {
  color: #566174;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.5px;
}
.nav-link:hover {
  color: #8f99ab;
  transition: 0.3s ease-in-out;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 25px;
  height: 3px;
  background-color: #8f99ab;
  transition: 0.3s ease-in-out;
  opacity: 0;
  border-radius: 50px;
}
.nav-link:hover::after {
  opacity: 1;
}
.btn-bold {
  font-weight: 600;
}
.btn-solid-gray {
  background-color: #728ea8 !important;
  color: #fff !important;
  padding: 15px 25px !important;
  border-radius: 5px !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: 0.3s ease-in-out !important;
}
.btn-solid-gray:hover {
  background-color: #668099;
  color: #fff;
}
.navbar-brand img {
  width: 200px;
  max-width: 200px;
  position: relative;
  z-index: 9999;
}
h1 {
  color: #0e1636;
}
span.tag {
  background: #9db9d340;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 5px 5px 0px;
}
.btn-solid-green {
  background-color: #99e1c4;
  color: #0e1636;
  padding: 15px 25px;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.btn-solid-green:hover {
  background-color: #83cdaf;
  color: #0e1636;
}
.btn-solid-green i {
  margin-left: 5px;
}
i.girar {
  transform: rotate(-45deg);
}
#header {
  position: relative;
  padding-bottom: 70px;
  padding-top: 225px;
  margin-top: -100px;
}
#header .element-01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 55vw;
}
#header .element-02 {
  position: absolute;
  height: 400px;
  width: 100px;
  left: 0;
  bottom: 0;
  object-fit: cover;
}
#header ul.social-links {
  position: absolute;
  bottom: 100px;
  left: 10px;
  padding: 0;
  margin: 0;
  z-index: 9;
}
#header ul.social-links li {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  writing-mode: vertical-rl;
  margin: 0px auto 12px auto;
}
#header ul.social-links li i {
  font-size: 16px;
  padding: 0 5px;
  color: #728ea8;
}
h2 {
  color: #0e1636;
  font-weight: 400;
  margin-bottom: 15px;
}
h2 strong {
  font-weight: 700;
}
.box-reserve {
  display: flex;
  align-items: center;
  margin: 50px 15px;
  border-radius: 10px;
  border: 1px #e4e4e4 solid;
  background: #fff;
}
.box-reserve img {
  width: 40% !important;
  height: 225px;
  border-radius: 10px 0 0 10px;
  object-fit: cover;
}
.box-reserve .box-reserve-content {
  padding: 20px;
}
.box-reserve .box-reserve-content h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
  color: #0e1636;
}
.box-reserve .box-reserve-content ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
}
.box-reserve .box-reserve-content li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding-right: 10px;
  color: #0e1636;
}
.box-reserve .box-reserve-content p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0;
}
.btn-link-green {
  color: #99e1c5;
  text-decoration: none;
  background-color: transparent;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.btn-link-green:hover {
  color: #7cc6a9;
}
#quem-somos {
  position: relative;
  padding: 0 0 50px 0;
  margin: 50px 0;
}
#estrutura {
  position: relative;
  margin: 50px 0;
}
#quem-somos img {
  border-radius: 15px;
}
#quem-somos .row {
  align-items: center;
}

#default {
  position: relative;
  padding: 50px 0;
  margin: 50px 0;
}
#default img {
  border-radius: 15px;
}
.element-01.direita {
  position: absolute;
  height: calc(100% + 100px);
  left: 0;
  top: -50px;
  bottom: -50px;
}
.element-01.esquerdo {
  position: absolute;
  height: calc(100% + 100px);
  right: -50px;
  top: -50px;
  bottom: -50px;
}
.row- {
  align-items: center;
}
.box-icons {
  padding: 15px;
  border: 1px #e4e4e4 solid;
  width: 130px;
  height: 130px;
  text-align: center;
  border-radius: 12px;
  margin: 7px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-icons img {
  max-width: 60px;
  padding-bottom: 5px;
}
.box-icons h6 {
  font-size: 12px;
  margin: 0;
}

#box-cta .container {
  background: url(../img/home/04_box-cta/img-01.jpg);
  background-size: cover;
  padding: 100px;
  border-radius: 30px;
}
#box-cta h2 {
  color: #fff;
}
#box-cta hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 5px solid rgb(255 255 255);
  max-width: 100px;
  border-radius: 50px;
  margin-right: 0;
}
#box-cta p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fff;
}
.btn-solid-white {
  background-color: #fff;
  color: #0e1636;
  padding: 15px 25px;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.btn-solid-white:hover {
  background-color: #daf1e8;
  color: #0e1636;
}

.icon-default {
  max-width: 80px;
  width: 100%;
  padding: 15px 0;
}
h5 {
  font-size: 1.25rem;
  color: #0f1636;
}

#big-number .container {
  background: url(../img/home/06_big-number/img-02.png);
  background-size: cover;
  padding: 45px;
  border-radius: 30px;
  max-width: 1100px;
  margin-bottom: -80px;
  z-index: 9;
  position: relative;
}
.box-big-number {
  display: flex;
  gap: 15px;
}
.box-big-number h4 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #0e1636;
}
.box-big-number p {
  margin-top: 0;
  margin-bottom: 0;
  color: #0e1636;
  line-height: 1.2;
  font-weight: 600;
}

#cta {
  background: linear-gradient(rgba(61, 61, 61, 0.6), rgba(61, 61, 61, 0.6)),
    url(../img/home/07_cta/img-01.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 200px 0 300px 0;
  margin-bottom: -180px;
}

#cta h2 {
  color: #fff;
  font-weight: 600;
}
#cta p {
  color: #fff;
}

.accordion-cta {
  background-color: #fff;
  color: #0e1636;
  cursor: pointer;
  padding: 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px;
  border-radius: 5px;
}
.active-cta,
.accordion-cta:hover {
  background-color: #fff;
}
.accordion-cta:after {
  content: "\002B";
  color: #0e1636;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active-cta:after {
  content: "\2212";
}
.panel-cta {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.elemento-01.esquerda {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  z-index: -1;
  height: 100%;
}

h4 {
  font-size: 1.5rem;
  color: #0f1636;
  font-weight: 400;
}
.btn-link-light {
  color: #0f1636;
  text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 20px;
  display: inline-block;
  border-bottom: 3px #000 solid;
}
.btn-link-light:hover {
  color: #0f1636;
}

#box-cta-dois .container {
  background: url(../img/home/09_box-cta/img-01.png);
  background-size: auto 100%;
  background-position: center center;
  padding: 100px 200px;
  border-radius: 30px;
  max-width: 1000px;
  margin-bottom: -170px;
  z-index: 9;
  position: relative;
}
#box-cta-dois h2 {
  color: #fff;
}
#box-cta-dois hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 5px solid rgb(255 255 255);
  max-width: 100px;
  border-radius: 50px;
  margin-right: 0;
}
#box-cta-dois p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fff;
}
footer {
  padding-top: 200px;
  position: relative;
}
footer {
  background: #354259;
}
footer h2 {
  color: #fff;
}
footer p {
  color: #b6c4dd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 25px;
  font-weight: 400;
}
footer a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
}
footer a:hover {
  color: #eaebf7;
}
footer ul li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 0px;
  padding: 5px;
}
footer ul li {
  display: inline-block;
}
footer ul {
  padding: 0;
}
footer .elemento-01.direita {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
}
footer .copy p {
  text-transform: initial;
  letter-spacing: 0;
  margin-bottom: 5px;
  margin-top: 25px;
  font-weight: 300;
}
footer .copy a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
}

.btn-whatsapp {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  padding: 11px 30px 0px 15px;
  font-size: 40px;
  position: fixed;
  left: -163px;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
  transition: ease-in-out 0.3s;
  z-index: 1;
}
.btn-whatsapp:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  font-size: 40px;
  position: fixed;
  left: 0;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
}
.btn-whatsapp p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.btn-whatsapp p strong {
  display: block;
  font-size: 16px;
}
.btn-whatsapp i {
  position: relative;
  top: -5px;
}

/*  Página Iaterna  */

.pag-reserva img.img-fluid {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 144%;
  border-radius: 20px;
}
.pag-reserva {
  background: linear-gradient(transparent 30%, #99e1c4 30%);
  padding-bottom: 50px;
}
.pag-reserva p {
  color: #0f1636;
}
.box-pag-reserva {
  display: inline-flex;
  width: 30%;
  margin: 1.5%;
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 2px 2px 14px #65b09230;
}
.box-pag-reserva ul {
  padding-left: 30px;
}
.box-pag-reserva img {
  max-width: 50px;
  padding: 10px 10px 10px 0px;
  height: 100%;
}
.pag-reserva h6 {
  font-size: 1.5rem;
  color: #0f1636;
  font-weight: 500;
  margin-bottom: 10px;
}
.box-pag-reserva p {
  font-size: 12px;
  color: #0f1636;
  font-weight: 400;
  margin: 0;
}
.pag-reserva h6 {
  font-size: 1.5rem;
  color: #0f1636;
  font-weight: 500;
}
.pag-reserva ul {
  color: #0f1636;
}
.pag-reserva ul li {
  padding: 3px 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.full-width {
  width: 100%;
}

input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  padding: 23px 20px;
  margin: 5px;
  border-radius: 6px;
  border: 1px #b2c1d0 solid;
  background: #fff;
  font-weight: 300;
}
#contato p {
  color: #7b889f;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: 400;
}

#default a.btn-wpp {
  color: #7b889f !important;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

#default a.btn-wpp i {
  font-size: 2rem;
}

#contato p.contato_texto_02 {
  text-transform: none !important;
  font-weight: 300 !important;
}
#contato a {
  color: #0e1636;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
}
#contato a:hover {
  color: #1f2a54;
}
#contato ul li a {
  color: #0e1636;
  display: inline-block;
  margin-bottom: 0px;
  padding: 5px;
}
#contato ul li {
  display: inline-block;
}
#contato ul {
  padding: 0;
}
p#mensagem-alerta {
  color: #0e1636;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 0px;
  margin-top: 20px;
  font-weight: 700;
  padding: 0 15px;
}

#wpcf7-f44-o1 > form > p:nth-child(7) {
  width: max-content;
  float: right;
}

.wpcf7-response-output {
  color: #0e1636;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 0px;
  margin-top: 20px;
  font-weight: 700;
  padding: 0 15px;
}

.owl-carousel .owl-nav button.owl-next {
  background: #baf3dc !important;
  padding: 10px 19px !important;
  font-size: 22px !important;
  border-radius: 12px !important;
  color: #0e1636 !important;
  position: absolute !important;
  top: 40% !important;
  right: -75px !important;
}
.owl-carousel .owl-nav button.owl-prev {
  background: #baf3dc !important;
  padding: 10px 19px !important;
  font-size: 22px !important;
  border-radius: 12px !important;
  color: #0e1636 !important;
  position: absolute !important;
  top: 40% !important;
  left: -75px !important;
}

.box-post img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}

.box-post h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
  color: #0e1636;
  margin-bottom: 16px;
}

.box-post p {
  font-family: "Work Sans", sans-serif;
  color: #727d92;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0px;
}

#postSection .wp-post-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 5px;
}

#postagens {
  margin: 50px 0px;
}

#postagens img {
  width: 100%;
  height: 225px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 8px;
}

#postagens h2 {
  color: #0e1636;
  font-weight: 400;
  margin-bottom: 15px;
}

#postagens h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  margin-top: 10px !important;
  color: #0e1636;
}

.card-postagens {
  margin: 16px 0px;
}

@media (min-width: 1440px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  footer {
    text-align: center;
    padding: 150px 20px 20px 20px;
  }
  footer br {
    display: none !important;
  }
  #header .element-02 {
    display: none;
  }
  #header ul.social-links {
    position: static;
    margin: 70px 20px 50px 20px;
  }
  #header ul.social-links li {
    display: inline-block;
    writing-mode: initial;
  }
  #header .col-lg-5.mt-5 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #header .col-lg-6 {
    margin-top: 50px;
  }
  .box-reserve {
    flex-direction: column;
  }
  .box-reserve img {
    border-radius: 10px 10px 0 0;
    width: 100% !important;
  }
  .element-01.direita {
    left: auto;
    right: 0;
    opacity: 0.4;
  }
  .box-container-icons {
    text-align: center;
  }
  #box-cta .container {
    background-position: right;
    padding: 60px;
  }
  #box-cta .text-right {
    text-align: center !important;
  }
  #box-cta hr {
    margin-right: auto;
  }
  .box-big-number {
    margin: 18px 0;
  }
  #cta .col-lg-6 {
    margin-bottom: 50px;
  }
  footer .col-lg-6 {
    margin-bottom: 50px;
  }
  #box-cta-dois .container {
    padding: 80px 50px;
    margin-bottom: -50px;
  }
  .btn-sidenav-mobile {
    display: inline-block;
  }
  h1 {
    color: #0e1636;
    letter-spacing: -0.5px;
    font-size: 35px;
  }
  .pag-reserva img.img-fluid {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: 50%;
    border-radius: 20px;
  }
  .box-pag-reserva {
    width: 100% !important;
  }
  .pag-reserva {
    background: linear-gradient(transparent 500px, #99e1c4 500px);
    padding-bottom: 50px;
  }
  #contato .col-lg-5.offset-lg-1 h2 {
    color: #0e1636;
    font-weight: 400;
    margin-top: 50px;
  }
  #quem-somos h2 {
    margin-top: 25px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -10px !important;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -10px !important;
  }
  p#mensagem-alerta {
    color: #0e1636;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 700;
    padding: 0 15px;
    line-height: 1.2;
  }
}
@media (max-width: 425px) {
}
@media (max-width: 376px) {
}
