
header{
    font-size: 40px;
    text-align: center;
    background: transparent url('img/header_image-latam.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;  /* Para que cuando se achique se siga viendo el celular*/
    width: 100%;    
    min-height: 500px;
}

#header_container{
    padding-top: 250px; padding-bottom: 250px;
}

.module_container.gestion{ border-bottom-color: #F67624;}
.module_container.hojaderuta{ border-bottom-color: #F9B233;}
.module_container.formularios{ border-bottom-color: #6A82FB;}
.module_container.checkin{ border-bottom-color: #FF005C;}

#modules_section{
    width: 85%;
    padding-top: 0px;
    padding-bottom: 32px;
}
#modules_section > div{
    text-align: center;
}


/* =============================================================== */
/* Seccion con el video ====================================== */

#video_section{
    background-color: #F4F4F4;
}

/* Basicamente es para que me quede centrado verticalmente, en modo PHONE cambia */
.video_section_center_container{
    display: table; width: 100%; height: 520px;
}

/* Container para el video */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
    display: table-cell;
    vertical-align: middle;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

/* FIN Seccion con el video ====================================== */
/* =============================================================== */



/* =============================================================== */
/* Seccion con el monitor ======================================== */

.monitor_section_center_container{
    display: table; width: 100%; height: 520px;
}

/* FIN Seccion con el monitor ==================================== */
/* =============================================================== */



/* =============================================================== */
/* Seccion con el telefono ======================================= */

#cellphone_section{
    background-color: #F4F4F4;
}

.cellphone_section_center_container{
    display: table; width: 100%; height: 542px;
}

/* FIN Seccion con el telefono =================================== */
/* =============================================================== */


/* =============================================================== */
/* Seccion con la TABLET ========================================= */

.tablet_section_center_container{
    display: table; width: 100%; height: 542px;
}

/* FIN Seccion con la TABLET ===================================== */
/* =============================================================== */

/* Viñeta */
.tick{
    display: table-cell;
    width: 31px; 
    padding: 0px 6px;
    vertical-align: top;
    padding-top: 3px;
}

.bullet_phrase_container{
    display: table;
    width: 100%;
}


#slider_carousel{

    font-weight: 400;
    font-size: 28px;
}

.company_name{
    font-size: 19px;
    text-align: right;
    margin-top: 11px;
}


/* =================================
DEMO
================================= */
#demo_section [class*="col-"]{
    padding-top: 10px;
    padding-bottom: 5px;
}

#demo_request_ok{
    text-align: center;
    padding: 131px 30px;
    font-size: 28px;
}

/* ========================================
 FIN DEMO ================================= */


/* =================================
TABLET
================================= */
@media(max-width: 991px){

    #slider_carousel{
        font-size: 22px;
    }
    
}


/* ========================================================
PHONES 
======================================================== */
@media(max-width: 600px){

    /* Muevo un poquito el background para que se vea el telefono */
    header{
        background-position-x: 72%;  
    }

    #header_container{
        padding-top: 150px; padding-bottom: 150px;
    }

    /* Basicamente es para que me quede centrado verticalmente, pero en este tamaño no tiene sentido*/
    .video_section_center_container, .monitor_section_center_container, .cellphone_section_center_container, .tablet_section_center_container{
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #slider_carousel{
        font-size: 13px;
    }
    #slider_carousel .slText{
        padding: 0 105px;
    }

    .company_name{
        font-size: 11px;
    }


    
}

