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

header .banner {
  width: 100%;
}

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

.banner-mob {
  display: none;
  width: 100%;
}

main {
  min-height: 100dvh;
}

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

/* Estilos Formulario trustarc */
#form-container {
  background: #FFF;
  border: 5px solid white;
  color: #3c671a;
  padding: 25px;
  font-size: 18px;
  margin: 20px auto;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* Form Scrip */
/* Ocultar la imagen de cabecera */
.ta-form-logo {
  display: none !important;
}

/* Estilizar el botón submit */
#trusarchform button#e57ceccc-de74-4972-b02b-3413bc29b0c2-submit {
  background-color: red !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
}


footer {
  background-color: #EF7720;
  color: white;
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  height: 230px;
  margin: -161px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

footer img {
  max-height: 100px;
    margin: 0px 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
}

.ipUQKj.ipUQKj.ipUQKj {
  background: #EF7720 !important;
}

@media (max-width: 768px) {

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

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

  #form-container {
    width: 95%;
  }

  .fIuTG {
    padding: 0 !important;
  }

  .form-title {
    width: 100%;
  }

  .form-title h1 {
    font-size: 11px !important;
  }

  .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: 80px;
  }
}

@media screen and (max-width: 767px) {
  .iwisNA {
      display: flex !important;
      flex-direction: column-reverse !important;
  }
}
