@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
#   Normalize
#   Forms
#   Links
#   Transitions
#   UTILITIES

--------------------------------------------------------------*/
/*--------------------------------------------------------------
#   Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #ffffff;
    color: #425364;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
}

p {
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
#   Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #828689;
  font-size: 1.125rem;
    line-height: 1;
  word-break: break-word;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    width: 100%;
    color: #425364;
    border: none;
    background: transparent;
    border-bottom: 1px solid #425364;
    padding: 12px 0;
    box-sizing: border-box;
    outline: none;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 400;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #425364;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #425364;
}

textarea {
  width: 100%;
  height: 50px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #425364;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #425364;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #425364;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #425364;
}

/*--------------------------------------------------------------
#   Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
    color: #333;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
#   Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .panel-overlay, {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
}

.seccion {
    padding: 64px 0;
}

.box_info .title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
}

.box_info .text {
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.box_info .text strong {
    font-weight: 700;
}

.box_wrapper_selection .title,
.grid_item_subsidio .item_subsidio h3,
.grid_item_subsidio .item_subsidio p,
.contenido-credito h2,
.contenido-credito p,
.box_info .subsidio .title,
.card-body .subsidio,
.seccion_ia .box_info .title,
.terms a,
.seccion_preguntas .box_info .title {
    color: #50307F;
}

.seccion_intro .box_info .text:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
}

/*--------------------------------------------------------------
#   Header
--------------------------------------------------------------*/
.Web-Header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 40px 0;
}

.Web-Header .main-header {
    position: relative;
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.33;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    align-items: center;
}

.header-row .col-header.col-header_center {
    -ms-flex-pack: center;
    justify-content: center;
    flex-grow: 0.6;
    display: none;
}

.header-row .col-header.col-header_left {
    flex-grow: 0.2;
}

.header-row .col-header.col-header_right {
    flex-grow: 0.8;
    justify-content: flex-end;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
    letter-spacing: 0.4px;
}

.main-navigation > ul > li {
    margin: 0px 10px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-transform: uppercase;
    padding: 10px 0;
}

.symbols-search::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='m19.6 21l-6.3-6.3q-.75.6-1.725.95T9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l6.3 6.3zM9.5 14q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E");
}

.main-navigation ul .dropdown > a {}
.main-navigation ul .dropdown .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 2px 2px rgba(48, 52, 70, .5);
    min-width: 90px;
}
.main-navigation ul .dropdown .dropdown-menu li a {
    color: #000;
    padding: .5rem;
    line-height: 1.1;
}

.menu-burger {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-burger .menu-burger_inner {
    position: relative;
    width: 40px;
    max-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-left: 32px;
    cursor: pointer;
    padding: 0px;
}

.menu-burger .menu-burger_inner span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

.logo-principal {
    width: 192px;
}

/*--------------------------------------------------------------
#   Sidebar Menu
--------------------------------------------------------------*/
.side-panel {
    width: 400px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: -16px;
    bottom: 0;
    background: #425364;
    overflow-x: hidden;
    z-index: 1050;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

    /* -webkit-transform: translateX(0); */
    /* -ms-transform: translateX(0); */
    /* transform: translateX(0); */

    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77,0,.175,1);

    box-shadow: 2px 2px 8px 8px rgba(51, 51, 51, .5);
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 18px 32px 24px 24px;
}

.side-panel_head {
    padding: 14px 0 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btnPanelMenu {
    position: relative;
}

.side-panel_body {
    padding: 2rem 0;
}

.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}

.side-panel_body nav ul li {
    margin-bottom: 24px;
}

.side-panel_body nav ul li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    transition: all 0.3s ease-out 0s;
}

.side-panel_body nav ul li a:hover {
    color: #fff;
}

.side-panel_body nav ul li.dropdown .dropdown-menu {
    padding: 0;
}

.side-panel_body nav ul li.dropdown .dropdown-menu li {
    margin-bottom: 0;
    border-bottom: 1px solid #425364;
}

.side-panel_body nav ul li.dropdown .dropdown-menu li a {
    color: #000;
    padding: .5rem;
    font-weight: 600;
}

.search-module {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: #fff;
    max-width: 100%;
    margin-left: auto;
}

.search-input {
    -ms-flex: 1;
    flex: 1;
    border: none !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    padding: .75rem .5rem !important;
    background: #717e8a !important;
    color: #fff !important;
    transition: all .2s ease-in-out;
}

.search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.search-button {
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    line-height: 1;
    border: 0;
    outline: 0;
    padding: 0;
    position: relative;
    color: #fff;
    margin: 0;
        width: 3.5rem;
        background: #717e8a;
    transition: all .2s ease-in-out;
    border-left: 1px solid #fff;
}

/*--------------------------------------------------------------
#   Footer
--------------------------------------------------------------*/
.footer-bar__top {
    background: #4e5e6e;
    padding-top: 110px;
}

.footer-bar__logo {
    margin: 0;
    position: absolute;
    top: -30px;
    width: 100%;
    left: 0;
    padding: 1rem 1.5rem;
    background: #4e5e6e;
}

.footer-bar__message {
    font-size: 0.813rem;
    line-height: 1.375rem;
    letter-spacing: 1.04px;
    color: #fff;
    text-transform: uppercase;
}

.footer-bar__main {
    background: #425364;
    padding: 64px 0 100px;
}

.line-height {
    border-left: 1px solid #b7b7b7;
    height: 100%;
}

.footer-bar__nav li {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: none;
    background: transparent;
}

.footer-bar__nav li a {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
    line-height: 2.2rem;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.footer-bar__nav li a:hover {
    text-decoration: underline;
}

li > a span {
    cursor: pointer;
    line-height: unset;
    position: relative;
    color: #fff;
    z-index: 5;
}

.footer-bar__nav--main li {
    font-weight: 700;
    text-transform: uppercase;
}

.footer-bar__nav li.active a::after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background: #fff;
    z-index: 1;
}

.footer-bar__nav.footer-bar__nav--secondary li {
    font-size: 0.938rem;
}

.footer-bar__nav.footer-bar__nav--secondary li a {
    line-height: 2.65rem;
}

.footer-bar__info {
    color: #fff;
    font-size: 1.125rem;
    text-align: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 32px;
}

.footer-bar__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 9px;
}

.footer-bar__social .social-link {
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    border: 1px solid #f8f8f8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.footer-bar__social .social-link a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.social-link.facebook:hover {
    background: #3b5998;
}

.social-link.instagram:hover {
    background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, red, #ff0);
}

.link-nota-legal {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.link-nota-legal a {
    color: #fff;
    text-decoration: underline;
}

/*--------------------------------------------------------------
#   Hero
--------------------------------------------------------------*/
.seccion_hero {
    padding: 128px 0 100px;
    display: flex; 
    align-items: center; /*flex-end*/
    /*height: 100vh;*/
    min-height: 680px;
    max-height: 809px;
    color: #fff;
}

.hero_bg {
    background-image: url('../../assets/img/fondo-hero.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_hero {
    /*border: 2px solid #979797;*/
    border-radius: 20px;
    background-color: rgba(60, 60, 60, 0.4);
    max-width: 854px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 70px 50px 70px;
}

.box_hero h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 600;
}

.box_hero p {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

/*--------------------------------------------------------------
#   Navegacion
--------------------------------------------------------------*/
.seccion_nav {
    background-color: #50307F; /*425364*/
  color: white;
  box-shadow: 0px 2px 10px 1px rgba(51, 51, 51, 0.25);
}

.nav-subsidio {
    position: relative;
}

.nav-container {
  padding: 10px 0px 0 0px;
  display: flex;
  flex-direction: column;
}

.nav-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 24px;
}

.nav-menu {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.nav-menu li a {
    text-decoration: none;
    color: #CCCCCC;
    font-size: 0.875rem;
    line-height: 1.4rem;
    padding-bottom: 6px;
    display: inline-block;
    transition: color 0.2s ease;
    border-bottom: 2px solid transparent;
}

.nav-menu li.active a {
    border-bottom: 2px solid white;
}

.nav-menu li a:hover {
    color: #ffffff;
}

/* Mobile styles */
.nav-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
}

.btn-flecha {
  background: transparent;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (max-width: 767px) {
    .seccion_nav {
        background-color: #4E5E6E;
    }
    .nav-title {
        font-size: 1.125rem;
        line-height: 1;
        margin-bottom: 0;
    }
    .nav-mobile {
        display: flex;
        justify-content: center;
    }
    .nav-container {
        display: none;
        padding: 0 24px 16px;
    }
    .nav-container.open {
        display: block;
    }
    .nav-menu {
        flex-direction: column;
        gap: 6px;
        background-color: #4e5e6e;
        padding-top: 8px;
    }
    .nav-menu li a {
        padding: 8px 0;
        display: block;
        border-bottom: 2px solid #4f6273;
    }
    .nav-menu li:last-child a {
        border-bottom: none;
    }
    .btn-flecha {
        position: absolute;
        right: 0;
        padding: 0;
        width: 54px;
        height: 54px;
        background-color: #425364;
    }
}

/* Tabs */
.box_wrapper_selection {
    background-color: #EEEBFF;
    border-radius: 15px;
    padding: 41px;
    border: 1px solid #D0C7E2;
    text-align: center;
    max-width: 1140px;
    margin: auto;
}

.box_wrapper_selection .title {
    font-size: 2rem;
}

.box_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.box_btns .btn {
    background-color: #EEEBFF;
    color: #A99BFA;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
    border: 1px solid #A99BFA;
    border-radius: 10px;
    width: 140px;
    height: 56px;
    max-width: 100%;
}
.box_btns .btn:focus {
    box-shadow: 0 0 0 .25rem rgb(169 155 250 / 25%);
}
.box_btns .btn:hover {
    background-color: #A99BFA;
    color: #50307F;
}
.box_btns .btn.active {
    background-color: #A99BFA;
    color: #50307F;
}

.grid_item_subsidio {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid_item_subsidio .item_subsidio {
    padding-bottom: 16px;
    border-bottom: 1px solid #A99BFA;
    margin-bottom: 32px;
}

.grid_item_subsidio .item_subsidio h3 {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 2rem;
}

.grid_item_subsidio .item_subsidio p {
    font-size: 1.375rem;
    line-height: 2rem;
}

.grid_item_subsidio.grid_item_subsidio_ds19 .item_subsidio:nth-child(3),
.grid_item_subsidio.grid_item_subsidio_ds19 .item_subsidio:nth-child(4) {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.grid_item_subsidio.grid_item_subsidio_ds1 .item_subsidio:nth-child(5) {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.grid_item_subsidio.grid_item_subsidio_ds15 .item_subsidio:nth-child(5),
.grid_item_subsidio.grid_item_subsidio_ds15 .item_subsidio:nth-child(6) {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}


/* CREDITO */
.credito-box {
  background-color: #A99BFA;
  border-radius: 15px;
  padding: 50px 90px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.contenido-credito .titulo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contenido-credito h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    width: 463px;
    max-width: 100%;
}

.contenido-credito p {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

/* PROYECTOS */
.box_info .subsidio p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 810px;
}

/* PROYECTOS TABS */
.tabs {}

.tab-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    gap: 20px;
}

.tab {
    background: none;
    border: none;
    padding: 15px 15px;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 400;
    color: #979797;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 3px solid #D8D8D8;
    width: 140px;
}

.tab.active {
    border-color: #A99BFA;
    color: #50307F;
}

.cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #D8D8D8;
}

.card-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.card-body {
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
}

.card-body h4 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #425364;
    font-weight: 600;
}

.card-body .ubicacion {
    color: #425364;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.card-body .subsidio {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.btn {
    padding: 15px;
    border: none;
    border-radius: 50px;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn-primary {
    background: #A99BFA;
    color: #50307F;
    border: 1px solid #A99BFA;
}

.btn-secondary {
    background: #A99BFA;
    color: #50307F;
    border: 1px solid #A99BFA;
}

.btn-primary:hover,
.btn-secondary:hover {
    color: #A99BFA;
    background-color: #50307F;
}

.btn-wa {
    background: #50307F;
    color: #A99BFA;
    border: 1px solid #50307F;
}

.btn-wa:hover {
    background: #A99BFA;
    color: #50307F;
}


/* PREGUNTA IA */
.seccion_ia .box_info .pretitle {
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.seccion_ia .box_info .title {
    font-size: 1.7rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.seccion_ia .box_info .text {
    font-size: 1.25rem;
}

.seccion_ia .box_info .description {
  color: #4a4a4a;
  font-size: 1rem;
  margin-bottom: 30px;
}

.ia-input {
    display: flex;
    justify-content: center;
    gap: 0;
    background-color: white;
    padding: 10px;
    border: 1px solid #a99cfa;
    border-radius: 10px;
    box-shadow: -6px 6px 0 #a99cfa;
    margin: 0 auto 20px;
    overflow: hidden;
}

.ia-input input {
  flex: 1;
  border: none;
  padding: 10px 16px;
  font-size: 1rem;
  border-radius: 10px 0 0 10px;
  outline: none;
}

.ia-input button {
  background-color: #e7e5fa;
  border: none;
  padding: 0 20px;
  color: #425364;
    font-weight: 400;
    font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-left: 1px solid #ddd;
  border-radius: 41px;
}

.ia-input button::before {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.125em;
    margin-right: 8px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a99cfa' d='M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z'/%3E%3C/svg%3E");
}

.terms {
    font-size: 1rem;
    color: #425364;
    text-align: left;
    max-width: 690px;
}

.terms a {
  font-weight: 600;
  text-decoration: none;
}

/* Preguntas */
.accordion-item {
    background-color: transparent;
    border: 0;
    margin-bottom: 16px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button {
    background-color: #EEEBFF;
    color: #50307F;
    font-weight: 600;
    border-radius: 8px;
    font-size: 1.125rem;
    padding: 20px 18px;
    gap: 12px;
}

.accordion-button:not(.collapsed) {
  background-color: #A99BFA;
  box-shadow: none;
  color: #50307F;
  border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-button::after {
    width: 20px;
    height: 20px;
    background-image: url('../../assets/img/flecha.svg');
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../../assets/img/flecha.svg');
    transform: rotate(-180deg);
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-item .accordion-button .number {
    font-size: 1.25rem;
    line-height: 1;
    flex: 1;
}

.accordion-item .accordion-button .title {
    font-size: 1.25rem;
    line-height: 1;
    flex: 1;
}

.accordion-body {
    background-color: #A99BFA;
    border-radius: 0 0 10px 10px;
    padding: 20px 18px;
    color: #50307F;
}

.btn-flotante {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1500;
}

/* Pilares */
.ds1-section {}

.seccion_pilares .box_info h2 {
    font-weight: 700;
    background: linear-gradient(-90deg, rgba(255, 107, 0, 1) 0%, rgba(231, 42, 101, 1) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
}

.seccion_pilares .box_info .text {
    color: #000;
    max-width: 380px;
}

.btn-gradiente {
    display: inline-block;
    background: linear-gradient(-90deg, rgba(255, 107, 0, 1) 0%, rgba(231, 42, 101, 1) 100%);
    color: white;
    padding: 14px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    line-height: 1;
}

.btn-gradiente:hover {
    color: white;
    text-decoration: none;
}

.seccion_pilares img {
    /* width: 100%;
    height: 446px;
    border-radius: 15px;
    object-fit: cover; */
}