@import url(fuentes.css);
@import url(normalize.css);
@import url(tabs.css);
@import url(footer.css);

/*fuente
exo
teko
*/
body {
    font-family: 'Montserrat', sans-serif;
    background: #FDFEFE;
}

.headerPrincipal {
    background-image: url(../img/slide_pc.jpg);
    /*background-image: url(../img/wal.jpg);*/
    width: 100%;
    height: 100vh;
    /*background-attachment: fixed;*/
    background-attachment: scroll;
    background-repeat: no-repeat;
    /*quitar este estilo despues del promo*/
    background-position: bottom;
    background-size: cover;
    overflow: hidden;

}

.headerPrincipal:before {
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 48%, rgba(255, 255, 255, .2) 100%);*/


}

.headerPrincipal .headertitulo {
    width: 100%;
    height: calc(100% - 69px);
    color: #fff;
}

/*estilos de la imagen de menu*/
.navbar-brand img {
    width: 50px;
}

/*estilo del icono hamburguesa del menu*/
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
    /*estilos de la letra del menu */
    color: #fff;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
    /*estilo hover del menu en pantalla grande */
    color: #00b0f0;
    /*azul*/
}

.dropdown-menu a:hover {
    background: #00b0f0;
    color: #fff;
}

/*clases con el estilo de letra*/
.tsoolik {
    font-family: 'Michroma', sans-serif;
}

.headertitulo > .row {
    margin-bottom: 150px;
}

.headertitulo .tsoolik {
    font-size: 80px;
    margin: 25px 0;
}

.headertitulo .anime {
    font-size: 28px;
    animation-duration: 3s;
    animation-name: slidein;
}

.headertitulo .anime .btn-registro {
    background: #ec407a;
    border: #ec407a;
    font-size: 0px;
}

.headertitulo .anime .btn-registro:hover {
    background: #fff;
    color: #ec407a;
}

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

/*-------------*/
/*estilos de los widgets*/
main .widgets {
    margin-top: -70px;
}

main .row .widget {
    padding: 50px 15px;
    border-radius: 18px;
    margin: 0 10px;
    transition: .5s
}

main .row .widget:hover {
    transform: scale(1.125);
    z-index: 10000;
}


main .row .azul,
main .row .amarillo,
main .row .verde,
main .row .rojo {
    color: #fff;
    /*tamaño de la fuente de los widgets*/
    font-size: 17px;
}


main .row .azul {
    background: #00b0f0;
}

main .row .amarillo {
    background: #FFC949;
}

main .row .verde {
    background: #66bb6a;
}

main .row .rojo {
    background: #ec407a;
}



.fa-html5,
.fa-laptop-code,
.fa-shopping-cart,
.fa-git-alt {
    display: block;
    font-size: 50px;
    margin-bottom: 8px;
}

/*estilos de los widgets*/

/**estilos bienvenido**/
main .bienvenido {
    padding: 80px 0;
}

main .bienvenido .fa-graduation-cap,
main .bienvenido .fa-chalkboard-teacher {
    font-size: 50px;
    color: #fff;

}

main .bienvenido .thumb {
    width: 100px;
    padding: 15px;
    background: rgba(0, 176, 255, .6);
    border-radius: 50%;
    text-align: center;
    margin: auto;
}

/**estilos bienvenido**/

/*Estilos de fformulario de registro*/

main .registro {
    padding: 80px 0;
    background-image: url(../img/Registro3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}


main .registro::before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


main .registro .cont-form {
    padding: 40px 20px;
    /*background-color: rgba(255, 255, 255, .55);*/
    background-color: rgba(255, 255, 255, .85);
    /*backdrop-filter: blur(5px);*/
    backdrop-filter: blur(3px);
    border-radius: 5px;

}

main .registro hr {
    width: 50px;
    display: inline-block;
    margin: 5px 10px;
    border: solid 2px #00b0f0;
    background: #00b0f0;
}

main .registro .formularioRegistro input {
    border-color: rgba(0, 0, 0, 0.20);
    margin: 10px 0;
}

main .registro .btn {
    background: #00b0f0;
    border-color: #00b0f0;
}

main .registro .btn:hover {
    background: #66bb6a;
    border-color: #66bb6a;
}

main .registro ::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

main .registro :placeholder-shown {
    background: rgba(236, 240, 241, 0.75);
}

main .list-regist {
    list-style: none;
    padding: 0;
}

main .list-regist li {
    color: #000;
    margin: 10px 0px;
    font-size: 15px;
}

.fa-calendar-alt,
.fa-clock,
.fa-chalkboard-teacher,
.fa-info-circle {
    margin-right: 8px;
}


/*stilos de registro*/


/*estilos de los cursos*/
main .cursos {
    padding: 80px 0;
    /*background: #ECEFF1;*/
    background: #fff;
}

main .cursos .titulo_de_seccion {
    font-weight: 800;
}

main .cursos .subrayado {
    color: #00b0f0;
    font-weight: 800;
    font-style: italic;
}

main .cursos .card {
    border-color: rgba(189, 195, 199, 0.8)
}

main .cursos .card .card-img {
    width: 100%;
    display: flex;
    justify-content: center;

}

main .cursos .card img {
    width: 250px;
    display: block;
    margin: 20px auto;
}

main .cursos .card .card-subtitle {
    color: rgba(0, 0, 0, 0.9);
}

main .cursos .card .card-text {
    font-size: 15px;
    text-align: justify;
}

main .cursos .card .card-footer .fa-star {
    color: #ffbf00;
    margin: 0 1px;
}

main .cursos .card .card-footer .btn-link {
    color: #ec407a;
}

/*FIN DE LOS ESTILOS DE CURSOS*/

/*Estilos del slider lo que nuestros estudiantes diced */

main .slider {
    padding: 80px 0;
    background: rgba(236, 239, 241, 0.4);
}

main .slider .titulo_de_seccion {
    color: #ec407a;
    font-weight: 800;
}

main .slider .card .card-text {
    padding: 10px 10px;
    /*tamaño de la fuente de la card de nuestros estudiantes dicen*/
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

main .slider .card .card-text .fa-quote-left,
main .slider .card .card-text .fa-quote-right {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.7);
    opacity: .4;
    display: inline-block;
    margin: 0 3px;
}

main .slider .card .card-text .alumno {
    display: inline-block;
    padding: 5px 0;
    font-weight: 800;
    color: #ec407a;
}

main .slider .card .card-text .carrera {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 14px;
}


main .slider .fa-chevron-right,
main .slider .fa-chevron-left {
    width: 45px;
    height: 45px;
    display: block;
    border: solid 1px;
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 1);
    padding: 12.5px;
    border-radius: 5px;
    background: #fff;
    transition: box-shadow .5s;
}

main .slider .fa-chevron-right:hover,
main .slider .fa-chevron-left:hover {
    color: #ec407a;
    box-shadow: 1px 1px 11px 1px grey;

}

.carousel-control-prev:hover > .fa-chevron-left,
.carousel-control-next:hover > .fa-chevron-right {
    color: #ec407a;
    box-shadow: 1px 1px 11px 1px grey;
}

/*fin de los estilos del slider*/

/*estilos form-contacto*/
.wall {
    background: url(../img/correo2.jpg);
    width: 100vw;
    height: 100vh;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.size {
    height: 100vh;
    margin: 0;
    padding: 0
}

.formContac,
.contenedor {
    padding: 0;
    margin: 0;
}


.formContac input[type="text"],
.formContac input[type="email"],
.formContac textarea {
    margin: 20px 0;
    height: 45px;
    border-color: rgba(127, 140, 141, 0.4);
    font-size: 20px;
}

.formContac input[type="text"]:focus,
.formContac input[type="email"]:focus,
.formContac textarea:focus {
    border: solid 2px #3498DB;

}

.formContac ::placeholder {
    font-size: 18px;

}

.formContac textarea {
    min-height: 150px;
    max-height: 250px;
}

.formContac .btn {
    font-size: 20px;
}

.alertas {
    margin: auto;
}

.list-footer {
    list-style: none;
    padding: 0;
    margin: 0;

}

.list-footer li {
    color: #000;
    margin: 3px 0;
}

/*fin de los estilos del form-contacto*/



/**estilos responsivos**/
@media screen and (max-width:991px) {
    .collapse.navbar-collapse {
        padding: 5px 10px;
        border-radius: 5px;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.75) 100%);
    }

    .navbar-light .navbar-nav .nav-item {
        margin: 0;
        padding: 0;
        font-weight: 500;
    }

    .headertitulo .tsoolik {
        font-size: 70px;
    }

    .headertitulo .anime {
        font-size: 20px;
    }

    .headertitulo .anime .btn-registro {
        font-size: 18px;
    }

    .img-alumno {
        display: block;
        margin: auto;
        width: 150px;
        border-radius: 50%;
    }

    .imagen {
        padding-top: 20px;
    }
}

@media screen and (max-width:768px) {
    main .row .widget {
        padding: 15px;
    }
}


@media screen and (max-width:575px) {
    .headertitulo .tsoolik {
        font-size: 60px;
    }

    .headertitulo .anime,
    .headertitulo .anime .btn-registro {
        font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-link {
        /*estilos de la letra del menu en responsive */
        font-size: 15px;
    }

    main .slider .fa-chevron-right,
    main .slider .fa-chevron-left {
        width: 40px;
        height: 40px;
    }

    main .contacto form h2 {
        font-size: 25px;
    }

    /*estilos del texto de la card del slider*/
    main .slider .card .card-text {
        font-size: 16px;
    }

    main .slider .card .card-text .fa-quote-left,
    main .slider .card .card-text .fa-quote-right {
        font-size: 20px;
    }
}

@media screen and (max-width:450px) {
    main .slider .card .card-text {
        font-size: 15px;
    }
}
