/** Version 1.1.2 */
@import url("https://fonts.cdnfonts.com/css/roboto");

@import url("https://fonts.cdnfonts.com/css/helveticaneue-2?styles=15761,30115,30116,30117");
@import url('https://fonts.cdnfonts.com/css/the-bold-font');

:root {
  --main-bg-color: #872f98;
  --main-text-color: #ffffff;
  --secondary-bg-color: #f5f5f7;
  --secondary-text-color: #535e6b;
  --button-bg-color: #ff0044;
  --button-text-color: #ffffff;
  --mostaza-color: #ffb900;
  --standard-bigger-width: 1920px;
  --full-width: 100%;
  --standard-desktop-width: 1400px;
  --paquetes-desktop-width: 1000px;
  --standard-tablet-width: 768px;
  --standard-mobile-width: 480px;
  --h1-font-size: 55px;
  --h1-line-height: 57px;
  --h2-font-size: 42px;
  --h3-font-size: 22px;
  --h4-font-size: 18px;
  --p-font-size: 14px;
  --main-font-family: "Roboto", sans-serif;
  --main-font-family-thin: "Roboto Thin", sans-serif;
  --main-font-family-light: "Roboto Light", sans-serif;
  --main-font-family-medium: "Roboto Medium", sans-serif;
  --main-font-family-bold: "Roboto Black", sans-serif;
  --secondary-font-family: "HelveticaNeue", sans-serif;
  --theBoldFont-font-family: 'The Bold Font', sans-serif;                                     
  --main-font-weight-thin: 100;
  --main-font-weight-light: 300;
  --main-font-weight-regular: 400;
  --main-font-weight-medium: 500;
  --main-font-weight-bold: 900;
}

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

body {
  background-color: var(--main-text-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--main-font-family);
}

.center {
  text-align: center;
  margin: 0 auto;
}
.left {
  text-align: left;
  margin: 0 auto;
  justify-content: flex-start;
}


.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

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

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.dark-mode {
  color: var(--secondary-text-color);
}

.light-mode {
  color: var(--button-text-color);
}

.bold {
  font-weight: var(--main-font-weight-bold);
}

.regular {
  font-weight: var(--main-font-weight-regular);
}

.thin {
  font-weight: var(--main-font-weight-thin);
}

.roboto {
  font-family: var(--main-font-family);
}


.roboto-thin {
  font-family: var(--main-font-family-thin);
}

.roboto-light {
  font-family: var(--main-font-family-light);
}

.roboto-medium {
  font-family: var(--main-font-family-medium);
}

.roboto-bold {
  font-family: var(--main-font-family-bold);
}

.helvetica {
  font-family: var(--secondary-font-family);
}
.ty-helvetica{
  font-family: var(--secondary-font-family);
  font-size: 18px;
}
.boldfont {
  font-family: var(--theBoldFont-font-family);
  font-size: 31px;
                                                
}

h1 {
  font-size: var(--h1-font-size);
  text-align: left;
  line-height: var(--h1-line-height);
  margin-bottom: 10px;
}

h2 {
  font-size: var(--h2-font-size);
  font-family: var(--main-font-family);
  text-align: left;
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--main-font-weight-light);
  text-align: left;
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--main-font-weight-bold);
  text-align: center;
  padding: 10px 0px 30px 0px;
}

p {
  font-size: var(--p-font-size);

  font-family: var(--secondary-font-family);
  font-weight: var(--main-font-weight-lightt);
  text-align: center;
  padding: 10px 0px;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: var(--secondary-text-color);
}

a.contact-btn,
a.contact-btn:hover {
  text-decoration: none;
  color: var(--secondary-text-color);
}

.header {
  width: 100%;
  padding: 20px 120px;
  background-color: var(--main-bg-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--standard-desktop-width);
  margin: 0px auto;
}

.logo img {
  height: 50px;
}

section.full-section.main {
  height: 1700px;
}

.contact-btn {
  background-color: var(--mostaza-color);
  color: var(--secondary-text-color);
  padding: 10px 40px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
}

.container-paquetes {
  width: 100%;
  padding: 20px;
}

.container-map {
  width: 100%;
  margin: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

/*padre*/
.paquetes {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  width: 100%;
  gap: 10px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.paquete,
.paquetes {
  scrollbar-width: thin;
  scrollbar-color: #000000 #c7c7c7;
}

/* Chrome, Edge, and Safari */
.paquete::-webkit-scrollbar,
.paquetes::-webkit-scrollbar {
  width: 18px;
}

.paquete::-webkit-scrollbar-track,
.paquetes::-webkit-scrollbar-track {
  background: #c7c7c7;
}

.paquete::-webkit-scrollbar-thumb,
.paquetes::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 10px;
  border: 0px solid #ffffff;
}

/*hijo*/
.paquete-btn {
  flex: 0 0 auto;
  font-size: var(--h4-font-size);
  background-color: var(--secondary-bg-color);
  border: 2px solid var(--secondary-text-color);
  color: var(--secondary-text-color);
  padding: 8px 14px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 100;
}

.paquete-btn.active {
  background-color: var(--mostaza-color);
  border: 0px;
}

.paquete-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

/*************** */
/*************** */
/*************** */
/*************** */
/*padre*/
.paquete {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  width: 100%;
  gap: 10px;
}

/*hijo*/
.cards {
  font-family: "Helvetica Neue", sans-serif;
  flex: 0 0 420px;
  margin-right: 20px;
  background-color: var(--button-text-color);
  padding: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.paquete-header {
  display: flex;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.paquete-header-image img {
  width: 80px;
}

.paquete-header-price h2 {
  font-weight: bold;
  font-size: 34px;
  color: var(--secondary-text-color);
  margin: 8px 0;
}

.paquete-header-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.paquete-header-price span {
  font-size: 12px;
  color: #808080;
}

.paquete-header-title h2 {
  font-size: 22px;
  font-weight: bold;
  color: var(--secondary-text-color);
  margin: 16px 0 0;
}

.paquete-header-title {
  display: flex;
  justify-content: space-between;
}

.paquete-content {
  padding: 30px 0px;
  margin: 10px 0px;
  border-top: 2px solid var(--secondary-bg-color);
  border-bottom: 2px solid var(--secondary-bg-color);
}

.paquete-content-title {
  font-size: 14px;
  color: var(--secondary-text-color);
}

.paquete-content-features ul {
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: row;
  width: 70%;
  align-content: flex-start;
  flex-wrap: wrap;
  list-style-type: disc;
  padding-left: 1rem;
}

#pac3playpro .paquete-content-features ul,
#pac3play .paquete-content-features ul {
  width: 100%;
}

.paquete-content-features li {
  font-size: 14px;
  color: var(--secondary-text-color);
  margin-bottom: 8px;
  width: 50%;
}

#pac3playpro li:nth-child(5),
#pac3play li:nth-child(5) {
  width: 100%;
}

.paquete-footer {
  display: flex;
  flex-direction: column;
}

.paquete-footer-precio-promo {
  font-family: "Helvetica Neue", sans-serif;
  font-style: italic;
  font-size: 12px;
  color: var(--secondary-text-color);
  margin-bottom: 8px;
  text-align: left;
}

.paquete-footer-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paquete-footer-button a {
  background-color: var(--button-text-color);
  color: var(--button-bg-color);
  border-radius: 50px;
  border: 2px solid var(--button-bg-color) !important;
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

/*************** */
/*************** */
/*************** */
/*************** */

.full-section {
  width: 100%;
  max-width: var(--standard-desktop-width);
  display: flex;
  justify-content: center;
}

.main-section {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0px auto;
  max-width: var(--standard-desktop-width);
  background-image: url(../images/header_BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;

  display: flex;
  justify-content: flex-end;
}

.main-descuento {
  position: absolute;
  top: 102%;
  left: 2%;
  max-width: 500px;
  width: 100%;
  text-align: left;
}

.main-section .text-container h1 {
  margin-bottom: 15px;
}

section.full-section.purple.main {
  margin-bottom: 500px;
}

.purple {
  background-color: var(--main-bg-color);
}

.white {
  background-color: var(--main-text-color);
}

.grey {
  background-color: var(--secondary-bg-color);
}

.dark-grey {
  background-color: var(--secondary-text-color);
}

.text-container,
.container-pack {
  max-width: 600px;
  margin: 0px 0px 0px 0%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}

.main-section .text-container {
  margin: 0px 40px 0px 0px;
}

h3.light-mode.helvetica {
  width: 80%;
}

.form-container {
  position: absolute;
  top: 156%;
  right: 25%;
  transform: translateY(-50%);
  background-color: var(--main-text-color);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: white;
  max-width: 380px;
  width: 100%;
}

.specialization-section {
  position: relative;
  width: 100%;
  background-color: var(--secondary-bg-color);
  max-width: var(--standard-desktop-width);
  margin: 50px 0px;
}

.container {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.container-pack {
  padding: 40px 0px;
}

.container.container-cards {
  justify-content: space-between;
}

.card {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  width: 30%;
  text-align: left;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.card h3 {
  margin-bottom: 20px;
}

.card ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.card ul li {
  margin: 5px 0;
  padding: 5px 20px 5px 40px;

  background-image: url("../images/list_chck.png");
  background-repeat: no-repeat;
}

.card button {
  background-color: #6a1b9a;
  color: white;
  border: none;
  padding: 10px 30px;
  margin: 30px 0px 10px 0px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

/**
 * *
 * +
 * +
 */

.features-section {
  position: relative;
  width: 100%;
  /*background-color: var(--main-text-color);*/
  max-width: var(--standard-desktop-width);
  margin: 50px 0px 0px 0px;
}

.features-container {
  max-width: var(--paquetes-desktop-width);
  margin: 80px auto 120px auto;
  justify-content: space-between;
}

.container-map {
  max-width: var(--paquetes-desktop-width);
  margin: 80px auto 20px auto;
  justify-content: space-between;
}

.features-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.feature {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  width: 20%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.feature img {
  display: flex;
}

.feature h3 {
  font-size: 20px;
  min-height: 80px;
  text-align: center;
}

/**
 * *
 * +
 * +
 */

.banner-section {
  position: relative;
  width: 1280px;
  background-color: var(--main-text-color);
  max-width: var(--standard-desktop-width);
  margin: 0px auto 0px auto;
}

.bxslider {
  margin: 0px auto;
  text-align: center;
}

.mobile {
  display: none;
}

.no-mobile {
  display: inline;
}

.desktop {
  display: block;
}

.bx-wrapper {
  box-shadow: none;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: var(--secondary-text-color);
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 2px solid var(--secondary-text-color);
}


section.full-section.purple.second {
  margin-bottom: 50px;
}

.form-another-contact {
  position: absolute;
  top: 8%;
  right: 15%;
  background-color: var(--secondary-text-color);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: white;
  max-width: 380px;
  width: 100%;
}

.container-comunications {
  max-width: var(--paquetes-desktop-width);
  margin: 80px auto 120px auto;
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

/**
 * *
 * +
 * +
 */
.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-width: var(--standard-desktop-width);
  margin: 0px auto;
  padding: 0px 66px;
  justify-content: center;
}

.footer-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 2px solid #ffffff;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 20px;
}

.footer .logo {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer .redes {
  width: 25%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.footer .redes a{
  margin: 0px 10px;
}

.footer .politica {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: underline;
  color: #fff;
}

/**
 * *
 * +
 * +
 */
.ty-section {
  position: relative;
  width: 100%;
  background-color: var(--main-text-color);
  max-width: var(--standard-desktop-width);
}

.ty-container {
  background-image: url(../images/ty_header_BG.jpg);
  height: 521px;
  background-size: cover;
}
.ty-header-copy{
  flex-wrap: wrap;
  margin: 18px 10% 24px 40%;
  text-align: center;
}
.typage-features-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: var(--standard-desktop-width);
  background-color: var(--button-bg-color);
  height: 129px;
}

.typage-features-container {
  max-width: var(--standard-desktop-width);
  justify-content: space-between;
}

.typage-features-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.typage-feature {
  display: flex;
  gap: 20px;
  width: 5%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.typage-feature a {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.typage-feature img {
  height: 60px;
}

.typage-feature p {
  height: 35px;
}
.contactapor{
  width: 13%;
}
.volver-section {
  position: relative;
  width: 100%;
  background-color: var(--main-text-color);
  max-width: var(--standard-desktop-width);
  height: 200px;
}

.volver-btn {
  background-color: var(--main-bg-color);
  color: var(--main-text-color);
  font-size: 18px;
  font-family: var(--secondary-font-family);
  border-radius: 50px;
  padding: 5px 50px;
  display: flex;
  width: 80%;
  max-width: 350px;
}

.volver-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/*************************************/
/*************************************/
/*********** MAPA INTERACTIVO ********/
/*************************************/
/*************************************/

/*
Hack para hacer visible el área 
area:hover {
  outline: 2px solid red;
}
area {
  background: rgba(255, 0, 0, 0.3);
  display: block;
}
*/
section.full-section.dark-grey {
  height: 215px;
}

.tooltip,
map {
  display: none;
}


@media screen and (min-width:1000px) {
  h3.dark-mode.helvetica.regular.center {
    margin: 5px 0px 15px 0px;
  }
  .tooltip,
  map {
    display: block;
  }

  .map-container {
    position: relative;
    display: block;
  }

  .tooltip {
    position: absolute;
    z-index: 100;
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
  }

  .tooltip.visible {
    opacity: 1;
    visibility: visible;
  }

  .tooltip img {
    max-width: 200px;
    display: block;
  }

  area {
    cursor: pointer;
  }

  .tooltip-bugaba {
    top: 282px;
    left: 372px;
    width: 0%;
  }

  .tooltip-dolega {
    top: 269px;
    left: 422px;
    width: 0%;
  }

  /* Mostrar tooltip al hover sobre el área */
  area[data-region]:hover+.tooltip {
    cursor: pointer;
    visibility: visible;
    opacity: 1;
  }

}

@media screen and (max-width: 1399px) {
  :root {
    --h1-font-size: 38px;
    --h1-line-height: 40px;
    --h2-font-size: 42px;
    --h3-font-size: 18px;
    --h4-font-size: 18px;
    --p-font-size: 14px;
  }

  .text-container,
  .container-pack {
    max-width: 50%;
  }

  .another-contact {
    background-size: cover;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .main-section {
    height: 700px;
    background-size: cover;
    background-position: 0% 0%;

  }

  .form-container {
    top: 83%;
    right: 15%;
    transform: none;
  }
} 

@media screen and (max-width: 1023px) {
  section.full-section.main {
    height: 1600px;
  }
  .another-contact {
    background-size: cover;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .main-section {
    height: 600px;
    background-size: cover;
    background-position: 20% 0%;
  }

  .form-container {
    top: 83%;
    right: 5%;
    transform: none;
  }
  .footer {
    padding: 0px 30px;
  }
  .ty-container{
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 900px) {
  .paquetes {
    display: flex;
    justify-content: flex-start;
  }

  .main-section {
    height: 600px;
    background-size: cover;
    background-position: 20% 0%;
  }

  .main-descuento {
    max-width: 40%;
  }
  .footer .logo {
    width: 30%;}
  .footer .politica {
      width: 30%;}
  .footer .redes {
    width: 35%;}
    .ty-container{
      background-position: 50% 0%;
    }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .text-container,
  .container-pack {
    max-width: 80%;
  }

  .main-section {
    height: 600px;
    background-size: cover;
    background-position: 20% 0%;
  }

  .form-container {
    top: 85%;
    right: 4%;
    transform: none;
  }

  .feature {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .feature h3 {
    font-size: 22px;
  }

  .feature p {
    font-size: 12px;
  }

  .main-section {
    background-size: cover;
    height: 500px;
    padding-top: 0px;
    padding-left: 0px;
    background-position: 20% 0%;
  }
  section.full-section.main {
    height: 1500px;
  }
  .header {
    width: 100%;
    padding: 30px 20px;
  }

  .feature {
    width: 50%;
  }

  .form-container {
    top: 85%;
    right: 4%;
  }

  .container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .ty-header-copy{
    flex-wrap: wrap;
    margin: 15px;
    text-align: center;
  }
  .text-container {
    max-width: 90%;
    padding: 0% 15%;
  }

  .main-section .text-container {
    max-width: 90%;
    padding: 0% 0% 0% 40%;
  }

  section.full-section.purple.main {
    margin-bottom: 550px;
  }

  .container-pack {
    max-width: 90%;
    padding: 30px 0px;
  }

  .card {
    padding: 15px;
    width: 95%;
  }

  .specialization-section {
    padding: 0% 2%;
  }

  .features-section {
    margin: 25px 0px 0px 0px;
  }

  .features-container {
    margin: 40px auto 60px auto;
    justify-content: space-between;
  }

  .features-section {
    padding: 0px 5%;
  }

  .container-map {
    margin: 15px;
  }

  .mobile {
    display: block;
  }

  .no-mobile {
    display: none;
  }

  .desktop {
    display: none;
  }

  .bx-wrapper {
    max-width: 450px !important;
    margin: 10px auto 70px auto;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    margin: 0 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 50px;
  }

  .container-comunications {
    margin: 40px auto 60px 15px;
    flex-direction: row !important;
  }
  section.full-section.dark-grey {
    height: 315px;
  }
  .footer {
    flex-direction: column;
    justify-content: space-around;
    padding: 0px 15px;
  }

  .footer-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }

  .footer-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 2px solid #ffffff;
    margin-top: 50px;
    padding-top: 15px;
    flex-direction: column-reverse;
  }

  .footer .logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0px;
  }

  .footer .links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .links ul li {
    width: 100%;
    padding: 0% 12%;
  }

  .footer .links ul li a p {
    text-align: center;
  }

  .footer .redes {
    width: 100%;
    justify-content: space-around;
    margin: 30px 0px;
  }

  .footer .politica {
    width: 100%;
    justify-content: center;
  }

  .ty-container {
    background-image: url(../images/ty_header_BG_mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0%;
    height: 905px;
    padding: 10px 20px;
  }

  .typage-features-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px;
    height: 129px;
    align-items: center;
  }

  .typage-feature {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    width: 12%;
  }
  .contactapor{
    width: 100%;
  }
  .typage-feature p {
    height: 20px;
}
  .mt-20,
  .mt-40 {
    margin-top: 5px;
  }

  .mb-20 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 675px) {
  section.full-section.main {
    height: 1900px;
  }
  .main-section {
    background-image: url(../images/header_BG_mobile.svg);
    background-size: contain;
    height: 900px;
    background-position: 50% 0%;
  }

  .main-section .text-container {
    max-width: 100%;
    padding: 3% 10% 0% 10%;
    margin: 0px;
  }

  .form-container {
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .main-descuento {
    max-width: 380px;
    width: 90%;
    position: absolute;
    top: 199%;
    left: 50%;
    transform: translateX(-50%);
  }

  small.dark-mode.helvetica.regular {
    font-size: 12px;
  }

  section.full-section.dark-grey {
    height: 315px;
  }
}

@media screen and (max-width: 450px) {
  section.full-section.main {
    height: 2000px;
  }

  .text-container,
  .container-pack {
    max-width: 100%;
    padding: 20px 15px;
  }

  .main-section {
    background-image: url(../images/header_BG_mobile.svg);
    background-size: contain;
    height: 1000px;
    background-position: 50% 0%;
  }

  .main-section .text-container {
    max-width: 100%;
    padding: 0% 0% 0% 0%;
    margin: 0px 10px 0px 0px;
  }

  .form-container {
    top: 86%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .main-descuento {
    max-width: 380px;
    width: 95%;
    position: absolute;
    top: 1880px;
    left: 50%;
    transform: translateX(-50%);
  }

}

@media screen and (max-width: 375px) {
  .main-section {
    height: 900px;
    background-size: contain;
  }
  .form-container {
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
  }

  section.full-section.purple.main {
    margin-bottom: 300px;
  }
  h3.dark-mode.helvetica.regular.center{
    margin:0px 20% 0px 20%;
  }
  section.full-section.main {
    height: 1930px;
  }
  .main-descuento {
    max-width: 380px;
    width: 95%;
    position: absolute;
    top: 1830px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 320px) {
  .main-section {
    height: 900px;
    background-size: contain;
  }
  .form-container {
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo img {
    height: 30px;
  }

  .contact-btn {
    padding: 5px 20px;
  }

  h1 {
    font-size: 30px;
  }

  .form-another-contact {
    position: absolute;
    padding: 15px;
  }
  h3.dark-mode.helvetica.regular.center{
    margin:0px 20% 0px 20%;
  }
  section.full-section.main {
    height: 1870px;
  }
  .main-descuento {
    max-width: 380px;
    width: 95%;
    position: absolute;
    top: 1760px;
    left: 50%;
    transform: translateX(-50%);
  }
}