.swiper-pagination-bullet {
  background: #fff !important;
  opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}
.col-md-2-extra {
  flex: 0 0 auto;
  width: 20% !important;
}
@font-face {
  font-family: Fraunces;
  src: url("assets/fonts/Fraunces-Italic-VariableFont_SOFT\,WONK\,opsz\,wght\ \(1\).ttf")
    format("truetype");
}

@font-face {
  font-family: Helvetica;
  src: url("assets/fonts/Helvetica\ \(1\).ttc") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue Bold";
  src: url(assets/fonts/Helvetica-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Helvetica Neue Light";
  src: url(assets/fonts/helvetica-light.ttf) format("truetype");
}

@font-face {
  font-family: "Helvetica Neue Normal";
  src: url(assets/fonts/Helvetica.ttf) format("truetype");
}

.ml-70px {
  margin-left: 70px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px;
}

.container-icons {
  padding: 100px 0;
}

.container-form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.m-auto {
  margin: auto;
}

.text-center {
  text-align: center;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.navbar-brand img {
  max-height: 50px;
}

.nav-link {
  text-decoration: none !important;
  padding: 0.5rem !important;
  color: var(--Neutro-100, #fff) !important;
  font-family: "Helvetica Neue" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: normal;
  letter-spacing: 1.28px !important;
}

.nav-link:hover {
  color: var(--Principal-300, #f8c2de) !important;
}

.img-fluid2 {
  max-width: 200%;
  height: auto;
}

.video-banner {
  position: relative;
  height: 425px;
  overflow: hidden;
  background-image: url(assets/images/paper/img_02.jpg);
}

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.video-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: left;
  z-index: 2;
}

.title-bg-blk {
  color: var(--Neutro-100, #fff);
  text-align: left;
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 80%;
}

.title-name {
  color: var(--Neutro-100, #fff);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-top: 20px;
}

.title-position {
  color: var(--Neutro-100, #fff);
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  margin: 0;
}
.title-position-bold {
  color: var(--Neutro-100, #fff);
  font-family: "Helvetica Neue Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  margin: 0;
}
.title {
  color: var(--Neutro-100, #fff);
  font-family: "Helvetica Neue Bold";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 113.4%;
  letter-spacing: -0.64px;
}

.title-green {
  color: var(--Principal-300, #f8c2de);
}

.title1 {
  color: var(--Neutro-100, #f5f5f6);
  font-family: "Helvetica Neue";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.22px;
}

.title2 {
  color: var(--Neutro-100, #fff);
  font-family: "Helvetica Neue Bold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.35px;
}

.title3 {
  color: var(--Neutro-100, #fff);
  font-family: Fraunces;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.38px;
}

.li-black {
  color: #000;
  font-family: "Helvetica Neue";
  font-weight: 400;
  list-style: disc;
  font-size: 16px;
}

p {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 16px;
}

.par-video-banner {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 105%;
  /* 42px */
}

.spn-video-banner {
  color: #000;
  font-family: Fraunces;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 93%;
}

.bg-green {
  background-color: #f8c2de;
  padding: 40px 0;
}

.bg-bk {
  background-color: #1d1d1b;
  padding: 40px 0;
}

.bg-black {
  background-color: #0f0f12;
}

.bg-image-green {
  background-image: url(assets/images/observatorio/curve-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

.bg-land-oberv {
  background-image: url(assets/images/observatorio/noaway_landing_observatorio_img_portada.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

.par-green {
  color: var(--Principal-800, #fff);
  text-align: left;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 119%;
}

.par-green-2 {
  color: var(--Principal-800, #fff);
  font-family: "Helvetica Neue";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 80%;
}

.spn-green {
  color: var(--Principal-800, #fff);
  font-family: Fraunces;
  font-size: 47px;
  font-style: italic;
  font-weight: 400;
  line-height: 93%;
}

.spn-green-2 {
  color: var(--Principal-800, #fff);
  font-family: "Helvetica Neue Bold";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.par-video {
  color: var(--Neutro-100, #f5f5f6);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 119%;
}

.spn-video {
  color: var(--Neutro-100, #f5f5f6);
  font-family: Fraunces;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 93%;
}

.par-icons {
  color: var(--Principal-800, #1d1d1b);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.spn-icons {
  color: var(--Principal-800, #1d1d1b);
  font-family: Fraunces;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
}

.par-form {
  color: var(--Principal-800, #1d1d1b);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
}

.spn-form {
  color: var(--Principal-800, #1d1d1b);
  font-family: Fraunces;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 31px;
}

.par-form2 {
  color: var(--Principal-800, #1d1d1b);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
}

.spn-form2 {
  color: var(--Principal-800, #1d1d1b);
  font-family: Fraunces;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 31px;
}

.title-form {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue Bold";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 113.4%;
}

.title-form-trans {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue Bold";
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 113.4%;
}

.bg-black {
  background-color: #000;
  padding: 2rem 0;
  color: #fff;
}

ul {
  list-style: none;
}

ul li {
  margin-bottom: 0.5rem;
  color: #fff;
  font-family: "Helvetica Neue Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}

ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.28px;
}

ul li a:hover {
  color: var(--Principal-300, #f8c2de);
}

.mb-3 {
  margin-bottom: 1rem;
}

.p-100px {
  padding: 50px 0;
}

.mb-10px {
  margin-bottom: 10px;
}

.ml-10px {
  margin-left: 10px;
}

.w-80percent {
  width: 80%;
}

.title-love {
  color: #f5f5f6;
  font-family: "Helvetica Neue bold";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 113.4%;
}

.par-download {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.3px;
}

.spn-par-download {
  color: #fff;
  font-family: "Helvetica Neue Bold";
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.3px;
}

.p-esc {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
}

.name-person {
  color: var(--Principal-800, #1d1d1b);
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  margin-top: -20px;
}

.name-eco {
  color: var(--Principal-800, #1d1d1b);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: -10px;
}

.par-person {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  width: 80%;
}
.spn-par-person {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  width: 80%;
}
.title-liw {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 103px;
}

.ttl-icon {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.p-ttl-icon {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: auto;
  width: 75%;
}

.p-disponible {
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.fecha {
  color: var(--Secundario-400, #f8c2de);
  font-family: "Helvetica Neue Bold";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 100% */
  letter-spacing: -0.3px;
}
.horario {
  color: var(--Secundario-400, #f8c2de);
  font-family: "Helvetica Neue";
  font-size: 21px;
  font-style: normal;
  font-weight: 300;

  letter-spacing: -0.24px;
}
.ubicacion {
  color: var(--Secundario-400, #f8c2de);
  font-family: "Helvetica Neue Bold";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.24px;
}
.direccion {
  color: var(--Secundario-400, #f8c2de);
  font-family: "Helvetica Neue";
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.24px;
}
.w-50percent {
  width: 50% !important;
}
.direccion2 {
  color: var(--Neutro-100, #fff);
  font-family: "Helvetica Neue";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.24px;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #f8c2de !important;
}

.swiper-slide {
  margin-bottom: 60px !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  .icon-love {
    padding-top: 20px;
  }

  .title-liw {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0px;
  }

  .par-person {
    width: 100%;
  }

  .name-person {
    font-size: 30px;
    line-height: 30px;
  }

  .name-eco {
    font-size: 25px;
  }

  .desk-respo {
    padding: 30px !important;
  }

  .title-love {
    font-size: 28px;
    text-align: center;
  }

  .img-fluid2 {
    max-width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .pad-form {
    padding-left: 8px !important;
  }

  .bg-black {
    padding-bottom: 100px;
  }

  .w-80percent {
    width: 100%;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  ul {
    margin-left: -20px;
  }

  body {
    overflow-x: hidden;
  }

  .row {
    overflow-x: hidden !important;
  }

  .bg-green {
    background-color: #f8c2de;
    padding: 0 0;
    overflow-x: hidden;
  }

  .bg-image-green {
    background-color: #f8c2de;
    background-image: none;
  }

  .bg-image-black {
    background-image: url(assets/images/curva_2_mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden !important;
  }

  .title2 {
    font-size: 16px;
  }

  .title3 {
    font-size: 16px;
  }

  .p-100px {
    padding: 0;
  }

  .video-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 21%;
    transform: translate(-12%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
  }

  .par-green-2 {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .title-bg-blk {
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 300;
  }

  .title-name {
    font-size: 16px;
  }

  .title-position {
    font-size: 12px;
    padding-bottom: 30px;
  }
  .title-position-bold {
    font-size: 12px;
    padding-bottom: 30px;
  }
  .spn-green-2 {
    font-size: 18px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  .container-min-w {
    width: 90% !important;
    margin: auto !important;
    padding: 0px 0;
  }

  .container-form {
    max-width: 600px;
  }

  .title {
    font-size: 24px;
    line-height: 30px;
  }

  .par-green {
    font-size: 24px;
  }

  .spn-green {
    font-size: 23px;
  }

  .title-form {
    font-size: 30px;
  }

  .title-form-trans {
    color: var(--Principal-800, #1d1d1b);
    font-family: "Helvetica Neue Bold";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
    margin-top: 30px;
  }

  .par-person {
    font-size: 18px;
    line-height: 23px;
  }

  .title1 {
    font-size: 14px;
  }

  .par-video-banner {
    font-family: "Helvetica Neue";
    font-size: 20px;
    line-height: 30px;
  }

  .video-banner {
    height: 400px;
    background-size: cover;
  }

  .spn-video-banner {
    font-size: 24px;
    line-height: 24px;
  }

  .container-icons {
    padding: 50px 0;
  }

  .par-icons {
    font-size: 18px;
    line-height: 23px;
  }

  .spn-icons {
    font-size: 21px;
    line-height: 23px;
  }

  .par-form {
    font-size: 20px;
  }

  .spn-form {
    font-size: 25px;
  }

  .par-form2 {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-family: "Helvetica Neue bold";
    font-style: normal;
    font-weight: 700;
    width: 90%;
    margin: auto;
    padding-bottom: 30px;
  }

  .spn-form2 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
  }

  ul li a {
    font-size: 12px;
  }
  .ml-70px {
    margin-left: 0px;
  }
  .fecha {
    font-size: 22px;
    margin-left: 0px !important;
  }
  .horario {
    font-size: 18px;
    margin-left: 50px !important;
  }
  .ubicacion {
    font-size: 18px;
    margin-left: 50px !important;
  }
  .direccion {
    font-size: 18px;
    margin-left: 50px !important;
  }
  .direccion2 {
    font-size: 18px;
    margin-left: 50px !important;
  }
  .par-download {
    font-size: 20px;
  }
  .spn-par-download {
    font-size: 20px;
  }
  .w-80percent {
    width: 100% !important;
  }
  .swiper {
    padding-top: 50px !important;
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #f8c2de !important;
  }
}

@media (min-width: 768px) and (max-width: 919px) {
  .bg-image-green {
    background-color: #f8c2de;
    background-image: none;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .col-md-3-responsive {
    flex: 0 0 auto;
    width: 50% !important;
  }

  .img-fluid2 {
    width: 100%;
  }

  .title-liw {
    font-size: 45px;
    margin-bottom: 30px;
  }

  .title-love {
    font-size: 30px;
    line-height: 30px;
  }

  .par-download {
    font-size: 20px;
    line-height: 20px;
  }

  .spn-par-download {
    font-size: 16px;
    line-height: 24px;
  }

  .p-100px {
    padding: 0;
  }

  .video-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 21%;
    transform: translate(-12%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
  }

  .par-green-2 {
    font-size: 18px;
  }

  .spn-green-2 {
    font-size: 18px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  .container-min-w {
    width: 80% !important;
    margin: auto !important;
  }

  .container-form {
    max-width: 600px;
  }

  .title {
    font-size: 33px;
  }

  .par-green {
    font-size: 26px;
  }

  .spn-green {
    font-size: 26px;
  }

  .title-form {
    font-size: 35px;
  }

  .title-form-trans {
    color: var(--Principal-800, #1d1d1b);
    font-family: "Helvetica Neue Bold";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
  }

  .title2 {
    font-size: 27px;
  }

  .title3 {
    font-size: 27px;
  }

  .title-name {
    font-size: 20px;
    font-weight: 500;
  }

  .title-position {
    font-size: 12px;
  }

  .bg-image-black {
    background-image: none;
  }

  .w-80percent {
    width: 100%;
  }

  .par-video-banner {
    font-family: "Helvetica Neue";
    font-size: 26px;
  }

  .spn-video-banner {
    font-size: 31px;
  }

  .par-icons {
    font-size: 18px;
    line-height: 23px;
  }

  .spn-icons {
    font-size: 21px;
    line-height: 23px;
  }

  .par-form {
    font-size: 20px;
  }

  .spn-form {
    font-size: 25px;
  }

  .par-form2 {
    font-size: 18px;
  }

  .spn-form2 {
    font-size: 20px;
  }

  ul li a {
    font-size: 12px;
  }
  .w-50percent {
    width: 100% !important;
  }
  .w-80percent {
    width: 100% !important;
  }
  .pad-left {
    padding-left: 50px !important;
  }
  .ml-70px {
    margin-left: 0px !important;
  }
  .col-md-2-extra {
    padding-top: 20px;
    flex: 0 0 auto;
    width: 50% !important;
  }
}

@media (min-width: 920px) and (max-width: 1023px) {
  .bg-image-green {
    background-position: -100px;
  }

  .img-fluid2 {
    width: 150%;
  }

  .title-liw {
    font-size: 55px;
  }

  .title-love {
    font-size: 40px;
    line-height: 40px;
  }

  .par-download {
    font-size: 20px;
    line-height: 20px;
  }

  .spn-par-download {
    font-size: 18px;
    line-height: 24px;
  }

  .title-name {
    font-size: 19px;
  }

  .title-position {
    font-size: 13px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  .container-min-w {
    width: 80% !important;
    margin: auto !important;
  }

  .container-form {
    max-width: 600px;
  }

  .title {
    font-size: 35px;
  }

  .par-green {
    font-size: 30px;
  }

  .spn-green {
    font-size: 30px;
  }

  .title-form {
    font-size: 40px;
  }

  .title-form-trans {
    color: var(--Principal-800, #1d1d1b);
    font-family: "Helvetica Neue Bold";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
  }

  .par-green-2 {
    font-size: 20px;
  }

  .w-80percent {
    width: 90%;
  }

  .par-video-banner {
    font-family: "Helvetica Neue";
    font-size: 26px;
  }

  .spn-video-banner {
    font-size: 31px;
  }

  .par-icons {
    font-size: 18px;
    line-height: 23px;
  }

  .spn-icons {
    font-size: 21px;
    line-height: 23px;
  }

  .par-form {
    font-size: 25px;
  }

  .spn-form {
    font-size: 29px;
  }

  .par-form2 {
    font-size: 18px;
  }

  .spn-form2 {
    font-size: 20px;
  }
  .w-50percent {
    width: 100% !important;
  }
  .w-80percent {
    width: 100% !important;
  }
  .pad-left {
    padding-left: 50px !important;
  }
  .col-md-2-extra {
    padding-top: 20px;
    flex: 0 0 auto;
    width: 50% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1369px) {
  .col-md-2-extra {
    padding-top: 20px;
    flex: 0 0 auto;
    width: 50% !important;
  }
  .bg-image-green {
    background-position: -100px;
  }

  .img-fluid2 {
    width: 150%;
  }

  .title-liw {
    font-size: 55px;
  }

  .title-love {
    font-size: 40px;
    line-height: 40px;
  }

  .par-download {
    font-size: 20px;
    line-height: 20px;
  }

  .spn-par-download {
    font-size: 18px;
    line-height: 24px;
  }

  .title-name {
    font-size: 19px;
  }

  .title-position {
    font-size: 13px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  .container-min-w {
    width: 80% !important;
    margin: auto !important;
  }

  .container-form {
    max-width: 600px;
  }

  .title {
    font-size: 35px;
  }

  .par-green {
    font-size: 30px;
  }

  .spn-green {
    font-size: 30px;
  }

  .title-form {
    font-size: 40px;
  }

  .title-form-trans {
    color: var(--Principal-800, #1d1d1b);
    font-family: "Helvetica Neue Bold";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
  }

  .par-green-2 {
    font-size: 20px;
  }

  .w-80percent {
    width: 90%;
  }

  .par-video-banner {
    font-family: "Helvetica Neue";
    font-size: 26px;
  }

  .spn-video-banner {
    font-size: 31px;
  }

  .par-icons {
    font-size: 18px;
    line-height: 23px;
  }

  .spn-icons {
    font-size: 21px;
    line-height: 23px;
  }

  .par-form {
    font-size: 25px;
  }

  .spn-form {
    font-size: 29px;
  }

  .par-form2 {
    font-size: 18px;
  }

  .spn-form2 {
    font-size: 20px;
  }
  .w-50percent {
    width: 100% !important;
  }
  .w-80percent {
    width: 100% !important;
  }
  .pad-left {
    padding-left: 50px !important;
  }
}

@media (min-width: 1370px) and (max-width: 1712px) {
  .par-person {
    width: 100%;
  }
  .title-name {
    font-size: 19px;
  }

  .title-position {
    font-size: 13px;
  }

  .par-green-2 {
    font-size: 18px;
  }

  .container-min-w {
    width: 60% !important;
  }

  .title {
    font-size: 45px;
  }

  .par-green {
    font-size: 32px;
  }

  .spn-green {
    font-size: 32px;
  }

  .title-form {
    font-size: 50px;
  }

  .title-form-trans {
    color: var(--Principal-800, #1d1d1b);
    font-family: "Helvetica Neue Bold";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.4%;
  }

  .par-video-banner {
    font-family: "Helvetica Neue";
    font-size: 30px;
  }

  .spn-video-banner {
    font-size: 35px;
  }

  .par-icons {
    font-size: 20px;
    line-height: 25px;
  }

  .spn-icons {
    font-size: 23px;
    line-height: 25px;
  }

  .par-form {
    font-size: 25px;
  }

  .spn-form {
    font-size: 29px;
  }
}

#interes-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00d9d7;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  z-index: 1000;
  border: none;
  color: var(--Principal-800, #1d1d1b);
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

#interes-btn.close-btn {
  background-color: #00d9d7;
  background-image: url(assets/images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  height: 75px;
}

#formulario-container {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  z-index: 999;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  max-height: 80vh;
  overflow-y: auto;
}

@media (max-width: 768px) {
  #formulario-container {
    padding: 20px;
  }
}
