:root {
    --verde: #06b706;
    --amarillo: #f8b937;
    --morado: #3e3f92;
}

@font-face {
    font-family: "Sora";
    src:
        url("../fonts/Sora-Medium.woff2") format("woff2"),
        url("../fonts/Sora-Medium.woff") format("woff"),
        url("../fonts/Sora-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src:
        url("../fonts/Sora-SemiBold.woff2") format("woff2"),
        url("../fonts/Sora-SemiBold.woff") format("woff"),
        url("../fonts/Sora-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src:
        url("../fonts/WorkSans-SemiBold.woff2") format("woff2"),
        url("../fonts/WorkSans-SemiBold.woff") format("woff"),
        url("../fonts/WorkSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src:
        url("../fonts/WorkSans-Medium.woff2") format("woff2"),
        url("../fonts/WorkSans-Medium.woff") format("woff"),
        url("../fonts/WorkSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.bg-success {
    background-color: var(--verde) !important;
}
.bg-primary {
    background-color: var(--morado) !important;
}
.bg-warning {
    background-color: var(--amarillo) !important;
}

.promo {
    border: solid 2px #069806;
    border-radius: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
    background: var(--verde);
    /* box-shadow: #0000004a 0px 5px 6px; */
    color: white;
}

.promo p {
    margin-bottom: 0;
}

/* accordion tst */
.accordion-preview .collapse:not(.show) {
    display: block;
}

.accordion-preview .collapse:not(.show) .accordion-body {
    max-height: 4rem;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}

.accordion-preview .collapse:not(.show) .accordion-body:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
    /* so the text is still selectable */
}

/* accordion tst */

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='forestgreen'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='forestgreen'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    flex-wrap: wrap;
    gap: 3rem;
}

.bg-darkk {
    background-color: #4e4e4e;
}

.showBtn {
    display: block;
    border: 1px solid red;
    width: 300px;
    margin-bottom: 30px;
}

.hideBtn {
    display: none;
}

.hideme {
    display: none;
}

body {
    color: #000;
    font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Sora", sans-serif;
    font-weight: 600;
}

.form-control:focus-visible {
    text-shadow: none !important;
}

#overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #383838 repeat;
    z-index: 500;
}

#forms {
    z-index: 999;
    position: relative;
}

#loader,
.momento {
    display: none;
}

.bottomRow {
    width: 100% !important;
    min-height: 2rem;
    background-color: #4e4e4e;
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: none;
}

.rowBottom {
    width: 100% !important;
    min-height: 2rem;
    background-color: #4e4e4e;
    z-index: 999;
}

.btn-full {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #2d3748;
    z-index: 999;
}

.input-group-text {
    padding: 0.175rem 0.65rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* text colors */

.color1 {
    color: #2d3748;
}

.color2 {
    color: #99ebfa;
}

/* bg colors */

.bg-color1 {
    background: #2d3748;
}

.bg-color2 {
    background: #99ebfa;
}

.bg-green {
    background-color: var(--verde);
}

/* navbar */

#more,
#more2,
#more3,
#more4,
#more5,
#more6 {
    display: none;
}

img[alt="Facebook"] {
    width: 232px;
    height: 97px;
}

img[alt="CIFAL Unitar"] {
    width: 232px;
    height: 97px;
}

img[alt="Amazon"] {
    width: 232px;
    height: 83px;
}

img[alt="Microsoft"] {
    width: 232px;
    height: 228px;
}

img[alt="Google"] {
    width: 232px;
    height: 76px;
}

.container-puntos {
    row-gap: 1rem;
}

.puntos .texto {
    border-radius: 1rem;
    background: white;
    padding: 1rem;
    padding-left: 4rem;
    box-shadow: 0px 3px 8px 2px #0000001f;
}

.puntos .texto .titulo {
    font-size: 1rem;
    font-weight: bold;
    color: #2d3748;
    border-bottom: none;
    text-align: left;
    /* padding: 20px; */
    align-items: left;
    margin: 0;
    min-height: auto;
}

.puntos .texto p {
    margin-bottom: 0;
    font-size: 0.8rem;
}

.icono-externo {
    position: absolute;
    background: inherit;
    /* background: #fff; */
    margin-left: -1%;
}

.icono-interno {
    border: 3px solid;
    border-color: var(--verde);
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icono-color {
    fill: var(--verde);
}

.sintillo {
    background: #4000bc;
    font-size: 3.3vw;
    text-align: center;
    color: #fff;
    font-family: "Sora", sans-serif;
    position: fixed;
    z-index: 9999;
}

.sintillo img {
    max-width: 35px;
}

.logo {
    width: 107.21px;
    height: 42.23px;
}

nav {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.navbar {
    padding: 4rem 0 1rem 0;
}

.nav-active {
    font-weight: bold;
    color: #2d3748 !important;
}

.nav-cta {
    font-size: 1rem;
    color: #2d3748 !important;
    border-radius: 0.5rem;
    background: var(--amarillo);
    padding: 10px 30px !important;
}

a.btn-form:hover {
    color: #2d3748;
    text-decoration: none;
}

.navbar-nav li::before {
    display: none;
}

.navbar-nav {
    margin: 0;
    font-family: "Sora", sans-serif;
}

/* navbar */

/* main >>>>>>>>>>>> */

.btn-green {
    width: 22px;
}

.main {
    background-color: #fff;
}

.main-image3 {
    background-color: #fff;
}

.main-image,
.main-image2 {
    /* background-image: url('../img/01-mobile.webp'), url('../img/01-mobile.jpg'); */
    background-image: url("../img/01-mobile.jpg");
    /* background-image: url("../img/01-mobile.webp"); */
    min-height: 720px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

#man-img {
    height: 237px;
    background: no-repeat center center;
    background-image: url("../img/man.webp");
    background-size: 325px;
}

#man-img3 {
    display: none;
}

#woman-img {
    height: 237px;
    background: no-repeat center center;
    background-image: url("../img/woman.webp");
    background-size: 325px;
}

h1 {
    font-size: 1.4rem;
    color: #000;
    text-align: left;
}
.temp h1 {
    font-size: 1.1rem;
}

h2 {
    font-size: 1.3rem;
    color: #000;
    text-align: left;
}

h3 {
    font-size: 1.1rem;
    color: #000;
}

h3 span {
    font-weight: bold;
}

h3.programas {
    font-size: 1.5rem;
}

.subtitulo {
    font-size: 1.2rem;
    color: #000;
    text-align: left;
    font-family: "Work Sans", sans-serif;
    font-weight: 200;
}

.sub {
    border-radius: 46px 0px;
    font-size: 1.2rem;
    text-align: left;
    font-weight: normal;
    background: var(--verde);
    margin: auto;
    text-align: center;
    padding: 0.5rem;
    color: white;
}
.temp .sub {
    font-size: 0.9rem;
}

.sub.beca {
    background-color: var(--verde);
    padding: 0.5rem 2.5rem;
    width: fit-content;
    border-radius: 0 0 20px 0;
    color: white;
    margin: auto;
    font-size: 1.5rem;
}

/* main >>>>>>>>>> */

/* form */

form {
    background: white;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: auto;
    box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.16);
    width: 80%;
}

.success {
    background: white;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: auto;
    box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.16);
}

.success .form-title {
    font-size: 1.2rem;
    position: relative;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: transparent;
    background-size: inherit;
    height: 6rem;
    align-items: center;
    top: 1rem;
    left: auto;
    color: #2d3848;
}

.form-control {
    font-size: 0.9rem;
}

.form-check-label {
    color: #3a3a3a;
    font-size: 0.8rem;
}

.form-check-label a {
    color: #3a3a3a;
    font-size: 0.8rem;
    text-decoration: none;
}

.btn-form {
    font-size: 1rem;
    color: #2d3748;
    font-weight: bold;
    padding: 10px;
    border-radius: 0.5rem;
    background: var(--amarillo);
    border: solid 1px #ae8228;
    text-decoration: none;
}

.hero-btn {
    font-size: 1.2rem;
    color: #2d3748;
    font-weight: bold;
    padding: 10px;
    border-radius: 0.5rem;
    background: var(--amarillo);
    border: solid 1px #ae8228;
    text-decoration: none;
    text-align: center;
}

.btn-form:hover {
    font-size: 1rem;
    color: #2d3748;
    font-weight: bold;
    padding: 10px;
    border-radius: 0.5rem;
    background: var(--amarillo);
    border: solid 1px #ae8228;
    text-decoration: none;
}

.hero-btn:hover {
    font-size: 1.2rem;
    color: #2d3748;
    font-weight: bold;
    padding: 10px;
    border-radius: 0.5rem;
    background: var(--amarillo);
    border: solid 1px #ae8228;
    text-decoration: none;
    text-align: center;
}

.form-success {
    background: #fff;
    font-size: 1rem;
}

.form-title {
    font-size: 1.2rem;
    position: absolute;
    width: 22rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 61px 13px;
    background: #06b706;
}

.form-title {
    background-size: inherit;
    height: 6rem;
    align-items: center;
    top: 1rem;
}

.legals {
    font-size: 0.9rem;
}

.legales {
    font-size: 0.8rem;
    color: white;
    font-weight: 300;
    text-align: center;
    margin: 6rem auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group.topinput {
    margin-top: 7rem;
}

.form-label-group > input,
.form-label-group > label {
    height: 3.125rem;
    padding: 0.75rem;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    color: #777;
}

/* form */

.collapse-item {
    font-family: "Sora", sans-serif;
    font-size: 0.9rem;
    border-radius: 0 0 20px 0;
    background: #fff;
    /* border: 2px solid #6dbb49; */
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.07);
    color: #2d3748;
    font-weight: bold;
    padding: 10px 30px;
    min-height: 90px;
    display: inline-flex;
    min-width: 255px;
}

.collapse-item:focus {
    border: 2px solid var(--verde);
    box-shadow: inherit;
}

.collapse-item:focus .collapsed {
    border: none;
    box-shadow: inherit;
}

.bullet {
    font-size: 1rem;
}

.icons {
    min-height: 5rem;
}

/* footer */

.card h3.card-title {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.card .card-text {
    font-size: 0.9rem;
}
.card.card-hover {
    padding-bottom: 2rem;
}

.card {
    border: none;
}

.card h2.accordion-header p.titulo {
    font-size: 1rem;
    min-height: 0;
}

.accordion-item.card {
    width: 100%;
    border: solid 2px var(--verde);
    margin: auto;
    margin-top: 0;
}

.accordion-button {
    border-radius: 1rem;
    min-height: 5rem;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #fff;
    box-shadow: none;
}

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

.accordion-body {
    padding: 0 1rem;
    font-size: 0.8rem;
    padding-bottom: 1rem;
}

ul {
    list-style: none;
}
ul li::before {
    content: "•";
    font-size: 170%;
    color: var(--verde);
    font-weight: bold;
    display: inline-block;
    width: 0.3em;
    margin-left: 0em;
    vertical-align: middle;
}

.btn-footer {
    font-size: 1rem;
    color: #2d3748 !important;
    border-radius: 0.5rem;
    background: var(--amarillo);
    padding: 10px 30px !important;
}

.btn-footer:hover {
    font-size: 1rem;
    color: white !important;
    border-radius: 0.5rem;
    background: transparent;
    padding: 10px 30px !important;
    border: solid 1px #fff;
}

.como {
    border-radius: 0 0 20px 0;
    background: var(--verde);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.06);
}

.como img {
    min-height: 100px;
}

.como p {
    font-size: 0.9rem;
    color: #fff;
    font-weight: bold;
    font-family: "Sora", sans-serif;
}

.beneficios {
    border-radius: 0 0 20px 0;
    background: #2d3748;
    box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.06);
    margin: 40px auto;
    padding: 30px;
}

.beneficios h3 {
    color: #fff;
}

.beneficios p {
    color: #fff;
    font-size: 0.8rem;
}

footer {
    background: #2d3748;
}

.white-cards {
    border-radius: 10px;
    background: #ffffff;
    max-width: 18rem;
    margin-bottom: 1rem;
    border: solid #e2e2e2 1px;
}

.white-cards .sutitulo {
    font-weight: bold;
    font-size: 3rem;
    text-align: left;
    color: #2d3748;
    margin-top: 1rem;
    min-height: fit-content;
    font-family: "Sora", sans-serif;
}

.white-cards .sutitulo p {
    font-size: 1.1rem;
    text-align: left;
    color: #2d3748;
    font-weight: normal;
    font-family: "Work Sans", sans-serif;
}

.titulo img {
    /* width: 2.5rem; */
    display: inline-block;
    padding: 0.35em 0.65em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    vertical-align: middle;
}

.titulo img {
    width: 65px;
    height: 61px;
}

.accordion .card-body {
    padding: 0;
    font-size: 0.8rem;
}

.card .card-header {
    padding: 0;
    background-color: rgb(0 178 31);
    border: none;
    color: white;
}

.card .card-header .titulo {
    color: white;
}

.card .card-header h2 a span {
    font-size: 0.8rem;
    font-family: "Work Sans", sans-serif;
}

.card .card-header span.points {
    color: var(--verde);
    font-size: 1.2rem;
    line-height: 0;
}

.card .card-header .titulo img.arrow {
    width: 40px;
    height: 60px;
}

.card-header button.btn.btn-link.btn-block:focus {
    box-shadow: none;
}

.card-header button.btn.btn-link {
    box-shadow: none;
    text-decoration: none;
}

.titulo {
    font-size: 0.8rem;
    font-weight: bold;
    color: #2d3748;
    /* border-bottom: solid var(--verde) 2px; */
    text-align: center;
    /* padding: 20px; */
    align-items: center;
    margin: 4px 0px;
    min-height: 70px;
    font-family: "Sora", sans-serif;
}

.bg-porque {
    background-image: url(../img/ventajas-bg.png);
    /* min-height: 970px; */
    /* background-position: bottom; */
    background-repeat: no-repeat;
    background-size: auto;
}

.bg-porque h2 {
    font-size: 2rem;
}

.programa {
    background-image: url(../img/programas-bg.png);
    /* min-height: 970px; */
    background-position: 90% bottom;
    background-repeat: no-repeat;
    background-size: 77%;
    padding: 15rem 50px;
    background-color: #f7fafc;
}

.programa ul {
    font-size: 0.8rem;
}

h4 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #2d3748;
    text-align: center;
}

.porque {
    color: #000;
    font-size: 0.8rem;
    margin: 1rem 0rem;
    text-align: center;
}

.porque span img {
    width: 60px;
    margin-right: 2rem;
    margin: auto;
}

.porque p {
    margin-top: 1rem;
    text-align: center;
}

.aliados {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d3748;
    text-align: center;
    margin-bottom: 3rem;
    font-family: "Sora", sans-serif;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.unicef {
    background: #384f9f;
    padding: 2rem 0;
}

.uni-text {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    vertical-align: middle;
}

.bg-gradientt {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(123deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 47%);
    background: -webkit-linear-gradient(123deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 47%);
    background: linear-gradient(123deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 47%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f7f7f7", GradientType=1);
}

.legales a {
    text-decoration: none;
    color: white;
}

.calidad {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d3748;
    text-align: center;
    margin-bottom: 2rem;
    font-family: "Sora", sans-serif;
}

.main-image2 .sub.beca {
    font-size: 1.2rem;
}

.main-image3 h1 {
    background: var(--verde);
    border-radius: 1rem;
    padding: 0.5rem;
    text-align: center;
    color: white;
    font-size: 1.4rem;
}

.main-image3 .subtitulo {
    font-size: 1rem;
}

/* carousel */

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c3c3c3;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

li::marker {
    display: none;
    color: transparent;
}

.container-testimonial {
    border-radius: 1rem;
    box-shadow: 0 0 8px 0px #00000021;
    padding-bottom: 3rem;
    min-height: 23rem;
}

.carousel .carousel-item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 16px;
}

.carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 0 15px 0 60px;
    position: relative;
}

.carousel .testimonial::before {
    content: "\201C";
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #000;
}

.carousel .carousel-indicators {
    bottom: -40px;
    display: flex;
    align-items: center;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 1px 3px;
    box-sizing: border-box;
}

.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}

.carousel-indicators li.active {
    color: #fff;
    background: var(--verde);
    border: 5px double;
}

.equivalencia p {
    margin: 0;
    font-size: 1rem;
}

/* carousel */

.white-cards .sutitulo span {
    background: var(--verde);
    border-radius: 0.5rem;
    color: white;
    font-size: 2rem;
    width: 10rem;
    display: flex;
    justify-content: center;
    top: -2rem;
    position: relative;
    height: 4rem;
    align-items: center;
    left: -2rem;
}

.top-img {
    height: 20rem;
    background-size: 10px;
    text-align: center;
}

.bg-destacan {
    background-image: url(../img/ventajas-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--verde);
    height: 20rem;
    display: flex;
    align-items: center;
}

.bg-fronteras {
    background-image: url(../img/map.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 56rem;
    display: flex;
    align-items: center;
}

.bg-docentes {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #00ce53;
    height: 20rem;
    display: flex;
    align-items: center;
}

.bg-destacan h4 {
    color: white;
    font-size: 1.6rem;
}

.bg-destacan .container .row {
    display: flex;
    justify-content: space-between;
}

.bg-destacan .img-container {
    background: #fff;
    border-radius: 2rem;
    padding: 2rem;
    text-align: center;
}

.bg-destacan .img-container img {
    width: 80%;
}

.bg-docentes h4 {
    color: white;
    font-size: 1.7rem;
}

.bg-docentes .container .row {
    display: flex;
    justify-content: space-between;
}

.bg-docentes .img-container {
    background: #fff;
    border-radius: 2rem;
    padding: 2rem;
    text-align: center;
}

.bg-docentes .img-container img {
    width: 80%;
}

.beneficio-icono {
    position: relative;
    padding-left: 30px; /* Espacio para el icono */
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.beneficio-icono::before {
    content: "❯"; /* Puedes usar cualquier icono Unicode */
    position: absolute;
    left: 0;
    color: var(--verde);
    font-weight: bold;
    font-size: 120%;
}

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

.card-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-hover .card-img-top img {
    transition: all 0.5s ease;
    border-radius: inherit;
}

.card-hover:hover .card-img-top img {
    transform: scale(1.05);
}

.badge.rounded-pill.bg-warning {
    color: #000;
}

@media (min-width: 576px) {
    .top-img {
        height: 17rem;
        background-size: 10px;
        text-align: center;
        bottom: 0;
        position: absolute;
    }
}

@media (min-width: 768px) {
    .beneficio-icono {
        font-size: 1.3rem;
    }
    .bg-porque h2 {
        font-size: 2rem;
    }
    .bg-fronteras {
        height: 28rem;
        background-position: center;
    }
    .promo {
        font-size: 1.1rem;
        padding: 0.5rem;
    }
    .accordion-item.card {
        width: 33%;
    }

    .bg-destacan {
        background-image: url(../img/ventajas-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: var(--verde);
        height: 20rem;
        display: flex;
        align-items: center;
    }

    .bg-destacan h4 {
        color: white;
        font-size: 1.7rem;
    }

    .bg-docentes h4 {
        color: white;
        font-size: 1.7rem;
    }

    .porque span img {
        margin: 0 2rem 0 0;
    }

    .programa {
        background-image: url(../img/programas-bg.png);
        /* min-height: 970px; */
        background-position: 90% bottom;
        background-repeat: no-repeat;
        background-size: 57%;
        padding: 11rem 50px;
    }

    .form-title {
        font-size: 1rem;
        position: absolute;
        width: 18rem;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        border-radius: 94px 13px;
        background: #06b706;
        background-size: inherit;
        height: 6rem;
        align-items: center;
        top: 1rem;
        left: -6%;
    }

    .main-image {
        /* background-image: url(../img/01.webp), url(../img/01.jpg); */
        background-image: url(../img/01.webp);
        min-height: 630px;
        background-position: top;
        background-repeat: no-repeat;
        /* background-size: 200%; */
        position: relative;
        padding: 0rem 0;
    }

    .main-image2 {
        /* background-image: url(../img/01.webp), url(../img/01.jpg); */
        background-image: url(../img/01.webp);
        min-height: 630px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 200%;
        position: relative;
        padding: 0rem 0;
    }

    .sub {
        font-size: 0.9rem;
    }

    .equivalencia p {
        margin: 0;
        font-size: 0.7rem;
    }

    .puntos .texto p {
        font-size: 0.7rem;
    }

    .sub.beca {
        background-color: var(--verde);
        padding: 1rem 3.4rem;
        width: fit-content;
        border-radius: 0 0 20px 0;
        color: white;
        margin: auto;
        font-size: 1.5rem;
    }

    .beneficios p {
        font-size: 1rem;
    }

    .porque {
        text-align: left;
        display: flex;
        align-items: center;
        font-size: 1rem;
    }

    .porque p {
        text-align: left;
    }

    .sintillo img {
        max-width: 35px;
    }

    .sintillo {
        font-size: 1.4vw;
        text-align: center;
        color: #fff;
        font-family: "Sora", sans-serif;
    }

    .legales {
        font-size: 0.8rem;
        color: white;
        font-weight: 300;
        text-align: center;
        /* margin: 4rem auto; */
        margin: 20px auto 78px auto;
    }

    .uni-text {
        font-size: 1.6rem;
    }

    .aliados {
        font-size: 2rem;
    }

    h4 {
        text-align: left;
        font-weight: bold;
        font-size: 1.5rem;
        color: #2d3748;
    }

    .bg-porque {
        background-image: url(../img/ventajas-bg.png);
        background-position: 60rem 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .titulo {
        font-size: 0.7rem;
        font-weight: bold;
        color: #2d3748;
        text-align: left;
        /* padding: 20px; */
        align-items: center;
    }

    .puntos .texto .titulo {
        font-size: 0.8rem;
    }

    .titulo img {
        width: 2.5rem;
    }

    .white-cards .sutitulo p {
        font-size: 0.8rem;
        font-weight: normal;
    }

    .white-cards .sutitulo {
        font-weight: bold;
        font-size: 3rem;
        margin-top: 1rem;
        min-height: fit-content;
        font-family: "Sora", sans-serif;
    }

    .white-cards {
        max-width: 21%;
        margin-bottom: 5rem;
        min-height: 9rem;
    }

    /* 
    .navbar-nav {
        margin: 10px -100px;
        margin: 10px -43px;
    } */

    .beneficios {
        border-radius: 0 0 20px 0;
        background: #2d3748;
        box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.06);
        margin: -30px auto;
    }

    form {
        background: white;
        border-radius: 0.5rem;
        padding: 1rem;
        margin: auto;
        width: 121%;
    }

    .main-image #man-img {
        height: 218px;
        background: no-repeat center bottom;
        background-image: url(../img/woman.webp);
        background-size: 295px;
    }

    #man-img3 {
        display: block;
        height: 237px;
        background: no-repeat center center;
        background-image: url(../img/man.webp);
        background-size: 325px;
        position: inherit;
        top: 6.3%;
        /* bottom: 0; */
        left: 24%;
    }

    #woman-img {
        height: 235px;
        background: no-repeat center center;
        background-image: url(../img/woman.webp);
        background-size: 307px;
    }

    .main-image2 {
        /* background-image: url('../img/02.webp'), url('../img/02.jpg'); */
        background-image: url("../img/01.webp");
        min-height: 670px;
        background-position: -626px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .main-image3 {
        /* background-image: url('../img/02.webp'), url('../img/02.jpg'); */
        background-image: url("../img/01.webp");
        min-height: 670px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .main-image3 h1 {
        font-size: 1.8rem;
        text-shadow: none;
    }

    .main-image3 h2 {
        font-weight: normal;
        text-align: left;
        width: auto;
    }

    h3 {
        font-size: 1.3rem;
        font-weight: bold;
        color: #2d3748;
    }

    .como h3 {
        font-size: 1.3rem;
        font-weight: bold;
        color: #fff;
    }

    h1 {
        font-size: 1.6rem;
        text-shadow: -3px -1px 20px white;
    }

    h2 {
        font-size: 1.3rem;
    }

    .subtitulo {
        font-size: 1rem;
        text-shadow: -3px -1px 20px white;
    }

    .bullet {
        font-size: 1rem;
    }

    .bottomRowBottom {
        width: 100%;
        min-height: 2rem;
        background-color: #2d3748 !important;
        position: block;
        bottom: 0;
        z-index: 1000;
    }

    .bottomRowBottom .container {
        background-color: #2d3748;
    }

    .main-image3 #man-img {
        display: none;
    }
}

@media (min-width: 992px) {
    .bg-porque h2 {
        font-size: 2rem;
    }
    .promo {
        font-size: 1.1rem;
        padding: 0;
    }

    .accordion-item.card {
        width: 30%;
    }

    .hero-btn {
        font-size: 1rem;
    }

    .hero-btn:hover {
        font-size: 1rem;
    }

    form {
        width: auto;
    }

    .form-title {
        font-size: 1rem;
        position: absolute;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        border-radius: 61px 13px;
        background: #06b706;
        background-size: inherit;
        height: 6rem;
        align-items: center;
        top: 1rem;
    }
    .equivalencia p {
        margin: 0;
        font-size: 1.2rem;
    }

    .sub {
        border-radius: 46px 0px;
        font-size: 1.2rem;
        text-align: left;
        font-weight: normal;
        background: var(--verde);
        margin: auto;
        text-align: center;
        padding: 0.5rem;
        color: white;
    }

    .puntos .texto p {
        font-size: 0.7rem;
    }

    .puntos .texto .titulo {
        font-size: 0.8rem;
    }

    .main-image3 h1 {
        font-size: 1.7rem;
    }

    .calidad {
        margin-bottom: 2rem;
        font-size: 2rem;
    }

    h4 {
        text-align: left;
        font-size: 2.1rem;
    }

    .titulo {
        font-size: 0.8rem;
    }

    .titulo img {
        /* width: fit-content; */
        width: 4rem;
    }

    .white-cards .sutitulo p {
        font-size: 1rem;
        font-weight: normal;
    }

    .white-cards .sutitulo {
        font-size: 2.2rem;
        margin-top: 1rem;
        min-height: 9rem;
    }

    .white-cards {
        max-width: 21%;
        margin-bottom: 5rem;
        min-height: 9rem;
    }

    .como p {
        font-size: 0.9rem;
    }

    .como h3,
    h3 {
        font-size: 1.6rem;
    }

    .main-image {
        /* background-image: url(../img/01.webp), url(../img/01.jpg); */
        background-image: url(../img/01.webp);
        min-height: 630px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 2rem 0;
    }

    .main-image2 {
        /* background-image: url(../img/01.webp), url(../img/01.jpg); */
        background-image: url(../img/01.webp);
        min-height: 630px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 2rem 0;
    }

    .main-image3 {
        /* background-image: url(../img/01.webp), url(../img/01.jpg); */
        background-image: url(../img/01.webp);
        min-height: 630px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 2rem 0;
    }

    .top-img {
        bottom: 0;
        position: absolute;
        width: 17%;
        height: auto;
    }

    .main-image2 h1 {
        font-size: 2.2rem;
    }

    #man-img {
        display: none !important;
        background-image: url(" ");
        height: 1px;
    }

    #man-img3 {
        display: none !important;
        background-image: url(" ");
        height: 1px;
    }

    #woman-img {
        display: none !important;
        background-image: url(" ");
        height: 1px;
    }

    h1 {
        font-size: 2rem;
        text-shadow: none;
    }

    .subtitulo {
        font-size: 1.4rem;
    }

    .sub {
        font-size: 1.1rem;
        font-weight: normal;
    }

    .temp .sub {
        font-size: 1.3rem;
    }

    .bullet {
        font-size: 1.3rem;
        line-height: initial;
    }

    .bullet.p {
        margin-bottom: 1.3rem;
    }

    .bottomRowBottom {
        width: 100%;
        min-height: 2rem;
        background-color: #2d3748;
        position: block;
        bottom: 0;
        z-index: 1000;
    }
}

@media (min-width: 1024px) and (orientation: portrait) {
    .form-title {
        font-size: 1.1rem;
        position: absolute;
        width: 120%;
    }

    h1 {
        font-size: 2.2rem;
    }

    .equivalencia p {
        font-size: 1.1rem;
    }

    .sub {
        font-size: 1.3rem;
        font-weight: normal;
        padding: 1rem 0.8rem;
    }
}

@media (min-width: 1279px) {
    .puntos .texto p {
        font-size: 0.8rem;
    }

    .puntos .texto .titulo {
        font-size: 1rem;
    }

    .main-image3 h1 {
        font-size: 2rem;
    }

    .white-cards {
        max-width: 21%;
        margin-bottom: 5rem;
        min-height: 9rem;
    }

    .white-cards .sutitulo {
        font-weight: bold;
        font-size: 3rem;
        margin-top: 1rem;
        min-height: fit-content;
        font-family: "Sora", sans-serif;
    }
}

@media (min-width: 1366px) {
    .hero-btn {
        font-size: 1.1rem;
    }

    .hero-btn:hover {
        font-size: 1.1rem;
    }

    .puntos .texto .titulo {
        font-size: 1rem;
    }

    .main-image3 h1 {
        font-size: 1.7rem;
    }

    .main-image2 h1 {
        font-size: 2.2rem;
    }

    h1 {
        font-size: 2.3rem;
    }

    .white-cards .sutitulo p {
        font-size: 1.1rem;
        font-weight: normal;
    }

    .white-cards {
        max-width: 18rem;
        margin-bottom: 1rem;
    }

    .white-cards .sutitulo {
        font-weight: bold;
        font-size: 3rem;
        margin-top: 1rem;
        min-height: 140px;
        font-family: "Sora", sans-serif;
    }
}

@media (min-width: 1440px) {
    .form-title {
        font-size: 1.2rem;
        width: 22rem;
    }
    .subtitulo {
        font-size: 1.6rem;
    }

    .main-image {
        /* background-image: url('../img/01.webp'), url('../img/01.jpg'); */
        background-image: url("../img/01.webp");
        min-height: 650px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 3rem 0;
    }

    .main-image2 {
        /* background-image: url('../img/01.webp'), url('../img/01.jpg'); */
        background-image: url("../img/01.webp");
        min-height: 650px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 3rem 0;
    }

    h1 {
        font-size: 2.3rem;
    }
    .temp h1 {
        font-size: 1.6rem;
    }
}

@media (min-width: 1700px) {
    .bg-porque {
        background-position: 120% 0;
    }

    .top-img {
        bottom: 0;
        position: absolute;
        width: 15%;
        right: 39%;
    }
    .temp h1 {
        font-size: 1.6rem;
    }

    h1 {
        font-size: 2.3rem;
    }

    .subtitulo {
        font-size: 1.8rem;
        line-height: normal;
    }

    .sub {
        font-size: 1.3rem;
        font-weight: normal;
    }

    .bullet {
        font-size: 1.3rem;
        line-height: initial;
    }

    .bullet.p {
        margin-bottom: 1.3rem;
    }

    .bottomRowBottom {
        width: 100%;
        min-height: 2rem;
        background-color: #2d3748;
        /* position: absolute; */
        bottom: 0;
        z-index: 1000;
    }

    .main-image {
        background-position: center;
    }

    .main-image2 {
        background-position: center;
    }
}

@media (min-height: 1260px) {
    .bottomRowBottom {
        position: absolute;
    }
}

@media (min-width: 1400px) {
    .programa {
        background-position: 140% bottom;
        background-repeat: no-repeat;
        background-size: 70%;
        padding: 10rem 50px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1920px) {
    .main-image3 {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 2rem 0;
    }

    .programa {
        background-position: 70% bottom;
        background-repeat: no-repeat;
        background-size: 45%;
        padding: 5rem 50px;
    }
}

@media (min-width: 2500px) {
    .programa {
        background-position: 60% bottom;
        background-size: 30%;
        padding: 5rem 50px;
    }

    .top-img {
        bottom: 0;
        position: absolute;
        width: 14%;
    }

    .main-image {
        background-position: center;
        min-height: auto;
    }

    .main-image2 {
        background-position: center;
        min-height: auto;
    }
}
