﻿:root {
    --color-blanco: #FFFFFF;
    /*--principal-dark: #474448;*/
    /*--principal-dark: #515A47;*/
    --principal-dark: #16425B;
    --botones-acent: #CF9E00;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: auto;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    cursor: pointer;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--principal-dark);
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 1;
}

    nav img {
        width: 60px;
    }

#btn_menu {
    display: none;
}

.cnt_menu {
}

    .cnt_menu a {
        padding: 5px 15px;
        border-radius: 5px;
        /*font-weight: bold;*/
        color: var(--color-blanco);
        transition: all .3s;
        text-align: center;
    }

        .cnt_menu a:hover {
            background-color: rgba(255, 255, 255, .36);
        }

footer {
    background-color: var(--principal-dark);
    color: #fff;
    /*    position: fixed;
    bottom: 0;
    left: 0;*/
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 40px;
    margin-top: 100px;
    box-sizing: border-box;
}

    footer a {
        color: var(--color-blanco);
    }

    footer a, label {
        margin-bottom: 10px;
    }

.cnt_redes_footer {
    text-align: right;
}

.btn_social_footer {
    font-size: 1.5em;
    margin-left: 15px;
    transition: all .3s;
    color: var(--botones-acent);
}

body {
    background-color: #F1F1F1;
    font-family: "Poppins", sans-serif;
    font-size: 1.1em;
    scroll-behavior: auto;
    scroll-behavior: smooth;
}

.cnt_contenido_body {
    margin-top: 80px;
    width: 100%;
    box-sizing: border-box;
}

/* INICIO ******************************************************************************/

.lbl_titulo {
    display: block;
    margin: 30px 0px;
    padding: 50px 10px;
    text-align: center;
}

.cnt_banners_mensaje {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 40px 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, .05);
    box-sizing: border-box;
}

.cnt_imagenes_banners {
    width: 50%;
    box-sizing: border-box;
}

.cnt_banners {
    width: 100%;
}

    .cnt_banners img {
        border-radius: 10px;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, .36);
    }

.cnt_mensaje_banners {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    box-sizing: border-box;
}

    .cnt_mensaje_banners p {
        width: 90%;
        margin: 30px 0px;
        text-align: justify;
        /*font-size: 1.3em;*/
    }

.boton_cta {
    padding: 5px 15px;
    text-align: center;
    background-color: var(--botones-acent);
    /*color: var(--principal-dark);*/
    color: black;
    font-weight: bold;
    border-radius: 5px;
    font-style: italic;
    /*font-size: 1.2em;*/
}

.cnt_tarjetas_iso {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    padding: 40px 20px;
}

.cnt_tarjeta_iso {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-blanco);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .26);
    border-radius: 10px;
    text-align: center;
    padding: 5px 20px 20px 20px;
    /*font-size: 1.5em;*/
    font-weight: bold;
    color: #444;
    width: 25%;
    box-sizing: border-box;
}

    .cnt_tarjeta_iso label {
        display: flex;
        justify-content: center;
        height: 70px;
    }

    .cnt_tarjeta_iso img {
        width: 100%;
    }

.cnt_ventajas_certificacion {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .cnt_ventajas_certificacion img {
        width: 35%;
        max-width: 550px;
        border-radius: 10px;
        box-shadow: -5px 5px 10px rgba(0, 0, 0, .36);
    }

.cnt_ventajas_certificacion_texto {
    width: 50%;
}

.cnt_ventaja_certificacion {
    display: flex;
    flex-direction: column;
    background-color: var(--color-blanco);
    padding: 20px;
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
    border-bottom: 2px #333 solid;
    box-sizing: border-box;
}

    .cnt_ventaja_certificacion label {
        /*font-size: 1.2em;*/
        margin-bottom: 10px;
        font-weight: bold;
    }

        .cnt_ventaja_certificacion label span {
            color: var(--principal-dark);
            background-color: var(--botones-acent);
            padding: 5px;
            border-radius: 50px;
            margin-right: 10px;
        }

.btn_contacto_accion {
    padding: 5px 10px;
    font-size: 1.3em;
    color: var(--color-blanco);
}

.lbl_calificacion_comentario {
    color: var(--botones-acent);
}

.cnt_testimonios_mensaje {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
}

.cnt_testimonios_texto {
    width: 50%;
    padding: 20px 40px;
    /*font-size: 1.3em;*/
    box-sizing: border-box;
}

    .cnt_testimonios_texto p {
        padding: 0px 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    .cnt_testimonios_texto img {
        width: 65%;
        display: flex;
        justify-self: center;
        border-radius: 5px;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, .36);
        transform: rotate(3deg);
        box-sizing: border-box;
    }

.cnt_testimonios_opiniones {
    width: 50%;
    padding: 20px 40px;
    font-size: 1.2em;
    box-sizing: border-box;
}

.cnt_tarjeta_testimonio {
    background-color: #333;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

    .cnt_tarjeta_testimonio div {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        box-sizing: border-box;
    }

    .cnt_tarjeta_testimonio p {
        margin: 20px 0px;
        font-style: italic;
        text-align: justify;
    }

/* MENSAJERIA ****************************************************************************************/

.cnt_formulario_contacto {
    background-color: var(--color-blanco);
    padding: 35px;
    width: 100%;
    max-width: 550px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

    .cnt_formulario_contacto input, textarea {
        width: 100%;
        margin: 5px 0px;
        padding: 10px;
        border-radius: 5px;
        border: 1px gray solid;
        box-sizing: border-box;
    }

.cnt_correo_telefono_contacto {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    box-sizing: border-box;
}

    .cnt_correo_telefono_contacto input {
        width: 50%;
        box-sizing: border-box;
    }

.cnt_proceso_certificacion {
    width: 350px;
    max-height: 80vh;
    overflow: auto;
    padding: 20px;
    position: fixed;
    z-index: 1;
    background-color: var(--color-blanco);
    right: -350px;
    top: 85px;
    border-bottom-left-radius: 10px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .36);
    box-sizing: border-box;
}

.cnt_descargar_certificacion_pdf {
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: .8em;
    margin-bottom: 20px;
    box-sizing: border-box;
}

    .cnt_descargar_certificacion_pdf a {
        font-size: 1.5em;
        color: var(--color-blanco);
        background-color: var(--principal-dark);
        padding: 7px 10px;
        margin-left: 10px;
        border-radius: 10px;
        box-sizing: border-box;
    }

/* CAPACITACION ****************************************************************************************/

.cnt_tarjetas_capacitacion {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.cnt_tarjeta_capacitacion {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #fff;
    width: 90%;
    max-width: 350px;
    text-align: center;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .36);
    box-sizing: border-box;
}

    .cnt_tarjeta_capacitacion label {
        font-weight: bold;
        font-size: 1.1em;
    }

    .cnt_tarjeta_capacitacion img {
        width: 100%;
        margin: 20px 0px;
        border-radius: 10px;
        box-sizing: border-box;
    }

.cnt_cursos_commpartidos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 0px 40px 20px 40px;
    box-sizing: border-box;
}

.cnt_curso_compartido {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #fff;
    width: 50%;
    text-align: center;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .36);
    box-sizing: border-box;
}

    .cnt_curso_compartido label {
        font-weight: bold;
        font-size: 1.1em;
    }

    .cnt_curso_compartido p {
        margin: 20px 0px;
    }

/* NOSOTROS ****************************************************************************************/

.cnt_quienes_somos {
    padding: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--color-blanco);
    box-sizing: border-box;
}

.cnt_quienes_somos_texto {
    width: 50%;
    box-sizing: border-box;
}

.cnt_quienes_somos_imagen {
    width: 50%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

    .cnt_quienes_somos_imagen img {
        width: 90%;
        border-radius: 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
        box-sizing: border-box;
    }

.cnt_mision_vision {
    display: flex;
    justify-content: space-evenly;
    padding: 40px;
    box-sizing: border-box;
}

.cnt_mision {
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.vision {
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    border-left: 1px #333 solid;
    border-right: 1px #333 solid;
    box-sizing: border-box;
}

.cnt_valores {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-left: 40px;
    box-sizing: border-box;
}

.cnt_valores {
    width: 60%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.cnt_logros {
    padding: 40px;
}

/* SLIDER ******************************************************************************************/

.slider {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
    box-sizing: border-box;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

/* COTIZACION *********************************************************************************************************/

.cnt_solicitud_cotizacion {
    background-color: var(--color-blanco);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .36);
    display: flex;
    flex-direction: column;
    justify-self: center;
    margin: 20px 10px;
    padding: 40px;
    width: 90%;
    max-width: 1100px;
    color: #444;
    border-radius: 10px;
    box-sizing: border-box;
}

    .cnt_solicitud_cotizacion input, select {
        width: 100%;
        margin: 5px 0px;
        padding: 10px;
        border-radius: 5px;
        border: 1px gray solid;
        box-sizing: border-box;
    }

.cnt_tiene_sistema {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
}

    .cnt_tiene_sistema label, select, input {
        width: 50%;
    }

.cnt_normas_cotizacion {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 10px 0px;
    box-sizing: border-box;
}

    .cnt_normas_cotizacion input {
        width: auto;
        transform: scale(2);
        margin-left: 5px;
    }

    .cnt_normas_cotizacion label {
        margin: 0px;
        margin-left: 20px;
    }

.cnt_turnos_cotizacion {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    box-sizing: border-box;
}

.cnt_opciones_evaluacion {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    box-sizing: border-box;
}

.cnt_multisitios {
    width: 100%;
}

    .cnt_multisitios .txt_nombre_multisitios {
        width: 30%;
    }

    .cnt_multisitios .txt_personal_multisitios {
        width: 15%;
    }

    .cnt_multisitios .txt_direccion_multisitios {
        width: 54%;
    }

/* RESPONSIVE *********************************************************************************************************/
@media (max-width: 640px) {
    #btn_menu {
        display: inline-block;
    }

    nav img {
        width: 40px;
    }

    .cnt_contenido_body {
        margin-top: 65px;
    }

    .cnt_menu {
        background-color: var(--color-blanco);
        position: fixed;
        top: 66px;
        right: -230px;
        width: 230px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 10px 20px 10px;
        border-bottom-left-radius: 10px;
        box-shadow: 2px 5px 5px rgba(0, 0, 0, .36);
        box-sizing: border-box;
    }

        .cnt_menu a {
            color: #333;
        }

    .cnt_banners_mensaje {
        flex-direction: column;
        padding: 20px 0px;
    }

    .cnt_imagenes_banners {
        width: 100%;
    }

    .cnt_mensaje_banners {
        width: 100%;
        padding-top: 20px;
    }

    .cnt_ventajas_certificacion {
        flex-direction: column;
    }

    .cnt_ventajas_certificacion_texto {
        width: 90%;
    }

    .cnt_ventajas_certificacion img {
        width: 90%;
        margin: 20px 0px;
    }

    .lbl_titulo {
        padding: 10px;
    }

    .slider {
        width: 100%;
    }

    .cnt_tarjeta_iso label {
        height: 90px;
    }

    .cnt_testimonios_mensaje {
        flex-direction: column;
    }

    .cnt_testimonios_texto {
        width: 100%;
        padding: 10px;
    }

        .cnt_testimonios_texto p {
            padding: 0px 20px;
        }

    .cnt_testimonios_opiniones {
        width: 100%;
    }

    footer {
        flex-direction: column;
        text-align: center;
    }

    .cnt_logo_footer {
        margin: 40px 0px 60px 0px;
    }

    .cnt_redes_footer {
        text-align: center;
    }

    .cnt_cursos_commpartidos {
        flex-direction: column;
    }

    .cnt_curso_compartido {
        width: 100%;
    }

    .cnt_quienes_somos {
        flex-direction: column;
        padding: 20px 10px;
    }

    .cnt_quienes_somos_texto {
        width: 100%;
    }

    .cnt_quienes_somos_imagen {
        width: 100%;
    }

    .cnt_mision_vision {
        flex-direction: column;
        padding: 20px 10px;
    }

    .cnt_mision, .vision, .cnt_valores {
        width: 100%;
        border: none;
        text-align: left;
    }

    .cnt_valores {
        padding-left: 20px;
    }

    .cnt_logros {
        padding: 20px;
    }

        .cnt_logros p {
            width: 100%;
        }

    .cnt_formulario_contacto {
        width: 90%;
        max-height: 95vh;
    }
    /*
    .cnt_correo_telefono_contacto {
        flex-direction: column;
    }

        .cnt_correo_telefono_contacto input {
            width: 100%;
        }*/

    #btn_contacto_menu {
        margin-top: 10px;
    }

    .cnt_tarjetas_iso {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .cnt_tarjeta_iso {
        width: 100%;
    }

        .cnt_tarjeta_iso img {
            width: 100%;
        }

    .cnt_solicitud_cotizacion {
        margin: 0px 10px;
        padding: 20px 10px;
    }

    .cnt_opciones_evaluacion {
        flex-direction: column;
    }

        .cnt_opciones_evaluacion select {
            width: 100%;
        }

    .cnt_multisitios .txt_nombre_multisitios {
        width: 100%;
    }

    .cnt_multisitios .txt_personal_multisitios {
        width: 100%;
    }

    .cnt_multisitios .txt_direccion_multisitios {
        width: 100%;
    }
}
