
header .fullscreen-bg {
    /*width: 100%;
    height: 100vh;*/
    height: auto;
    background-color: rgba(40,40,40,1);
}

.navbar {
    background-color: rgba(0,0,0,0.80);
}

/* Main  */

.webinar .header {
    background-image: linear-gradient(135deg, rgba(20,20,20,0.95) 30%, rgba(20,20,20,0.90), rgba(20,20,20,0.80)), url('../img/banner_course_3.jpg');
    background-repeat: repeat, no-repeat;
    background-position: right, center center;
    background-size: auto, cover;
/*    padding-bottom: 4rem;*/
}

.webinar .small-logo {
    max-width : 150px;
}

.webinar .main-title {
    border-top: solid 1px rgba(2,156,73,1);
    border-bottom: solid 1px rgba(2,156,73,1);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top : 20px;
    margin-bottom : 20px;
    color: rgba(2,156,73,1);
    font-size: 1.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.webinar .main-title div:nth-child(1) {
    font-size: 1.1rem;
    line-height: 22px;
    letter-spacing: 3px;
}

.webinar .main-title div:nth-child(2) {
    margin-top : 1.25rem;
    margin-bottom : 1.25rem;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.25rem;   
    color: #ffffff;
}

.webinar .main-title div:nth-child(3) {
    font-size: 1.1rem;
    font-style : italic;
    letter-spacing: 1px;
}

.webinar .green-bg {
    color: rgba(255, 255, 255,1);
    background-color: rgba(2,156,73,1);
}

.webinar .subtitle {
    font-family: 'Roboto', sans-serif;
    text-align : center;
}

.webinar .subtitle span {
    display : initial;
}

@media (min-width : 820px) {
    .webinar .subtitle span {
        display: block;
    }
}

.webinar .subtitle span:first-child {
    font-size: 1.50rem;
    line-height: 1.7rem;
}

.webinar .call-to-action {
    text-align: center;
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
}

.webinar .call-to-action + div {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 2.6rem;
    font-family: 'Roboto', sans-serif;
}

.webinar .call-to-action + div span {
    display : block;
    margin-top : 10px;
    font-size: 0.9rem;
}

/*
 .webinar .img-bg {
    background-image: linear-gradient(to bottom, rgba(239,239,239,0) 5%, rgba(239,239,239,0)), url('../img/banner_course.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
}
*/

.webinar .left-col {
    background-color : rgba(255, 255, 255,1);
    font-family: 'Roboto', sans-serif;
    font-size : 1.15rem;
    padding : 20px 20px;
    border-top: solid 5px rgba(2,156,73,1);
}

.webinar .left-col .checkpoint {
    margin-top : 1rem;
    display : flex;
    flex-direction : row;
    align-items : center;
    justify-content : flex-start;
    font-size : 1.25rem;
}

.webinar .left-col .checkpoint div:first-child {
    margin-right : 0.5rem;
    font-size : 1.5rem;
    color : rgba(2,156,73,1);
    display : flex;
    flex-direction : row;
    align-items : center;
    justify-content : center;
}

.webinar .right-col {
    padding: 20px 20px;
    padding-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.25em;
    line-height: 1.35em;
}

@media (min-width : 476px) {
    .webinar .left-col,
    .webinar .right-col {
        padding: 30px 30px;
    }

    .webinar .right-col {
        padding-bottom: 0px;
    }
}

@media (min-width : 576px) {
    .webinar .left-col,
    .webinar .right-col {
        padding: 40px 40px;
    }

    .webinar .right-col {
        padding-bottom: 0px;
    }
}

@media (min-width : 768px) {
    .webinar .right-col {
        padding: 0;
    }
}

.webinar .weeks-toggle {
    margin-top: 3rem;
    color: rgba(2,156,73,1);
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
}

.webinar .weeks-toggle a {
    color: rgba(2,156,73,1);
}

.webinar .weeks .title {
    border-top: solid 5px rgba(2,156,73,1);
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(2,156,73,1);
    font-size: 1.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.webinar .weeks .title+div {
    color: rgba(2,156,73,1);
    font-style : italic;
    font-size: 1.15rem;
    padding-bottom : 15px;
}

/*.webinar .title {
    border-top: solid 5px rgba(2,156,73,1);
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(2,156,73,1);
    font-size: 1.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
*/
.webinar .weeks .fila-evento {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: solid 1px rgba(2,156,73,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width : 576px) {
    .webinar .weeks .fila-evento {
        display: block;
    }
}


.webinar .weeks .fila-evento.last {
    border-bottom: solid 1px rgba(2,156,73,1);
}

.webinar .weeks .fila-evento > div {
    /*min-height : 50px;*/
}

.webinar .weeks .fila-evento .fecha {
    color: rgba(0,0,0,1);
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    width: 80px;
    min-width: 80px;
}

.webinar .weeks .fila-evento .descripcion {
    color: rgba(0,0,0,1);
    font-style: italic;
    font-size: 1.0rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.webinar .weeks .fila-evento .descripcion span {
    display: block;
    font-weight: 400;
}

/*.webinar .weeks .fila-evento .link a {
    color: rgba(2,156,73,1);
    font-size: 1.50rem;
    width: 25px;
}*/

.webinar .formulario {
    max-width : 512px;
    line-height : normal;
}

@media (min-width : 576px) {
    .webinar .formulario {
        line-height: 1.5rem;
    }
}

.webinar .formulario .precio div:nth-child(1) {
    text-align: center;
    font-size: 1.75rem;
    font-family: 'Roboto', sans-serif;
}

.webinar .formulario .precio div:nth-child(2) {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2.6rem;
    font-family: 'Roboto', sans-serif;
}

@media (min-width : 576px) {
    .webinar .formulario .precio div:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 1.5rem;
    }
}

.webinar .formulario .precio span {
    display : block;
    margin-top: 10px;
    font-size: 0.9rem;
}

.webinar .fecha-limite {
    font-family: 'Roboto', sans-serif;
    text-align : center;
}

/* Main - Eventos - END */
