#section_banner_mobile_index img {
    width: 90%;
    margin: 0 auto;
}

section {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.testimonios {
    font-weight: bold;
    font-size: 4.6rem;
}
h1 {
    font-weight: 700;
    font-size: 2rem;
}
h2 {
    font-weight: bold;
    margin: 0px;

}
#index-section1 {
    background-color: #f8f8f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
#carousel-mobile {
    display: none;
}
.contenedor-enlaces-nav {
    justify-content: end;
}
/*MAIN*/
main .custom-container {
    display: grid;
    grid-template: repeat(3, 1fr);
    align-content: space-between;
    min-height: 50vh;
}

.main-img {
    grid-row: 1/4;
    grid-column: 1/2;
    height: 90%;
    margin-top: 0px;
    min-height: 300px;
    align-self: flex-end;
    position: relative;
    z-index: 1;
}
main .fila {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}

main #extra {
    display: flow-root;
    grid-column: 1/3;
    grid-row: 1;
}
main {
    background-color: #ffffff;
    color: #28326A;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    min-height: 410px;
    align-content: center;
    
}

main #extra p {
    margin-left: 10%;
    margin-top: 8px;
    margin-bottom: 5px;
}
.columna-sim {
    background-color: white;
    color: #28336b;
    border-radius: 30px;
    padding: 10px;
}
.columna-sim h5 {
    margin-bottom: 10px;
}
.sim {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.sim-param > * {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.sim-param > select {
    border-radius: .25em;
}
.sim select, .sim .amount {
    border: solid;
    border-color: #0ece7d;
}
.sim select {
    width: 200px;
}
.sim .amount {
    border-radius: 20px;
    display: grid;
    padding: 10px;
}
.amount {
    border-radius: 1em !important;
}
.sim .amount button {
    background-color: #0ece7d;
    color: white;
    border: #0ece7d;
    border-radius: 20px;
    padding: 5px;
    width: 160px;
    margin: auto;
}
.index-card {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}
#amount-input {
    border-color: #28336b;
    color: #28336b;
    outline: none;
    height: 25px;
}
.card-area {
    display: flex;
    flex-direction: row;
    position: relative;
    cursor: pointer;
}
.card-area2 {
    display: flex;
    flex-direction: row;
    position: relative;
    cursor: pointer;
    
}

.pasos >div.row {
    width: 100%;
}

.one-card {
    border: solid;
    border-width: 2px;
    border-color: var(--main-color);
    border-radius: 50px 0px 50px 0px;
    color: var(--secondary-color);
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    min-height: 145px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    position: relative;
    width: 100%;
}
.one-card2 {
    border: solid;
    border-width: 2px;
    border-color: var(--main-color);
    border-radius: 50px 0px 65px 0px;
    color: var(--secondary-color);
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 10%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    position: relative;
    width: 100%;
    background-color: white;
}
.one-card h3, .one-card p {
    padding: 0px 25px;
}
.one-card2 h3, .one-card2 p {
    padding: 0px 25px;
}
.one-card h3 {
    text-align: center;
    padding-bottom: 10px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    background-color: var(--main-color-background);
    font-weight: bold;
}

.one-card2 h3 {
    text-align: center;
    padding-bottom: 10px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    background-color: var(--main-color-background);
    font-weight: bold;
}
.one-card p{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    line-height: 1.1rem;
    font-size: 1.1rem;
}
.one-card p{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    line-height: 1.1rem;
    font-size: 1.1rem;
}

.one-card2 p{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    line-height: 1.1rem;
    font-size: 1.1rem;
}

.card-area:hover .one-card {
    transition: all 0.3s ease-in;
    
}

.card-area2:hover .one-card {
    transition: all 0.3s ease-in;
    min-height: 65%;
}

.card-area:hover p{
    max-height: 1000px;
    opacity: 1;
    overflow: hidden;
    transition: all 0.2s ease-in;
    transition-delay: 0.2s;
}

.card-area2:hover p{
    max-height: 1000px;
    opacity: 1;
    text-align: start;
    line-height: 21px;
    position: absolute;
    overflow: hidden;
    transition: all 0.2s ease-in;
    transition-delay: 0.2s;
}

.card-area:hover h3 {
    background-color: var(--main-color-background);
    color: var(--main-color);
    min-height: 0;
    padding-top: 10px;
    transition: all 0.3s ease-in;
}
.card-area2:hover h3 {
    background-color: var(--main-color-background);
    color: var(--main-color);
    min-height: 100%;
    padding-top: 0%;
    width: 100%;
    position: absolute;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

#imagenesde-slide{
    width: 0%;
    height: 0%;
}
.card-area:hover #imagenesde-slide{
    width: 100%;
    height: 100%;
}
.card-area2:hover #imagenesde-slide{
    width: 100%;
    height: 100%;
}
.card-area:hover .c-img {
    background-color: var(--main-color);
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}
.card-area2:hover .c-img {
    background-color: var(--main-color);
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}
.card-area:hover .icon-box {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}
.card-area2:hover .icon-box {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}
.one-card p{
    text-align: center;
}
.one-card2 p{
    text-align: center;
}

.icon-box {
    margin: auto;
    background-color: transparent;
    font-size: 1.5rem;
    color: var(--main-color);
}



.c-img {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: solid var(--main-color);
    border-width: 2px;
    border-radius: 30px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 1px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: 10;
}

.c-img2 {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: solid var(--main-color);
    border-width: 2px;
    border-radius: 30px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 1px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: 10;
}

.dentro-carrusel {
    padding-bottom: 50px;
}

.carousel-item img {
    /* width: clamp(550px, 85%, 1370px) */
    width: 100%;
}

.custom-navigator {
    margin: auto;
    outline:thin solid white !important;
    border:solid #a8acc3 !important;
    border-width: 3px !important;
    background-color: white !important;
}

.custom-control {
    opacity: 1;
}
.custom-control:hover {
    opacity: 1;
}
.icon-control {
    color: white;
    background-color: #28336b;
    padding: 2px;
    padding-left: 15px;
    padding-right: 11px;
    border-radius: 35px;
}
.icon-control-prev {
    color: white;
    background-color: #28336b;
    padding: 2px;
    padding-left: 11px;
    padding-right: 15px;
    border-radius: 35px;
}
.icon-control:hover, .icon-control-prev:hover {
    background-color: #102e5a !important;
    color: #a8acc3;
    opacity: 1 !important;
    transition: 0.4s;
}
.carousel-indicators {
    gap: 3px;
}
/*SECTION*/
section h2 {
    color: #28336b;
}

section hr {
    color: #0ece7d;
}
section .title {
    width: 40%;
    min-width: 300px;
    align-content: center;
    margin: auto;
    width: max-content;
}
.title h2 {
    text-align: center;
    width: max-content;
    margin: auto;
}


/*SECTION 1*/
.pasos {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    
    width: 100%;
    justify-content: center;
    padding-bottom: 20px;
    
}
.pasos i {
    color: #28336b;
}
.pasos p {
    color: white;
    width: 70%;
    align-self: flex-end;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 14pt;
    
}
.pasos h3 {
    color: #28336b;
    font-weight: bold;
    text-align: center;
}

.pasos span {
    font-weight: bold;
}

.pasos span.des {
    font-weight: 400;
}

.card-paso {
    border: 1px solid;
    border-color: transparent;
    border-radius: 10px;
    min-width: 300px;
    
}
.card-paso .fila {
    gap: 10px;
}
.card-paso i {
        color: #28336b;
        border: #28336b;
}
.card-paso h3 {
    margin-bottom: 0px;
    font-size: 1.8rem;
    white-space: nowrap;
}
.card-paso p {
    font-size: 20pt;
}
.card-paso > .fila {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#section1 .custom-container {
    width: 85%;
    margin: auto;
}
p {
    margin-top: auto;
    margin-bottom: auto
}


/*SECTION 2*/
.separator {
    color: #28336b !important;
    width: 250px !important;
    border: none !important; 
    height: 2px !important;
    background-color: #28336b !important;
}

.slide-section {
    margin-top: 40px;
}
/*SECTION 3*/
#section3 {
    margin-top: 80px;
}
#index-section3 {
    background-color: #f8f8f9;
    padding-bottom: 50px;
}
#section3 .requisitos {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr;
    background-color: #e7faf2;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 40px;
    max-width: 1200px;
    padding: 20px;
    justify-content: space-between;
    
}
.main-img {
    z-index: 2;
}
.columna-sim {
    z-index: 1;
}

.beneficios .separator {
    color: #28336b !important;
    width: 250px !important;
    border: none !important; 
    height: 2px !important;
    background-color: #28336b !important;
}
.painted h1 {
    font-size: 2rem;
}

.painted, .painted h2 {
    color: #28336b;
    text-align: center;
    border-radius: 10px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.painted p {
    color: #28336b;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
}



header a {
    font-weight: 400;
    color: var(--secondary-color);
}

header a.active {
    color: white;
}

.card-paso i {
    background-color: white;
    border-radius: 20px;
    padding: 5px;
    width: fit-content;
    height: fit-content;
    padding-left: 6px;
    padding-right: 6px;
}

.carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
    border-radius: 15px !important;
    border: none;
}

#carouselExampleDark img {
    height: 300px;
}
#contacto {
    text-align: center;
}
#boxes {
    row-gap: 10px;
    margin-left: auto;
    margin-right: auto;
}


hr {
    margin: 0px auto 10px auto;
    max-width: 450px;
    border-width: 2px;
}
.pop-animation {
    animation-name: animate-pop;
    animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
    animation-duration: 1.2s;
    animation-delay: 0s;
    
}

    @keyframes animate-pop {
    0% {
        transform: scale(0.5, 0.5);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
.indicator-mobile button {
    background-color: #28336b !important;
    outline: #28336b !important;
    border: white !important;
}

/*SLIDES*/
.slide-2 {
    background-color: #28336b;
}
#img-slide-2 {
    margin-bottom: auto;
    margin-top: auto;
    max-width: 100%;
    height: 35vh;
    
}
.slide-2-title{
    font-size: 3.5rem;
    
}
#slide-2-bg-button {
    background-color: #0ece7d;
    border-radius: 30px;
    padding: 8px 10px;
    font-size: 1.4rem;
    border: none;
    font-weight: 700;
    color: white;

}
#slide-2-sm-button {
    background-color: var(--main-color);
    border-radius: 30px;
    padding: 8px 10px;
    border: none;
    font-weight: 700;
    color: white;
    transform: translateY(-5px);
}
.md-button {
    background-color: var(--main-color);
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 1.5rem;
    border: none;
    color: white;
    text-decoration: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    display: block;
    width: fit-content;
}

.md-button:hover {
    color: var(--main-color);
    background-color: var(--secondary-color);
    font-size: 1.55rem;
    transition: all 0.2s ease-in;
}
.slide-2-contenedor-texto {
    padding-left: 2%;
    width: 50%;
    padding-right: 0;
}

#slide-2-extra-text {
    text-align: center;
}
.slide-2 h4 {
    text-align: end;
    margin-bottom: 0;
}
.slide-2 h5 {
    margin-bottom: 0;
}
.slide-2-bg-image {
    width: fit-content;
}

#section_informacion_index {
    margin-top: 3rem;
}

#section_informacion_index .paso-interior .des {
    font-size: 1rem;
}

#carousel-aliados .owl-stage {
    display: flex;
    align-items: center;
}

@media (max-width:1310px) {

    main h1 {
        font-size: 3rem;
    }
    #prestamo {
        transform: translateX(0px);
    }
    .main-img {
        display: none;
    }
}

@media (max-width: 1030px) {
    .slide-2 {
        background-color: #28336b;
    }
    #img-slide-2 {
        margin-bottom: auto;
        margin-top: auto;
        max-width: 100%;
        height: 30vh;
        
    }
    .slide-2-title{
        font-size: 3rem;
        
    }
    #slide-2-bg-button {
        background-color: #0ece7d;
        border-radius: 30px;
        padding: 8px 10px;
        font-size: 1.2rem;
        border: none;
        font-weight: 700;
        color: white;
    
    }
    #slide-2-sm-button {
        background-color: #0ece7d;
        border-radius: 30px;
        padding: 8px 10px;
        border: none;
        font-weight: 700;
        color: white;
        transform: translateY(-5px);
    }
    .slide-2-contenedor-texto {
        padding-left: 2%;
        width: 45%;
        padding-right: 0;
    }
    
    #slide-2-extra-text {
        text-align: center;
    }
    .slide-2 h4 {
        text-align: end;
        margin-bottom: 0;
    }
    .slide-2 h5 {
        margin-bottom: 0;
    }
    .slide-2-bg-image {
        width: fit-content;
    }

    main #extra {
        display: none;
    }
    main .fila {
        display: block;
        max-height: 300vh;
    }
    main .custom-container {
        display: flow-root;
        max-height: 400vh;
    }
    .columna-sim {
        margin-left: 10px;;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .painted {
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 1000px;
        
    }

    main .pasos {
        display: flow-root;
        padding-top: 40px;
    }
    
    .card-paso {
        margin-top: 10px;
        max-width: 400px;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 10px;
        justify-content: center;
    }
    .card-paso h3 {
        font-size: 1.5rem;
    }
    
    .card-paso p {
        font-size: 1.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    .second {
        margin-left: 0;
        
    }
    .navigation {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .testimonios {
        font-size: 3.5rem;
    }

}

main {
    background-color: transparent;
}
main .card-paso {
    /* max-width: 340px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.2rem !important;
    background-color: transparent;
    color: #102e5a;
    display: flex;
    align-items: center;
}
#carousel-mobile img {
    max-height: 350px;
    margin: auto;
}
#carousel-mobile {
    background-color: #28336b;
}

.card-paso p {
    font-size: 1.5rem;
    color: #102e5a;
}
main .card-paso i {
    background-color: #0FCF7D;
    color: white;
    padding: .4rem;
    border-radius: 50%;
}
#index-section1 {
    background-color: white;
}
.indicator-mobile {
    transform: translateY(40px);
}

@media (max-width:750px) {
    .icon-control-prev, .icon-control {
        background-color: transparent;
    }
    .icon-control-prev:hover, .icon-control:hover {
        background-color: transparent !important;
    }
    .anterior {
        background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    }
    .siguiente {
        background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    }

    #carousel-mobile {
        display: block;
    }
    #carouselExampleIndicators{
        display: none;
    }
    .md-button {
        font-size: 1.2rem;
    }
   

}

.slide-section-desktop {
    display: inherit;
}

.slide-section-mobile {
    display: none;
}

@media (max-width:600px) {
    .slide-section-desktop {
        display: none;
    }
    
    .slide-section-mobile {
        display: inherit;
    }

    .md-button {
        margin-top: 0;
        transform: translateY(-10px);
    }
    .pasos {
        padding-left: 20px;
        padding-right: 20px;

    }
    .testimonios {
        font-size: 3rem;
    }
    .painted h2 {
        font-size: 2rem;
    }
    .one-card {
        min-height: 120px;
    }
    #section3 {
        margin-top: 10px;
    }
    #index-section3 {
        padding-bottom: 0px;
    }
    
    .one-card {
        margin-top: 20px;
    }
    .sim .amount button {
        border-radius: .5em;
        width: 55%;
        height: 50px;
        font-size: 18px;
        font-weight: 600;
    }    
    main .custom-container {
        display: flow-root;
        align-content: space-between;
        min-height: fit-content;
    }
    main .fila {
        display: flow-root;
        justify-content: center;
        align-items: center;
        gap: 50px;
        grid-row: 2;
    }
    .header-bar {
        border: none;
        height: 16px;
        background-color: white;
        opacity: 1;
        margin-top: 30px;
    }
    main label {
        text-align: center;
    }
    .index-card {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    #section3 {
        width: 100%;
    }

}

.paso-interior {
    max-width: 100% !important;
    margin-left: 0;
}
.paso-interior h3 {
    padding-right: 0;
}
.paso-interior > p {
    font-size: 21px;
}

@media (min-width:601px) {
    .fa-caret-right {
        transform: translate(30px, -10px);
    }

    .fa-caret-left {
        transform: translate(-30px, -10px);
    }
}

#carousel-mobile img {
    max-width: 298px; 
}
#carousel-mobile {
    width: 100%;
}

.slide-section-desktop > div > div > #carouselExampleDark > div.carousel-inner > div.carousel-item > img {
    opacity: .5;
}

.slide-section-desktop > div > div > #carouselExampleDark > div.carousel-inner > div.carousel-item > div > img {
    width: 18%;
    height: 18%;
    border-radius: 50%;
    padding: 10px;
    background: rgba(14,206,125,0.65);
}

.slide-section-desktop > div > div > #carouselExampleDark > div.carousel-inner > div.carousel-item > div > p > i.fa-quote-left {
    color: rgb(91 85 85 / 90%);
    transform: translate(-5px, -5px);
    font-size: 20px;
}

.slide-section-desktop > div > div > #carouselExampleDark > div.carousel-inner > div.carousel-item > div > p > i.fa-quote-right {
    color: rgb(91 85 85 / 90%);
    transform: translate(5px, 5px);
    font-size: 20px;
}

.bg-white-mobile {
    width: 100% !important;
}

.contain-slider-mobile {
    position: absolute;
    top: 0;
}

.slide-section-mobile > div > div > #carouselExampleDark > div.carousel-inner > div > div > div > div > div:nth-child(1) > div > img {
    margin: 25px 0 10px 0;
    width: 50%;
    height: 50%;
    padding: 15px;
    border-radius: 50%;
    background: rgba(14,206,125,0.58);
}

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

.slide-section-mobile > div > div > #carouselExampleDark > div.carousel-inner > div > img {
    height: 360px;
}
#carouselExampleIndicators {
    margin: 0;
    width: 100%;
}

/*footer yan*/

   
/*caja contanier del footer*/
.contenedordeenlace{
    text-align: center;
    align-items: center;
    padding: 1%;
    color: white;
    background: #00a55f;
}

.enlacedelfooter{
    display: block;
    cursor: pointer;
}

#contenedordetextodentro{
    opacity: 0;
}
.card-area2:hover #contenedordetextodentro {
    width: 51%;
    opacity: 1;
    height: 100%;
    padding: -10px;    
    margin-top: -10%;
    margin-left: 20%;
    position: absolute;
}

@media (min-width:100px){
    #seccionweb {
        visibility: hidden;
        position: absolute;
        opacity: 0;
    }
    #seccionmovil{
        visibility: visible;
        position: relative;
          opacity: 1;
    }
}

@media (min-width:768px){

    .one-card2 {

        width: 90%;
        min-height: 65% !important;
    }

    .card-area2:hover p {
        font-size: 90%;
        margin-top: -5%;
        line-height: 100%;
        margin-left: 5%;

 
    }
    #seccionweb {
        visibility: visible;
        position: relative;
          opacity: 1;

    }

    #seccionmovil{
        visibility: hidden;
        position: absolute;
        opacity: 0;
    }
}


@media (min-width:1000px){
    .one-card2 {


        min-height:80% !important;
        width: 90% !important;
    }

    .card-area2:hover p {
        font-size: 85%;
        margin-top: -1%;
        line-height: 103%;
        max-height: 1000px;
    }
}

@media (min-width:1100px){
    .card-area2:hover p {
        font-size: 104%;
        line-height: 100%;
        max-height: 1000px;
    }
}

@media (min-width:1140px){
    .card-area2:hover p {
        font-size: 104%;
        line-height: 100%;
        max-height: 1000px;
    }
}

@media (min-width:1200px){
    .card-area2:hover p {
        font-size: 104%;
        line-height: 100%;
        max-height: 1000px;
    }
}




@media (min-width:1280px){
    .card-area2:hover p {
        font-size: 110%;
       
    }
}

#button_carousel_2 {
    padding: 20px 48px;
    position: absolute;
    top: 81%;
    left: 39%;
    color: rgba(0,0,0,0);
}

#button_carousel_3 {
    padding: 31px 73px;
    position: absolute;
    top: 65%;
    left: 1%;
    color: rgba(0,0,0,0);
}

#carouselExampleIndicators > button.carousel-control-prev.custom-control > span:nth-child(1) > i {
    display: none;
}

#carouselExampleIndicators > button.carousel-control-next.custom-control > span:nth-child(1) > i {
    display: none;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    #button_carousel_2 {
        padding: 20px 48px;
        position: absolute;
        top: 81%;
        left: 39%;
        color: rgba(0,0,0,0);
    }
    
    #button_carousel_3 {
        padding: 17px 54px;
        position: absolute;
        top: 65%;
        left: 1%;
        color: rgba(0,0,0,0);
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    #button_carousel_2 {
        padding: 15px 25px;
        position: absolute;
        top: 81%;
        left: 39%;
        color: rgba(0,0,0,0);
    }
}

@media only screen and (max-width: 1000px) and (min-width: 800px) {
    #button_carousel_2 {
        padding: 15px 25px;
        position: absolute;
        top: 81%;
        left: 39%;
        color: rgba(0,0,0,0);
    }
}

@media only screen and (max-width: 800px) and (min-width: 600px) {
    #button_carousel_2 {
        padding: 5px 7px;
        position: absolute;
        top: 81%;
        left: 39%;
        color: rgba(0,0,0,0);
    }
}

@media (min-width: 768px) {
    #section_title_mobile_index {
        padding: 0;
    }

    #section_title_mobile_index .container-fluid {
        padding: 0;
    }

    #slide-banner-1 {
        background-image: url('./../resources/index/banner-home-slide.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        padding-top: 9rem;
        padding-bottom: 9rem;
        margin-bottom: 0;
    }

    #slide-banner-2 {
        background-image: url('./../resources/index/banner-home-slide-2.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        padding-top: 9rem;
        padding-bottom: 9rem;
        margin-bottom: 0;
    }

    main {
        align-items: initial;
    }

    #section_title_mobile_index * {
        text-align: left;
    }

    #section_title_mobile_index h1 {
        font-size: 2.4rem;
    }

    #section_title_mobile_index .btn-cta {
        padding: .3rem 1rem;
        font-size: .9rem;
    }

    main .card-paso h3 {
        font-size: 1.1rem;
        margin-bottom: -7px;
        text-align: left;
    }

    #section_informacion_index .paso-interior .des {
        font-size: .8rem;
        text-align: left;
    }

    main .card-paso i {
        font-size: .7rem;
        padding: 5px 6px;
        margin-right: 15px !important;
    }

    main .card-paso {
        min-width: initial;
        border-radius: 0;
        padding: 0 2rem;
    }
    
    main .card-paso + .card-paso{
        border-left: 2px solid #37D793;
    }

    #section_informacion_index {
        margin-top: 0;
    }

    #info_1_index, #info_2_index, #info_3_index {
        width: 100%;
        margin: 1rem auto;
        text-align: left;
    }

    #info_1_index .row, #info_2_index .row, #info_3_index .row {
        align-items: center;
    }

    #info_1_index h1, #info_2_index h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    #info_3_index h1 {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }

    #info_1_index p, #info_2_index p, #info_3_index p {
        font-size: .8rem;
        margin-bottom: 10px;
        line-height: 1rem;
    }

    #info_1_index .btn-cta, #info_2_index .btn-cta, #info_3_index .btn-cta{
        padding: .3rem 1rem;
        font-size: .8rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        display: table;
    }

    #info_1_index img, #info_2_index img, #info_3_index img {
        margin: 0;
        border-radius: 20px;
    }

    #section-carousel-body h2 {
        font-weight: 500;
        text-align: center;
        line-height: 1.5rem;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    #section-carousel-body{
        width: 100%;
        margin: 1rem auto;
        text-align: left;
    }

    .carousel-equipo, .carousel-aliados {
        width: 80%;
        margin: 0 auto;
    }

    .carousel-equipo img {
        border-radius: 10px;
    }

    .carousel-aliados .item-aliado {
        /* height: 150px;
        margin: auto;
        padding: 2rem; */
    }

    .carousel-aliados img {
        /* width: initial !important; */
    }

    #emprendedores {
        margin-top: 1rem;
        padding-top: 1rem;
        margin-bottom: 3rem;
    }

    #emprendedores h1 {
        font-size: 2.2rem;
        line-height: 2.2rem;
        width: 60%;
        margin: 0 auto;
        text-align: center;
        color: #28336b;
        margin-bottom: 2rem;
    }

    #emprendedores h2 {
        font-size: 1.4rem;
        line-height: 1.4rem;
        margin-bottom: .5rem;
    }
    #emprendedores p{
        font-size: .8rem;
        margin-bottom: 10px;
        line-height: 1rem;
        color: #28336b;
    }

    #emprendedores img{
        width: 100%;
    }
}

@media (min-width: 992px) {
    #boxes {
        width: 100%;
        max-width: 960px;
    }

    main .card-paso {
        justify-content: center;
    }

    main .fila {
        padding: 3rem 0;
    }

    main .card-paso h3 {
        font-size: 1.1rem;
        margin-bottom: 0;
    }

    #section_informacion_index .paso-interior .des {
        font-size: .9rem;
    }

    .paso-interior {
        margin-left: 5px;
    }

    #section_title_mobile_index h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    #slide-banner-1, #slide-banner-2 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    #section_title_mobile_index p {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    main .card-paso h3 {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    #section_informacion_index .paso-interior .des {
        font-size: 1rem;
    }

    #boxes {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #boxes {
        max-width: 1320px;
    }
}