:root {
  --default-font: 'Garet', sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --heading-font: 'Garet', sans-serif;
  --nav-font: 'Garet', sans-serif;
}

/* Global Colors */
:root {
  --background-color: #1D2436;
  --green-blue-color: #72D4E7;
  --yellow-color: #F4A222;
  --dark-blue: #1D2436;
  --share-btn: #72D4E7;
}

html {
  overflow-x: hidden;
  /*Esconde elementos fora da tela*/
  min-height: 100%;
}

body {
  overflow-x: hidden;
  font-family: 'Garet';
  color: #1D2436;
  font-size: normal;
  font-weight: 500;
}

.bg-body-index {
  background-color: var(--background-color);
}

main {
  margin-left: 0;
  margin-top: 0;
  position: relative;
}


footer {
  background-color: var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: -1px;
}


a {
  text-decoration: none;
}

.sec-btn-shr{
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 10px;
  width: 100vw;
}



/* Estilo para o botão de compartilhar */
#share-button {
  position: fixed;
  z-index: 10;
  top: 10;
  right: 0;

  margin-top: 30px;
  margin-right: 40px;

  background-color: var(--yellow-color);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* Estilo para o ícone de compartilhar dentro do botão */
#share-button img {
  width: 25px;
  height: auto;
}

@media (max-width: 450px) {
  #share-button {
    margin-top: 20px;
    margin-right: 40px;
  }
  
}

/*background image*/

/* Estilo para o fundo de imagem */
.image-background {
  background-image: url('../img/sea-sun-bg.png');
  background-size: cover;
  background-position: right  ;
  background-repeat: no-repeat;
}


#more-section{
  position: relative;
  z-index: 3;
}


.waves {
  position: relative;
  z-index: 2;
}

main{
  position: relative;
  z-index: 2;
}

.waves svg, .bottom svg {
  width: 150vw;
  overflow: hidden;
  margin-bottom: -5px;
}

.waves .lancha {
  position: relative;
  z-index: 1;
  left: 10%;
  top: 0px;

  height: auto;
  width: 40%;
  
  max-width: 300px;
}

.waves .wave-image-background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/*Sand*/

.bottom {
  position: relative;
  z-index: 0;
}

.bottom .sand {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -50px;
}


.bottom .sand {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -50px;
}

.bottom .coqueiro {
  position: absolute;
  z-index: 0;
  left: -50px;
  top: -220px;

  height: auto;
  width: 40%;
  max-width: 200px;
}

.bottom .coqueiro-right {
  position: absolute;
  z-index: 0;
  left: 250px;
  top: -200px;
}


@media (max-width: 560px) {
  .bottom .coqueiro-right {
    position: absolute;
    z-index: 0;
    left: 60px;
    top: -200px;
  }
  
}

.bottom .coqueiro-right img{
  height: 250px;
  width: auto;
}

.container {
  padding-inline: 40px;
  padding-top: 40px;
  
}

.logo {
  height: 100px;
  width: auto;
}

.letter {
  height: 100px;
  width: auto;
}

.contact-button {
  background-color: var(--green-blue-color);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 10px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.social-sec-background{
  background-color: var(--green-blue-color);
}

#social-buttons{
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.social-button {
  background-color: var(--yellow-color);
  border: none;
  border-radius: 50%;

  height: 60px;
  width: 60px;
  margin: 10px;
  
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}

/* Estilo para o ícone de compartilhar dentro do botão */
.contact-button img,
.social-button img {
  align-self: center;
  justify-self: center;
  width: 40px;
  height: 40px;
}

#main-button {
  width: 170px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
}

.blue-shadow {
  box-shadow: -10px 7px 2px 4px rgba(114, 212, 231, 0.5);
}

.green-button {
  background-color: var(--green-blue-color);
  border: none;
  border-radius: 100px;
  font-family: 'Garet';
  color: var(--dark-blue);
  font-weight: normal;
}

/*Parte do meio*/

.left-image,
.right-image {
  width: 30%;
  max-width: 200px;
  height: auto;
}

.more-button {
  background-color: var(--green-blue-color);
  border: none;
  border-radius: 20px;
  width: 110px;
  height: 60px;
  margin: 10px;
}

/* Estilo para o ícone de compartilhar dentro do botão */
.more-button img {
  width: auto;
  height: 30px;
}

.more-button p {
  padding: 0px;
  margin: 0;
  color: #1D2436;
  font-family: 'Garet';
  font-weight: normal;
}

.seashell-image-background {
  background-color: var(--green-blue-color);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  margin-top: -3px;
}

.seashell-image-background h3 {
  color: var(--dark-blue);
  padding-bottom: 10px;
  margin: 0px;
}

.seashell-image-background p {
  padding-inline: 20px;
}

.seashell-image-background .see-more-button {
  background-color: var(--yellow-color);
  border: none;
  border-radius: 50px;
  padding-block: 10px;
  padding-inline: 30px;
  font-family: 'Garet';
}

.sun{
  width: 100px;
  height: auto;
}

.see-more-button a {
  font-size: 15px;
}


footer .other-button {
  
  position: relative;
  z-index: 1;

  background-color: var(--green-blue-color);
  border: solid 2px var(--green-blue-color);
  border-radius: 20px;
  width: 120px;
  height: 60px;
  margin: 10px;
}

footer .other-button img {
  width: auto;
  height: 30px;
}

footer .other-button p {
  padding: 5px;
  margin: 0;
  color: #1D2436;
  font-family: 'Garet';
}

@media (max-width: 768px) {
  .container {
    margin: 0;
  }

  h4 {
    font-family: 'Garet';
    color: var(--dark-blue);
    /*???????*/
  }
}
