:root {
  --primary: #32a852;
  --primary-light: #04EF86;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  max-width: 100%;

  display: flex;
  justify-content: center; /* Centraliza o conteúdo horizontalmente */
  align-items: center;
}
header {
  background-color: #32a852;
  color: white;
  padding: 30px 0;
}
footer {
  position: absolute;
  bottom: 0;
  width: 99%;
  background-color: #378648; /* Cor de fundo do footer */
  color: #fff; /* Cor do texto do footer */
  text-align: center;
  padding: 16px 16px; /* Espaçamento interno do footer */
  z-index: 100;
}
.container-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  width: 100%;
  padding-bottom: 10rem;
  padding-top: 2rem;
  margin: 0;
}
.center-container {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  
  max-width: 800px;
  padding: 16px 32px 48px 32px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
  font-size: 36px;
  color: white;
}
h2 {
  font-size: 36px;
  color: #32a852;
}
p {
  font-size: 18px;
  color: #555;
}

.section-label {
  color: #000;
  font-size: 1rem;
}
.section-position {
  position: relative;
  font-size: 1.2rem;
  top: -16px;
}
.section-position-bottom {
  position: relative;
  font-size: 1.2rem;
  top: 16px;
}

.section-benefits {
  text-align: start;
}

/* Estilos para a row com alinhamento space-between */
.row-space-between {
  display: flex;
  justify-content: space-between;
}

footer p {
  color: #fff;
  font-size: 1rem;
}
.buildimg {
  max-width: 600px;
  max-height: 600px;
  margin-bottom: -40px;
  margin-top: -40px;
}
.app-image {
  width: 100%;
  max-width: 400px;
  margin: 20px 0;
}
section {
  background-color: #dbdbdb;
  color: black;
  padding: 32px;
  border-radius: 24px;
  margin: 30 0;
  text-align: left;
  position: relative;
  max-width: 756px;
}
section p {
  font-size: 1rem;
}
a.button {
  display: inline-block;
  background-color: #32a852;
  color: white;
  padding: 15px 40px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
a.button:hover {
  background-color: #02c46c;
  color: white;
}
a {
  color: white;
}
a:hover {
  color: #04EF86;
}
.rounded {
  border-radius: 16px;
}
.padding-b {
  margin-bottom: 32px;
  margin-top: 8px;
}

.owl-carousel {
  display: flex;
  overflow: hidden;
  width: 512px;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.owl-carousel img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 24px;
  transition: transform 0.3s;
  margin-right: 8px;
  z-index: 10;
}
.owl-carousel img:hover {
  opacity: 0.7; /* Define a opacidade desejada quando o mouse passa sobre o botão */
}
.owl-carousel img:last-child {
  margin-right: 0;
}

/* Estilo base para o botão */
.playstore-button {
  display: inline-block;
  width: 256px;
  height: 72px;
  margin-top: 20px;
  background-image: url('../playstore.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  cursor: pointer;
  transition: opacity 0.3s; /* Efeito de transição de 0.3 segundos */
}

/* Estilo de hover com opacidade */
.playstore-button:hover {
  opacity: 0.7; /* Define a opacidade desejada quando o mouse passa sobre o botão */
}


.row {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}
.column {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Alinha o conteúdo à esquerda */
  justify-content: start; /* Espaço entre a imagem e o texto */
  text-align: left; /* Alinha o texto à esquerda */
}


/* Alinhar à Esquerda */
.left-align {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}

.left-align .column {
  flex: 1;
  text-align: left;
}

.left-align .column i {
  font-size: 24px;
  /* Estilize o ícone conforme necessário */
}

/* Alinhar à Direita */
.right-align {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}

.right-align .column {
  flex: 1;
  text-align: right;
}

.right-align .column i {
  font-size: 24px;
  /* Estilize o ícone conforme necessário */
  order: 1; /* Inverte a ordem do ícone */
}


.iphone-container {
  position: relative;
  width: 300px; /* Ajuste o tamanho conforme necessário */
  height: 430px; /* Ajuste o tamanho conforme necessário */
}
.iphone-mockup {
  background-image: url('../imagens/iphone-mockup.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px; /* Ajuste o tamanho conforme necessário */
  height: 500px; /* Ajuste o tamanho conforme necessário */
  position: absolute;
}
.iphone-content {
  position: absolute;
  top: 12px;
  right: 53px;
  width: 192px; /* Ajuste o tamanho conforme necessário */
  height: 415px; /* Ajuste o tamanho conforme necessário */
  border-radius: 20px; /* Adiciona bordas arredondadas */
}


/* Estilos para a imagem expandida */
.expanded-image {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 109;
}

.expanded-image img {
  max-width: 90%;
  max-height: 90%;
  z-index: 110;
  border: 8px solid #fff;
  border-radius: 8px;
}

.hostgator-component {
    overflow: hidden;
    width: 100%;
    align-content: center;
    justify-content: center;
    text-align: center;
    display: block;
}
.size-336x280 {
    display: none;
}
.size-486x60 {
    display: none;
}
.size-728x90 {
    display: block;
}

/* Estilos específicos para dispositivos menores, como smartphones & tablets */
@media screen and (max-width: 1280px) {
    .center-container {
        width: 90%;
        height: auto;
    }
    
    .owl-carousel {
        align-items: center;
        height: auto;
        max-width: 800px;
    }
    
    .owl-carousel img {
        max-width: 100%;
        height: auto;
    }
  
    .size-336x280 {
        display: none;
    }
    .size-486x60 {
        display: block;
    }
    .size-728x90 {
        display: none;
    }
}

/* Estilos específicos para dispositivos menores, como smartphones */
@media screen and (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .column {
    text-align: center;
  }

  .center-container {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 4rem;
  }

  .buildimg {
    width: 356px;
    margin-bottom: -30px;
    margin-top: -30px;
  }

  .owl-carousel {
    align-items: center;
    height: auto;
    max-width: 100%;
  }

  .owl-carousel img {
    max-width: 100%;
    height: auto;
  }

  section {
    margin: 0;
    padding: 16px;
    width: 80%;
    height: auto;
  }
  .section-position {
    top: -8px;
  }
  .section-position-bottom {
    top: 0;
  }
  .section-benefits {
    padding-left: 8px;
    padding-right: 8px;
  }
  
    .size-336x280 {
        display: block;
    }
    .size-486x60 {
        display: none;
    }
    .size-728x90 {
        display: none;
    }
}