@charset "UTF-8";
/*
Theme Name: Promociona Theme
Theme URI: https://www.promocionachile.cl/ (O tu URL del proyecto)
Author: Tu Nombre o Nombre de Empresa
Author URI: https://www.tuweb.com/
Description: Tema personalizado para el sitio web de Promociona Chile.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, custom-menu, custom-logo, one-column, accessibility-ready, block-styles
Text Domain: promociona-theme
*/
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body, html {
  font-family: "Grandis", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .header__logo, .footer__brand, .btn-contacto, .footer__nav-list a, .main-nav a, .footer__contact-title, .footer__form-btn {
  font-family: "Grandis", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

body {
  background: #fdfcf5 !important;
}

.max-width {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

section {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.title-section {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: normal;
}

.paragraph {
  font-size: 16px;
  margin-bottom: 20px;
}

.text-primary {
  color: #4a3aff;
}

.hero--somos img img {
  width: 100%;
  display: block;
}
.hero--somos img .hero__banner-fullwidth {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .max-width {
    max-width: 700px;
  }
  .title-section {
    font-size: 26px;
  }
  .paragraph {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .max-width {
    max-width: 900px;
  }
  section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .title-section {
    font-size: 32px;
  }
  .paragraph {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .max-width {
    max-width: 1150px;
  }
  .title-section {
    font-size: 38px;
  }
  .paragraph {
    font-size: 22px;
  }
  .two-chil-container {
    display: flex;
    gap: 60px;
  }
  .two-chil-container .first-child {
    width: 40%;
  }
  .two-chil-container .second-child {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .max-width {
    max-width: 1300px;
  }
  .title-section {
    font-size: 42px;
  }
  .paragraph {
    font-size: 24px;
  }
}
.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Grandis", "Arial", sans-serif;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.section-title {
  color: #5e35b1;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 992px) {
  .section-title {
    font-size: 28px;
  }
}

.section-divider {
  width: 50px;
  height: 3px;
  background-color: #5e35b1;
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.version-desktop, .vista-desktop {
  display: block;
}
@media (max-width: 320px) {
  .version-desktop, .vista-desktop {
    display: none !important;
  }
}

.version-mobile, .vista-mobile {
  display: none;
}
@media (max-width: 320px) {
  .version-mobile, .vista-mobile {
    display: block !important;
  }
}

.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-group input, .contact-form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  font-family: "Grandis", "Arial", sans-serif;
  font-size: 14px;
}
.contact-form .form-group input:focus, .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #5e35b1;
}
.contact-form .form-group textarea {
  height: 100px;
  resize: vertical;
}
.contact-form .btn-submit {
  background-color: #7fffd4;
  color: #5e35b1;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
.contact-form .btn-submit:hover {
  background-color: rgb(76, 255, 194.8671875);
}

.footer {
  padding: 40px 20px;
  border-top: 1px solid #f5f5f5;
}
.footer__head {
  padding: 40px 0;
  border-bottom: 1px solid rgba(74, 58, 255, 0.337254902);
  border-top: 1px solid rgba(74, 58, 255, 0.337254902);
}
@media (min-width: 992px) {
  .footer__head {
    border: 0;
  }
}
.footer .logo-circle {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
.footer .logo-circle svg {
  width: 100%;
  height: 100%;
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 20px;
}
@media (min-width: 992px) {
  .footer__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .footer__top {
    gap: 30px;
  }
  .footer__top > div {
    height: 100%;
  }
  .footer__top .footer__logo-social {
    width: 30%;
    gap: 50px;
  }
  .footer__top .footer__nav {
    width: 30%;
    border-right: 1px solid rgba(74, 58, 255, 0.337254902);
    border-left: 1px solid rgba(74, 58, 255, 0.337254902);
    padding: 0 30px;
  }
  .footer__top .footer__contact {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .footer__top {
    gap: 40px;
  }
  .footer__top > div {
    height: 100%;
  }
  .footer__top .footer__logo-social {
    width: 30%;
  }
  .footer__top .footer__nav {
    width: 25%;
    padding: 0 40px;
  }
  .footer__top .footer__nav a {
    font-size: 22px;
  }
  .footer__top .footer__contact {
    width: 45%;
  }
}
@media (min-width: 1400px) {
  .footer__top {
    gap: 50px;
  }
  .footer__top > div {
    height: 100%;
  }
  .footer__top .footer__logo-social {
    gap: 80px;
  }
  .footer__top .footer__nav {
    padding: 0 60px;
  }
}
.footer__logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
.footer__logo .logo-circle {
  width: 40px;
  height: 40px;
  background-color: #5e35b1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
.footer__logo .logo-circle .logo-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.footer__logo .logo-circle .logo-subtext {
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.footer__logo-social {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__logo-social {
    flex-direction: column;
  }
}
.footer__brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  color: #4a3aff;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}
.footer__brand p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2;
}
.footer__brand p span {
  font-weight: 700;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}
.footer .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #fff;
  font-size: 18px;
  transition: background-color 0.3s;
}
.footer .social-icon:hover {
  background-color: rgb(76, 255, 194.8671875);
}
.footer .social-icon {
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  transition: background 0.2s;
}
.footer .social-icon img,
.footer .social-icon svg {
  width: 100%;
}
.footer__middle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer__middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.footer__nav-item a {
  color: #5e35b1;
  font-size: 14px;
  transition: color 0.3s;
}
.footer__nav-item a:hover {
  color: rgb(73.1565217391, 41.247826087, 137.752173913);
}
.footer__nav-contact {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .footer__nav-contact {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav-list li:not(:last-child) {
  margin-bottom: 15px;
}
.footer__nav-list a {
  color: #4a3aff;
  font-weight: 400 !important;
  font-size: 1.15rem;
  text-decoration: none;
  transition: color 0.2s;
  text-transform: uppercase;
}
.footer__nav-list a:hover {
  color: #2d1eaa;
}
@media (min-width: 992px) {
  .footer__contact {
    width: 65%;
  }
}
.footer__contact-title {
  color: #666;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer__contact {
  margin-left: 0;
}
.footer__contact-title {
  font-size: 1.5rem;
  font-weight: 400 !important;
  margin-bottom: 8px;
  color: #333;
}
.footer__email {
  margin-top: 15px;
  font-size: 14px;
  color: #5e35b1;
}
.footer__email {
  color: #4a3aff;
  font-size: 1.1rem;
  margin-bottom: 18px;
}
.footer form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.footer form p {
  margin: 0;
}
.footer form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.footer form .wpcf7-response-output {
  margin: 10px 0;
}
.footer__form-group {
  width: 100%;
}
.footer form input:not(input[type=submit]),
.footer form textarea {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-bottom: 1.5px solid #888;
  background: transparent;
  font-size: 1rem;
  color: #222;
  margin-bottom: 0;
  resize: none;
}
.footer form textarea {
  min-height: 48px;
  max-height: 120px;
}
.footer input[type=submit] {
  background: #7fffd4;
  color: #222;
  border: none;
  border-radius: 6px;
  padding: 10px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
  text-transform: uppercase;
}
.footer input[type=submit]:hover {
  background: #4a3aff;
  color: #fff;
}
.footer__bottom {
  padding-top: 30px;
  border-top: 1px solid #f5f5f5;
}
@media (min-width: 1200px) {
  .footer__bottom {
    padding-top: 50px;
  }
}
.footer__partners {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__partners img {
  height: 30px;
  width: auto;
  object-fit: contain;
}
.footer__partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .footer__partners-list {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .footer__partners-list {
    width: 100%;
  }
}
.footer__partners-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__partners-list img, .footer__partners-list svg {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}
@media (min-width: 1200px) {
  .footer__partners-list img, .footer__partners-list svg {
    height: 45px;
  }
}
@media (min-width: 1400px) {
  .footer__partners-list img, .footer__partners-list svg {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .footer__partners-list {
    gap: 15px;
  }
  .footer__partners-list img, .footer__partners-list svg {
    max-height: 32px;
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .footer__top, .footer__nav-contact {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .footer__nav {
    border: none;
    margin: 0;
    padding: 0;
  }
  .footer__contact {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (min-width: 320px) {
  .vista-mobile .desktop-only {
    display: none !important;
  }
  .vista-mobile .mobile-only {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .vista-desktop .desktop-only {
    display: block !important;
  }
  .vista-desktop .mobile-only {
    display: none !important;
  }
}

.header {
  padding: 0 20px;
  background: #fdfcf5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 70px;
  gap: 0;
  position: relative;
}
.header .header__logo .logo-circle {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header__logo .logo-circle svg {
  width: 100%;
  height: 100%;
}
.header .menu-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10000;
  transition: 0.3s;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
}
.header .menu-toggle span {
  width: 100%;
  height: 2px;
  background-color: #4d3eea;
  transition: 0.3s;
  position: relative;
}
.header .menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.header .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.header .menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px;
}
.header .main-nav {
  display: block;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: #fdfcf5;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 16px rgba(77, 62, 234, 0.06);
  z-index: 9999;
  padding: 20px;
  flex-direction: column;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.header .main-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header .main-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
}
.header .main-nav li {
  border-bottom: 1.5px solid #4d3eea;
  margin: 0;
}
.header .main-nav li:last-child {
  border-bottom: none;
}
.header .main-nav a {
  color: #4d3eea;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.15rem;
  padding: 15px 0;
  display: block;
  text-align: start;
  text-transform: uppercase;
}
.header .main-nav .btn-contacto {
  display: block;
  margin-top: 20px;
  padding: 12px 20px;
  font-size: 1.15rem;
  background: #7fffd4;
  color: #4d3eea;
  border-radius: 8px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 576px) {
  .header .main-nav .btn-contacto {
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .header .header__logo .logo-circle {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .header .header__container {
    padding: 0 40px;
    min-height: 100px;
    gap: 30px;
  }
  .header .menu-toggle {
    display: none !important;
  }
  .header .main-nav {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    position: initial;
    box-shadow: none;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    height: auto;
    width: auto;
    padding: 20px 0 20px 0;
    margin-left: 30px;
  }
  .header .main-nav .max-width {
    max-width: none;
    width: auto;
  }
  .header .main-nav ul.main-nav__list {
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
  .header .main-nav li {
    border-bottom: none;
    margin: 0;
  }
  .header .main-nav a:not(.btn-contacto) {
    color: #4d3eea;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: left;
    position: relative;
  }
  .header .main-nav a:not(.btn-contacto)::before, .header .main-nav a:not(.btn-contacto)::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -2px;
    left: 0;
    border-radius: 2px;
    width: 100%;
  }
  .header .main-nav a:not(.btn-contacto)::before {
    max-width: 0;
    z-index: 1;
    transition: 0.3s;
    height: 2px;
  }
  .header .main-nav a:not(.btn-contacto)::after {
    background-color: rgba(74, 58, 255, 0.337254902);
    height: 1px;
  }
  .header .main-nav a:not(.btn-contacto):hover::before {
    max-width: 100%;
    background-color: #4a3aff;
  }
  .header .main-nav .btn-contacto {
    margin: 0;
    padding: 10px 25px;
    font-size: 1.1rem;
    display: inline-block;
    height: auto;
    line-height: normal;
    align-self: center;
  }
}
.header .main-nav .current-menu-item a {
  font-weight: 700;
}

@media (min-width: 1400px) {
  .header .header__logo .logo-circle {
    width: 70px;
    height: 70px;
  }
  .header .main-nav {
    margin-left: 80px;
  }
  .header .main-nav a:not(.btn-contacto) {
    font-size: 20px;
    margin-right: 50px;
  }
}
@media (max-width: 900px) {
  .header .header__container {
    padding: 0;
    min-height: 70px;
    gap: 0;
  }
  .header__logo {
    margin-right: 0;
  }
  .menu-toggle {
    display: block !important;
  }
  .main-nav {
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #fdfcf5;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 16px rgba(77, 62, 234, 0.06);
    z-index: 9998;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .main-nav.active {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav li {
    border-bottom: 1.5px solid #4d3eea;
    margin: 0;
  }
  .main-nav li:last-child {
    border-bottom: none;
  }
  .main-nav a {
    color: #4d3eea;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.15rem;
    padding: 15px 0;
    display: block;
    text-align: center;
  }
  .main-nav .btn-contacto {
    display: block;
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 1.15rem;
    background: #7fffd4;
    color: #4d3eea;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero {
  padding-top: 1px;
  position: relative;
  overflow: hidden;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__shape-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #5e35b1;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
.hero__shape-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #7fffd4;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.5;
}
.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 40px 0;
  position: relative;
}
@media (min-width: 992px) {
  .hero__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 60px 0;
  }
}
.hero__logo {
  display: none;
}
@media (min-width: 992px) {
  .hero__logo {
    display: block;
  }
  .hero__logo .logo-circle {
    width: 100px;
    height: 100px;
  }
  .hero__logo .logo-circle .logo-text {
    font-size: 60px;
  }
  .hero__logo .logo-circle .logo-subtext {
    font-size: 20px;
    bottom: 5px;
    right: 5px;
  }
}
.hero__image {
  width: 100%;
  max-width: 300px;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .hero__image {
    max-width: 400px;
    margin: 0;
  }
}
.hero__image img {
  display: block;
  width: 100%;
}
.hero__text {
  text-align: center;
}
@media (min-width: 992px) {
  .hero__text {
    text-align: left;
  }
}
.hero__title {
  color: #5e35b1;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 36px;
  }
}

.impacto {
  padding: 40px 0;
}
.impacto__grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
}
@media (min-width: 992px) {
  .impacto__grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.impacto__item {
  text-align: center;
}
@media (min-width: 992px) {
  .impacto__item {
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
  }
}
.impacto__number {
  font-size: 24px;
  font-weight: bold;
  color: #5e35b1;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .impacto__number {
    font-size: 30px;
  }
}
.impacto__text {
  font-size: 14px;
  color: #666;
}
.impacto__quote {
  background-color: #5e35b1;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
  text-align: center;
  font-style: italic;
}
.impacto__quote p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .impacto__quote p {
    font-size: 18px;
  }
}

.modelo {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.modelo__title {
  color: #5e35b1;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .modelo__title {
    font-size: 22px;
  }
}
.modelo__text {
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 700px;
}
.modelo__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
}
.modelo__item-title {
  color: #5e35b1;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.modelo__item-text {
  font-size: 14px;
  color: #666;
}

.menu-toggle {
  display: block;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.main-nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  overflow: hidden;
  transition: height 0.3s ease;
}
.main-nav.active {
  height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.main-nav__list {
  padding: 20px;
}
.main-nav__item {
  margin-bottom: 15px;
}
.main-nav__item a {
  color: #5e35b1;
  font-weight: bold;
  font-size: 14px;
  transition: color 0.3s;
}
.main-nav__item a:hover, .main-nav__item a.active {
  color: rgb(73.1565217391, 41.247826087, 137.752173913);
}
@media (min-width: 992px) {
  .main-nav {
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
  }
  .main-nav__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
  }
  .main-nav__item {
    margin: 0 0 0 20px;
  }
}

.objetivos {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.objetivos__grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
}
@media (min-width: 992px) {
  .objetivos__grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.objetivo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
}
@media (min-width: 992px) {
  .objetivo {
    width: calc(25% - 20px);
  }
}
.objetivo__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.objetivo__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.objetivo__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #5e35b1;
}
.objetivo__text {
  font-size: 14px;
  color: #666;
}

.proposito {
  padding: 40px 0;
}
.proposito__text {
  color: #5e35b1;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .proposito__text {
    font-size: 22px;
  }
}
.proposito__text strong {
  font-weight: bold;
}
.proposito__description {
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
}
@media (min-width: 992px) {
  .proposito__description {
    font-size: 18px;
  }
}

.video {
  padding: 40px 0;
  text-align: center;
}
.video__title {
  color: #5e35b1;
  font-size: 18px;
  margin-bottom: 15px;
}
.video__link {
  color: #5e35b1;
  font-size: 14px;
  text-decoration: underline;
}
.video__link:hover {
  color: rgb(73.1565217391, 41.247826087, 137.752173913);
}

.main,
#main-content {
  padding-top: 70px;
}

@media (min-width: 1200px) {
  .main,
  #main-content {
    padding-top: 102px;
  }
}
@media (min-width: 1400px) {
  .main,
  #main-content {
    padding-top: 115px;
  }
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body, html {
  font-family: "Grandis", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .header__logo, .footer__brand, .btn-contacto, .footer__nav-list a, .main-nav a, .footer__contact-title, .footer__form-btn {
  font-family: "Grandis", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.swiper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
  /* list-style:none; */
  padding: 0;
  z-index: 1;
  display: block;
}

.organizaciones-aliadas__descripcion {
  margin: 0;
  text-align: left;
  max-width: 720px;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 768px) {
  .organizaciones-aliadas--intro .container {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .organizaciones-aliadas__descripcion {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .organizaciones-aliadas--intro .container {
    flex-direction: column;
    gap: 12px;
    padding: 0 12px;
  }
  .organizaciones-aliadas__titulo {
    color: #4a3aff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .organizaciones-aliadas__descripcion {
    max-width: 100%;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
.organizaciones-aliadas--grid {
  background: #fdfcf5;
  padding: 0 0 56px 0;
}
@media (max-width: 600px) {
  .organizaciones-aliadas--grid {
    padding: 0 0 32px 0;
  }
}
.organizaciones-aliadas--grid .container {
  max-width: 1005px;
  margin: 0 auto;
}

.organizacion-box {
  background: linear-gradient(135deg, #3b36a7 80%, #7b6cff 100%);
  border-radius: 8px;
  padding: 24px 18px 18px 18px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: none;
  height: 100%;
}
@media (max-width: 768px) {
  .organizacion-box {
    min-height: auto;
    padding: 16px 8px 12px 8px;
  }
}
@media (max-width: 320px) {
  .organizacion-box {
    padding: 16px 8px 12px 8px;
  }
}
.organizacion-box:nth-child(2), .organizacion-box:nth-child(5), .organizacion-box:nth-child(6) {
  background: linear-gradient(135deg, #7b6cff 80%, #3b36a7 100%);
}
.organizacion-box__titulo {
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .organizacion-box__titulo {
    font-size: 0.98rem;
  }
}
.organizacion-box__texto {
  font-size: 0.98rem;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .organizacion-box__texto {
    font-size: 0.92rem;
  }
}
.organizacion-box__button {
  margin-top: 18px;
  background: #fff;
  color: #4939fe;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  align-self: flex-end;
  transition: background 0.3s;
}
.organizacion-box__button i {
  font-size: 16px;
}
.organizacion-box__button:hover {
  background: #e9e7ff;
}

.consejo__titulo,
.directorio__titulo {
  font-size: 2.5rem;
  font-weight: 900;
  color: #4939fe;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .consejo__titulo,
  .directorio__titulo {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .consejo__titulo,
  .directorio__titulo {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.consejo__grid,
.directorio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .consejo__grid,
  .directorio__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 320px) {
  .consejo__grid,
  .directorio__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.consejo-box,
.directorio-box {
  text-align: center;
  position: relative;
  padding: 24px;
  background: #fdfcf5;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .consejo-box,
  .directorio-box {
    padding: 20px;
  }
}
.consejo-box__imagen,
.directorio-box__imagen {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.consejo-box__imagen img,
.directorio-box__imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .consejo-box__imagen,
  .directorio-box__imagen {
    width: 120px;
    height: 120px;
  }
}
.consejo-box__nombre,
.directorio-box__nombre {
  font-size: 1.2rem;
  font-weight: 700;
  color: #4939fe;
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .consejo-box__nombre,
  .directorio-box__nombre {
    font-size: 1.1rem;
  }
}
.consejo-box__cargo,
.directorio-box__cargo {
  font-size: 1rem;
  color: #222;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .consejo-box__cargo,
  .directorio-box__cargo {
    font-size: 0.9rem;
  }
}
.consejo-box__cita,
.directorio-box__cita {
  font-size: 0.9rem;
  color: #222;
  font-style: italic;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .consejo-box__cita,
  .directorio-box__cita {
    font-size: 0.85rem;
  }
}
.consejo-box__button,
.directorio-box__button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #4939fe;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.consejo-box__button i,
.directorio-box__button i {
  color: #fff;
  font-size: 0.8rem;
}
.consejo-box__button:hover,
.directorio-box__button:hover {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .consejo-box__button,
  .directorio-box__button {
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
  }
  .consejo-box__button i,
  .directorio-box__button i {
    font-size: 0.7rem;
  }
}

.organizaciones-aliadas-section {
  background: #fdfcf5;
  padding: 56px 0 32px 0;
}
.organizaciones-aliadas-section .container {
  max-width: 1005px;
  margin: 0 auto;
}
.organizaciones-aliadas-section__title {
  font-size: 2rem;
  font-weight: 800;
  color: #3b36a7;
  margin: 0 0 1.5rem 0;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .organizaciones-aliadas-section__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  .organizaciones-aliadas-section__title {
    font-size: 1.2rem;
  }
}
.organizaciones-aliadas-section__desc {
  font-size: 1.1rem;
  color: #222;
  line-height: 1.5;
  margin: 0 auto 2rem auto;
  text-align: center;
  max-width: 520px;
}
@media (max-width: 768px) {
  .organizaciones-aliadas-section__desc {
    font-size: 1rem;
  }
}
@media (max-width: 320px) {
  .organizaciones-aliadas-section__desc {
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
    padding: 0 20px;
  }
}

.organizaciones-aliadas-swiper {
  width: 100%;
  overflow: visible;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .organizaciones-aliadas-swiper .swiper-wrapper {
    display: flex;
  }
}
@media (min-width: 768px) {
  .organizaciones-aliadas-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    transform: none !important;
  }
}
.organizaciones-aliadas-swiper .swiper-slide {
  height: auto;
}
@media (min-width: 768px) {
  .organizaciones-aliadas-swiper .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .organizaciones-aliadas-swiper__button-prev, .organizaciones-aliadas-swiper__button-next, .organizaciones-aliadas-swiper__pagination {
    display: none !important;
  }
}
.organizaciones-aliadas-swiper__button-prev, .organizaciones-aliadas-swiper__button-next {
  color: #4939fe;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(77, 62, 234, 0.08);
  z-index: 2;
}
.organizaciones-aliadas-swiper__button-prev::after, .organizaciones-aliadas-swiper__button-next::after {
  font-size: 18px !important;
  font-weight: bold;
}
.organizaciones-aliadas-swiper__button-prev {
  left: 0;
}
.organizaciones-aliadas-swiper__button-next {
  right: 0;
}
.organizaciones-aliadas-swiper__pagination {
  position: relative;
  margin-top: 18px;
}
.organizaciones-aliadas-swiper__pagination .swiper-pagination-bullet {
  background: #4939fe;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
.organizaciones-aliadas-swiper__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3b36a7;
}

.carrusel-container-sin-2 img {
  width: 100%;
  height: 288px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.info-cards-section .info-cards {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 320px) {
  .info-cards-section .info-cards.mobile-scroll {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 0 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .info-cards-section .info-cards.mobile-scroll::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1200px) {
  .info-cards-section .organizaciones-aliadas-cards {
    overflow: visible;
  }
}
.info-cards-section .info-card {
  background: linear-gradient(135deg, #3b36a7 80%, #7b6cff 100%);
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  transition: 0.3s ease;
}
@media (min-width: 1200px) {
  .info-cards-section .info-card:hover {
    box-shadow: 0 0 10px #312783;
    transform: scale(1.02);
  }
}
.info-cards-section .info-card:nth-child(2n) {
  background: linear-gradient(135deg, #7b6cff 80%, #3b36a7 100%);
}
.info-cards-section .info-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}
.info-cards-section .info-card p {
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.9;
}
@media (max-width: 320px) {
  .info-cards-section .info-card {
    min-width: 280px;
    margin-bottom: 0;
    scroll-snap-align: start;
  }
  .info-cards-section .info-card:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 320px) {
  .info-cards-section {
    padding: 30px 0;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  justify-items: center;
}

/* Fila superior: miembros 1, 2, 3 (ocupando columnas 1-4 dejando 2 espacios intermedios) */
.team-grid > *:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  text-align: center;
}

.team-grid > *:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}

.team-grid > *:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
  text-align: center;
}

/* Fila inferior: miembros 4 y 5 centrados */
.team-grid > *:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
  margin: -5px 174px 0 -146px;
  text-align: center;
}
@media (min-width: 1024px) {
  .team-grid > *:nth-child(4) {
    margin: -5px 174px 0 -233px;
  }
}

.team-grid > *:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
  margin: 0 232px 0 -206px;
  text-align: center;
}
@media (min-width: 1024px) {
  .team-grid > *:nth-child(5) {
    margin: 0 80px 0 -131px;
  }
}

/* Responsive tablet: 2 columnas */
/* Responsive móvil: 1 columna */
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-grid > * {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
.team-member {
  transition: transform 0.3s;
}
.team-member .member-image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: var(--spacing-xs, 0.5rem);
}
.team-member .member-name {
  margin-bottom: var(--spacing-xs, 0.5rem);
  color: #4a3aff;
  font-size: 18.71px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.team-member .member-title {
  margin-bottom: var(--spacing-xs, 0.5rem);
  color: #4a3aff;
  font-size: 18.71px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.team-member .member-description {
  color: #977aff;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: var(--spacing-md, 2rem);
}
@media (max-width: 480px) {
  .directory-grid {
    grid-template-columns: 1fr;
  }
}

.directory-member {
  text-align: center;
}
.directory-member .directory-image {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: var(--spacing-xs, 0.5rem);
}
.directory-member .directory-name {
  margin-bottom: 2px;
  color: #4a3aff;
  font-size: 21.06px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.directory-member .directory-title {
  color: #4a3aff;
  font-size: 20.06px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.red-empresas__quote {
  background-color: #f6f6f9;
  padding: 30px;
  border-left: 5px solid #8f19b1;
  font-style: italic;
  color: #8f19b1;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.empresas-aliadas {
  background-color: #fdfcf5;
  padding: 40px 0;
  text-align: center;
}

.empresas-aliadas h2 {
  color: #8f19b1;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.empresas-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.empresa-logo-item {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.empresa-logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.btn-ver-todas {
  display: inline-block;
  background-color: #8f19b1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-ver-todas:hover {
  background-color: rgb(106.896039604, 18.6881188119, 132.3118811881);
}

@media (max-width: 768px) {
  .empresas-logos {
    gap: 10px;
  }
  .empresa-logo-item {
    width: 80px;
    height: 80px;
  }
  .btn-ver-todas {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.info-cards-section .info-card {
  padding: 1.5rem;
  border-radius: 1rem;
  color: #fff;
}
.info-cards-section .info-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.info-cards-section .info-card p {
  font-size: 1rem;
  line-height: 1.4;
}
.info-cards-section .info-cards-swiper {
  overflow: visible;
}
.info-cards-section .info-cards-swiper .swiper-wrapper {
  display: flex;
}
.info-cards-section .info-cards-swiper .swiper-slide {
  width: auto;
  flex: 1 1 30%;
  margin-right: 1rem;
}
.info-cards-section .info-cards-swiper .swiper-pagination {
  display: none;
}

@media (max-width: 320px) {
  .info-cards-section .info-cards-swiper .swiper-slide {
    flex: 0 0 50%;
    width: 50%;
  }
  .info-cards-section .info-cards-swiper .swiper-pagination {
    display: block;
    margin-top: 1rem;
  }
}
@media (max-width: 320px) {
  .d-none-desktop {
    display: block !important;
  }
  .d-none-mobile {
    display: none !important;
  }
  .consejo-swiper {
    padding: 20px 0;
  }
  .consejo-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 321px) {
  .d-none-desktop {
    display: none !important;
  }
  .d-none-mobile {
    display: grid !important;
  }
}
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (max-width: 320px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
.mobile-swiper {
  position: relative;
  padding: 0 40px;
}
.mobile-swiper .swiper-wrapper .info-card {
  height: 100%;
}
.mobile-swiper .swiper-button-prev,
.mobile-swiper .swiper-button-next {
  color: #4939fe;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(77, 62, 234, 0.08);
}
.mobile-swiper .swiper-button-prev::after,
.mobile-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.mobile-swiper .swiper-button-prev {
  left: 0;
}
.mobile-swiper .swiper-button-next {
  right: 0;
}
.mobile-swiper .swiper-pagination {
  position: relative;
  margin-top: 18px;
}
.mobile-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #4939fe;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
.mobile-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3b36a7;
}

.info-cards-section-v2 .mobile-swiper-v2 {
  position: relative;
  padding: 0 40px;
}
.info-cards-section-v2 .mobile-swiper-v2 .swiper-wrapper .info-card-v2 {
  height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  color: #fff;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.info-cards-section-v2 .mobile-swiper-v2 .swiper-wrapper .info-card-v2 h3 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.3;
}
.info-cards-section-v2 .mobile-swiper-v2 .swiper-wrapper .info-card-v2 p {
  font-size: 0.9rem;
  line-height: 1.5;
}
.info-cards-section-v2 .mobile-swiper-v2 .swiper-button-prev-v2,
.info-cards-section-v2 .mobile-swiper-v2 .swiper-button-next-v2 {
  color: #4939fe;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(77, 62, 234, 0.08);
  transform: translateY(-50%);
}
.info-cards-section-v2 .mobile-swiper-v2 .swiper-button-prev-v2::after,
.info-cards-section-v2 .mobile-swiper-v2 .swiper-button-next-v2::after {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 320px) {
  .info-cards-section-v2 .mobile-swiper-v2 .swiper-button-prev-v2,
  .info-cards-section-v2 .mobile-swiper-v2 .swiper-button-next-v2 {
    width: 28px;
    height: 28px;
  }
  .info-cards-section-v2 .mobile-swiper-v2 .swiper-button-prev-v2::after,
  .info-cards-section-v2 .mobile-swiper-v2 .swiper-button-next-v2::after {
    font-size: 14px;
  }
}
.info-cards-section-v2 .mobile-swiper-v2 .swiper-button-prev-v2 {
  left: 5px;
}
.info-cards-section-v2 .mobile-swiper-v2 .swiper-button-next-v2 {
  right: 5px;
}
.info-cards-section-v2 .mobile-swiper-v2 .swiper-pagination-v2 {
  position: relative;
  margin-top: 1.5rem;
}
.info-cards-section-v2 .mobile-swiper-v2 .swiper-pagination-v2 .swiper-pagination-bullet {
  background: #4939fe;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.info-cards-section-v2 .mobile-swiper-v2 .swiper-pagination-v2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3b36a7;
}
@media (max-width: 320px) {
  .info-cards-section-v2 .mobile-swiper-v2 {
    padding: 0 35px;
  }
}

/* SCSS general de las tarjetas */
.info-cards-section .info-cards {
  gap: 16px;
}
.info-cards-section .info-card {
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  height: 100%;
}
.info-cards-section .info-card:nth-child(odd) {
  background: #312783;
}
.info-cards-section .info-card:nth-child(even) {
  background: #977aff;
}
.info-cards-section .info-card h3 {
  margin-bottom: 0.5em;
  font-size: 1.1rem;
}
.info-cards-section .info-card p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 1152px) {
  .info-cards-section .info-card p {
    font-size: 16px;
  }
}

.h3-box {
  color: #fdfcf5;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1440px) {
  .h3-box {
    font-size: 20px;
  }
}

.p-box {
  color: #fdfcf5;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 1440px) {
  .p-box {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .organizaciones-aliadas-cards > div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .organizaciones-aliadas-cards > div {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
.container {
  max-width: 1270px !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-content: center !important;
  justify-content: space-around !important;
  align-items: center !important;
}
@media (max-width: 1152px) {
  .container {
    transform: scale(0.97);
  }
}

.section-title-1 {
  margin-bottom: 20px;
  text-align: left;
  color: #312783;
  /* font-size: 57.779px; */
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 38px;
}

/* Estilo general para ambos */
.info-cards {
  display: grid;
  gap: 1.5rem;
  min-width: 50%;
  scroll-snap-align: start;
  /* Estilo para pantallas grandes */
}
@media (min-width: 768px) {
  .info-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .info-cards {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    scroll-snap-type: x mandatory;
  }
}

.consejo > div {
  border-bottom: 1px solid rgba(74, 58, 255, 0.337254902);
}

.team-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.directory-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/* Estos estilos se aplicarán solo en pantallas de 768px de ancho o menos */
.team-member,
.directory-member {
  text-align: center;
  height: 100%;
}
@media (max-width: 768px) {
  .team-member,
  .directory-member {
    align-items: flex-start;
  }
}

.consejo-image,
.directorio-image {
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
}

.consejo-name,
.directorio-name {
  color: #4a3aff;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.5rem;
  text-align: center;
}

.consejo-title,
.directorio-title {
  color: #4a3aff;
  font-weight: 300;
  line-height: normal;
  flex-grow: 1;
  margin-bottom: 1rem;
}

.consejo-description {
  color: #977aff;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.consejo-image {
  width: 220px;
  height: 220px;
}

.consejo-name,
.consejo-title {
  font-size: 18.71px;
}

.directorio-image {
  width: 170px;
  height: 170px;
}

.directorio-name {
  font-size: 21.06px;
}

.directorio-title {
  font-size: 20.06px;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 1.5rem;
  bottom: auto;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #4939fe;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 992px) {
  .consejo-swiper > div,
  .directorio-swiper > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .consejo-swiper > div .swiper-slide {
    width: 286px;
  }
  .directorio-swiper > div .swiper-slide {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .consejo-swiper > div {
    gap: 40px 55px;
  }
  .consejo-swiper > div .swiper-slide {
    width: 345px;
  }
  .directorio-swiper > div {
    gap: 40px 50px;
  }
  .directorio-swiper > div .swiper-slide {
    width: 240px;
  }
}
@media (min-width: 1400px) {
  .consejo-swiper > div .swiper-slide {
    width: 396px;
  }
  .directorio-swiper > div .swiper-slide {
    width: 270px;
  }
}
/*
  ==========================================================================
  REGLAS PARA INTERCAMBIAR VISTA MÓVIL Y ESCRITORIO
  ==========================================================================
*/
/*
  ESTADO POR DEFECTO (PANTALLAS DE MENOS DE 768px):
  - Mostramos la versión móvil (el carrusel que tiene la clase .d-none-desktop).
  - Ocultamos la versión de escritorio (la cuadrícula que tiene la clase .d-none-mobile).
*/
.d-none-desktop {
  display: block !important; /* O 'flex'. Asegura que el carrusel sea visible. */
}

.d-none-mobile {
  display: none !important; /* Oculta la cuadrícula en pantallas pequeñas. */
}

/*
  CAMBIOS A PARTIR DE 768px (TABLETS Y ESCRITORIO):
  - Invertimos la visibilidad.
*/
@media (min-width: 1024px) {
  .d-none-mobile {
    /*
      Mostramos la cuadrícula. Usamos 'grid' porque tus clases son
      'team-grid' y 'directory-grid', que deben ser cuadrículas.
    */
    display: grid !important;
  }
}
.team-member-4 {
  justify-content: center;
}

.horizontal-line-larga-aliadas {
  width: 0%;
  background-color: #4a3aff;
  height: 1px;
}
@media (min-width: 1024px) {
  .horizontal-line-larga-aliadas {
    width: 95%;
    margin: 5px 0 25px 16px;
  }
}
@media (min-width: 1440px) {
  .horizontal-line-larga-aliadas {
    width: 84%;
    margin: 5px 0 25px 101px;
  }
}
@media (min-width: 2560px) {
  .horizontal-line-larga-aliadas {
    width: 47%;
    margin: 5px 0 25px 660px;
  }
}

.programa {
  padding: 40px 0;
}
.programa__intro {
  margin-bottom: 30px;
}
.programa__intro p {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .programa__intro p {
    font-size: 18px;
  }
}
.programa__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .programa__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.programa__formato {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .programa__formato {
    width: 40%;
  }
}
.programa__componentes {
  background-color: #5e35b1;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
}
@media (min-width: 992px) {
  .programa__componentes {
    width: 55%;
  }
}
.programa__subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .programa__subtitle {
    font-size: 18px;
  }
}
.programa__total {
  font-weight: bold;
  margin-top: 20px;
}
.programa__arancel {
  margin-bottom: 30px;
}
.programa__arancel p {
  color: #5e35b1;
  font-weight: bold;
}
.programa__quote {
  background-color: #fff;
  border-left: 5px solid #5e35b1;
  padding: 20px;
  margin-bottom: 30px;
  font-style: italic;
}
.programa__quote p {
  color: #5e35b1;
}

.componente {
  margin-bottom: 15px;
}
.componente__title {
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .componente__title {
    font-size: 16px;
  }
}

.btn-download {
  display: inline-block;
  background-color: #fff;
  color: #5e35b1;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s;
}
.btn-download:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}

.admision__content {
  margin-bottom: 30px;
}
.admision__title {
  color: #5e35b1;
  font-size: 20px;
  margin-bottom: 20px;
}
.admision__subtitle {
  color: #5e35b1;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.admision__grupo {
  margin-bottom: 20px;
}
.admision__requisitos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .admision__requisitos {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .admision h2 {
    font-size: 1.1rem;
    margin-bottom: 14px;
  }
  .admision .requisitos {
    order: 0;
    flex-direction: column;
    gap: 10px;
  }
  .admision .requisitos .requisitos-izquierda,
  .admision .requisitos .requisitos-derecha {
    width: 100%;
    border-radius: 16px;
  }
  .admision .requisitos .requisitos-izquierda {
    padding: 20px 30px;
    margin: 0 auto 20px;
    font-size: -15.02rem;
    width: 273px;
    height: 267px;
    background-color: #8f19b1;
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) and (min-width: 375px) {
  .admision .requisitos .requisitos-izquierda {
    width: 325px;
    height: 325px;
  }
}
@media (max-width: 768px) and (min-width: 425px) {
  .admision .requisitos .requisitos-izquierda {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .admision .requisitos .requisitos-titulo {
    font-size: 1rem;
  }
  .admision .requisitos .requisitos-contenido {
    font-size: 0.95rem;
  }
  .admision .boton-postular {
    width: 100%;
    font-size: 1rem;
    padding: 14px 0;
    border-radius: 8px;
    margin-top: 18px;
  }
}
.admision h2 {
  color: #8f19b1;
  font-size: 52.168px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.requisito {
  background-color: #5e35b1;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
}
@media (min-width: 992px) {
  .requisito {
    width: 250px;
  }
}
.requisito__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.requisito p {
  margin-bottom: 5px;
  font-size: 14px;
}

.btn-postular {
  display: inline-block;
  background-color: #5e35b1;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.btn-postular:hover {
  background-color: rgb(73.1565217391, 41.247826087, 137.752173913);
}

.programa-academico-hero {
  background-color: #f6f6f9;
  padding: 80px 0;
}
.programa-academico-hero .hero__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.programa-academico-hero .hero__content h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #4939fe;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .programa-academico-hero .hero__content h1 {
    font-size: 36px;
  }
}
.programa-academico-hero .hero__content p {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
}

.programa-academico {
  padding: 60px 0;
}
.programa-academico h2 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .programa-academico h2 {
    font-size: 28px;
  }
}
.programa-academico__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .programa-academico__grid {
    grid-template-columns: 1fr;
  }
}
.programa-academico .programa-info-box {
  padding: 40px;
  border-radius: 12px;
  color: white;
}
.programa-academico .programa-info-box h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.3;
}
.programa-academico .programa-info-box p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.programa-academico .programa-info-box p strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.programa-academico .programa-info-box--purple {
  background-color: #8c52ff;
}
.programa-academico .programa-info-box--purple .total-horas {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
}
.programa-academico .programa-info-box--blue {
  background-color: #4939fe;
}
.programa-academico .programa-actividades {
  list-style: none;
  padding: 0;
  margin: 0;
}
.programa-academico .programa-actividades li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.programa-academico .programa-actividades li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.programa-academico .btn-descargar {
  display: inline-block;
  background-color: #4939fe;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.programa-academico .btn-descargar:hover {
  background-color: rgb(26.3567839196, 6.256281407, 253.743718593);
}
.programa-academico__cta {
  text-align: center;
  margin-bottom: 60px;
}
.programa-academico__arancel {
  margin-bottom: 60px;
}
.programa-academico__arancel h3 {
  font-weight: 700;
  font-size: 24px;
  color: #4939fe;
  margin-bottom: 20px;
}
.programa-academico__arancel p {
  font-size: 18px;
  line-height: 1.6;
  color: #4939fe;
  font-weight: 600;
  margin-bottom: 30px;
}
.programa-academico__arancel blockquote {
  background-color: #f6f6f9;
  padding: 30px;
  border-radius: 12px;
  font-style: italic;
  color: #4939fe;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.programa-academico__admisiones {
  margin-bottom: 60px;
}
.programa-academico__admisiones h2 {
  font-weight: 700;
  font-size: 28px;
  color: #4939fe;
  margin-bottom: 40px;
  text-transform: none;
}
.programa-academico .admision-requisitos {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .programa-academico .admision-requisitos {
    grid-template-columns: 1fr;
  }
}
.programa-academico .requisitos-circle {
  background-color: #8c52ff;
  color: white;
  padding: 40px;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.programa-academico .requisitos-circle h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.programa-academico .requisitos-circle ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.programa-academico .requisitos-circle ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.programa-academico .requisitos-circle ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
}
.programa-academico .requisitos-circle .requisitos-nota {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.programa-academico .admision-info .admision-grupo {
  margin-bottom: 30px;
}
.programa-academico .admision-info .admision-grupo h4 {
  font-weight: 700;
  font-size: 20px;
  color: #4939fe;
  margin-bottom: 15px;
}
.programa-academico .admision-info .admision-grupo p {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}
.programa-academico .btn-postular {
  display: inline-block;
  background-color: #4939fe;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.programa-academico .btn-postular:hover {
  background-color: rgb(26.3567839196, 6.256281407, 253.743718593);
}
.programa-academico__video h3 {
  font-weight: 700;
  font-size: 24px;
  color: #4939fe;
  margin-bottom: 20px;
}
.programa-academico__video iframe {
  width: 100%;
  height: 400px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .programa-academico__video iframe {
    height: 250px;
  }
}

.program-header-row {
  /* align-content: space-between; */
}
.program-header-row .titulo {
  letter-spacing: -1px;
  color: #8f19b1;
  font-size: 37.168px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 320px) {
  .program-header-row .titulo {
    /* letter-spacing: -1px; */
    font-size: 23.168px;
    padding: 0px;
    max-width: 40px;
    display: flex;
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 1152px) {
  .program-header-row .titulo {
    padding: 0px 0px 0px 34px;
  }
}
.program-header-row .descripcion {
  text-align: left !important;
  color: #000;
  font-size: 26.98px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 320px) {
  .program-header-row .descripcion {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .program-header-row .descripcion {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .program-header-row {
    flex-direction: column;
    gap: 16px;
  }
  .program-header-row .titulo,
  .program-header-row .descripcion {
    text-align: center;
    margin: 0 auto;
  }
}

.imagen-section {
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .imagen-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .imagen-section .imagen-container {
    width: 40%;
  }
  .imagen-section .aranceles {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .imagen-section {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .imagen-section .imagen-container,
  .imagen-section .aranceles {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: left;
  }
  .imagen-section .imagen-container img {
    order: 1;
    border-radius: 16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .imagen-section .imagen-container img {
    width: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .imagen-section .aranceles h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .imagen-section .aranceles .precio {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .imagen-section .aranceles .testimonio {
    font-size: 0.95rem;
    margin-top: 12px;
    padding: 0 8px;
  }
}

.testimonio {
  color: #8f19b1;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.red-mujeres-hero .hero__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}

.red-mujeres-hero .hero__text-content {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: flex-start;
}

.red-mujeres-hero h1 {
  color: #4a3aff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-align: left;
  grid-column: 1;
}

.red-mujeres-hero p {
  color: #222;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  grid-column: 2;
}

@media (max-width: 700px) {
  .red-mujeres-hero .hero__text-content {
    display: block;
  }
  .red-mujeres-hero h1,
  .red-mujeres-hero p {
    grid-column: auto;
    text-align: center;
  }
}
.red-mujeres__proposito {
  border-radius: 4px;
  padding: 18px 32px 12px 32px;
  margin-bottom: 32px;
}

.red-mujeres__proposito h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
}

.red-mujeres__proposito p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.red-mujeres__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 24px;
}

.red-mujeres__consejo h2,
.red-mujeres__comite h2 {
  color: #8f19b1;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 0;
}

.red-mujeres__consejo p {
  color: #222;
  font-size: 13px;
  margin: 0;
}

.red-mujeres__comite ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.red-mujeres__comite li {
  font-size: 13px;
  margin-bottom: 2px;
}

.red-mujeres__comite strong {
  color: #4a3aff;
  font-weight: 700;
}

.red-mujeres__comite li {
  color: #4a3aff;
  font-size: 13px;
  font-weight: 400;
}

.red-mujeres__comite li strong {
  color: #222;
  font-weight: 700;
}

.red-mujeres__comite li a {
  color: #4a3aff;
  text-decoration: underline;
  font-size: 13px;
}

@media (max-width: 768px) {
  .red-mujeres__content {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .red-mujeres__proposito {
    padding: 14px 10px 10px 10px;
  }
}
.red-mujeres__quote p {
  color: #977aff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 40px 0 0 0;
}

.profiles-intro {
  color: #3b32f8;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.1;
}

.profiles-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.red-mujeres__profiles {
  display: flex;
  gap: 32px;
}

.profile {
  background: linear-gradient(135deg, #8f7bff 0%, #bdb3ff 100%);
  border-radius: 0;
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: background 0.2s;
}

.profile:nth-child(odd) {
  background: linear-gradient(135deg, #8f7bff 0%, #a18aff 100%);
}

.profile__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.profile__name {
  color: #312783;
  font-size: 32.946px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  text-align: center;
}

.profile__position {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 18px;
  text-align: center;
}

.profile__linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.profile__linkedin svg {
  background: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 4px;
}

.profile__linkedin path {
  fill: #8f7bff;
}

.slider-nav {
  background: #3b32f8;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
  z-index: 2;
}

.slider-nav i,
.slider-nav svg {
  color: #fff;
  fill: #fff;
  font-size: 22px;
}

@media (max-width: 768px) {
  .red-mujeres__profiles {
    gap: 12px;
  }
  .profile {
    width: 180px;
    height: 180px;
  }
  .profile__name {
    font-size: 38px;
  }
  .profile__position {
    font-size: 13px;
  }
  .profiles-intro {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .programa-academico {
    padding: 40px 0;
  }
  .programa-academico__grid, .programa-academico__cta, .programa-academico__arancel, .programa-academico__admisiones {
    margin-bottom: 40px;
  }
  .programa-academico .programa-info-box {
    padding: 30px;
  }
  .programa-academico .admision-requisitos {
    gap: 30px;
  }
  .programa-academico .requisitos-circle {
    aspect-ratio: auto;
    border-radius: 12px;
    padding: 30px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fdfcf5;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.titulo {
  color: #7a1ea1;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.descripcion {
  font-size: 14px;
  line-height: 1.5;
}

.detalles-izquierda {
  padding: 20px;
  background-color: #8f19b1;
  color: white;
}
@media (min-width: 992px) {
  .detalles-izquierda {
    width: 40%;
  }
}

.detalle-item {
  margin-bottom: 15px;
}

.detalle-titulo-b {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .detalle-titulo-b {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .detalle-titulo-b {
    font-size: 24px;
  }
}

.detalle-contenido {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .detalle-contenido {
    font-size: 16px;
  }
}

.detalles-derecha {
  background-color: #4a32f3;
  color: white;
  position: relative;
}
@media (min-width: 992px) {
  .detalles-derecha {
    width: 60%;
    padding-bottom: 50px !important;
  }
  .detalles-derecha .boton-descarga {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: fit-content;
  }
}

.detalles-derecha,
.detalles-izquierda {
  flex-grow: 1;
  padding: 20px;
}
@media (min-width: 992px) {
  .detalles-derecha,
  .detalles-izquierda {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .detalles-derecha,
  .detalles-izquierda {
    padding: 30px;
  }
}

.seccion {
  margin-bottom: 15px;
}

.seccion-titulo {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.seccion-contenido {
  font-size: 12px;
  line-height: 1.4;
}

.total-horas {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 26px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: contents;
}

.imagen-container {
  width: 29%;
}

.imagen-container img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 0 0;
}

.aranceles h3 {
  color: #4a3aff;
  font-size: 20.779px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.aranceles .precio {
  color: #4a3aff;
  font-size: 19.78px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.aranceles .precio-2 {
  color: #000;
  font-size: 15.08px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.testimonio {
  color: #8f19b1;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.admision h2 {
  color: #8f19b1;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .admision h2 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .requisitos {
    display: flex;
    gap: 20px;
  }
  .requisitos .requisitos-izquierda {
    width: 40%;
  }
  .requisitos .requisitos-derecha {
    width: 60%;
  }
  .requisitos .requisitos-derecha .boton-postular {
    margin-top: 30px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .requisitos {
    gap: 60px;
  }
}
.requisitos-izquierda {
  width: 350px;
  height: 350px;
  margin: 0 auto 20px;
  background-color: #8f19b1;
  color: white;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .requisitos-izquierda {
    height: 40%;
  }
}

.requisitos-titulo {
  color: #fff;
  font-size: 14.825px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 320px) {
  .requisitos-titulo {
    font-size: 11.408px;
    font-size: 13px !important;
  }
}

.requisitos-contenido {
  color: #fff;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 1200px) {
  .requisitos-contenido h3 {
    font-size: 20px;
  }
  .requisitos-contenido p {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .requisitos-contenido h3 {
    font-size: 22px;
  }
  .requisitos-contenido p {
    font-size: 20px;
  }
}

.empresa-titulo,
.ejecutivas-titulo {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 320px) {
  .empresa-titulo,
  .ejecutivas-titulo {
    font-size: 19.355px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: contents;
    text-align: left;
    display: block;
  }
}

.empresa-contenido,
.ejecutivas-contenido {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: contents;
  text-align: left;
  display: block;
}
@media (max-width: 768px) {
  .empresa-contenido,
  .ejecutivas-contenido {
    font-size: 15.355px;
  }
}
@media (max-width: 320px) {
  .empresa-contenido,
  .ejecutivas-contenido {
    font-size: 16.355px;
  }
}

.empresa-contenido-2,
.ejecutivas-contenido {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: contents;
  text-align: left;
  display: block;
}
@media (max-width: 768px) {
  .empresa-contenido-2,
  .ejecutivas-contenido {
    font-size: 15.355px;
  }
}
@media (max-width: 320px) {
  .empresa-contenido-2,
  .ejecutivas-contenido {
    font-size: 16.355px;
  }
}

.boton-postular {
  display: block;
  width: 200px;
  margin: 0 auto;
  background-color: #8f19b1;
  color: white;
  text-align: center;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.boton-descarga {
  display: block;
  width: 232px;
  background-color: white;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
}

.seccion {
  margin-bottom: 1.5rem;
}

.boton-descarga {
  display: inline-block;
  background: #8f19b1;
  color: white;
  font-weight: bold;
  padding: 1rem -1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
  position: relative;
  left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .boton-descarga {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .boton-descarga {
    font-size: 24px;
    padding: 10px 30px;
  }
}

.boton-descarga:hover {
  background: #8c1975;
}

.box-boton {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: #b62094;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

img {
  max-width: 357px;
  height: auto;
}

.testimonio-2 {
  margin: 0;
  color: #8f19b1;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: contents;
  text-align: left;
  display: block;
}
@media (max-width: 320px) {
  .testimonio-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .testimonio-2 {
    font-size: 16px;
  }
}

.admision-titulo {
  color: #8f19b1;
  font-size: 33.168px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: contents;
  text-align: left;
  display: block;
}
@media (max-width: 768px) {
  .admision-titulo {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .admision-titulo {
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  .admision-titulo {
    margin: 0 0 0 0;
  }
}

.detalles {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
}
@media (max-width: 1199px) {
  .detalles {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .detalles {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .detalles .detalles-izquierda,
  .detalles .detalles-derecha {
    order: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .detalles .detalles-izquierda {
    order: 1;
    text-align: left;
  }
  .detalles .detalles-izquierda .detalle-titulo {
    font-size: 1rem;
  }
  .detalles .detalles-izquierda .total-horas {
    font-size: 1.1rem;
    margin-top: 1em;
    text-align: center;
  }
  .detalles .detalles-derecha {
    background: #4a32f3;
    color: white;
    position: relative;
  }
  .detalles .title-detalles {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .detalles .detalles-derecha .seccion-titulo {
    font-size: 0.98rem;
    margin-bottom: 0.8em;
  }
}

@media (max-width: 768px) {
  .order-2 {
    display: flex;
    flex-direction: column;
  }
  .order-2 .imagen-container {
    order: 0;
  }
  .order-2 .requisitos-izquierda {
    order: 1;
  }
  .order-2 .aranceles {
    order: -2;
  }
  .order-2 .requisitos-derecha {
    order: 4;
  }
}
.valores-block__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #8c1975;
  margin-bottom: 20px;
}

.valores-block__table-wrap {
  overflow-x: auto;
  margin-bottom: 20px;
}

.valores-block__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 0;
}

.valores-block__table th,
.valores-block__table td {
  border: 1px solid #8c1975;
  color: #333333;
  padding: 0.75rem 1rem;
}

.valores-block__table tbody tr td:first-child {
  border: 1px solid #8c1975;
  color: #6c33ff !important;
  padding: 0.75rem 1rem;
  background-color: #f3f0ff;
}

.valores-block__table thead tr th:first-child {
  background-color: #fdfcf5;
}

.valores-block__table thead {
  background-color: #f3f0ff;
}

.valores-block__table thead th {
  color: #6c33ff;
  font-weight: 600;
}

.valores-block__discount {
  display: block;
  font-size: 0.875rem;
  color: #6c33ff;
  margin-top: 0.25rem;
}

.valores-block__info p {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 320px) {
  .valores-block__info p {
    padding: 0px;
  }
}
@media (max-width: 786px) {
  .valores-block__info p {
    padding: 0px;
  }
}

.valores-block__info strong {
  font-weight: 600;
}

.valores-block__obs {
  font-style: italic;
  color: #6c33ff;
}

.valores-block {
  margin-top: 30px;
  width: 100%;
}

.red-empresas-hero {
  background-color: #fdfcf5;
}
.red-empresas-hero .hero__content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3px;
  align-items: center;
}
@media (max-width: 1152px) {
  .red-empresas-hero .hero__content {
    transform: scale(0.9);
    padding: initial;
  }
}
@media (max-width: 768px) {
  .red-empresas-hero .hero__content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.red-empresas-hero .hero__text-content h1 {
  margin-bottom: 16px;
  color: #4a3aff;
  font-size: 44.168px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .red-empresas-hero .hero__text-content h1 {
    font-size: 28px;
  }
}
.red-empresas-hero .hero__text-content p {
  max-width: 800px;
  color: #000;
  font-size: 27.98px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .red-empresas-hero .hero__text-content p {
    font-size: 16px;
  }
}
.red-empresas-hero .hero__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.red-empresas {
  padding: 80px 0;
}
.red-empresas__intro {
  margin-bottom: 30px;
}
.red-empresas__sections {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px;
}
@media (min-width: 992px) {
  .red-empresas__sections {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .red-empresas__section {
    width: 48%;
  }
}
.red-empresas__title {
  color: #5e35b1;
  font-size: 20px;
  margin-bottom: 20px;
}
.red-empresas__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
}
.red-empresas__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .red-empresas__grid {
    grid-template-columns: 1fr;
  }
}
.red-empresas h2 {
  font-weight: 700;
  font-size: 36px;
  color: #4939fe;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .red-empresas h2 {
    font-size: 28px;
    text-align: center;
  }
}
.red-empresas .beneficios-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.red-empresas .beneficio {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.red-empresas .beneficio__number {
  width: 40px;
  height: 40px;
  background-color: #4a3aff;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.red-empresas .beneficio__content h3 {
  font-size: 18px;
  color: #4a3aff;
  margin-bottom: 5px;
}
.red-empresas .beneficio__content p {
  font-size: 16px;
  color: #333;
}
.red-empresas .compromisos-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.red-empresas .compromiso {
  background-color: #f6f6f9;
  padding: 20px;
  border-radius: 8px;
}
.red-empresas .compromiso h3 {
  font-size: 18px;
  color: #4a3aff;
  margin-bottom: 5px;
}
.red-empresas .compromiso p {
  font-size: 16px;
  color: #333;
}
.red-empresas__quote {
  text-align: center;
  background-color: #4a3aff;
  color: white;
  padding: 30px;
  border-radius: 8px;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 40px;
}

.empresas-aliadas {
  text-align: center;
  padding: 40px 0;
}
.empresas-aliadas h2 {
  font-size: 24px;
  color: #4939fe;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .empresas-aliadas h2 {
    font-size: 20px;
  }
}
.empresas-aliadas .empresas-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.empresas-aliadas .empresas-logos .img-3 {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .empresas-aliadas .empresas-logos .img-3 {
    max-width: 100px;
  }
}
.empresas-aliadas .btn-ver-todas {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4939fe;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.empresas-aliadas .btn-ver-todas:hover {
  background-color: #372db5;
}
@media (max-width: 768px) {
  .empresas-aliadas .btn-ver-todas {
    font-size: 14px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f9f9f5;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f5;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.header .logo {
  width: 80px;
  height: 80px;
  background-color: #4ae6bc;
  border-radius: 50%;
}
.header .info-container {
  width: 70%;
}
.header .titulo {
  color: #6a4ec0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.header .descripcion {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.preguntas {
  margin-bottom: 30px;
  gap: 30px;
}
@media (min-width: 1200px) {
  .preguntas {
    display: flex;
    gap: 20px;
  }
  .preguntas .empresas,
  .preguntas .compromisos {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .preguntas {
    gap: 40px;
  }
}
.preguntas .pregunta-titulo {
  margin-bottom: 20px;
  color: #4a3aff;
  font-size: 28.168px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 320px) {
  .preguntas .pregunta-titulo {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .preguntas .pregunta-titulo {
    font-size: 22px;
  }
}
.preguntas .beneficio-item,
.preguntas .compromiso-item {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  gap: 10px;
}
.preguntas .beneficio-item .numero-circulo,
.preguntas .beneficio-item .beneficio-contenido,
.preguntas .beneficio-item .compromiso-descripcion,
.preguntas .compromiso-item .numero-circulo,
.preguntas .compromiso-item .beneficio-contenido,
.preguntas .compromiso-item .compromiso-descripcion {
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .preguntas .beneficio-item .numero-circulo,
  .preguntas .beneficio-item .beneficio-contenido,
  .preguntas .beneficio-item .compromiso-descripcion,
  .preguntas .compromiso-item .numero-circulo,
  .preguntas .compromiso-item .beneficio-contenido,
  .preguntas .compromiso-item .compromiso-descripcion {
    font-size: 12px;
  }
}
.preguntas .beneficio-item .beneficio-titulo,
.preguntas .compromiso-item .beneficio-titulo {
  margin-bottom: 5px;
  color: #4a3aff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 320px) {
  .preguntas .beneficio-item .beneficio-titulo,
  .preguntas .compromiso-item .beneficio-titulo {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .preguntas .beneficio-item .beneficio-titulo,
  .preguntas .compromiso-item .beneficio-titulo {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .preguntas .beneficio-item .beneficio-titulo,
  .preguntas .compromiso-item .beneficio-titulo {
    font-size: 20px;
  }
}

.testimonio {
  background-color: #f9f9f5;
  color: #4a3aff;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .testimonio {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .testimonio {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .testimonio {
    font-size: 14px;
  }
}

.beneficio-descripcion {
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 300px) {
  .beneficio-descripcion {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .beneficio-descripcion {
    font-size: 16px;
  }
}

.compromiso-boton-1 {
  background-color: #7fffd4;
  width: 161px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-shrink: 0; */
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  color: #4b39ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
@media (max-width: 320px) {
  .compromiso-boton-1 {
    font-size: 12px !important;
    margin-right: 20px;
    width: 75px !important;
  }
}
@media (max-width: 768px) {
  .compromiso-boton-1 {
    font-size: 18px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .compromiso-boton-1 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .compromiso-boton-1 {
    width: 150px;
  }
}

.compromiso-descripcion-1 {
  text-align: left;
  margin: 0;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  .compromiso-descripcion-1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .compromiso-descripcion-1 {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .compromiso-descripcion-1 {
    font-size: 15px;
  }
}

.p {
  margin-bottom: 1.5em !important;
}
@media (max-width: 1152px) {
  .p {
    transform: scale(0.9);
  }
}

.preguntas .beneficio-item {
  justify-content: space-between;
}
.preguntas .beneficio-item .beneficio-contenido {
  width: 80%;
}
@media (min-width: 1200px) {
  .preguntas .beneficio-item .beneficio-contenido {
    width: 88%;
  }
}

.numero-circulo-1 {
  background-color: #89f4c2;
  border-radius: 61%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #6a4ec0;
  /* flex-shrink: 0; */
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  color: #4a3aff;
  width: 56px;
  height: 56px;
  font-size: 40.168px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 320px) {
  .numero-circulo-1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .numero-circulo-1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .numero-circulo-1 {
    font-size: 40px;
  }
}

.container-p {
  background: #89f4c2;
  display: flex;
  justify-content: center;
  color: #4a3aff;
  margin-top: 60px;
  font-size: 32.064px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  padding: 40px 20px;
}
@media (max-width: 1152px) {
  .container-p {
    padding: 20px;
    font-size: 31.064px;
    margin-top: 30px;
  }
}

.img-4 img {
  padding: 0px 117px 0px 105px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  background-size: cover;
  height: auto;
}
@media (max-width: 320px) {
  .img-4 img {
    padding: 0px 20px 0px 20px;
  }
}
@media (max-width: 765px) {
  .img-4 img {
    padding: 0px 20px 0px 20px;
  }
}
@media (min-width: 1920px) {
  .img-4 img {
    height: 1988px;
  }
}

.font-5 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .font-5 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .font-5 {
    font-size: 28px;
  }
}
@media (min-width: 1152px) {
  .font-5 {
    font-size: 30px;
  }
}

.compromisos .pregunta-titulo {
  margin-bottom: 1rem;
  font-weight: bold;
}
.compromisos .compromiso-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1rem;
  align-items: start;
  margin-bottom: 1.5rem;
}
.compromisos .compromiso-item br {
  display: none;
}

.empresas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  gap: 20px;
}
@media (min-width: 768px) {
  .empresas-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
@media (min-width: 1200px) {
  .empresas-grid {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}

.empresas-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.empresas-grid a .img-empresas {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.red-mujeres-hero {
  padding: 40px 20px;
  text-align: center;
}
.red-mujeres-hero .hero__text-content h1 {
  margin-bottom: 16px;
  color: #4a3aff;
  font-size: 38.168px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.red-mujeres-hero .hero__text-content p {
  font-size: 22px;
  line-height: 1.6;
  color: #333333;
}
.red-mujeres-hero .hero__image {
  margin-top: 20px;
}
.red-mujeres-hero .hero__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.red-mujeres-hero .hero__background {
  background: linear-gradient(90deg, #6c5ce7, #3a86ff, #00bb9f);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.red-mujeres__titulo {
  font-size: 3rem;
  font-weight: 900;
  color: #4939fe;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .red-mujeres__titulo {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .red-mujeres__titulo {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.red-mujeres__intro {
  margin-bottom: 3.5rem;
  max-width: 800px;
}
.red-mujeres__intro p {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #222;
}
@media (max-width: 900px) {
  .red-mujeres__intro {
    text-align: center;
    margin: 0 auto 2rem;
  }
  .red-mujeres__intro p {
    font-size: 1.1rem;
  }
}
@media (max-width: 600px) {
  .red-mujeres__intro {
    padding: 0 20px;
    margin-bottom: 1.5rem;
  }
  .red-mujeres__intro p {
    font-size: 1rem;
  }
}
.red-mujeres__proposito {
  text-align: center;
}
.red-mujeres__proposito h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14.78px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 992px) {
  .red-mujeres__proposito h2 {
    margin-bottom: 40px;
  }
}
.red-mujeres__proposito p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
  text-align: left;
}
.red-mujeres__content {
  margin-bottom: 40px;
}
@media (max-width: 1152px) {
  .red-mujeres__content {
    margin-bottom: -24px;
  }
}
.red-mujeres__content .red-mujeres__consejo,
.red-mujeres__content .red-mujeres__comite {
  margin-bottom: 20px;
}
.red-mujeres__content .red-mujeres__consejo h2,
.red-mujeres__content .red-mujeres__comite h2 {
  margin-bottom: 12px;
  color: #977aff;
  font-size: 34.779px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 320px) {
  .red-mujeres__content .red-mujeres__consejo h2,
  .red-mujeres__content .red-mujeres__comite h2 {
    font-size: 24px;
  }
}
.red-mujeres__content .red-mujeres__consejo h2 p,
.red-mujeres__content .red-mujeres__comite h2 p {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}
.red-mujeres__content .red-mujeres__consejo .comite-list,
.red-mujeres__content .red-mujeres__comite .comite-list {
  list-style: none;
  padding: 0;
}
.red-mujeres__content .red-mujeres__consejo .comite-list li,
.red-mujeres__content .red-mujeres__comite .comite-list li {
  margin-bottom: 8px;
  color: #977aff;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .red-mujeres__content .red-mujeres__consejo .comite-list li,
  .red-mujeres__content .red-mujeres__comite .comite-list li {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .red-mujeres__content .red-mujeres__consejo .comite-list li,
  .red-mujeres__content .red-mujeres__comite .comite-list li {
    font-size: 14px;
  }
}
.red-mujeres__content .red-mujeres__consejo .comite-list li strong,
.red-mujeres__content .red-mujeres__comite .comite-list li strong {
  color: #977aff;
  font-weight: 600;
}
.red-mujeres__content .red-mujeres__consejo .comite-list li strong-1,
.red-mujeres__content .red-mujeres__comite .comite-list li strong-1 {
  color: #222;
  font-weight: 400;
}
.red-mujeres__content__quote {
  text-align: center;
  margin: 40px 0;
}
.red-mujeres__content__quote p {
  font-weight: 600;
  font-size: 16px;
  color: #977aff;
  font-style: italic;
}
.red-mujeres__content__photo {
  margin-bottom: 40px;
}
.red-mujeres__content__photo img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.red-mujeres__content__profiles-section {
  text-align: center;
}
.red-mujeres__content__profiles-section .profiles-intro {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .red-mujeres__content__profiles-section .profiles-intro {
    font-size: 20px;
  }
}
.red-mujeres__content__profiles-section .profiles-slider {
  position: relative;
}
.red-mujeres__content__profiles-section .profiles-slider .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: 2px solid #4939fe;
  color: #4939fe;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
}
.red-mujeres__content__profiles-section .profiles-slider .slider-nav:hover {
  background: #4939fe;
  color: white;
}
.red-mujeres__content__profiles-section .profiles-slider .slider-nav.prev {
  left: -15px;
}
.red-mujeres__content__profiles-section .profiles-slider .slider-nav.next {
  right: -15px;
}
.red-mujeres__content__profiles-section .profiles-slider .red-mujeres__profiles {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
}
.red-mujeres__content__profiles-section .profiles-slider .red-mujeres__profiles .profile {
  flex: 0 0 auto;
  scroll-snap-align: center;
  background-color: #f6f6f9;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.red-mujeres__content__profiles-section .profiles-slider .red-mujeres__profiles .profile:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(73, 57, 254, 0.1);
}
.red-mujeres__content__profiles-section .profiles-slider .red-mujeres__profiles .profile__content h3 {
  font-weight: 600;
  font-size: 14px;
  color: #4939fe;
  margin-bottom: 8px;
}
.red-mujeres__content__profiles-section .profiles-slider .red-mujeres__profiles .profile__content p {
  font-size: 12px;
  color: #333333;
  margin-bottom: 12px;
}
.red-mujeres__content__profiles-section .profiles-slider .red-mujeres__profiles .profile__content .profile__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #4939fe;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.red-mujeres__content__profiles-section .profiles-slider .red-mujeres__profiles .profile__content .profile__linkedin:hover {
  background-color: rgb(26.3567839196, 6.256281407, 253.743718593);
}
.red-mujeres__content__profiles-section .btn-ver-todas {
  display: inline-block;
  background-color: #4939fe;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.red-mujeres__content__profiles-section .btn-ver-todas:hover {
  background-color: rgb(26.3567839196, 6.256281407, 253.743718593);
}
.red-mujeres__content__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.red-mujeres__content__columns .column {
  flex: 1 1 calc(50% - 20px);
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 768px) {
  .red-mujeres__content__columns {
    flex-direction: column;
  }
  .red-mujeres__content__columns .column {
    flex: 1 1 100%;
  }
}
.red-mujeres__content__highlight {
  background-color: #4939fe;
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 40px;
}
.red-mujeres__content__highlight p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.red-mujeres__proposito {
  background-color: #977aff;
  color: #fff;
  padding: 13px;
  border-radius: 12px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 10.98px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .red-mujeres__proposito {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .red-mujeres__proposito {
    padding: 30px 40px;
    margin-bottom: 40px;
  }
}

h2 {
  font-weight: bold;
  font-size: 1.4rem;
}

.red-mujeres__quote {
  text-align: center;
  color: #977aff;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 2rem 0;
}

.profile {
  background-color: #c9b8ff;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  min-width: 220px;
  margin: 0 10px;
  flex-shrink: 0;
}
.profile__name {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.profile__linkedin i {
  font-size: 1.5rem;
  color: #fff;
  background-color: #6c5ce7;
  padding: 10px;
  border-radius: 50%;
}

.btn-ver-todas-1 {
  display: table;
  background-color: #4a3aff;
  color: white !important;
  padding: 12px 24px;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  margin: 2rem auto 0;
  text-decoration: none;
  width: 100%;
}
.btn-ver-todas-1:hover {
  background: rgb(153.475, 124, 255);
}
@media (min-width: 768px) {
  .btn-ver-todas-1 {
    width: auto;
    min-width: 400px;
  }
}

.red-mujeres__proposito h2 {
  font-size: 28px;
  text-align: start;
}
@media (max-width: 768px) {
  .red-mujeres__proposito h2 {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .red-mujeres__proposito h2 {
    font-size: 19px;
  }
}
.red-mujeres__proposito p {
  font-size: 25px;
}
@media (max-width: 768px) {
  .red-mujeres__proposito p {
    font-size: 19px;
  }
}
@media (max-width: 320px) {
  .red-mujeres__proposito p {
    font-size: 17px;
  }
}
.red-mujeres__content .red-mujeres__consejo h2,
.red-mujeres__content .red-mujeres__comite h2 {
  font-size: 20px;
}
.red-mujeres__content .red-mujeres__consejo p,
.red-mujeres__content .red-mujeres__comite p {
  font-size: 21px;
}
@media (max-width: 768px) {
  .red-mujeres__content .red-mujeres__consejo p,
  .red-mujeres__content .red-mujeres__comite p {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .red-mujeres__content .red-mujeres__consejo p,
  .red-mujeres__content .red-mujeres__comite p {
    font-size: 16px;
  }
}
.red-mujeres__content .comite-list li {
  font-size: 16px;
}
.red-mujeres__quote p {
  font-size: 33px;
  color: #977aff;
}
@media (max-width: 768px) {
  .red-mujeres__quote p {
    font-size: 27px;
  }
}
@media (max-width: 320px) {
  .red-mujeres__quote p {
    font-size: 22px;
  }
}
.red-mujeres__profiles-section .profiles-intro {
  font-size: 22px;
}
@media (max-width: 768px) {
  .red-mujeres__profiles-section .profiles-intro {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .red-mujeres__profiles-section .profiles-intro {
    font-size: 15px;
  }
}
.red-mujeres__profiles-section .profiles-slider .slider-nav {
  width: 40px;
  height: 40px;
}
.red-mujeres__profiles-section .profiles-slider .red-mujeres__profiles .profile {
  padding: 30px;
}
.red-mujeres__profiles-section .profiles-slider .red-mujeres__profiles .profile__content h3 {
  font-size: 22px;
  color: #312783;
}
.red-mujeres__profiles-section .profiles-slider .red-mujeres__profiles .profile__content p {
  font-size: 16px;
  color: #fff;
}
.red-mujeres__profiles-section .profiles-slider .red-mujeres__profiles .profile__content .profile__linkedin {
  width: 40px;
  height: 40px;
}
.red-mujeres__profiles-section .btn-ver-todas {
  font-size: 16px;
  padding: 12px 32px;
}

@media (max-width: 768px) {
  .red-mujeres__titulo {
    font-size: 1.8rem;
  }
  .red-mujeres__intro p {
    font-size: 1.1rem;
  }
}
.profile-card {
  background: #4939fe;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin: 0 12px;
}
.profile-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.profile-card p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.profile-card .linkedin-link {
  color: #fff;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
}
.profile-card .linkedin-link:hover {
  opacity: 0.8;
}
@media (max-width: 600px) {
  .profile-card {
    padding: 20px;
  }
  .profile-card h4 {
    font-size: 1.1rem;
  }
  .profile-card p {
    font-size: 0.9rem;
  }
}

.program-header-row-red-mujeres {
  display: flex;
  align-items: center;
  gap: 158px;
  margin-bottom: 32px;
  flex-direction: row;
  flex-wrap: nowrap;
  /* align-content: space-between; */
  justify-content: space-evenly;
}
@media (max-width: 1152px) {
  .program-header-row-red-mujeres {
    padding: 0 0 0 35px;
    gap: 147px;
    margin-bottom: -62px;
  }
}
.program-header-row-red-mujeres .titulo-red-mujeres {
  letter-spacing: -1px;
  color: #4a3aff;
  font-size: 37.168px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px;
  max-width: 189px;
  display: flex;
  text-align: left;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .program-header-row-red-mujeres .titulo-red-mujeres {
    /* letter-spacing: -1px; */
    font-size: 32.168px;
    max-width: 3px;
  }
}
@media (max-width: 320px) {
  .program-header-row-red-mujeres .titulo-red-mujeres {
    /* letter-spacing: -1px; */
    font-size: 29.168px;
    max-width: 54px;
  }
}
.program-header-row-red-mujeres .descripcion-red-mujeres {
  text-align: left !important;
  color: #000;
  font-size: 30.98px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 320px) {
  .program-header-row-red-mujeres .descripcion-red-mujeres {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .program-header-row-red-mujeres .descripcion-red-mujeres {
    font-size: 19px;
  }
}
@media (max-width: 900px) {
  .program-header-row-red-mujeres {
    flex-direction: column;
    gap: 16px;
  }
  .program-header-row-red-mujeres .titulo,
  .program-header-row-red-mujeres .descripcion {
    text-align: center;
    margin: 0 auto;
  }
}

.img-r {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 320px) {
  .vista-mobile .desktop-only-r {
    display: none !important;
  }
  .vista-mobile .mobile-only-r {
    display: block !important;
  }
}

@media (max-width: 320px) {
  .vista-desktop .desktop-only-r {
    display: block !important;
  }
  .vista-desktop .mobile-only-r {
    display: none !important;
  }
}

.info-cards-section-r .info-cards-r {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.info-cards-section-r .info-card-r {
  padding: 16px;
  border-radius: 8px;
  color: #fff;
}
.info-cards-section-r .info-card-r:nth-child(odd) {
  background: #977aff;
}
.info-cards-section-r .info-card-r:nth-child(even) {
  background: #c1afff;
}
.info-cards-section-r .info-card-r h3 {
  margin-bottom: 0.5em;
  font-size: 1.1rem;
}
.info-cards-section-r .info-card-r p {
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Desktop (>320px) */
.desktop-only-r {
  display: block;
}

.mobile-only-r {
  display: none;
}

/* Mobile pequeñas pantallas (≤320px) */
@media (max-width: 320px) {
  .desktop-only-r {
    display: none;
  }
  .mobile-only-r {
    display: block;
  }
  .mobile-only-r .info-cards-r {
    overflow-x: auto;
    gap: 21px;
    padding: 20px;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-around;
    align-items: stretch;
    align-items: normal;
  }
  .mobile-only-r .info-cards-r .info-card-r {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
}
.organizaciones-aliadas-section {
  background: #fdfcf5;
  padding: 56px 0 32px 0;
}
.organizaciones-aliadas-section .container {
  max-width: 1005px;
  margin: 0 auto;
}
.organizaciones-aliadas-section__title {
  font-size: 2rem;
  font-weight: 800;
  color: #3b36a7;
  margin: 0 0 1.5rem 0;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 900px) {
  .organizaciones-aliadas-section__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .organizaciones-aliadas-section__title {
    font-size: 1.2rem;
  }
}
.organizaciones-aliadas-section__desc {
  font-size: 1.1rem;
  color: #222;
  line-height: 1.5;
  margin: 0 auto 2rem auto;
  text-align: center;
  max-width: 520px;
}
@media (max-width: 900px) {
  .organizaciones-aliadas-section__desc {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .organizaciones-aliadas-section__desc {
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
    padding: 0 20px;
  }
}

.info-cards-section-r {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background: var(--background-color, #fdfcf5);
  overflow: hidden;
}

.info-cards-swiper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px 20px;
}
.info-cards-swiper .info-card-r {
  background: #977aff;
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.info-cards-swiper .info-card-r:nth-child(even) {
  background: #c1afff;
}
.info-cards-swiper .info-card-r h3,
.info-cards-swiper .info-card-r .h3-box {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #312783;
}
.info-cards-swiper .info-card-r p,
.info-cards-swiper .info-card-r .p-box {
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 1em;
  flex-grow: 1;
}
.info-cards-swiper .info-card-r .profile__linkedin {
  margin-top: auto;
  display: block;
  text-align: center;
}
.info-cards-swiper .info-card-r .profile__linkedin svg {
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .info-cards-swiper {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
@media (min-width: 1200px) {
  .info-cards-swiper {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
@media (min-width: 1400px) {
  .info-cards-swiper {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
@media (min-width: 768px) {
  .info-cards-swiper .info-cards-r {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .info-cards-swiper .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .info-cards-swiper .info-cards-r {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 0;
    padding: 0;
  }
  .info-cards-swiper .info-cards-pagination {
    display: block;
    display: flex;
    flex-direction: row;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 10px;
  }
}

/* Por defecto (móvil): muestro la card */
/* A partir de 768px (desktop): la oculto */
@media (min-width: 768px) {
  .card-desktop-hidden {
    display: none !important;
  }
}
.btn-ver-todas {
  display: none;
}

@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grandis";
  src: url("../assets/fonts/grandis-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body, html {
  font-family: "Grandis", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .header__logo, .footer__brand, .btn-contacto, .footer__nav-list a, .main-nav a, .footer__contact-title, .footer__form-btn {
  font-family: "Grandis", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.version-desktop,
.vista-desktop {
  display: block;
}

.vista-mobile {
  display: none;
}

@media (max-width: 768px) {
  .version-desktop,
  .vista-desktop {
    display: none;
  }
  .vista-mobile {
    display: block;
  }
}
.proposito-objetivos__objetivos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.objetivo-box {
  /* 4 columnas en desktop */
  flex: 0 1 calc(25% - 20px);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .objetivo-box {
    /* 2 columnas en tablet/móvil grande */
    flex: 0 1 calc(50% - 16px);
  }
}
@media (max-width: 425px) {
  .objetivo-box {
    /* 1 columna en smartphones */
    flex: 0 1 100%;
  }
}
.proposito-objetivos {
  background: #fdfcf5;
  /* ... resto de tus estilos ... */
}

.proposito-objetivos {
  background: #fdfcf5;
}
.proposito-objetivos__container {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .proposito-objetivos__container {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .proposito-objetivos__container {
    gap: 70px;
  }
}
@media (min-width: 1400px) {
  .proposito-objetivos__container {
    gap: 110px;
  }
}
.proposito-objetivos__col {
  flex: 1;
  min-width: 0;
}
.proposito-objetivos__col--left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 768px;
}
@media (min-width: 321px) {
  .proposito-objetivos__col--right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 0 0;
    border-radius: 0;
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .proposito-objetivos__col--right {
    padding: 0 0 0 0;
    min-width: 0;
    max-width: 100%;
  }
}
.proposito-objetivos__titulo {
  color: #4a3aff;
  margin-bottom: 20px;
  font-size: 46.168px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-bottom: 10px;
}
.proposito-objetivos__titulo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: rgba(74, 58, 255, 0.337254902);
}
@media (max-width: 768px) {
  .proposito-objetivos__titulo {
    font-size: 30px;
  }
}
.proposito-objetivos__bajada {
  font-size: 18px;
  line-height: 30px;
}
.proposito-objetivos__bajada span {
  color: #000;
}
@media (min-width: 992px) {
  .proposito-objetivos__bajada {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .proposito-objetivos__bajada {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (min-width: 1400px) {
  .proposito-objetivos__bajada {
    font-size: 35px;
    line-height: 40px;
  }
}
.proposito-objetivos__divider {
  width: 80px;
  height: 4px;
  background: rgba(59, 54, 255, 0.2);
  margin: 0 0 2rem 0;
  border-radius: 2px;
  opacity: 1;
}
.proposito-objetivos__destacado {
  color: #4a3aff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.proposito-objetivos__destacado span.proposito-objetivos__destacado--azul {
  color: #4a3aff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}
.proposito-objetivos__destacado span.proposito-objetivos__destacado--negro {
  color: #191919;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .proposito-objetivos__destacado span.proposito-objetivos__destacado--negro {
    font-size: 17px;
  }
}
.proposito-objetivos__descripcion {
  font-size: 1.1rem;
  color: #222;
  line-height: 1.5;
  margin: 0;
  max-width: 420px;
}
.proposito-objetivos__divider-horizontal {
  display: none;
}
@media (max-width: 320px) {
  .proposito-objetivos__divider-horizontal {
    display: block;
    width: 100%;
    height: 1.5px;
    background: #4A3AFF;
    margin: 32px 0 24px 0;
    opacity: 0.18;
  }
}
.proposito-objetivos__objetivos-row {
  display: none;
}
@media (max-width: 320px) {
  .proposito-objetivos__objetivos-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.proposito-objetivos__descripcion {
  max-width: 768px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 992px) {
  .proposito-objetivos__descripcion {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .proposito-objetivos__descripcion {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .proposito-objetivos__descripcion {
    font-size: 26px;
    line-height: 35px;
  }
}

.proposito-objetivos__divider-horizontal {
  width: 100%;
  height: 1.5px;
  max-width: 2px;
  margin: 56px 0 40px 0;
}

.proposito-objetivos__objetivos-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px 40px;
}
@media (max-width: 767px) {
  .proposito-objetivos__objetivos-row {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .proposito-objetivos__objetivos-row {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (min-width: 992px) {
  .proposito-objetivos__objetivos-row {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (min-width: 1200px) {
  .proposito-objetivos__objetivos-row {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.objetivo-box {
  text-align: center;
}
@media (max-width: 768px) {
  .objetivo-box {
    margin-bottom: 0;
  }
}
@media (max-width: 1152px) {
  .objetivo-box {
    font-size: 18.8px;
  }
}
.objetivo-box__icon-placeholder {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.objetivo-box__title {
  color: #000;
  line-height: normal;
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0;
}
.objetivo-box__desc {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.objetivo-box__icon {
  height: 64px;
  width: 85px;
  margin: 0 auto;
  display: flex;
  align-items: end;
}
.objetivo-box__icon img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .objetivo-box__icon {
    width: 100px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .objetivo-box {
    text-align: center;
  }
  .objetivo-box__title {
    font-weight: 700;
    font-size: 1.08rem;
    color: #222;
    margin: 12px 0;
  }
  .objetivo-box__desc {
    font-size: 1rem;
    color: #222;
    line-height: 1.3;
  }
}

.objetivos-iconos > div {
  border-bottom: 1px solid rgba(74, 58, 255, 0.337254902);
  border-top: 1px solid rgba(74, 58, 255, 0.337254902);
  padding: 20px 0;
}
@media (min-width: 576px) {
  .objetivos-iconos > div {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .objetivos-iconos > div {
    padding: 50px 0;
  }
}

.impacto {
  padding: 0 20px;
}
.impacto .impacto__container {
  flex-direction: column;
  align-items: center;
  position: relative;
}
.impacto .impacto__titulo {
  color: #4a3aff;
  font-size: 42.168px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 32px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.impacto .impacto__stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 30px 10px;
}
@media (max-width: 767px) {
  .impacto .impacto__stats-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 24px 0;
  }
}
@media (min-width: 1200px) {
  .impacto .impacto__stats-grid {
    gap: 50px 30px;
  }
}
@media (min-width: 1400px) {
  .impacto .impacto__stats-grid {
    gap: 50px 35px;
  }
}
.impacto .impacto__stat {
  text-align: center;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .impacto .impacto__stat .tipo-r {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.impacto .impacto__stat-num {
  color: #4a3aff;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 0.2rem;
}
.impacto .impacto__stat-num-2 {
  color: #4a3aff;
  font-size: 60.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.impacto .impacto__stat-label-2 {
  color: #4a3aff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0.2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .impacto .impacto__stat-label-2 {
    font-size: 30px;
  }
}
.impacto .impacto__stat-label {
  margin-bottom: 0.2rem;
  letter-spacing: 0.5px;
  color: #977aff;
  font-size: 25.98px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.impacto .impacto__stat-label--bold {
  color: #4a3aff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.2rem;
  text-transform: none;
}
.impacto .impacto__stat-label--bold-2 {
  color: #4a3aff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.2rem;
  text-transform: none;
}
.impacto .impacto__stat-desc {
  font-size: 1.1rem;
  color: #4A3AFF;
  margin-bottom: 0;
  margin-top: 0.6rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 768px) {
  .impacto .impacto__titulo {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .impacto .impacto__stat-num {
    font-size: 2rem;
  }
  .impacto .impacto__stat-label,
  .impacto .impacto__stat-label--bold {
    font-size: 1.1rem;
  }
  .impacto .impacto__stat-desc {
    font-size: 1rem;
  }
}

.como-hacemos {
  background: #fdfcf5;
  padding: 0;
}
.como-hacemos .como-hacemos__box {
  background: #acf7d4;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .como-hacemos .como-hacemos__box {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .como-hacemos .como-hacemos__box {
    flex-direction: column;
    padding: 32px 20px;
    max-width: 100%;
    margin: 0;
    padding: 20px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .como-hacemos .como-hacemos__box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .como-hacemos .como-hacemos__box {
    max-width: 1150px;
    display: flex;
    gap: 10px;
  }
}
@media (min-width: 1400px) {
  .como-hacemos .como-hacemos__box {
    max-width: 1300px;
    padding: 40px;
    gap: 20px;
  }
}
.como-hacemos .como-hacemos__circle-text {
  flex: 0 0 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.como-hacemos .como-hacemos__circle-text .como-hacemos__circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #4a3aff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 32px 0 rgba(80, 60, 255, 0.1);
  padding: 20px;
}
.como-hacemos .como-hacemos__circle-text .como-hacemos__circle .como-hacemos__circle-texto {
  color: #fdfcf5;
  font-size: 7px;
  font-weight: 400;
  line-height: 1.22;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .como-hacemos .como-hacemos__circle-text .como-hacemos__circle .como-hacemos__circle-texto {
    display: block;
    text-align: center;
    color: #fdfcf5;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
  }
}
@media (min-width: 1400px) {
  .como-hacemos .como-hacemos__circle-text .como-hacemos__circle .como-hacemos__circle-texto {
    font-size: 37px;
    line-height: 47px;
  }
}
.como-hacemos .como-hacemos__circle-text .como-hacemos__circle .como-hacemos__circle-texto b,
.como-hacemos .como-hacemos__circle-text .como-hacemos__circle .como-hacemos__circle-texto strong {
  font-weight: 800;
}
@media (min-width: 1400px) {
  .como-hacemos .como-hacemos__circle-text .como-hacemos__circle {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .como-hacemos .como-hacemos__circle-text {
    flex: none;
    width: 100%;
  }
  .como-hacemos .como-hacemos__circle-text .como-hacemos__circle {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
  .como-hacemos .como-hacemos__circle-text .como-hacemos__circle-texto {
    font-size: 1.2rem;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .como-hacemos .como-hacemos__circle-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .como-hacemos .como-hacemos__circle-text .como-hacemos__circle {
    width: 200px !important;
    height: 200px !important;
    padding: 20px !important;
    max-width: 90vw !important;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .como-hacemos .como-hacemos__circle-text .como-hacemos__circle-texto {
    font-size: 15px !important;
    padding: 0 !important;
    line-height: 1.15;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    display: block;
    word-break: break-word;
  }
}
.como-hacemos .como-hacemos__info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto !important;
}
@media (min-width: 1200px) {
  .como-hacemos .como-hacemos__info {
    max-width: none;
    width: auto;
  }
}
@media (max-width: 768px) {
  .como-hacemos .como-hacemos__info {
    margin-left: 0;
    margin-top: 24px;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .como-hacemos .como-hacemos__info .como-hacemos__titulo {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: #4939fe;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
  }
  .como-hacemos .como-hacemos__info .como-hacemos__modelo {
    margin-bottom: 12px;
    color: #222;
    width: 100%;
  }
  .como-hacemos .como-hacemos__info .como-hacemos__enfoque {
    font-size: 0.9rem;
    margin-bottom: 16px;
    color: #222;
    line-height: 1.4;
    width: 100%;
  }
  .como-hacemos .como-hacemos__info .como-hacemos__list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .como-hacemos .como-hacemos__info .como-hacemos__list div {
    font-size: 0.9rem;
    color: #222;
    margin-bottom: 12px;
    padding-left: 16px;
    position: relative;
    line-height: 1.4;
  }
  .como-hacemos .como-hacemos__info .como-hacemos__list div:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4939fe;
  }
  .como-hacemos .como-hacemos__info .como-hacemos__list div:last-child {
    margin-bottom: 0;
  }
}
.como-hacemos .como-hacemos__titulo-1 {
  color: #4a3aff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .como-hacemos .como-hacemos__titulo-1 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .como-hacemos .como-hacemos__titulo-1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .como-hacemos .como-hacemos__titulo-1 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .como-hacemos .como-hacemos__titulo-1 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.como-hacemos .como-hacemos__modelo-1 {
  color: #4a3aff;
  font-size: 20.6px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.como-hacemos .como-hacemos__modelo-1 span {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .como-hacemos .como-hacemos__modelo-1 {
    font-size: 15px;
  }
}

.video-section .video-section__box {
  border-radius: 0;
  box-sizing: border-box;
}
.video-section .video-section__titulo {
  font-size: 2rem;
  font-weight: 900;
  color: #4939fe;
  margin-bottom: 32px;
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  .video-section .video-section__titulo {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 24px;
  }
}
.video-section .video-section__video-placeholder {
  width: 100%;
  height: 100%;
  max-width: 1222px;
  min-height: 360px;
  aspect-ratio: 16/9;
  border-radius: 32px;
  margin: 0 auto;
  box-shadow: 0 4px 24px 0 rgba(80, 60, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.video-section .video-section__video-placeholder iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 16/9;
  border-radius: 32px;
  display: block;
}
.video-section .video-section__link {
  font-size: 1.25rem;
  color: #4939fe;
  text-decoration: underline;
  font-weight: 900;
  margin-top: 12px;
  word-break: break-all;
  display: block;
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  .video-section .video-section__link {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .video-section .video-section__link {
    font-size: 1rem;
    margin-top: 4px;
  }
}
@media (max-width: 480px) {
  .proposito-objetivos__col--right, .proposito-objetivos__col--left {
    min-width: 0;
    width: 100%;
    align-items: flex-start;
    max-width: 100%;
  }
  .proposito-objetivos__titulo {
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  .proposito-objetivos__titulo::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #4a3aff;
  }
  .proposito-objetivos__bajada {
    font-size: 12px;
    line-height: 30px;
    max-width: 167px;
  }
  .proposito-objetivos__bajada span {
    color: #000;
  }
  .proposito-objetivos__destacado {
    font-size: 1.05rem;
    width: 100%;
  }
  .proposito-objetivos__descripcion {
    font-size: 1rem;
  }
  .proposito-objetivos__divider-horizontal {
    margin: 32px 0 24px 0;
  }
  .proposito-objetivos__objetivos-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
  .objetivo-box {
    margin-bottom: 0;
  }
  .objetivo-box__icon-placeholder {
    width: 40px;
    height: 40px;
  }
  .objetivo-box__title, .objetivo-box__desc {
    font-size: 0.8rem;
  }
  .impacto__titulo {
    font-size: 1.5rem;
  }
  .impacto__divider {
    margin-bottom: 32px;
  }
  .impacto__stat-num {
    font-size: 2rem;
  }
  .impacto__stat-label {
    font-size: 1.1rem;
  }
  .impacto__stat-desc {
    font-size: 1rem;
  }
  .como-hacemos {
    padding: 40px 0 40px 0;
  }
  .como-hacemos .como-hacemos__circle {
    width: 180px !important;
    height: 180px !important;
  }
  .como-hacemos .como-hacemos__container {
    gap: 24px;
  }
  .como-hacemos .como-hacemos__titulo {
    font-size: 1.3rem;
  }
  .como-hacemos .como-hacemos__list {
    font-size: 1.05rem;
  }
  .video-section .video-section__video-placeholder {
    height: 120px;
    border-radius: 14px;
  }
  .video-section .video-section__titulo {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .proposito-objetivos__objetivos-row {
    gap: 40px 20px;
  }
  .impacto__stat {
    min-width: 100%;
    margin: 0 0 16px 0;
  }
  .impacto__titulo {
    font-size: 1.1rem;
  }
  .impacto__stat-num {
    font-size: 1.3rem;
  }
  .impacto__stat-label {
    font-size: 0.9rem;
  }
  .impacto__stat-desc {
    font-size: 0.85rem;
  }
  .como-hacemos {
    padding: 24px 0 24px 0;
  }
  .como-hacemos .como-hacemos__circle {
    width: 120px !important;
    height: 120px !important;
  }
  .como-hacemos .como-hacemos__box {
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .como-hacemos .como-hacemos__circle-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 0 0;
  }
  .como-hacemos .como-hacemos__circle-text .como-hacemos__circle {
    width: 250px !important;
    height: 250px !important;
    min-width: 0;
    min-height: 0;
    padding: 0;
    box-sizing: border-box;
    background: #4939fe !important;
    margin: 0 auto;
  }
  .como-hacemos .como-hacemos__circle-text .como-hacemos__circle-texto {
    padding: 0 5px !important;
    line-height: 1.2;
    word-break: break-word;
    color: #fff !important;
    text-align: center;
  }
  .como-hacemos .como-hacemos__info {
    width: 100%;
    background: #b6fff2 !important;
    padding: 24px 20px 32px 20px !important;
    border-radius: 0 !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .como-hacemos .como-hacemos__titulo {
    color: #3b36ff !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    text-align: left !important;
  }
  .como-hacemos .como-hacemos__modelo {
    color: #3b36ff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    text-align: left !important;
  }
  .como-hacemos .como-hacemos__enfoque {
    color: #3b36ff !important;
    font-size: 0.95rem !important;
    margin-bottom: 16px !important;
    text-align: left !important;
  }
  .como-hacemos .como-hacemos__list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .como-hacemos .como-hacemos__list div {
    font-size: 0.95rem !important;
    color: #3b36ff !important;
    margin-bottom: 10px !important;
    padding-left: 0 !important;
    position: relative;
    line-height: 1.4;
    text-align: left !important;
  }
  .como-hacemos .como-hacemos__list div b,
  .como-hacemos .como-hacemos__list div strong {
    color: #191919 !important;
    font-weight: 700 !important;
  }
  .como-hacemos .como-hacemos__list div:last-child {
    margin-bottom: 0;
  }
  .video-section .video-section__video-placeholder {
    border-radius: 8px;
  }
  .video-section .video-section__box {
    align-items: center !important;
    text-align: center !important;
    box-sizing: border-box;
  }
  .video-section .video-section__titulo {
    text-align: center !important;
    font-size: 1.1rem !important;
  }
  .video-section .video-section__link {
    text-align: center !important;
    font-size: 1rem !important;
    word-break: break-all;
  }
}
@media (max-width: 768px) {
  .como-hacemos {
    background-color: #fdfcf5 !important;
    padding: 30px 0 !important;
  }
  .como-hacemos__box {
    background-color: transparent !important;
  }
  .como-hacemos__circle-text {
    margin-bottom: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .como-hacemos__circle {
    width: 220px !important;
    height: 220px !important;
    background-color: #4a00e0 !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  }
  .como-hacemos__circle-texto {
    display: block !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    word-break: break-word !important;
  }
}
.vista-mobile-12 {
  display: none !important;
}

.vista-desktop-12 {
  display: block !important;
}

@media (max-width: 768px) {
  .vista-mobile-12 {
    display: block !important;
  }
  .vista-desktop-12 {
    display: none !important;
  }
}
.page-somos-promociona .proposito-objetivos,
.page-somos-promociona .hero,
.page-somos-promociona .como-hacemos,
.page-somos-promociona .video-section {
  position: relative;
  z-index: 1;
}

.container {
  background-color: #fdfcf5;
}

.vertical-line {
  width: 1px;
  height: 85%;
  background-color: rgba(74, 58, 255, 0.337254902);
  position: absolute;
  bottom: 0;
}
.vertical-line:nth-last-child(1) {
  left: 33.3%;
}
.vertical-line:nth-last-child(2) {
  left: 66.6%;
}
@media (max-width: 767px) {
  .vertical-line {
    display: none;
  }
}

.horizontal-line {
  width: 0%;
  background-color: #4a3aff;
  height: 1px;
}
@media (min-width: 1024px) {
  .horizontal-line {
    width: 90%;
    margin: 13px 0 22px 15px;
  }
}

.horizontal-line-larga {
  width: 0%;
  background-color: #4a3aff;
  height: 1px;
}
@media (min-width: 768px) {
  .horizontal-line-larga {
    width: 95%;
    margin: 5px 0 25px 16px;
  }
}
@media (min-width: 1024px) {
  .horizontal-line-larga {
    width: 95%;
    margin: 5px 0 25px 16px;
  }
}
@media (min-width: 1440px) {
  .horizontal-line-larga {
    width: 84%;
    margin: 5px 0 25px 101px;
  }
}
@media (min-width: 2560px) {
  .horizontal-line-larga {
    width: 47%;
    margin: 5px 0 25px 660px;
  }
}

/*# sourceMappingURL=styles.css.map */
