@font-face{
    font-family: "Rubik";
    src: url("../fonts/Rubik-Regular.ttf");
}

@font-face{
    font-family: "Biryani";
    src: url("../fonts/Biryani-Regular.ttf");
}

body{
    background-color: #f8f8f8;
    font-family: "Biryani";
}

h2{
    font-family: "Rubik";
}

.main-header{
    background-color: #f8f8f8;
}

.title90{
    font-size: 90px;
}

.title40{
    font-size: 40px;
}

.title20{
    font-size: 20px;
}

.title15{
    font-size: 15px;
}

.title10{
    font-size: 10px;
}

.color-second{
    color: #11DD7B;
}

.color-white{
    color: #FFF;
}

.bg-color-second{
    background-color: #11DD7B;
}

.mt-70{
    margin-top: 70px;
}
.mt-50{
    margin-top: 50px;
}

.mt-30{
    margin-top: 30px;
}

.mt-20{
    margin-top: 20px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-5{
    margin-bottom: 5px;
}

.mtb-20{
    margin: 20px 0;
}

.mtb-30{
    margin: 30px 0;
}

.mtb-40{
    margin: 40px 0;
}

.pb-40{
    padding-bottom: 40px;
}

.bg-video{
    background-image: url(../../images/img-video.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.video-pg{
    height: 450px;
}

.st-problemas{
    background-color: #FFF;
}

.st-problemas p{
    font-size: 18px;
    padding: 0 15px;
}

.st-problemas h2{
    margin: 50px 0 50px 0;
}

.st-programa{
    background-image: url("../../images/img-programa.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.st-programa .growth{
    margin: 50px 0;
}

.st-programa .fa-p{
    font-size: 50px;
}

.st-programa p{
    font-size: 18px;
    font-weight: bold;
}

.item-planes{
    padding: 0 15px;
}

.item-plan{
    border-radius: 10px;
    border: 2px solid #D7DCE5;
    cursor: pointer;
    margin: 0 -1px;
    background-color: #FFF;
}
.item-plan:hover{
    border: 2px solid #11DD7B;
}

.item-plan span{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.planes-textos{
    min-height: 360px;
}

.st-hacer{
    background-color: #FFF;
}

.st-hacer i{
    font-size: 50px;
}

.st-hacer .titulo{
    font-size: 18px;
}

.st-hacer .desc{
    font-size: 12px;
    font: small-caption;
}

/* .st-personas{
    background-color: #FFF;
} */

.st-personas img{
    font-size: 50px;
}

.st-personas .datos{
    font-size: 18px;
    margin: 0 1px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px;
}

.st-personas .datos img{
    border-radius: 50%;
    width: 100px;
}

.st-personas .desc{
    margin-top: 20px;
    font-size: 12px;
    font: small-caption;
}

.st-preguntas{
    background-color: #FFF;
}

.item-pregunta{
    background-color: #f8f8f8;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.item-pregunta p{
    margin: 0;
}

.numb{
    color: #FFF;
    background-color: #2a3557;
    padding: 15px 20px;
    border-radius: 50%;
    font-size: 16px !important;
    font-family: helvetica;
}

.banner-i i{
    font-size: 50px;
}

@media screen and (max-width: 767px) {
    .title90{
        font-size: 40px;
    }

    .title40{
        font-size: 15px;
    }
    
    .title20{
        font-size: 10px;
    }

    .title15{
        font-size: 8px;
    }

    .title10{
        font-size: 10px;
    }

    .mtb-40 {
        margin: 40px 20px !important;
    }

    .video-pg{
        height: 350px;
    }

    .growth-p img{
        height: 80px;
    }

    .st-programa {
        background-image: url(../../images/img-programa.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .st-programa p{
        margin-top: 20px;
    }

    .item-planes {
        margin-top: 20px;
    }

    .item-personas{
        margin-bottom: 20px;
    }
}