@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
}

.logo-container {
    margin-left: 0px;
}

.logo-container a img {
    margin-left: 0px;
}
.row--nosotros{
    min-height: 820px;
    max-width: 100%;

    display: flex;
    align-items: center;
    padding: 0;

    padding-top: 6rem;
    position: relative;
}

.div-container-panel-nosotros .row .container-panel-nosotros {
    margin: auto 0;
}

.title-panel {
    font-family: 'Baloo Tamma 2', cursive;
    font-weight: bolder;
    font-size: 6.5rem;
    font-weight: 800;
    line-height: 1;
    margin-top: 4rem;
    color: #7c83fd;
}

.description-panel {
    font-family: 'Baloo Tamma 2', cursive;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size:2rem;
    padding-right: 3rem;
}

.button-panel {
    font-family: 'Baloo Tamma 2', cursive;
    margin-bottom: 2rem;
    text-align: center;
    padding-right: 10rem;
}

.btn_registrar_panel {
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 10px;
    padding: .4rem 2.8rem;
    background-color: #7c83fd;
    color: #ffffff;
    transition: all 0.3s ease;
}

.btn_registrar_panel:hover {
    background-color: transparent;
    font-weight: 700;
    color: #7c83fd;
    border: 1px solid #7c83fd;
}

.container-panel-image-nosotros{
    margin: auto 0;
    text-align: center;
}

.container-image-panel {
    overflow: hidden;
}

.container-image-panel img {
    height: auto; 
    border-radius: 20px;
    border-bottom-left-radius: 13rem;
    box-shadow: 38px 38px 0px rgba(176,180,255,255);
    max-width: 80%; 
}

.panel{
    margin-bottom: 3rem;
}

.item{
    background: #e3e4ff;
}

.pt-4, .py-4 {
    padding-top: 4.5rem !important;
}

.container-video {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top:5rem;
    padding-bottom:2rem;
}
.container-video .d-flex {
    padding: 0 5.6rem;
}

.container-video-educalma {
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-youtube {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.title-video {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3.6rem !important;
    margin-bottom: 1rem !important;
    font-family: 'Baloo Tamma 2', cursive;
    color: #7c83fd
}
.text-title-video {
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 10rem;
}

.cards-video {
    border: 2px solid transparent;
    box-shadow: 0px 4px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.text-cards-video {
    font-weight: bold;
    font-size: 16px;
}


@media only screen and (max-width: 1458px) {
    .logo-container {
        margin-left:0px !important;
    }
    
    .row--nosotros{
        min-height: 720px;
        max-width: 100%;
    }

    .container-panel-image-nosotros img {
        width: 880px;
        transition: all 0.3s ease;
    }

    .container-image-panel img {
        border-radius: 15px;
        border-bottom-left-radius: 10rem;
        box-shadow: 28px 28px 0px rgba(176,180,255,255);
        max-width: 90%; 
    }

    .title-panel {
        font-size: 5.5rem;
        transition: all 0.3s ease;
        margin-top: 3rem;
    }
    .description-panel {
        font-size: 1.7rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .button-panel {
        margin-bottom: 3rem;
        padding-right: 8rem;
    }
    .item{
        scroll-margin-top: 9ex;
    }
    .title-video {
        font-size: 3.2rem !important;
    }
    .text-title-video {
        font-size: 1.2rem;
        margin: 0 8rem;
    }
    .video-youtube img{
        width: 70% !important; 
    }

}

@media (max-width: 1199px){
    .row--nosotros{
        min-height: 650px;
        max-width: 100%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .container-image-panel img {
        border-radius: 12px;
        border-bottom-left-radius: 8rem;
        box-shadow: 20px 20px 0px rgba(176,180,255,255);
    }
    .title-panel {
        font-size: 4.5rem;
        margin-top: 2rem;
    }
    .description-panel {
        font-size: 1.5rem;
    }
    .container-panel-image-nosotros img {
        width: 750px;
        transition: all 0.3s ease;
    }
    .div-container-panel-nosotros .row .container-title-panel-nosotros {
        padding-right: 1rem;
    }
    .img-fluid{
        max-width: 80%;
        margin-right: 7rem;
    }
}

@media (max-width: 1024px) {
    .row--nosotros{
        min-height: 600px;
        max-width: 100%;
    }
    .container-image-panel img {
        border-radius: 10px;
        border-bottom-left-radius: 6rem;
        box-shadow: 18px 18px 0px rgba(176,180,255,255);
    }
    .title-panel {
        font-size: 4rem;
        transition: all 0.3s ease;
    }
    .description-panel {
        font-size: 1.4rem;
    }
    .img-fluid{
        max-width: 80%;
        margin-right: 7rem;
    }
}

@media (max-width: 992px) {
    .row--nosotros{
        min-height: 560px;
        max-width: 100%;
    }
    .container-image-panel img {
        border-radius: 10px;
        border-bottom-left-radius: 6rem;
        box-shadow: 18px 18px 0px rgba(176,180,255,255);
    }
    .container-panel-image-nosotros img {
        width: 650px;
        transition: all 0.3s ease;
    }
    .div-container-panel-nosotros .row .container-title-panel-nosotros {
        padding-right: 1rem;
    }
    .img-fluid{
        max-width: 50%;
        margin-right: 17rem;
    }
    .title-panel{
        font-size: 3.5rem;
    }
    .description-panel {
        font-size: 1.2rem;
    }
    .container .row .col-md-12 .accordion .card .card-header .card-text {
        font-size: 1.2rem !important;
    }
    .container .row .col-md-12 .accordion .card .card-header {
        height: 54px !important;
    }
    .video-youtube img{
        width: 95% !important; 
    }
}

@media (max-width: 830px) {
    .row--nosotros{
        min-height: 520px;
        max-width: 100%;
    }
    .container-panel-image-nosotros img {
        width: 480px;
        transition: all 0.3s ease;
    }
    .title-panel {
        font-size: 3.1rem;
        transition: all 0.3s ease;
    }
    .description-panel {
        font-size: 1.1rem;
        transition: all 0.3s ease;
    }
    .btn_registrar_panel {
        font-size: 1.2rem;
        transition: all 0.3s ease;
    }
    .img-fluid{
        margin-right: 17rem;
    }

    .px-5 {
        padding-right: 0em !important;
        padding-left: 0em !important;
    }
    
    .container .row .col-md-12 .accordion .card .card-header {
        height: 50px !important;
    }
    .video-youtube img{
        width: 97% !important; 
    }
}

@media (max-width: 767px) {
    .row--nosotros {
        display: flex;
        flex-direction: column;
    }

    .col-lg-7, .col-lg-5 {
        padding-top: 10px ;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container-panel-image-nosotros {
        padding-top: 20px;
    }
    .panel {
        margin-bottom: 2rem;
        margin-right: 2rem;
    }
    .title-panel {
        font-size: 5.5rem;
        transition: all 0.3s ease;
        text-align: center;
        margin-top:1rem;
    }
    .description-panel {
        font-size: 2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        transition: all 0.3s ease;
        padding-right: 0rem;
        text-align: center;
    }
    .button-panel {
        padding-right: 0rem;
        margin-bottom: 2rem;
    }
    .btn_registrar_panel {
        font-size: 1.6rem;
        transition: all 0.3s ease;
    }
    .container-image-panel img {
        width: 95%;
        height: auto;
        max-width: 100%;
        display: block;
        border-radius: 20px;
        border-bottom-left-radius: 13rem;
        box-shadow: 25px 25px 0px rgba(176, 180, 255, 255);
    }
    
    .container .row .col-md-12 .accordion .card .card-header .card-text {
        font-size: 1.2rem !important;
    }
    .px-5 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .video-youtube img{
        width: 98% !important; 
    }
    
}

@media (max-width: 613px) {
    .title-panel {
        font-size: 4rem;
        transition: all 0.3s ease;
    }
    .description-panel {
        font-size: 1.5rem;
        transition: all 0.3s ease;
    }
    .btn_registrar_panel {
        font-size: 1.6rem;
        transition: all 0.3s ease;
    }

    .container .row .col-md-12 .accordion .card .card-header {
        height: 48px !important;
    }

    .container .row .col-md-12 .accordion .card .card-header .card-text {
        font-size: 1rem !important;
    }
    
    .px-5 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 533px) {
    .row {
        margin-top: 0 !important;
    }
    .justify-content-center {
        margin-top: 0% !important;
    }
    .col-lg-7{
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .title-panel {
        font-size: 3.5rem;
        transition: all 0.3s ease;
        padding-top: 0rem;
        margin-top: 0rem;
    }
    .description-panel {
        font-size: 1.2rem;
        transition: all 0.3s ease;
    }
    .btn_registrar_panel {
        font-size: 1.4rem;
        transition: all 0.3s ease;
    }
    .item{
        scroll-margin-top: 5ex;
    }
    .section-title-course {
        margin-top: 0px !important;
    }
    .container-image-panel img {
        width: 100%;
        border-radius: 18px;
        border-bottom-left-radius: 11rem;
        box-shadow: 22px 22px 0px rgba(176, 180, 255, 255);
    }
    .container .row .col-md-12 .accordion .card .card-header {
        height: 40px !important;
    }
    .container .row .col-md-12 .accordion .card .card-header .card-text {
        font-size: 0.8rem !important;
    }
    .px-5 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .video-youtube img{
        width: 100% !important; 
    }
}

@media (max-width: 440px) {
    .div-container-panel-nosotros .row .container-panel-nosotros {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .row--nosotros {
        min-height: 400px !important;
        max-width: 100%;
    }
    .col-lg-7{
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .panel {
        margin-bottom: 1.4rem;
        margin-right: 1.4rem;
    }
    .container-image-panel img {
        width: 100%;
        border-radius: 16px;
        border-bottom-left-radius: 9rem;
        box-shadow: 18px 18px 0px rgba(176, 180, 255, 255);
    }
    .title-panel {
        text-align: center;
        font-size: 3rem;
        transition: all 0.3s ease;
        margin-top: 0rem;
        padding-top: 0rem;
    }
    .description-panel {
        text-align: center;
        font-size: 1.2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        transition: all 0.3s ease;
    }
    .button-panel {
        display: flex;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
    .btn_registrar_panel {
        font-size: 1.1rem;
        transition: all 0.3s ease;
    }
    .item{
        scroll-margin-top: 5ex;
    }
    
    .container .row .col-md-12 .accordion .card .card-header {
        height: 37px !important;
    }
    .container .row .col-md-12 .accordion .card .card-header .card-text {
        font-size: 0.65rem !important;
    }
    .card-text i {
        font-size: 0.7rem;
        padding-top: 0rem !important;
    }
    .px-5 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 359px) {
    .container-fluid {
        margin-top: 10px !important;
    }
    .title-panel {
        text-align: center;
        font-size: 2.7rem;
        margin-top: 0.5rem;
        transition: all 0.3s ease;
    }
    .description-panel {
        text-align: center;
        font-size: 1.1rem;
        transition: all 0.3s ease;
    }
    .button-panel {
        display: flex;
        justify-content: center;
    }
    .btn_registrar_panel {
        font-size: 1rem;
        transition: all 0.3s ease;
    }
    .item{
        scroll-margin-top: 5ex;
    }
    .container .row .col-md-12 .accordion .card .card-header {
        height: 35px !important;
    }
    .container .row .col-md-12 .accordion .card .card-header .card-text {
        font-size: 0.58rem !important;
    }
    .card-text i {
        font-size: 0.6rem !important;
        padding-top: 0rem !important;
    }
    .px-5 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 1199px) {
    .container-video .d-flex {
        padding: 0 3rem;
    }
    .title-video {
        line-height: 3rem;
        font-size: 2.8rem !important;
    }
    .text-title-video {
        font-size: 1rem !important;
        margin: 0 6rem;
    }
}

@media (max-width: 991px) {
    .cards-video img {
        width: 30px;
    }
    .text-title-video {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    
}

@media (max-width: 768px) {
    .video1{
        margin-bottom: 1rem !important;
    }
    .title-video {
        text-align: center;
        font-size: 2.5rem !important;
    }
    .container-video .d-flex {
        padding: 0 2rem;
    }
    .text-title-video {
        text-align: center;
        margin-bottom: 1rem;
        font-size: 1rem !important;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .section-title {
        margin-top: 1rem !important;
    }
    .pt-4, .py-4 {
        padding-top: 1.5rem !important;
    }

}
@media (max-width: 653px) {
    .title-video {
        line-height: 2rem;
        font-size: 2rem !important;
        text-align: center;
    }
    .text-title-video {
        font-size: 0.9rem !important;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-bottom: 0px;
        text-align: center;
    }
    .pt-4, .py-4 {
        padding-top: 1.5rem !important;
    }
    .section-title {
        padding-top: 0rem;
    }
    .container-video .d-flex {
        padding: 0.8rem !important;
    }
    .container-video {
        padding: 1rem 10px;
    }
}

.mision{
    background: #ffffff;
    min-width: 100%;
}

.container-questions .row .col-md-12 {
    margin: 0 auto;
    text-align: center;
}
.container .row .col-12 .section-title h2 {
    font-size: 3.2rem;
    font-weight: 900;
    text-transform: none;
}

.container-questions .col-md-12 {
    max-width: 100%;
}

.container-questions .card-body {
    font-size: 1.1rem;
    padding-right: 6rem;
    line-height: 1.4rem;
}

.container .row .col-md-12 .section-title-course {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.6rem;
    font-family: 'Baloo Tamma 2', cursive;
    text-align: center;
    justify-content: center;
    color:#7d85fe;
    width: 100%;
}

.container .row .col-md-12 .accordion {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.container .row .col-md-12 .accordion .card {
    text-align: justify;
    color: #000000;
    font-size: 14px;
}

.container .row .col-md-12 .accordion .card .card-header {
    background: #7d85fe;
    border-radius: 5rem !important;
    height: 55px;
}

.container .row .col-md-12 .accordion .card .card-header .card-text {
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.card-text i {
    float:right;
    color: #7c83fd;
    font-size: 2rem;
}


@media only screen and (min-width:1200px) {
    .section-title {
        margin-top: 4em;
        margin-bottom: 4rem !important;
    }

}

@media (max-width: 750px) {
    .container .row .col-md-12 .section-title-course {
        font-size: 2.2rem;
    }
    .container .row .col-md-12 .accordion .card {
        padding: 0;
    }
    .container .row .col-md-12 .accordion .card .card-header .card-text {
        font-size: 1rem;
    }
    .card-text i {
        font-size: 1rem;
        padding-top: .4rem;
    }
    .container-questions .card-body {
        font-size: .9rem;
        padding: 0 .8rem;
    }

}

@media (min-width:370px) and (max-width: 440px) {
    .container .row .col-md-12 .section-title-course {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }
    .container .row .col-md-12 .accordion .card {
        padding: 0;
    }
    .container .row .col-md-12 .accordion .card .card-header .card-text {
        font-size: 1rem;
    }
    .card-text i {
        font-size: 1rem;
        padding-top: .4rem;
    }
    .container-questions .card-body {
        font-size: .9rem;
        padding: 0 .8rem;
    }
    
}
