

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400&display=swap');
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #3e3e3e;
}

ul,
ol {
    margin: 0;
    padding: 20px;
    margin-top: 3%;
    margin-bottom: 2%;
    border: 0px solid #000000;
    height: 76px;
}

label {
    margin: 0;
    color: #fff;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

.btn-danger {
    background-color: #c6132f;
    border-color: #c6132f;
}


/*-- //Reset Code --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}


/*-- nav --*/

header {
    top: 0;
    z-index: 9;
    width: 100%;
}

#main-header {
    width: 100%;
    /* hacemos que la cabecera ocupe el ancho completo de la página */
    left: 0;
    /* Posicionamos la cabecera al lado izquierdo */
    top: 0;
    /* Hacemos que la cabecera tenga una posición fija */
    height: 230px;
}

#main-header img {
    width: 95% !important;
    margin-top: 2%;
}

.mh1 {
    background: url(../images/back_header.png) no-repeat 0px 0px;
    background-size: cover;
}

.mh2 {
    background: url(../images/back_header2.png) no-repeat 0px 0px;
    background-size: cover;
}

.navbar {
    padding: 0px !important;
    width: 100%;
}

.navbar-light .navbar-brand {
    color: #191970;
    font-size: 37px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #f5d9db;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(212, 12, 12);
    background-color: #fff;
    border-bottom: 10px solid #c6132f;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(212, 12, 12);
    background-color: #fff;
    border-bottom: 10px solid #c6132f;
}

.navbar-light .navbar-nav .nav-link {
    color: #c6132f;
    font-family: 'Montserrat';
    font-size: 1.3em;
    font-weight: 500;
}


/*-- //nav --*/

.title_side {
    background-color: #c20e1a;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    border: 0px solid #ccc;
}


/*-- cuerpo --*/

.body_dark {
    background-color: #0d1232;
}

.body_dark_img {
    background: url(../images/back_body.png) no-repeat 0px 0px;
    background-size: cover;
}

.body_light {
    background-color: #e6e6e6;
}

.body_light_img {
    background: url(../images/back_body_light.png) no-repeat 0px 0px;
    background-size: cover;
}

.avales img {
    margin-bottom: 5%;
}

.btn_rojo {
    background-color: #C20E1A;
    color: #fff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #ccc;
    width: 220px;
    height: 57px;
    padding-top: 13px;
    font-size: 1.2em;
}

.btn_blanco {
    background-color: #ccc;
    color: #020a1d;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #ccc;
    font-weight: bold;
    width: 220px;
    height: 57px;
    padding-top: 11px;
    font-size: 1.5em;
}

.btn_rojo_dina {
    background-color: #C20E1A;
    color: #fff;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border: 0px solid #ccc;
    padding: 20px;
    font-size: 1.9em;
    font-weight: 600;
}

.btn_rojo_dina:hover {
    color: #fff;
}

.title_btn_small span {
    background-color: #C20E1A;
    color: #fff;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #ccc;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4em;
}


/*-- //cuerpo --*/


/*--login--*/

.body_dark_img_login {
    background: url(../images/back_body_light.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 600px;
}

.login_background {
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #662434;
    width: 85%;
    -webkit-border-radius: 20px 20px;
}

.div_login {
    margin: 0 auto;
    width: 80%;
    padding-top: 30px;
}

.div_login1 {
    background: #cdd0d7;
    -webkit-border-radius: 20px 20px;
    margin-bottom: 10%;
}

.div_login legend {
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
}

_.div_login label {
    color: #fff;
}

.contenedor-botones-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.botones-form {
    margin: auto;
    width: 50%;
    height: 40px;
    -webkit-border-radius: 20px 20px;
}

.form_campo {
    border-left-color: #fff;
    border-radius: 0;
    background-color: #753a48;
    border-color: #753a48;
    color: #fff;
}

.icono_form {
    background-color: #753a48;
    border-color: #753a48;
    width: 50px;
    padding: 0;
}

.icono_form i {
    margin: auto;
    color: #fff;
}

.form_campo::placeholder {
    color: #fff;
    font-size: 14px;
}

.form_campo:focus {
    border-color: #753a48;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left-color: #753a48;
}

/*-- //login --*/


/*--register--*/

.body_dark_img_register {
    background: url(../images/back_body_light.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 800px;
}

.register_background {
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #662434;
    width: 90%;
    -webkit-border-radius: 20px 20px;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 5%;
}

.div_register {
    margin: 0 auto;
    width: 95%;
    background: #cdd0d7;
    -webkit-border-radius: 20px 20px;
}

.div_register1 {
    margin: 0 auto;
    width: 95%;
    padding-top: 30px;
}

.div_check {
    background: #cdd0d7;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    -webkit-border-radius: 10px 10px;
    margin-bottom: 5%;
}


/*-- //register --*/


/*--test--*/

.test_background {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #6b758e;
    width: 700px;
    height: 550px;
    -webkit-border-radius: 20px 20px;
}

.div_test {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 650px;
}

.test {
    width: 100%;
}

.spanCorrecto {
    color: green !important;
}

.spanIncorrecto {
    color: red !important;
}

.pregunta_41 {
    text-align: left;
    color:white;
    font-size: 12px;
    font-style: italic;
}


/*-- //test --*/


/*--footer--*/

.footer_blade_section_1its {
    background: #c6132f;
}

.logos_footer {
    margin-bottom: 10px;
}

.logos_footer img {
    width: 90% !important;
}

.marcas a {
    background-color: #ccc;
    color: #020a1d;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 1px solid #ccc;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer {
    padding: 4em 0;
}

.footer p {
    color: #fff !important;
}

.footer-grid:nth-child(2) {
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
}

.footer ul li.hd {
    color: #34bf49;
}

.footer_bottom {
    height: 100%;
    margin-top: 2%;
}

.footer_bottom  p {
    color: #fff !important;
}

.politicas {
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 4%;
}

.politicas:hover {
    color: #ccc;
}

.contacto {
    background-color: #ccc;
    color: #020a1d;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 1px solid #ccc;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.contacto:hover {
    color: #020a1d;
}

.title {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
}


/*--//footer--*/


/*--Inicio--*/

.presentacion {
    position: relative;
    padding-top: 25px;
}

.presentacion video {
    width: 90% !important;
}

.director {
    width: 60%;
}

.director_nombre_light {
    color: #ccc;
}

.director_nombre_dark {
    color: #000;
    font-weight: bold;
    font-size: 1.4em;
}


/*--//Inicio--*/


/*--Presentacion--*/

.video_presentacion video {
    width: 60% !important;
}


/*--//Presentacion--*/

/*--Webinars--*/

.barra-thumbs {
    background-color: #662434;
    min-height: 50px;
    width: 90%;
}

.webinar-thumbs {
    margin-top: 5%;
}

.img_webinars {
    width: 90%;
}

.btn_webinars span {
    background-color: #C20E1A;
    color: #fff;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #ccc;
    font-weight: 600;
    padding-top: 4%;
    padding-right: 12%;
    padding-bottom: 4%;
    padding-left: 12%;
    font-size: .8em;
}

.subtitle-webinar {
    background: url(../images/webinars/rectan.svg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 25px;
}

.subtitle-webinar span {
    font-weight: 600;
    color: #662434;
}

/*--//Webinars--*/


/*--Politicas--*/

.espacio_superior_metodologia {
    margin: 30px 60px;
    text-align: justify;
    display: flex;
    align-items: center;
}

.parrafo {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #3e3e3e;
}

.img_metod_cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_metod_cont img {
    padding: 20px;
    width: 40%;
}

.division {
    background-color: #C20E1A;
    width: 92%;
    height: 2px;
}

.contenedor_texto {
    margin: 30px 60px;
}

.contenedor_texto a {
    cursor: auto;
}

.contenido {
    text-align: justify;
    padding: 15px 30px 15px 0px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #3e3e3e;
}

.btn_metodologia {
    margin: 20px 0px;
    text-align: justify;
}

.btn_metodologia span {
    background-color: #C20E1A;
    color: #fff;
    border: 0px solid #ccc;
    font-weight: 200;
    padding: 1% 2%;
    font-size: 1.2em;
    font-weight: bold;
}

.img_metodologia_center {
    width: 23%;
}

/*--//Politicas--*/

/*-- /Perlas --*/
.constru {
    font-size: 1.5em;
    font-weight: 600;
}

.barra_perla {
    background-color: #662434;
    min-height: 50px;
    width: 90%;
}

.medico_perla {
    color: #fff; 
    font-weight: bold; 
    font-size: 0.8em;
}

.nombre_perla {
    color: #fff; 
    font-weight: bold; 
}

#perla:hover {
    -webkit-filter: opacity(0.85);
    filter: opacity(0.85);
}
/*--//Perlas--*/


/*-- /responsive design --*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .btn_rojo_dina {
        font-size: .9em;
    }

    #main-header {
        height: 60px;
    }

    .barra-thumbs {
        min-height: 100px;
    }

    .webinar-thumbs div:first-child {
        margin-top: 3%;
    }

    .title_side {
        font-size: 1em;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .btn_rojo_dina {
        _font-size: .9em;
    }

    #main-header {
        height: 100px;
    }

    .mh1 {
        _background-size: contain;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #main-header {
        height: 100px;
    }

    .webinar-thumbs div:first-child {
        margin-top: 0%;
    }

    .nombre_perla {
        font-size: 10px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #main-header {
        height: 139px;
    }
    #main-header img {
        width: 100% !important;
        margin-top: 8%;
    }
    .btn_rojo_dina {
        font-size: 1.9em;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.8em;
    }

    .presentacion video {
        width: 70% !important;
    }
}

/* Large devices (desktops, 992px and up)

@media (min-width: 992px) {
    .nav_link {
        font-size: 0.9em !important;
    }
}
*/

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .marcas a {
        margin-right: 25%;
        font-size: 0.9rem;
    }

    #main-header {
        height: 149px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.3em;
    }

    .nombre_perla {
        font-size: 1rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {

    #main-header {
        height: 176px;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1900px) {

    #main-header {
        height: 230px;
    }

}
