/* SECTIONS */
section#header-banner {
  position: relative;
  padding: 62px 15px;
  justify-content: center;
  display: flex;
  background-position: center;
  background-size: cover;
  margin-bottom: 100px;
}
section#header-banner:before, section#header-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section#header-banner:before {
  background: linear-gradient(-115deg, rgba(193, 232, 92, 0.431372549), #00b0b0);
}
section#header-banner:after {
  background-color: rgba(0, 0, 0, 0.4);
}
section#header-banner br {
  display: none;
}
@media screen and (max-width: 795px) {
  section#header-banner {
    height: auto;
    padding: 72px 15px;
  }
}
section#header-banner img.header-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
section#header-banner .header-banner-wrapper {
  z-index: 99;
  position: relative;
  max-width: 1200px;
  margin: auto;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#header-banner .header-banner-wrapper .header-banner-container {
  max-width: 580px;
}
section#header-banner .header-banner-wrapper .header-banner-container p {
  font-size: 22px;
  line-height: 29px;
  color: #FFF;
  padding: 0;
  margin: 14px 0;
}
@media screen and (max-width: 750px) {
  section#header-banner .header-banner-wrapper .header-banner-container p {
    font-size: 18px;
    line-height: 22px;
  }
}

section#pre-footer {
  padding: 36px 15px;
  background: #17193E;
}
section#pre-footer .pre-footer-wrapper {
  text-align: center;
  max-width: 705px;
  margin: auto;
}
section#pre-footer .pre-footer-wrapper span.prefooter-title {
  font-family: "Poppins";
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin-bottom: 12px;
  display: block;
}
section#pre-footer .pre-footer-wrapper p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: white;
  font-weight: 500;
}
section#pre-footer .pre-footer-wrapper a {
  color: #04B1AD;
}

div#copyright {
  padding: 0 25px;
  background: #17193E;
}
div#copyright .copyright-wrapper {
  border-top: 1px solid #8D929C;
  gap: 32px;
  max-width: 1200px;
  margin: auto;
  padding: 34px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 835px) {
  div#copyright .copyright-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
div#copyright .copyright-wrapper p {
  margin: 0;
  padding: 0;
  color: white;
  text-align: center;
}
div#copyright .copyright-wrapper .textolegal {
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 835px) {
  div#copyright .copyright-wrapper .textolegal {
    flex-direction: column;
    justify-content: center;
  }
}
div#copyright .copyright-wrapper .textolegal a {
  color: white;
  text-align: center;
}

#header-outer header#top nav > ul > .destacado {
  position: relative;
  height: 64px;
  display: flex;
}
#header-outer header#top nav > ul > .destacado a {
  margin: auto 0;
  padding: 6px 12px !important;
  background: transparent;
  border-radius: 3px;
  border: 2px solid #04B1AD;
  transition: 0.3s !important;
}
#header-outer header#top nav > ul > .destacado a:hover {
  background: #04B1AD;
}
#header-outer header#top nav > ul > .destacado a:after {
  display: none !important;
}
#header-outer header#top nav > ul > .destacado.current-menu-item a {
  background: #04B1AD;
}
@media screen and (max-width: 1200px) {
  #header-outer header#top nav > ul > a {
    font-size: 17px !important;
  }
}

.desktop-header {
  display: grid !important;
  grid-template-columns: 2fr 6fr;
}
.desktop-header #login {
  width: 100%;
}
.desktop-header #login .hide-mobile {
  width: 100%;
}
.desktop-header img#site-logo {
  object-fit: contain;
}

.header-login-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: end;
}
.header-login-contact > span {
  color: #979797;
  font-size: 18px;
}
.header-login-contact .contact {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
}
.header-login-contact .contact img {
  margin: 0 !important;
  height: 22px;
}
.header-login-contact .contact span {
  font-size: 18px;
  line-height: 28px;
  color: #18193e;
}

a#toggle-nav {
  margin: 3px 10px 0 0 !important;
}

div#mobile-menu .container {
  max-width: 100% !important;
  display: flex;
  flex-direction: column-reverse;
  padding: 22px 25px;
  background: #18193e;
}
div#mobile-menu .container > ul {
  padding: 0;
}
div#mobile-menu .container ul.sub-menu {
  padding: 0;
}
div#mobile-menu .container .header-login-form.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0;
  flex-direction: column !important;
  margin: auto;
}
div#mobile-menu .container span.sf-sub-indicator i {
  top: 2px;
}
div#mobile-menu .container span.sf-sub-indicator i:before {
  transition: 0.3s;
}
div#mobile-menu .container span.sf-sub-indicator i.icon-angle-right {
  display: none !important;
}
div#mobile-menu .container span.sf-sub-indicator i:before {
  color: #27CCC0;
  font-size: 29px !important;
}
div#mobile-menu .container .open > a > span.sf-sub-indicator > i:before {
  transform: rotate(180deg);
}

.grid-image-icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 32px;
}
@media screen and (max-width: 645px) {
  .grid-image-icon {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .grid-image-icon {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-image-icon card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.grid-image-icon card img {
  width: 80px;
  margin: 0 auto;
}
.grid-image-icon card h3 {
  margin: 12px 0 3px 0;
  font-size: 20px;
  font-weight: 400;
  color: #04B1AD;
}
.grid-image-icon card p {
  max-width: 264px;
  margin: 0 auto;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 995px) {
  .plan-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.plan-grid .model {
  padding: 40px;
  border-radius: 10px;
}
.plan-grid .model:nth-child(1) {
  background: linear-gradient(135deg, #CDE8A5 0%, #9FCD6C 100%);
}
.plan-grid .model:nth-child(2) {
  background: linear-gradient(135deg, #97E2BC 0%, #5EC187 100%);
}
.plan-grid .model:nth-child(3) {
  background: linear-gradient(135deg, #0AD9D6 0%, #04B1AC 100%);
}
.plan-grid .model .plan {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.plan-grid .model .title {
  margin: 0 0 56px 0;
  display: block;
  color: #17193E;
}
.plan-grid .model .model-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.plan-grid .model .model-content .model-title {
  display: block;
  margin-bottom: 10px;
  color: #04B1AD;
  font-weight: 600;
}
.plan-grid .model .model-content ul.dot {
  padding-left: 20px;
}
.plan-grid .model .for-title {
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
.plan-grid .model .description {
  margin: 0;
}

@media screen and (min-width: 995px) {
  .plan-grid .model .title {
    min-height: 90px;
  }
  .plan-grid .model .model-content {
    min-height: 366px;
  }
}
.grid-acceso {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 778px) {
  .grid-acceso {
    grid-template-columns: 1fr;
  }
}
.grid-acceso > div {
  border: 1px solid #979EAC;
  border-radius: 10px;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.grid-acceso > div .title {
  font-weight: 600;
  display: block;
  color: #04B1AD;
  font-size: 25px;
  line-height: 30px;
}
.grid-acceso > div img {
  width: 80px;
}
.grid-acceso > div a {
  width: fit-content;
}

card.cta {
  padding: 72px 25px;
  background: #ECEDEF;
  display: block;
  border-radius: 20px;
}
card.cta .title {
  max-width: 800px;
  margin: auto;
  font-weight: 400;
  color: #17193E;
  margin-bottom: 26px;
  text-align: center;
  display: block;
  font-size: 25px;
}
card.cta .grid-btn {
  justify-content: center;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.content-sticky {
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 900px) {
  .content-sticky {
    flex-direction: column;
  }
}
.content-sticky .left {
  max-width: 731px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .content-sticky .left {
    max-width: 100%;
  }
}
.content-sticky .right {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 900px) {
  .content-sticky .right {
    max-width: 100%;
  }
}
.content-sticky .right .sticky-col {
  position: sticky;
  top: 210px;
}
.content-sticky .right .sticky-col img {
  width: 100%;
  border-radius: 10px;
}

section#faq-container .faq-wrapper {
  margin: auto;
  text-align: center;
}
section#faq-container .faq-wrapper h2 {
  font-size: 30px;
}
section#faq-container .faq-wrapper > p {
  font-size: 20px;
}
section#faq-container .faq-wrapper .question-wrapper {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E2E2;
  text-align: left;
}
section#faq-container .faq-wrapper .question-wrapper h3.question-title {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  font-family: "Poppins";
  font-weight: 500;
  color: #04B1AD;
  padding: 12px 35px 12px 0;
  cursor: pointer;
  position: relative;
}
section#faq-container .faq-wrapper .question-wrapper h3.question-title:after {
  content: "";
  position: absolute;
  width: 11px;
  background-image: url(/wp-content/uploads/2025/07/Icon-Flecha-Slider.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 15px;
  height: 100%;
  top: 0;
  transform: rotate(90deg);
  transition: 0.3s;
}
section#faq-container .faq-wrapper .question-wrapper h3.question-title.active:after {
  transform: rotate(-90deg);
}
section#faq-container .faq-wrapper .question-wrapper .question-answer {
  font-size: 16px;
  color: #18223f;
  display: none;
}

.tarifas-form-wrapper {
  border-radius: 10px;
  padding: 60px;
  background: #ecedef;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 675px) {
  .tarifas-form-wrapper {
    padding: 25px;
  }
}
.tarifas-form-wrapper .options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  max-width: 815px;
  margin: auto;
}
@media screen and (max-width: 715px) {
  .tarifas-form-wrapper .options {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.tarifas-form-wrapper .options .title {
  display: block;
  margin-bottom: 12px;
  color: #04B1AD;
  font-weight: 600;
  font-size: 18px;
}
.tarifas-form-wrapper .options select {
  border: none;
  box-shadow: none !important;
  border-radius: 10px;
  padding: 18px 20px !important;
}
.tarifas-form-wrapper .result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 950px) {
  .tarifas-form-wrapper .result-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tarifas-form-wrapper .result-grid .result-card {
  background: white;
  padding: 40px 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .tarifas-form-wrapper .result-grid .result-card {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
@media screen and (max-width: 570px) {
  .tarifas-form-wrapper .result-grid .result-card {
    flex-direction: column;
  }
}
.tarifas-form-wrapper .result-grid .result-card .top-part {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .tarifas-form-wrapper .result-grid .result-card .top-part {
    text-align: left;
  }
}
.tarifas-form-wrapper .result-grid .result-card .top-part .model {
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #04B1AD;
  font-size: 14px;
  line-height: 17px;
}
.tarifas-form-wrapper .result-grid .result-card .top-part .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 16px;
}
.tarifas-form-wrapper .result-grid .result-card .top-part .description {
  margin: 0;
  color: #979EAC;
}
.tarifas-form-wrapper .result-grid .result-card .bottom-part {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .tarifas-form-wrapper .result-grid .result-card .bottom-part {
    max-width: 200px;
  }
}
.tarifas-form-wrapper .result-grid .result-card .bottom-part .result-box {
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px solid #979EAC;
  padding-bottom: 14px;
  line-height: 36px;
}
.tarifas-form-wrapper .result-grid .result-card .bottom-part span.iva-label {
  margin-top: 20px;
  display: block;
  color: #979EAC;
  font-size: 14px;
  line-height: 17px;
}

/* FONTS */
/* FONTS */
@font-face {
  font-family: "Poppins";
  src: url(../font/poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/roboto/Roboto-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/roboto/Roboto-Bold.ttf);
  font-weight: bold;
}
/* FONTS */
/* GENERAL FONT SETTINGS */
h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #FFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

h2 {
  font-size: 25px;
  line-height: 30px;
  color: #04B1AD;
  font-weight: 600;
  margin-bottom: 10px;
}
h2.intro-text {
  text-align: center;
  display: block;
}
h2.space {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

p {
  font-size: 16px;
  line-height: 19px;
  color: #17193E;
  padding: 0;
}
p.intro-text {
  max-width: 650px;
  margin: auto;
  text-align: center;
  margin-bottom: 26px;
}

ul.dot {
  color: #17193E;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 50px;
}
ul.dot li {
  position: relative;
}
ul.dot li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #04B1AD;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 6px;
}

/* END OF GENERAL FONT SETTINGS */
/* GENERAL */
body {
  overflow-x: unset !important;
}

body * {
  font-family: Poppins;
}

.content-container {
  padding: 0 25px;
}
.content-container.space {
  margin-bottom: 100px;
}
.content-container .wrapper {
  max-width: 1200px;
  margin: auto;
}

.btn {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 19px 22px;
  font-size: 16px;
  color: #17193E;
  font-weight: 600;
}
.btn:hover {
  background-color: #17193E;
  border-color: #17193E;
  color: white;
}
.btn.center {
  margin: auto;
  display: block;
  width: fit-content;
}
.btn.border {
  border: 1px solid #04B1AD !important;
}
.btn.border:hover {
  background-color: #04B1AD;
}
.btn.multicolor {
  color: white;
  background: linear-gradient(270deg, #9FCD6C 0%, #04B1AD 100%);
  border: none;
}

.card__title {
  font-size: 19px;
  font-weight: bold;
}
.card__content {
  font-size: 16px;
}
.card__content--featured {
  background-color: red;
  color: white;
}

/*# sourceMappingURL=main.css.map */
