@font-face {
  font-family: "Montserrat";
  font-size: 400;
  src: url("./assets/fonts/Montserrat-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-size: 700;
  src: url("./assets/fonts/Montserrat-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  font-size: 400;
  src: url("./assets/fonts/Museo-Sans.otf");
  font-display: swap;
}

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

body {
  font-family: "Montserrat", sans-serif;
  background: url("./assets/img/bg.jpg") no-repeat center center fixed;
  background-size: cover;
}

header .banner {
  width: 100%;
}

main {
  min-height: 100dvh;
}

.content {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 12rem;
}

/* Estilos Formulario trustarc */
#form-container {
  background: #005a02;
  border: 5px solid white;
  color: white;
  padding: 25px;
  margin: 20px auto;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ixuUbU {
  background-color: transparent !important;
}

.form-title {
  width: 90%;
  margin: 0 auto;
  font-family: "Museo Sans";
  text-transform: uppercase;
}

.ta-upm-modal-header {
  display: none !important;
}

.ta-upm-modal-body {
  background: #005a02 !important;
}

.ta-upm-form-group-container input,
select,
.ta-upm-select__control {
  border-radius: 20px !important;
  border: 1px solid white !important;
  background-color: #005a02 !important;
  color: white !important;
}

.ta-upm-select__single-value,
.react-datepicker__input-container input::placeholder {
  color: white !important;
}

.ta-upm-form-group a {
  color: white !important;
}

.ta-upm-modal-footer {
  background: #005a02 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1rem !important;
}

.ta-upm-button__primary {
  width: 80% !important;
  background-color: white !important;
  color: #005a02 !important;
  border-radius: 20px !important;
}

.ta-upm-button__secondary {
  color: white !important;
  background-color: transparent !important;
  border-radius: 20px !important;
  width: 80% !important;
}

.ta-upm-select__input input {
  border: 0 !important;
}

.friends-text {
  width: 250px;
  height: auto;
}

footer {
  background: black;
  color: white;
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.content .friends,
.bottles {
  position: absolute;
  bottom: 0;
  width: 200px;
}

.content .friends {
  left: 0;
  width: 65%;
  bottom: -60px;
  max-width: 400px;
}

.content .bottles {
  right: 68px;
  width: 25%;
}

@media (max-width: 768px) {
  #form-container {
    width: 95%;
  }

  .fIuTG {
    padding: 0 !important;
  }

  .form-title {
    width: 100%;
  }

  .form-title h1 {
    font-size: 1.5rem;
  }

  .form-title h2 {
    font-size: 1rem;
  }

  .content .bottles {
    display: none;
  }

  .content .friends {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
