* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */

}
img {
  user-select: none !important; /* Evita a seleção de imagens */
  -webkit-user-drag: none !important; /* Impede o arrastar de imagens no WebKit (Safari, Chrome) */
  -webkit-touch-callout: none !important; /* Desativa a exibição do menu de contexto do toque no iOS */
  pointer-events: none !important; /* Evita a interação do ponteiro (cliques, toques) */
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Sora', sans-serif;
}

body {
  background-image: url('/assets/images/background.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  touch-action: manipulation !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow: hidden !important;
}

.text-baixar {
  font-weight: 550;
  text-align: start;
  margin-bottom: 20px;
  font-size: 14px;
}

.container {
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.botoes-container {
  background-color: #14527C;
  border-radius: 10px;
  padding: 20px;
  max-width: 300px !important;
  height: 250px;
}

.content-container {

  align-items: start;

}

.container-text {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  margin-bottom: 15px;
}

.h1 {
  color: #14527C;
  line-height: 85%;
  font-weight: 800;
  text-align: end;
  margin-bottom: 10px;
  text-wrap: nowrap;
}

p {
  font-weight: 500;
  text-align: start;
  margin-bottom: 20px;
}

.p {
  font-weight: 600;
  max-width: 500px;
  /* text-overflow: ellipsis; */
  text-align: end;
  font-size: 1rem;
  margin-bottom: 20px;
}

.imagemcelular {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  margin-top: 9.5rem !important;
  /* to ensure it's on top of other elements */
}
.imagemmulheres{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;

  /* to ensure it's on top of other elements */
}
.buttons {
  border-radius: 10px;
  padding: 20px;
  background: linear-gradient(145deg, #14527C, #1B5E8C);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2), 0px 4px 6px rgba(0, 0, 0, 0.1), inset 0px -2px 4px rgba(0, 0, 0, 0.3);
  height: 70px !important;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.buttons:hover {
  transform: translateY(-2px);
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.2), 0px 6px 8px rgba(0, 0, 0, 0.1), inset 0px -2px 4px rgba(0, 0, 0, 0.3);
}

.buttons:active {
  transform: translateY(0);
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2), 0px 2px 4px rgba(0, 0, 0, 0.1), inset 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.buttons:focus {
  box-shadow: none;
  outline: none;
}

.w-custom {
  width: 33.33% !important;
}
.imagemmulheresimg{
  height: 75%;
}
.containerpai-botoes {
  display: flex;
  align-items: end;
  justify-content: end;
  z-index: 99;
  padding-right: 15px;
}
@media only screen and (max-height: 1065px) {
  .imagemmulheres {
    margin-top: 5.9rem !important;
  }
}

@media only screen and (max-width: 1451px) {
  .w-custom {
    width: 30% !important;
  }
  .imagemmulheres{
    position: fixed;
    max-height: 100%;
    margin-top: 3.9rem !important;
    z-index: 0;
  }
  .imagemmulheresimg{
    height: 60%;
  }
}
@media only screen and (max-width: 1000px) {
  .imagemmulheres{
    display: none !important;
  }
}
/* Add media queries for smaller screens */
@media only screen and (max-width: 768px) {
  .imagemgest{
    width: 100%;
   }
   .content-container{
    margin-top: 3rem !important;
   }
  body,
  html {
    overflow: hidden !important;
  }
  body{
    display: flex;
    align-items: start !important;
    padding-top: 20px;
  }
  .w-custom {
    width: 25% !important;
  }

  .containerpai-botoes {
    display: flex;
    align-items: start;
    justify-content: start;
    padding-left: 15px;
    margin-top: 0.5rem !important;
    padding-right: 39px;
  }

  .container {
    width: 50%;
  }

  .imagemcelular {
    width: 50% !important;
    position: fixed;
    top: 0;
    margin-top: 4rem !important;
    height: 133vh;
  }


  .botoes-container {
    padding: 20px !important;
  }

  .container-text {
    margin-bottom: 30px;
    margin-top: 0 !important;
    display: flex;
    justify-content: start;
    align-items: start;
  }

  .p {
    text-align: start;
    font-size: small;
  }

  .h1 {
    font-size: 25px;
    font-weight: 900 !important;
  }

  p {
    font-size: 16px;
  }

  .text-baixar {
    font-weight: 400;
    font-size: 12px;
  }

  .buttons {
    height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    width: 90%;
  }

  .text-baixar {
    font-size: 9px;
  }

  .botoes-container {
    padding: 15px !important;
    padding-bottom: 20px !important;
    width: 70% !important;
    height: 179px !important;
  }

  .imagemcelular {
    height: 143vh;
  }

  .container-text {
    margin-bottom: 5px;
  }

  .h1 {
    font-size: 25px;
    text-wrap: nowrap;
    font-weight: 800 !important;
  }

  p {
    font-size: 14px;
  }

  .p {
    font-size: xx-small;
    width: 100%;
  }

  .buttons {
    zoom: 65%;
    margin-bottom: 15px;
  }
}