body {
    font-family: "Titillium Web", sans-serif;
}

.bg-cian {
    background-color: #cdeaff;
}

.bg-cian2 {
    background-color: #89b3ef;
}

.bg-orange {
    background-color: #f8ce5f;
}

.bg-violet {
    background-color: #9181df;
}

.bg-green {
    background-color: #97d9cb;
}

.bg-green2 {
    background-color: #4dc3c9;
}

.bg-green3 {
    background-color: #7bb979;
}

.bg-yellow {
    background-color: #f8ce5f;
}

.header-text {
    font-size: 43pt;
    color: #fff;
}

.header-text.header-text-alt {
    font-size: 38pt;
}

.header-text.header-text-alt2 {
    font-size: 35pt;
}

.border-bottom-orange {
    border-bottom: 9px solid #fcaa9a;
}

.menu-link {
    color: #899bdb;
    font-size: 20pt;
}

.action-text {
    color: #899bdc;
    font-size: 25pt;
    text-transform: uppercase;
}

.btn-custom {
    width: 360px;
    max-width: 100%;
    height: 82px;
    display: inline-block;
    font-size: 25px;
    line-height: 82px;
    text-align: center;
}

.toUpper {
    text-transform: uppercase;
}

.btn-custom.btn-orange {
    background-color: #ff6400;
    color: #fff;
}

.btn-custom.btn-green {
    background-color: #98dacb;
    color: #0c886c;
}

.btn-custom.btn-yellow {
    background-color: #fbc14f;
    color: #fff;
}

.btn-custom.btn-custom.btn-salmon {
    background-color: #ff6d81;
    color: #fff;
}

.puzzle-icon-position {
    position: absolute;
    bottom: -30px;
}

.mh-500 {
    min-height: 500px;
}

.lh-custom {
    line-height: 2.75rem;
}

.container {
    max-width: 1465px;
}

.prestaciones-list {
    font-size: 25px;
    line-height: 45px;
    list-style-type: none;
}

.prestaciones-list li {
    background: url("../img/check-icon.png") no-repeat left 5px;
    padding-left: 45px;
}

.requirements-list {
    font-size: 25px;
    line-height: 45px;
    list-style-type: none;
}

.requirements-list li {
    background: url("../img/check-icon.png") no-repeat left 5px;
    padding-left: 45px;
}

.infographic-position {
    position: absolute;
    bottom: -30px;
}

.covid-people-position {
    position: absolute;
    bottom: -15px;
}

.comedor-position {
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.input-custom {
    border-radius: 0;
    min-height: 82px;
    border-left: 16px solid #ff6400;
    font-size: 33px;
}

.input-custom::placeholder {
    font-size: 33px;
    line-height: 82px;
    text-transform: uppercase;
    color: #899bdb;
}

.nuevo-mexicali {
    font-size: 54px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;

    padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .header-text.header-text-alt {
        font-size: 25pt;
    }

    .header-text.header-text-alt2 {
        font-size: 20pt;
    }
}

@media (max-width: 769px) {
    .header-text {
        font-size: 30pt;
    }

    .header-text.header-text-alt {
        font-size: 20pt;
    }

    .header-text.header-text-alt2 {
        font-size: 20pt;
    }

    .puzzle-icon-position {
        position: relative;
        bottom: 0;
    }

    .infographic-position {
        position: relative;
        bottom: 0;
    }

    .covid-people-position {
        position: relative;
        bottom: 0;
    }

    .comedor-position {
        position: relative;
        bottom: 0;
        left: initial;
    }

    .nuevo-mexicali {
        font-size: 41px;
    }
}

@media (max-width: 425px) {
    .header-text.header-text-alt {
        font-size: 30pt;
    }
}

@media (max-width: 320px) {
    .header-text.header-text-alt {
        font-size: 25pt;
    }
}