@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: #00263E;
  background-size: cover;
}

header .banner {
  width: 100%;
}

.banner-desk {
  display: block;
  width: 100%;
}

main {
  min-height: 100dvh;
  background-image: url(assets/img/bgform.png);
  background-repeat: no-repeat;
  background-size: cover;
}

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

/* Estilos Formulario trustarc */
#form-container {
  background: #00263E;
  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;
}
/* Form Scrip */

#trusarchform {
  width: 100%;
}
	
.eEJWPz {
  display:none !important;
}

.fHUQtx.fHUQtx.fHUQtx .ta-upm-select div, .css-1uccc91-singleValue {
  color: #000 !important;
}

.hQhHpX .react-datepicker-wrapper .react-datepicker__input-container input, .hQhHpX .react-datepicker-wrapper .react-datepicker__input-container input {
  background: #fff !important;
}

.fJdnBK {
  color:#fff !important;
}

.kdNmxo {
  background-color: #00263E !important;
}

.ta-upm-modal-content input {
color: #000 !important;
}

.hIuUA-d {
      padding: 15px 0px !important;
}

.gfuSqG {
  color:#FFF !important;
}

.jLoaHu.jLoaHu.jLoaHu {
  margin-left:5px;
}

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

.dJXsSm {
/*width: 85%;
 margin-left: 10%;*/
}

.ta-upm img,
.ta-upm svg {
color: white;
}

.jvCTkj {
color: white;
}

.ta-upm-select__single-value.css-1uccc91-singleValue {
color: white;
}

.kmlphP {
color: white;
background-color: transparent !important;
border: 2px solid white !important;
border-radius: 20px !important;
}

.css-2279gm-control {
background-color: transparent !important;
border: 2px solid white !important;
border-radius: 20px 0 0 20px !important;
}

#b0d44b1f-7a27-45c1-8757-ddc74552f1d9 .css-2279gm-control,
#b6565032-c48a-4275-a255-9f06ee7ce220 .css-2279gm-control {
border-radius: 20px !important;
}

.kydRHc.kydRHc.kydRHc .ta-upm-input {
border-radius: 0 20px 20px 0 !important;
}

.syKsX {
display: flex !important;
justify-content: center !important;
align-items: center !important;
}

.lpaEYv,
.lpaEYv a {
color: white !important;
}

.dxzgSn.dxzgSn.dxzgSn,
.gGxQnP.gGxQnP.gGxQnP,
#fe4a9710-a4b9-4a47-b358-a2e076088615-SUCCESS-try-again {
border-radius: 20px !important;
}

.ta-upm-label {
text-transform: uppercase !important;
font-weight: 700 !important;
font-size: 1rem !important;
}

#ta-upm-form-group-ff47dbfa-6159-43f9-bf58-79cc2256494d {
display: none !important;
}
button#af85d0cb-f84b-4242-9bff-4182c0f5521b-submit {
  background: #ffffff;
  font-family: "Fixture Bold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 50px;
  border-color: #000;
  border: 2px solid #000;
  padding: 10px 60px;
  color: #005A02;
}
.react-datepicker__input-container input {
  color:#000 !important;
}
.css-1j5f3vk-control {
  background-color:transparent !important;
}

#ta-upm-form-f34446f5-779a-43a2-8732-d7d26d063cf3- > div:nth-child(4) > span > svg {
  width: 100%;
}

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

footer {
  background: url(assets/img/footer.png);
  background-size: cover;
  color: white;
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 230px;
  margin: -161px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

footer img {
  max-height: 50px;
    margin: 60px 30px 0 0;
}

.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%;
}

.img-llamado {
  max-width: 500px;
}

.flotantes {
  position: absolute;
  right: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Relación 16:9 */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:none
}


@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%);
  }
  .img-llamado {
    max-width: 70%;
  }

  footer {
    margin:-80px 0 0 0;
  }

  footer img {
    max-height: 35px;
  }
}
