﻿/*@import url('base.css');

.main-container {
    min-height: 480px;
}
.container-default-section {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}
.title-default-section {
    margin-top: 120px;
    font-size: 32px;
}
.subtitle-default-section {
    font-size: 14px;
}
.image-banner-container, image-banner-secondary-container {
    width: 100%;
}
.image-banner-container {
    display: flex;
    justify-content: center;
}
.image-banner-container img {
    width: 90%;
    margin: 20px 0;
}
.add-free-course-container {
    width: 100%;
}
.txtEmailCursoGratis {
    font-size: 14px;
}
.btnAddFreeCourse {
    font-size: 14px;
}
.view-all-courses-container a {
    width: 100%;
    font-size: 14px;
}
.image-banner-secondary-container {
    margin: 50px 0;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.image-banner-secondary-container h2 {
    margin: 0 auto;
    background: rgba(0,0,0,0.5);
}
.courses-container {
    width: 100%;
}
.courses-container h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.title-course {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.resume-course {
    margin: 5px 0;
    font-size: 16px;
}*/

/* -------------------------------------------------------------------------------- */

/*@media (min-width: 769px) {
    .image-banner-container img {
        width: 60%;
    }
}

@media (min-width: 1024px) {
    .title-default-section {
        margin-top: 200px;
        font-size: 60px;
    }
    .subtitle-default-section {
        font-size: 25px;
    }
    .add-free-course-container {
        margin-top: -450px;
        width: 70%;
        display: flex;
        justify-content: start;
    }
    .btnAddFreeCourse {
        margin-right: 20px;
    }
    .view-all-courses-container {
        width: 35%;
    }
    .panelMisCursos {
        width: 300px;
        margin-right: 20px;
    }
    .image-banner-container {
        margin: 250px 0;
    }
    .image-banner-container img {
        width: 35%;
        position: absolute;
        top: 1%;
        right: 2%;
        margin-bottom: 200px;
    }
}

@media (min-width: 1280px) {
    .image-banner-secondary-container {
        height: 400px;
    }
}

@media (min-width: 1600px) {
    .image-banner-secondary-container {
        margin-top: 200px;
    }
    .txtAddFreeCourse {
        width: 400px !important;
    }
    .panelMisCursos {
        width: 400px;
    }
    .image-banner-secondary-container {
        height: 500px;
    }
}

@media (min-width: 1920px) {
    .panelMisCursos {
        width: 500px;
    }
    .image-banner-secondary-container {
        margin-top: 300px;
    }
}*/

.maxi-banner {
    height: 400px;
    filter: drop-shadow(0 0 0.75rem #fbfb9a);
}

.a {
    color: var(--primary-color);
}
.navbar-toggler .collapsed {
    z-index: 2000 !important;
}


@media (min-width: 636px){
    .vos-podes-bottom {
        display: none;
    }
    h1 {
        display: block;
    }
    .vos-podes-top {
        display: block;
    }
}


@media (min-width: 360px) and (max-width: 636px) {
    h1 {
        display: none;
    }
    .vos-podes-top{
        display: none;
    }
    .vos-podes-bottom{
        display: block;
    }
    .title-home {
        margin-top: 100px;
        font-size: 42px;
    }
    .subtitle-home {
        width: 300px;
        font-size: 20px;
    }
    .banner-container img {
        width: 150%;
    }
    .buttons-container div {
        margin-top: 50px;
    }
    .addCourseFreeContainer {
        width: 100%;
    }
    .txtEmailContainer, .btnAddCourseFree {
        width: 100%;
        border-radius: 5px !important;
        margin-bottom: 5px;
    }
    .add-course-free-container {
        width: 300px;
    }
    .view-all-courses-container {
        margin-top: -40px !important;
        position: absolute;
    }
    .view-all-courses-secondary {
        margin-top: -40px !important;
        position: absolute;
        left: 8%;
    }
    .view-all-courses-secondary a {
        width: 270px;
    }
    .banner-secondary-container {
        margin: -80px auto;
        width: 80%;
        height: 100px !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}
@media (min-width: 401px) and (max-width: 440px) {
    .title-home {
        margin-top: 150px;
    }
    .buttons-container div {
        margin-top: 70px;
    }
    .banner-secondary-container {
        margin-top: 20px;
    }
}
@media (min-width: 441px) and (max-width: 500px) {
    .title-home {
        margin-top: 200px;
    }
    .buttons-container div {
        margin-top: 100px;
        margin-bottom: -20px;
    }
    .banner-secondary-container {
        margin-top: 50px;
    }
}
@media (min-width: 651px) and (max-width: 1024px) {
    .title-home {
        font-size: 42px;
    }
    .banner-container {
        display: none;
    }
    .maxi-banner {
        width: 48%;
        position: relative;
        right: 55px;
    }
    .view-all-courses-secondary-container {
        width: 35%;
    }
    .banner-secondary-container {
        margin-top: -250px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .title-home {
        font-size: 42px;
    }

    .banner-container {
        display: none;
    }

    .maxi-banner {
        position: relative;
        right: 100px;
    }

    .view-all-courses-secondary-container {
        width: 35%;
    }

    .banner-secondary-container {
        margin-top: -250px;
    }
}
@media (min-width: 1281px) and (max-width: 1600px) {
    .title-home {
        font-size: 62px;
    }

    .banner-container {
        display: none;
    }

    .maxi-banner {
        right: 100px;
    }
    .banner-secondary-container {
        margin-top: -250px;
    }
}
@media (min-width: 1601px) and (max-width: 1920px) {
    .title-home {
        font-size: 62px;
    }

    .banner-container {
        display: none;
    }

    .maxi-banner {
        right: 200px;
    }

    .banner-secondary-container {
        margin-top: -250px;
    }
}