.header__programa {
    position: relative;
    float: left;
    width: 100%;
    height: 540px;
} 
.contenido__programa__unidades__titulos a
.header__programa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__programa__contenido {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, #1E112C 26%, rgba(30, 17, 44, 0) 100%);
    top: 0px;
    height: 100%;
}

.header__programa__informacion {
    padding: 50px 35% 0px 50px;
}

.header__programa__informacion h1 {
    color: var(--amarillo); 
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
    margin-bottom: 25px;
}

.header__programa__informacion article {
    color: white;
    font-size: 18px;
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 25px;
}

.header__programa__informacion button {
    width: 270px;
    background: rgba(241, 180, 47, 0.72);
    border-radius: 5px;
    border: 0px;
    padding: 10px;
    margin-bottom: 25px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    word-wrap: break-word;
    cursor: auto;
    text-transform: uppercase;
}

.header__programa__datos {
    display: flex;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 25px;
}

.header__programa__datos__item h3 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 15px;
}

.header__programa__datos__item h4 {
    color: white;
    font-size: 18px;
    font-weight: 400;
    word-wrap: break-word;
}

.header__programa__datos__item {
    border-right: 1px solid #fff;
    padding: 10px 30px 10px 30px;
}

.header__programa__datos__item:first-child {
    padding: 10px 30px 10px 0px;
}

.header__programa__datos__item:last-child {
    border: 0;
}

.header__programa__botones {
    position: absolute;
    bottom: 45px;
    width: 100%;
    display: flex;
    gap: 12%;
    justify-content: center;
}

.header__programa__botones a {
    border-radius: 6px;
    padding: 5px 20px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
    width: 220px;
    text-align: center;
    text-decoration: none;
}

a.compartir {
    background-color: #fff;
    color: black;
}

a.me_interesa {
    background: rgba(153, 61, 134, 1);
    color: #fff;
}

a.descargar_folleto {
    background-color: rgba(241, 180, 47, 1);
    color: black;
}


.contenido__programa {
    padding: 35px 20px;
    position: relative;
    float: left;
    width: 100%;
}

.contenido__programa > div {
    width: 100%;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    border: 1px #838383 solid;
    padding: 0px;
}

h1.contenido__programa__title {
    display: inline-block;
    background: var(--morado);
    border-bottom-right-radius: 19px;
    border-top-right-radius: 19px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 25px;
    margin-top: 20px;
    padding: 14px 35px;
    text-transform: uppercase;
}

.contenido__programa__top {
    margin-top: 20px;
}

.contenido__programa__texto {
    padding: 20px;
    color: black;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
}

.contenido__programa__center {
    display: flex;
    gap: 9%;
}

.contenido__programa__center > div {
    width: 50%;
}

.contenido__programa__claustro__item h1, .contenido__programa__claustro__item p {
    color: black;
    font-size: 16px;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0px;
}

.contenido__programa__claustro__item {
    margin-bottom: 20px;
}

.contenido__programa__botton {
    padding: 50px 50px 60px 50px;
}

h2.contenido__programa__rvoe {
    color: var(--morado);
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contenido__programa__certificaciones {
    display: flex;
    gap: 40px;
    margin-left: 30px;
}

.contenido__programa__certificaciones img {
    height: 100px;
    object-fit: contain;
    width: 146px;
}

.contenido__programa__unidades {
    width: 100%;
    display: flex;
    gap: 2rem;
    margin-bottom: 30px;
    overflow: hidden;
}

.contenido__programa__unidades__titulos a {
    display: block;
    text-align: left;
    color: #1E112C;
    font-size: 18px;
    font-weight: 700;
    word-wrap: break-word;
    font-family: 'Staatliches', sans-serif;
    margin-bottom: 17px;
    text-decoration: none;
    cursor: pointer;
    padding-right: .8rem;
    transition: background .4s ease-in-out;
}
.contenido__programa__unidades__titulos a:hover {
    /*background-color: var(--morado);*/
    /*background: linear-gradient(90deg, #1E112C 26%, rgba(30, 17, 44, 0) 100%);*/
    color: white;
    /*background: linear-gradient(90deg, #371F5200 21.97%, #982D9BC2 65.05%, #993D86 82.24%, var(--morado) 120.53%);*/
    /*background: linear-gradient(90deg, #9B5AE605 21.97%, #982D9BC2 65.05%, #993D86 82.24%, var(--morado) 120.53%);*/
    background: linear-gradient(90deg, #982D9BC2 35.05%, #993D86 82.24%, var(--morado) 120.53%);
}

.contenido__programa__unidades__titulos {
    padding: 20px;
    border-right: 4px solid #973F7D;
    width: 30%;
    min-width: 18rem;
    max-height: 15rem;
    overflow-y: auto;
}

.contenido__programa__unidades__titulos .active {
    color: var(--morado);
}

.contenido__programa__unidades__materias ul {
    width: 100%;
    height: auto;
    min-height: 5rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    border-radius: 7px;
    border: 1px #838383 solid;
    padding: 20px;
    overflow: auto;
}

.contenido__programa__unidades__materias {
    width: 100%;
    padding: .3rem;
}

.contenido__programa__unidades__materias li {
    font-size: 14px;
    margin-bottom: 5px;
    
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.contenido__programa__unidades__materias li.header_tile {
    font-weight: bold;
}

.header__programa__botones--movil,
.header__programa__datos--movil{
    display: none;
}


/* Formulario de calculo de becas */

.content-form-calculate-beca{
    padding: 3rem 29rem;
    font-family: Poppins;
    background-image : url('/templates/cip/img/programa/bg-form.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-form-calculate-beca-title {
    text-align: center;
    margin-top :1rem;
    margin-bottom: 2.5rem;
}

.content-form-calculate-beca-title .title-normal{
    font-size: 36px;
    color: #fff;
}

.content-form-calculate-beca-title .title-yellow-bold{
    font-size: 36px;
    color: #fece00;
    font-weight: bold;
}
.content-form-calculate-beca-legend{
    margin-bottom: 2em;
}

.content-form-calculate-beca-legend .legend-motivation{
    color : #fff;
    font-size :18px;
}

.content-form-calculate-beca-legend .legend-motivation .legend-yellow{
    color : #fece00;
     font-weight: bold;
}

.content-form-calculate-beca .form-control {
    border: solid 2px #ffffffc7;
    color: #fff;
    background: transparent !important;
    font-size: 13px!important; 
    font-family: Poppins, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    height : 38px;
}
.content-form-calculate-beca .select-custom{
    border: solid 2px #ffffffc7!important;
    color: #fff!important;
    background-color: #fff0 !important;
    font-size: 13px!important; 
    font-family: Poppins, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    height : 38px!important;
}

.content-form-calculate-beca .form-select{
    background-image: url('/templates/cip/img/icon_select_flecha.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
}

.content-form-calculate-beca .form-control.is-invalid, .select-custom.is-invalid{
    border:solid 2px #ab1414!important; 
    background-size: 10px!important;
}
.content-form-calculate-beca .msg_error{
    color: #ab1414;
    font-size: 13px;
    font-weight: bold;
}

.content-form-calculate-beca .select-custom option {
    color: #000;
}

.content-form-calculate-beca .form-control::placeholder{
    color: #ffffffc7;
}

.content-form-calculate-beca .form-control:focus , .form-select:focus{
    box-shadow: 0 0 0 .25rem rgba(151, 63, 125, 0.36)!important;
    background : transparent;
    color: #fff;
}

.content-form-calculate-beca .btn-send-data-calculate-beca{
    width: 240px;
    height: 38px;
    border: none;
    background: #f1b42f;
    transition: 0.5s;
    color: #000;
    border-radius: 4px;
}

.content-form-calculate-beca .btn-send-data-calculate-beca:hover{
    color: #fff;
    background : #993d86;
    transform: translateY(-4px); 
}
.btn-send-data-calculate-beca.btn-send-data-disabled{
    opacity:0.5;
}
.btn-send-data-calculate-beca.btn-send-data-disabled:hover{
    transform: translateY(0px)!important;
    background: #f1b42f!important;
    color : #000;
}

.label-aviso-beca{
    color : #fff;
    margin-left:10px;
}
.label-aviso-beca a {
    color : #fff;
}
.iti--allow-dropdown{
    width : 100%;
}
.iti{
    max-height: 2.5rem;
}
.check-aviso{
    display: flex!important;
    justify-content: center!important;
}

.header-program {
    height: calc(100vh - 120px);
    background: rgb(60, 40, 85);
    position: relative;
}

.header-program img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.header-program-content {
    position: absolute;
    left: 0;
    top: 50%;
    color: white;
    padding: 15px;
    transform: translateY(-50%);
    max-width: 600px;
}

.program-category {
    background: rgb(60, 40, 85);
    background: linear-gradient(90deg, rgba(60, 40, 85, 1) 0%, rgba(209, 35, 125, 1) 100%);
    display: inline-block;
    font-size: calc(1.2rem + 1.5vw);
    padding: 0 1.5rem 0 0;
}

.program-modality {
    font-size: calc(1.4rem);
}


.text-purple {
    color: #371f51 !important;
}

.text-pink {
    color: #cf2083 !important;
}

.section {
    padding: 30px 15px;
}

.contenido__programa__unidades {
    display: flex;
    justify-content: space-between;
    gap: initial;
    max-width: 700px;
    margin: 0 auto;
    align-items: center;
}

.contenido__programa__unidades__titulos {
    width: 30%;
    min-width: initial;
}

.contenido__programa__unidades__materias {
    width: 65%;
}

.fw-extra-bold {
    font-weight: 900 !important;
}

.gradient-button {
    background: rgb(60, 40, 85);
    background: linear-gradient(180deg, rgba(60, 40, 85, 1) 0%, rgba(209, 35, 125, 1) 100%);
    display: inline-block;
    color: var(--amarillo);
    text-decoration: none;
    padding: 1rem 3rem;
    font-weight: 900;
    border-radius: 40px;
    appearance: none;
    box-shadow: none;
    border: none;
}

.video-image {
    position: relative;
    height: 500px;
}

.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 140px;
}

.program-video {
    width: 100%;
    height: 200px;
}

.bg-gradient-2 {
    background: rgb(60, 40, 85) !important;
    background: linear-gradient(180deg, rgba(60, 40, 85, 1) 0%, rgba(209, 35, 125, 1) 100%) !important;
}

.obj-card {
    border: 1px solid;
    padding: 3rem 1rem;
    border-radius: 20px;
}

.obj-card h2 {
    text-transform: uppercase;
    font-weight: 900;
    background: #371f51 !important;
    color: #cf2083;
    padding: 1rem;
    font-size: 1.6rem;
}

.obj-card ul {
    list-style: none;
    padding-left: 0;
}

.obj-card li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.obj-card li::before {
    content: '';
    position: absolute;
    display: block;
    height: 7px;
    width: 15px;
    background-color: var(--morado);
    left: 0;
    top: 20px;
}

.card-button {
    box-shadow: 0px 0px 8px #0000007D;
}

.section h2, .section h3 {
    font-weight: 900;
    color: #371f51;
    margin-bottom: 1.5rem;
}

.modal-content h2, .modal-content h3 {
    color: #371f51;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.card-icon {
    width: 160px;
    margin: 0 auto;
}

@media(min-width: 768px) {
    .header-program-content, .section {
        padding: 50px;
    }
    
    .program-video {
        width: 100%;
        height: 400px;
    }
    
    .contenido__programa__unidades__titulos {
        width: 30%;
        min-width: initial;
    }
    
    .contenido__programa__unidades__materias {
        width: 65%;
    }
    
    .contenido__programa__unidades__titulos a {
        font-size: 22px;
    }
    
    .obj-card {
            padding: 2rem 1rem;
            background-color: white;
            position: relative;
    }
    
    .section-bg {
        position: relative;
    }
    
    .section-bg::before {
        content: '';
        height: 70%;
        background: rgb(60, 40, 85);
        background: linear-gradient(180deg, rgba(60, 40, 85, 1) 0%, rgba(209, 35, 125, 1) 100%);
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .obj-card img {
        transform: scale(1.2);
    }
    
    .contenido__programa__unidades {
        max-width: 900px;
    }
}


@media only screen and (max-width: 1450px)  {
    .content-form-calculate-beca{
        padding: 3rem 19rem;
    }
}

@media only screen and (max-width: 1250px)  {
    .content-form-calculate-beca{
        padding: 3rem 10rem;
    }
}
@media only screen and (max-width: 950px)  {
    .content-form-calculate-beca{
        padding: 3rem 5rem;
    }
}

@media only screen and (max-width: 768px) and (min-width: 300px)  {

    .header__programa {
        height: auto;
    } 
    
    .contenido__programa {
        padding: 0px;;
    }

    .contenido__programa > div {
        box-shadow: inherit;
        border-radius: 0px;
        border: 0px #838383 solid;
        padding: 0px;
    }

    .contenido__programa__top .contenido__programa__title {
        background: rgba(241, 180, 47, 1);
    }

    .contenido__programa__texto {
        padding: 15px;
        font-size: 14px;
    }

    h1.contenido__programa__title {
        display: block;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 15px 15px;
        text-align: center;
    }

    .contenido__programa__center {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .contenido__programa__center > div {
        width: 100%;
    }

    h2.contenido__programa__rvoe {
        font-size: 18px;
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }

    .contenido__programa__certificaciones {
        gap: 10px;
        margin-left: 0px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .contenido__programa__botton {
        padding: 15px;
    }

    .contenido__programa__claustro {
        padding: 0px 60px;
    }

    .contenido__programa__unidades {
        display: flex;
        margin-bottom: 25px;
    }

    .contenido__programa__unidades__titulos {
        padding: 15px 0;
        border-right: 0px solid #973F7D;
        width: 100%;
    }

    .contenido__programa__unidades__titulos a {
        text-align: left;
        margin-bottom: 10px;
    }

    .contenido__programa__unidades__materias {
        margin-left: 0px;
        width: 100%;
        padding: 15px;
    }

    .header__programa img {
        display: none;
    }

    .header__programa__contenido {
        position: relative;
        background: rgba(30, 17, 44, 1);
        height: auto;
    }

    .header__programa__informacion {
        padding: 15px;
    }

    .header__programa__informacion h1 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .header__programa__informacion p {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: normal;
        text-align: center;
    }

    .header__programa__informacion button,
    .header__programa__datos,
    .header__programa__botones {
        display: none;
    }


    .header__programa__datos--movil{
        position: relative;
        float: left;
        width: 100%;
        background: var(--morado);
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        padding: 15px;
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    .header__programa__datos__item--movil {
        text-align: center;
        border-right: 3px solid rgba(241, 180, 47, 1);
        padding-right: 10px;
    }
    
    .header__programa__datos__item--movil img {
        width: 22px;
        height: 22px;
        object-fit: scale-down;
        margin-bottom: 8px;
    }
    
    .header__programa__datos__item--movil h4 {
        text-align: center;
        color: white;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        word-wrap: break-word;
    }
    
    .header__programa__datos__item--movil:last-child {
        border: 0px;
        padding: 0px;
    }

    .header__programa__botones--movil{
        position: fixed;
        z-index: 9999;
        width: 100%;
        background: #1E112C;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        bottom: 0px;
        padding: 15px;
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    
    a.me_interesa--movil {
        color: white;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        word-wrap: break-word;
        width: 140px;
        height: 100%;
        background: var(--morado);
        border-radius: 6px;
        text-align: center;
        padding: 15px;
    }
    
    a.descargar_folleto--movil {
        text-align: center;
        color: white;
        font-size: 8px;
        font-weight: 400;
        word-wrap: break-word;
        display: block;
    }
    
    a.compartir--movil {
        text-align: center;
        color: white;
        font-size: 8px;
        font-weight: 400;
        word-wrap: break-word;
        width: 20%;
        display: block;
    }
    
    a.compartir--movil img {
        width: 30px;
        display: block;
        margin: 0 auto;
        margin-bottom: 6px;
    }
    
    a.descargar_folleto--movil img {
        width: 30px;
        display: block;
        margin: 0 auto;
        margin-bottom: 6px;
    }

    
    .contenido__programa__botton iframe{
        height: 300px;
    }

}


@media only screen and (max-width: 650px)  {
    .content-form-calculate-beca{
        padding: 3rem 4rem;
    }
}


@media only screen and (max-width: 500px)  {
    .content-form-calculate-beca{
        padding: 3rem 2rem;
    }
}
