﻿/* TOP SECTION
******************************************
*/
.index-top-section {
    /* First section */
    position: absolute;
    width: 1440px;
    height: 368px;
    left: 0px;
    top: 60px;
}

.carousel img {
    /* Carousel image position */
    width: 100% !important;
    min-width: 200px !important;
    min-height: 300px !important;
    height: auto;
}

@media screen and (min-width: 768px) {
    .carousel img {
        /* Carousel image position */
        min-height: 600px !important;
    }
} 

.index-ceneval-text-group {
    /* Header Text */
    position: absolute;
    width: 779px;
    height: 143px;
    left: 0px;
    top: 0px;
}

.index-ceneval-text {
    /* Prepárate con nosotros para el */
    position: absolute;
    width: 779px;
    height: 59px;
    left: 0px;
    top: 80px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #000000;
}

.index-ceneval-text-course {
    /* Curso Ceneval */
    position: absolute;
    width: 302px;
    height: 64px;
    left: 255px;
    top: 159px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 64px;
    /* identical to box height */
    text-align: center;
    color: #000000;
}

/* LOGO SECTION
******************************************
*/
.index-cursitos-logo {
    height: 153px;
}

/* DESCRIPTION SECTION
******************************************
*/
.index-text-description-pane {
    position: static;
    width: 1200px;
    height: 34px;
    left: 120px;
    top: 661px;
    /* Inside Auto Layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 40px;
}

.index-text-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}