@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=Poppins:ital,wght@0,100;0,200;0,300;0,600;1,100&family=Zen+Antique+Soft&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Poppins:wght@400;700&family=Work+Sans&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&display=swap');

/* PANEL */

.div-container-panel {
    background-image: url(../images/zyro-image_2190x1240.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-position-y: -150px;
    min-height: 100vh;
    background-size: cover;
    max-width: 100%;
}

.div-container-panel .row .container-panel {
    margin-top: 40px;
}

.div-container-panel .row .container-title-panel {
    padding: 10rem 0rem 10rem 10rem;
}

/*Bienvenido Educalma*/
.title-panel .txtBienvenido {
    color: black;
    font-family: 'Baloo Tamma 2';
    font-weight: 800;
    font-size: 6.4rem;
    line-height: 6.4rem;
}
.title-panel .txtEducalma {
    color: #26C4C3;
    font-family: 'Baloo Tamma 2';
    font-weight: 800;
    font-size: 8.25rem;
    line-height: 6.4rem;
}

.description-panel {
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
}
.index-row-content{
    height: 100vh;
}

/* .btn_registrar_panel {
    font-size: 16px;
    padding: 1rem 3rem;
    background-color: #26C4C3;
    color: #ffffff;
    transition: all 0.3s ease;
} */

/* .btn_registrar_panel:hover {
    background-color: transparent;
    color: #26C4C3;
    border: 1px solid #26C4C3;
} */

/*Imagen Panel*/
.image-panel {
    position: absolute;
    width: 700px;
    bottom: 0;
    right: 0;
    
}

/* MODAL */

.modal-body .row .col-12 .title-modal {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.modal-body .row .col-12 .button_close {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.modal-body .row .col-12 span {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
}

.cont_titulos {
    padding: 1rem 0;
}

.titulo {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #26C4C3;
}

.descripcion {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #b4b4b4;
}

.btn_registrar {
    background-color: white;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    /* border: none; */
    border: 1px solid #26C4C3 !important;
    color: #ffffff;
}

.btn_registrar:active {
    background-color: #26C4C3 !important;
}

.btn_registrar:hover{
    background-color: #26C4C3 !important;
}

.btn_registrar:hover, .btn_registrar:hover>* {
    color: white;
}
.close{
    color: white;
    border: none;
    background-color: transparent; 
    float: right;
}
.owl-dot span {
    background-color: #26C4C3 !important;
}

.owl-dot:not(.active) span {
    background-color: white !important;
}

.col-md-12 .img_nueva {
    max-width: 500px;
}

.col-md-12 {
    align-items: center;
    align-content: center;
}

/* CARDS BRINDA */

.row {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5.1rem;
} 

.container .row .col-12 .section-title {
    color: #26C4C3;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
}

/*Títulos Secciones*/
.container .row .col-12 .section-title h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.container .row .col-12 .section-title span {
    color: #99ccff;
}

.container-fluid-brida .row .col-12 .card {
    max-width: 318px;
    margin: auto;
    border: 3px #3a898e  solid;
    -webkit-transition: background-color 1s linear;
    transition: background-color 1s linear;
    cursor: pointer;
    border-radius: 30px;
}

.container-fluid-brida .row .col-12 .card:hover {
    background: #fafafa;
    border-radius: 30px;
}

.container-fluid-brida .row .col-12:hover>.card{
    transform: scale(1.1);
    transition: all 500ms ease-out;
}

.container-fluid-brida .row .col-12 .card{
    background: transparent;
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
}

/* .container-fluid-brida .row .col-12 .card:hover {
    background: #fafafa;
    border-radius: 30px;
}

.container-fluid-brida .row .col-12 .card:hover>.card-image {
    transform: scale(1.1);
    transition: all 500ms ease-out;
}

.container-fluid-brida .row .col-12 .card-image {
    background: transparent;
    /* border-radius: 30px;
    margin: 0 auto;
    max-width: 121px;
    max-height: 121px; */
   /*  -webkit-transition: width 1s ease;
    transition: width 1s ease;
} */

.card-cursos {
    width: 280px;
    height: 280px;
}

.card-cursos .cursos img{
    width: 100px;
    height: 100px;
}

.card-desarrollo-personal {
    width: 280px;
    height: 280px;
}

.card-desarrollo-personal .desarrollo-personal img{
    width: 70px;
    height: 100px;
}

.card-certificados {
    width: 280px;
    height: 280px;
}

.card-certificados .certificados img{
    width: 90px;
    height: 90px;
}

.container-fluid-brida .row .col-12 .card-title {
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 1.3rem;
    font-weight: 700;
    color: #26C4C3
}

/* .container-fluid-brida .row .col-12 .card-title p {
    margin-bottom: 0;
} */

.container-fluid-brida .row .col-12 .card-descripti {
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
}

.container-fluid-brida .row .col-12 .card-descripti p {
    margin-bottom: 0;
    color: black;
}

.container-fluid-brida .row .col-12 .section-button {
    margin: 0 auto;
}

.container-fluid-course .row .card .back::before {
    background: rgb(124,131,253);
    background: linear-gradient(90deg, rgba(124,131,253,.7) 0%, rgba(224,199,229,.4) 100%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
  }

.container-fluid-brida .row .col-12 .section-button button {
    max-width: 339px;
    max-height: 41px;
    background: #26C4C3;
    border-radius: 6px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    border: none;
}

.container-fluid-brida .row .col-12 .section-button button:hover {
    background: #ffffff;
    color: #26C4C3;
    border: 1px solid #26C4C3;
}

.container-fluid-brida .row .col-12 .section-button .btn-success {
    font-size: 14px;
}

/* CURSOS DESTACADOS */

.container-fluid-course {
    /* padding: 0 0 1rem 0; */
    font-family: "Poppins", sans-serif;
}

.container-fluid-course .line {
    background: #99ccff;
    width: 154px;
    height: 6px;
    margin-bottom: 21px;
}

.container-fluid-course .row .card {
    background-color: #ecf1ff;
    max-width: 378px;
    margin: 0 auto;
    min-height: 170px;
    align-items: center;
    align-content: center;
    border: none;
    cursor: pointer;
}

.container-fluid-course .row .card .row a:hover {
    background: #9d9fc5;
   
}

/*//////////////////////////////////////////////////////*/
/* .container-fluid-course .row .card .row {
    min-height: 170px;
    align-items: center;
    align-content: center;
} */

.container-fluid-course .row .card .row .col-12 {
    align-items: center;
    align-content: center;
    padding: 0 1rem;
}

.container-fluid-course .row .card .row .container-image-course {
    text-align: center;
}

.container-fluid-course .row .card .row img {
    min-width: 80px;
    max-width: 80px;
}

.container-fluid-course .row .card .row h4 {
    font-size: 18px;
}

.container-fluid-course .row .card .row h5 {
    font-size: 16px;
}

.container-fluid-course .row .card .row a {
    font-size: 14px;
    text-decoration: none;
    margin: 0rem;
    background: #26C4C3;
    border-color: #26C4C3;
    border-radius: 5px;
    color: #ffffff;
}



@media (max-width: 767px) {
    /*Bienvenido Educalma*/
    .title-panel .txtBienvenido {
        font-size: 5.5rem;
        line-height: 5rem;
        transition: all .3s ease;
    }
    .title-panel .txtEducalma {
        font-size: 7rem;
        transition: all .3s ease;
    }
    .description-panel {
        font-size: 1.2rem;
    }
    .div-container-panel{
        min-height: 140vh;
    }
}

@media (max-width: 650px) {
    .div-container-panel .row .container-title-panel {
        padding: 1rem 0rem 10rem 2rem;
    }
    .index-row-content{
        height: 0px;
    }
    /* .div-container-panel{
        min-height: 56vh;
        margin-top: 6em;
    } */
    .toppanel{
        margin-top: -4em;
    }
}

@media only screen and (min-width:280px) and (max-width:653px) {
    .div-container-panel{
        min-height: 52vh;
        margin-top: 5em;
        margin-left: 0px;              

    } 
}

@media only screen and (min-width:0px) and (max-width:380px) {
    .div-container-panel{
        min-height: 56vh;
        margin-top: 5em;
    }
    .image-panel{        
        margin-bottom: 380px;
        height: 150px;
        width: 200px;
        top: 200px;
        right: -15px;
    }
    .fondito{
        margin-top: 300px;
    }
}
@media only screen and (min-width:380px) and (max-width:410px) {
    .image-panel {
        margin-bottom: 400px;
        height: 200px;
        width: 280px;
        top: 150px;
    }
    .fondito{ 
        margin-top: 250px;
    }
}

@media only screen and (min-width: 410px) and (max-width: 530px) {
    .image-panel {
        margin-bottom: 380px;
        height: 200px;
        width: 280px;
        top: 180px;
    }
    .fondito{
        margin-top: 250px;
    }
}

@media only screen and (min-width: 580px) and (max-width: 600px) {
    .image-panel {
        width: 380px;
        right: -20px;
        margin-bottom: 450px;
    }
    .fondito{
        margin-top: 250px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 820px) {
    .image-panel {
        width: 350px;
        right: -20px;
        margin-bottom: 450px;
        height: 250px;
        top: 280px;
    }
    .fondito{
        margin-top: -100px;
    }
}
@media only screen and (min-width: 820px) and (max-width: 900px) {
    .image-panel {
        width: 500px;
        right: -20px;
        margin-bottom: 650px;
        height: 280px;
        top: 400px;
    }
    .fondito{
        margin-top: -80px;
    }
}
@media only screen and (min-width: 900px) and (max-width: 1020px) {
    .image-panel {
        width: 500px;
        right: -20px;
        margin-bottom: 800px;
        height: 280px;
    }
    .fondito{
        margin-top: -80px;
    }
}
@media only screen and (min-width:380px) and (max-width:500px) {
    .div-container-panel{
        min-height: 56vh;
        margin-top: 5em;
        margin-left: 0;
    }
}


@media only screen and (min-width:280px) and (max-width:389px) {
    .div-container-panel{
        margin-bottom: -25em;
    }
}

@media only screen and (min-width:390px) and (max-width:400px) {
    .div-container-panel{
        margin-bottom: -20em;
}
}

@media (max-width: 450px) {

    /*Bienvenido Educalma*/
    .title-panel .txtBienvenido {
        font-size: 45px;
    }
    .title-panel .txtEducalma {
        font-size: 3.8rem;
        line-height: 4rem;
    }
    .description-panel {
        font-size: .9rem;
    }
    .container-bussines>.send-data .back {
        height: 220px;
    }
    .container-bussines .front .box-image img {
        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-bussines {
        max-width: 90%;
        /* padding: 0; */
    }
    .container-bussines .front .box-image img {
        width: 100%;
    }
    .container-bussines>.info .box-email {
        justify-content: start;
        margin-left: 37px;
    }
    @media (min-width:800px) and (max-width:830px){
        .brinda{
            margin-top: 1em !important;
        }
    }
}


@media only screen and (min-width:400px) and (max-width:500px) {
    .div-container-panel{
        margin-bottom: -25em;
    }
}

@media only screen and (min-width:500px) and (max-width:600px) {
    .div-container-panel{
        margin-bottom: -20em;
        
    }
    .image-panel {
        width: 300px;
        right: -20px;
        margin-bottom: 380px;
        height: 200px;
        top: 130px;
    }
    .fondito{
        margin-top: 200px;
    }
}

@media only screen and (min-width:750px) and (max-width:819px) {
    .div-container-panel{
        background-position-y: -22em;
        margin-bottom: -30em;
    }
}

@media only screen and (min-width:820px) and (max-width:900px) {
    .div-container-panel{
        background-position-y: -31em;
        margin-bottom: -40em;
    }
}

@media only screen and (min-width:901px) and (max-width:920px) {
    .div-container-panel{
        background-position-y: -39em;
        margin-bottom: -50em;
}
}


@media (max-width: 620px) {
    /*Bienvenido Educalma*/
    .title-panel .txtBienvenido {
        font-size: 2rem;
        line-height: 2rem;
    }
    .title-panel .txtEducalma {
        font-size: 3.5rem;
    }
    .description-panel {
        font-size: .7rem;
    }
}

@media (max-width: 550px) {
    .container-bussines>.info h2 {
        text-align: center;
    }
    .div-container-panel .row .container-title-panel {
        padding: 0rem 0rem 10rem 0rem;
    }
    /* .btn_registrar_panel {
        font-size: .9rem;
        background-color: #26C4C3;
    } */
}

@media (max-width: 333px) {
    .description-panel br {
        display: none;
    }
    .description-panel {
        font-size: .7rem;
    }
    .container-bussines>.send-data .back {
        height: 120px;
    }
}


/* btns */

.btn-Emp {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight:500; position: relative; top: -20px;
    background-color:#26C4C3 !important; 
    text-transform: uppercase;
    }
.btn-Emp:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #1fd1f9; */
    background-image: linear-gradient(315deg, #1fd1f9 0%, #2193fe 74%);
    transition: all 0.3s ease;
    }
.btn-Emp:hover {
    background: transparent;
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
        inset -4px -4px 6px 0 rgba(255,255,255,.5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
    }
.btn-Emp:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
        inset -4px -4px 6px 0 rgba(255,255,255,.5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}


/* btns */

.btn-Emp {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight:500; position: relative; top: 0px;
    background-color:#fff ; 
    text-transform: uppercase;
    }
.btn-Emp:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #1fd1f9; */
    background-image: linear-gradient(315deg, #1fd1f9 0%, #2193fe 74%);
    transition: all 0.3s ease;
    }
.btn-Emp:hover {
    background: transparent;
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
        inset -4px -4px 6px 0 rgba(255,255,255,.5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
    }
.btn-Emp:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
        inset -4px -4px 6px 0 rgba(255,255,255,.5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

/*btn 9*/
.btn-Emp9 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight:500; position: relative; top: 0px;
    background-color:rgb(251,33,117) !important; 
    text-transform: uppercase;
    }
.btn-Emp9:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #1fd1f9; */
    background-image: linear-gradient(315deg, #1fd1f9 0%, #2193fe 74%);
    transition: all 0.3s ease;
    }
.btn-Emp9:hover {
    background: transparent;
    color: #ffffff;
    }
.btn-Emp9:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
}

.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}