/* Reset CSS Boilerplate */

/* Box sizing border-box por padrão */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove decoração de links */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove estilos de listas */
ul,
ol {
  list-style: none;
}

/* Remove bordas de imagens */
img,
picture {
  max-width: 100%;
  display: block;
  border: 0;
}
html {
  scroll-behavior: smooth;
}
#loading-overlay {
  position: fixed;
  inset: 0;
  display: none; /* padrão */
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.55);
  z-index: 9999;
}
#loading-overlay .loading-spinner svg {
  width: 48px;
  height: 48px;
  transform-origin: center;
  animation: rotate 1s linear infinite;
}
#loading-overlay .loading-spinner circle {
  stroke: #fff;
  stroke-linecap: round;
  stroke-dasharray: 90;
  stroke-dashoffset: 60;
  stroke-width: 5;
  opacity: 0.95;
}
@keyframes rotate {
  to { transform: rotate(360deg); }
}

/* Remove estilos de botões */
button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
  color: inherit;
}

/* Remove espaçamento padrão de headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}
@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma-Medium.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma-Black.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma-Heavy.ttf");
  font-weight: 900;
}

/* Define altura mínima para body */
body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: 'Axiforma', sans-serif;
  background: #fff;
  color: #222;
}

body {
  font-family: 'Axiforma', sans-serif;
}

header {
  background: #000037;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
header a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.divisor-imagens img {
  width: 100%;
  display: block;
}
/* #hero {
  background: url('./') no-repeat center center;
  background-size: cover;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
} */

#hero img {
  width: 100%;
  display: block;
}

.divisor-black {
  background-color: #FD5602;
  text-align: center;
  padding: 40px 0;
}
.divisor-black h2 {
  color: #FFF;
  font-weight: 800;
  font-size: 52px;

}
.divisor-black p {
  color: #FFF;
}

.callout-black {
  background-color: #000;
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.botao-black {
  color: black;
  font-size: 32px;
  padding: 15px 20px;
  border-radius: 50px;
  background-color: #FD5602;
    font-weight: 800;
  display: inline-flex;
  line-height: 100%;
  transition: all 0.3s ease;
}
.botao-black:hover {
    color: black;
  opacity: 0.8;

}

.flex-inicio {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;

}
.flex-fim {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.foto-radius {
  border-top-left-radius: 80px;
   border-bottom-right-radius: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.foto-radius-invertido {
  border-top-right-radius: 80px;
   border-bottom-left-radius: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#sobre {
  background-color: #000037;
  color: #FFF;
  padding: 70px 0;
}
#sobre.sobre-hotel {
  /* background: 
    linear-gradient(to bottom, transparent 50%, white 50%), 
    linear-gradient(100deg, #FD5602, #FD5602); */
    background-color: white;
  background-image: linear-gradient(to right, #FD5602, #FD5602);
  background-size: 100% 250px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #000037;
  padding: 40px 0;
}

#sobre h1 {
  color: #FFF;
  font-family: Axiforma;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 96px */
  letter-spacing: -0.704px;

}
#sobre.sobre-hotel h1 {
  color: #FFF;
  font-family: Axiforma;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 96px */
  letter-spacing: -0.704px;
  margin-bottom: 50px;
}

p {
  color: #FFF;

  font-family: Axiforma;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#sobre.sobre-hotel p {
  color: #000037;
  font-size: 23px;
}

.elemento-seta {
  width: 120px;
  margin-bottom: 40px;
  margin-top: -105px;
  position: relative;
}

.titulo-bg {
  background-color: #000037;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 70px;
  color: #FFF;
  font-weight: 800;
  font-size: 34px;
  margin-bottom: 80px;;
}


#reservas {
  background: #FD7502;
}
#reservas .card {
  margin: 0 30px;
  background: transparent;
  border: none;
  margin-bottom: 60px;
}
#reservas .conteudo-card {
  background: #FFF;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 20px;
  text-align: center;
}
#reservas h3 {
  background: #047A72;
  color: #FFF;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 20px;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 125% */
  text-transform: uppercase;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reservas .preco {
  color: #5AB5A0;
  text-align: center;
  font-family: Axiforma;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 10px;
}
#reservas .conteudo-card li {
  color: #047A72;
  text-align: center;
  font-family: Axiforma;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#reservas .conteudo-card li small {
  display: block;
  font-family: Axiforma;
  font-size: 10px;
  text-transform: none;
}

#reservas a {
  border-radius: 30px;
  background: #F00;
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#hotel {
  background: #fff;
}
#hotel .container {
  position: relative;
}

#hotel .titulo-bg {
  display: flex;
  width: 100%;
  padding: 30px 0;
}
.grid-hotel {
  padding: 0 100px 0 50px;
}
#hotel h4 {
  color: #FFF;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 96px */
  letter-spacing: -0.704px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#hotel p {
  color: #047A72;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}


.espaco-container {
  margin: 50px 0 30px;
}

.espaco-container img {
  max-height: 280px;
}

.splash-com-titulo {
  position: relative;
}
.bg-opaco {
  height: 40px;
  background-color: #000037;
  width: 100%;
  position: relative;
}
.imagem-splash {
  background: url(./imgblack/home-destaque.jpg) no-repeat center 0;
  background-size: cover;
  height: 70vh;
  min-height: 600px;
  max-height: 1000px;
}

.grid-patrocinadores {
  margin: 40px 0;
}
h3.titulo-patrocinadores {
  color: white;
  background-color: #00BEA1;
  padding: 20px 25px;
  border-bottom-right-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 800;
}
.imagem-splash .elemento-seta {
  top: 0px;
  margin-top: -35px;
  margin-bottom: 10px;
}
.imagem-splash .titulo-splash {
  color: #FFF;
display: block;
font-family: Axiforma;
font-size: 54px;
font-style: normal;
font-weight: 800;
line-height: 150%; /* 96px */
letter-spacing: -0.704px;
}
.imagem-splash .texto-splash {
  color: #FFF;
font-family: Axiforma;
font-size: 20px;
display: block;
font-style: normal;
font-weight: 500;
line-height: 150%;
letter-spacing: -0.33px;
}




#estrutura-topo {
  background-color: #FF0000;
}
#estrutura-topo .titulo-bg {
  background-color: #169C7C;
  margin-bottom: 50px;
}

#estrutura {
  background-color: #05A89F;
  padding-bottom: 50px;
}
#estrutura .container {
  padding: 50px 0;
}


#estrutura-topo h4 {
  color: #FFF;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 96px */
  letter-spacing: -0.704px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.grid-texto {
  columns: 2;
  column-gap: 50px;
  padding: 0px;
}


.topo-titulo {
  background: #000037;
  padding: 30px 0;
  text-align: left;
}
.topo-titulo h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
}

.splash-estrutura .imagem-splash .elemento-seta {
  top: 0px;
  margin-top: -35px;
  position: absolute;
  z-index: 1;
}

.splash-estrutura, .container {
  position: relative;
}

.splash-estrutura .titulo-splash {
  padding-top: 50px;
}


.splash-estrutura-4 .imagem-splash .elemento-seta {
  top: 0px;
  margin-top: -35px;
  position: absolute;
  z-index: 1;
}
.splash-estrutura-4 .titulo-splash {
  padding-top: 50px;
}

#hotel.hospedagem {
  padding-bottom: 40px;
}
#hotel.hospedagem .bg-hotel-fixo {
  height: 370px;
}


#hotel.hospedagem  h4 {
  line-height: 110%;
  color: #00BEA1;
}
#hotel.hospedagem p {
  color: #000037;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
  line-height: 145%;
}

#programacao {
  background-color: #05A89F;
  padding-bottom: 50px;
}
#programacao .container {
  padding: 50px 0;
}

#programacao ul {
  margin-top: 40px;
}
#programacao li strong {
color: #062C31;

font-family: Axiforma;
font-size: 21px;
font-style: normal;
font-weight: 700;
}
#programacao li {
  color: #FFF;
font-family: Axiforma;
font-size: 21px;
font-style: normal;
font-weight: 700;
}

.foto-hotel-hero {
  margin-top: 15px;
}

.canvas-app {
  background-color: #f8ed6a;
}
#hotel .container-categorias p {
  color: #FFF;
    font-size: 21px;
}
#hotel.programacao {
  margin: 30px 0;
}
#hotel.programacao h4 {
  color: #000037;
  line-height: 120%;
}
#hotel.programacao p {
  color: #000037;
  font-size: 16px;
}

#hotel.categorias .titulo-bg {
  margin-bottom: 50px;
}

.container-categorias ul {
  background-color: #05A89F;
  padding: 30px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #FFF;
  font-size: 23px;
  margin: 20px 10px;
}

#como-chegar .bg-verde {
  background-color: #05A89F;
  color: #FFF;
}
#como-chegar .bg-azul {
  background-color: #000037;
  color: #FFF;
}
#como-chegar .bg-branco {
  background-color: #FFF;
  color: #000037;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
#como-chegar .bg-branco p {
  color: #000037;
}

#como-chegar  h2 {
  text-transform: uppercase;
  font-weight: 800;
}

#como-chegar .medium-7 {
  padding: 40px;
}



.imagem .elemento-seta {
top: 0px;
margin-top: -35px;
margin-bottom: 10px;
position: absolute;
}
.imagem .titulo-splash {
  padding-top: 60px;
position: relative;
display: block;
}
.splash-programacao .titulo-splash img {
  max-height: 200px;
}


.splash-programacao .foto-hotel-hero {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 50px;
  border-top-left-radius:150px;
border-bottom-right-radius: 150px;
}

#inscricoes-app {
  background-color: #05A89F;
}
.centraliza-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.container-botoes-inscricao {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}

a.botao-inscricao {
  background-color: #000037;
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding: 20px 30px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  clear: both;
  margin-bottom: 20px;
}

#inscricoes-app h2 {
  color: #FFF;

font-family: Axiforma;
font-size: 54px;
font-style: normal;
font-weight: 800;
line-height: 150%; /* 96px */
letter-spacing: -0.704px;
}
#inscricoes-app p {
  color: #FFF;

font-family: Axiforma;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 111.111% */
}
#inscricoes-app p.app-disponivel {
  font-size: 21px;
  margin-bottom: 10px;;
}

#inscricoes-app ul {
  border-radius: 0px 30px;
background: #F67F00;
padding: 20px 40px;
margin: 20px 0 30px;
display: inline-block;
}
#inscricoes-app li {
  color: #FFF;

font-family: Axiforma;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 125% */
}

#inscricoes-app .marcas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 30px;
}
#inscricoes-app .marcas a {
  max-width: 40%;
  display: inline-block;
  margin: 0 3%;
  transition: all 0.3s ease;
}
#inscricoes-app .marcas a:hover {
  transform: scale(1.05);
}




.oculta-desktop {
  display: none;
}

.descricao-black {
  background-color: #000;
  text-align: center;
  padding: 30px 0;
}
.grid-icones {
  display: flex;
  align-items: center;
  gap: 5%; 
  justify-content: space-between;
  margin-top: 40px;
}
.grid-icones img {
  max-width: 15%;
}
.descricao-black h2 {
  color: white;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  margin: 40px 0;
}
.descricao-black p {
  padding-bottom: 30px;
  margin: 0;
  
}


footer {
  background: white;
  padding: 50px 0;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
footer img {
  max-width: 300px;
}
footer h4 {
  font-weight: bold;
}
footer ul {
  margin: 0;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
.menu-toggle span {
  display: block;
height: 4px;
width: 100%;
background: #fff;
margin: 2.5px 0;
border-radius: 2px;
transition: 0.3s;
position: relative;
}

#form-cadastro label {
  color: white;
  text-align: left;
  font-size: 23px;
}
#form-cadastro input[type="text"], 
#form-cadastro input[type="email"], 
#form-cadastro input[type="tel"], 
#form-cadastro select {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  height: 40px;
  border: none;
  font-size: 18px;
  background-color: #D9D9D9;
  color: black;
}
#form-cadastro button[type="submit"] {
  color: black;
  font-size: 32px;
  padding: 15px 20px;
  border-radius: 50px;
  background-color: #FD5602;
    font-weight: 800;
  display: inline-flex;
  line-height: 100%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.garanta-vantagem h2 {
  text-align: left;
  color: white;
  font-weight: 800;
  font-size: 45px;
}
.garanta-vantagem h3 {
  text-align: left;
  color: white;
  font-size: 30px;
  line-height: 150%;
}
.garanta-vantagem-callout {
  text-align: center;
}
.garanta-vantagem-callout h3 {
  color: white;
  margin-bottom: 30px;
}
/* Animação para virar X */
.menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

@media only screen and (max-width: 40em) {

    header .oculta-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .logo-mobile {
    max-width: 150px;
    }
    .menu-toggle {
    display: flex;
    position: absolute;
    top: 5px;
    right: 30px;
    }
    header {
    height: 75px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    }
    header ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #000037;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px;
    z-index: 1000;
    }
    header ul.open {
    display: flex;
    align-items: center;
    }
    header a {
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    }
    .container {
    width: 100%;
    padding: 0 20px;
    }
    #topo-evento {
    padding: 30px 40px 0;
    }
    .flex-inicio {
    padding-bottom: 25px;
    }
    #topo-evento {
    border-bottom-right-radius: 50px;
    }
    .elemento-seta {
    width: 75px;
    margin-bottom: 20px;
    margin-top: -92px;
    position: relative;
    }
    #sobre h1 {
    color: #FFF;
    font-family: Axiforma;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -0.704px;
    margin-bottom: 20px;
    }
    p {
    font-size: 14px
    }
    #sobre {
    padding: 70px 0 10px;
    }
    .titulo-bg {
    background-color: #F00;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 50px;
    color: #FFF;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 40px;
    line-height: 140%;
    }
    #reservas .card {
    margin: 0 20px;
    background: transparent;
    border: none;
    margin-bottom: 40px;
    }
    footer img {
    max-width: 140px;
    }
    footer {
    background: white;
    padding: 30px 0;
    }
    .grid-hotel {
    padding: 0;
    }
    #hotel h4 {
    color: #047A72;
    font-size: 41px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.704px;
    text-transform: uppercase;
    margin-bottom: 20px;
    }
    #hotel p {
    color: #047A72;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    }


    #estrutura-topo h4 {
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.704px;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 70%;
    }
    #estrutura-topo .titulo-bg {
    background-color: #169C7C;
    margin-bottom: 20px;
    }
    #estrutura .container {
    padding: 20px;
    }
    .grid-texto {
    columns: 1;
    column-gap: 0;
    padding: 0px;
    }
    .splash-estrutura .imagem-splash .elemento-seta {
    top: 0px;
    margin-top: -22px;
    position: absolute;
    z-index: 1;
    }
    #estrutura {
    background-color: #05A89F;
    padding-bottom: 10px;
    }
    .imagem-splash .titulo-splash {
    color: #FFF;
    display: block;
    font-family: Axiforma;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -0.704px;
    max-width: 70%;
    }
    .splash-estrutura .imagem-splash {
    background-size: cover;
    min-height: 500px;
    }
    .splash-estrutura-2 .imagem-splash {
    background-size: cover;
    min-height: 230px;
    height: auto;
    }
    .splash-estrutura-3 .imagem-splash {
    background-size: cover;
    height: auto;
    min-height: 280px;
    }
    .splash-estrutura-4 .imagem-splash {
    background-size: cover;
    height: auto;
    min-height: 300px;
    }
    .splash-estrutura-4 .imagem-splash .elemento-seta {
    top: 0px;
    margin-top: -22px;
    position: absolute;
    z-index: 1;
    }
    #programacao .container {
    padding: 20px 40px 20px 20px;
    }
    #programacao img {
    max-width: 100%;
    display: block;
    }
    #programacao li {
    color: #FFF;
    font-family: Axiforma;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    }
    #programacao li strong {
    color: #062C31;
    font-family: Axiforma;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    }
    .imagem .elemento-seta {
    top: 0px;
    margin-top: -22px;
    margin-bottom: 10px;
    position: absolute;
    }

    #hotel.categorias h4 {
    color: white;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.704px;
    text-transform: uppercase;
    }
    .container-categorias ul {
    padding: 15px;
    font-size: 18px;
    margin: 10px 0px;
    }
    #hotel .container-categorias p {
    font-size: 19px;
    line-height: 130%;
    margin-top: 15px;
    }
    #inscricoes-app p {
    color: #FFF;
    font-family: Axiforma;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    }
    #inscricoes-app h2 {
    color: #FFF;
    font-family: Axiforma;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: -0.704px;
    }
    #inscricoes-app li {
    color: #FFF;
    font-family: Axiforma;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    }
    .tennis-up {
    max-width: 260px;
    }
    #inscricoes-app p.app-disponivel {
    font-size: 16px;
    margin-bottom: 0px;
    }
    .imagem-splash .elemento-seta {
    top: 0px;
    margin-top: -23px;
    margin-bottom: 10px;
    }

    #hero {
    background: #00BEA1;
    }
    .topo-titulo h2 {
    font-size: 21px;
    }

    #como-chegar .imagem-como {
      height: 50vh !important;
    }
    .garanta-vantagem h2 {
    text-align: left;
    color: white;
    font-weight: 800;
    font-size: 42px;
    line-height: 120%;
    margin: 0 0 20px;
    }
    .garanta-vantagem h3 {
    text-align: left;
    color: white;
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 30px;
    }
    #sobre.sobre-hotel h1 {
    color: #000037;
    font-size: 46px;
    margin-bottom: 20px;
    margin-top: 30px;
    }
    #sobre.sobre-hotel p {
    color: #000037;
    font-size: 18px;
    }
    .divisor-black h2 {
    color: #FFF;
    font-weight: 800;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 20px;
    }
    .grid-icones {
    display: block;
    align-items: center;
    gap: auto;
    justify-content: space-between;
    margin-top: 10px;
    text-align: center;
    }
    .grid-icones img {
    max-width: 27%;
    display: inline-block;
    margin-bottom: 25px !important;
    margin: 0 3%;
    max-height: 105px;
    }
    .descricao-black h2 {
    color: white;
    font-size: 26px;
    font-weight: bold;
    margin: 0px 0 30px;
    line-height: 120%;
    }
    .botao-black {
      font-size: 21px;
    }

}






