@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,600&display=swap');
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    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: 'Montserrat', 'sans-serif';
}

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

ul,
ol {
    margin: 0;
    margin-top: 3%;
    margin-bottom: 2%;
}

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

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

.btn-danger {
    background-color: #005ad2;
    border-color: #005ad2;
    font-weight: 600;
}


/*-- //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);
}

.nombre_navegador {
    color: #00006b;
    font-weight: bold;
}

/*-- Generales --*/

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

.body_dark_img {
    background: url(../images/back_body_dark.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_redondeado_dina {
    background-color: #005ad2;
    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-top: 9px;
    padding-right: 30px;
    padding-bottom: 9px;
    padding-left: 30px;
    font-size: .9em;
    font-weight: 600;
}

.btn_redondeado_dina:hover {
    color: #fff;
}

.btn_redondeado_dina_dark {
    background-color: #001965;
    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-top: 9px;
    padding-right: 30px;
    padding-bottom: 9px;
    padding-left: 30px;
    font-size: .9em;
    font-weight: 600;
}

.btn_redondeado_dina_dark: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;
}

.separador {
    background-color: #001965;
}

.separador h3 {
    color: #fff;
    font-weight: 600;
}

.separador .row {
    height: 70px;
}

.title_side {
    background-color: #eaab00;
    color: #001964;
    font-size: 1.1em;
    font-weight: 800;
    padding-left: 5%;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 40px 40px 0px;
    -moz-border-radius: 0px 40px 40px 0px;
    -webkit-border-radius: 0px 40px 40px 0px;
    border: 0px solid #ccc;
}

/*-- //Generales --*/


/*-- Header --*/

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

#main-header {
    width: 100%;
    background-color: #001964;
}
/*-- //Header --*/

/*-- nav --*/
.navbar {
    padding: 0px !important;
    width: 100%;
}

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

.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: #fff;
    background-color: #0d256d;
    padding-top: 20px;
    height: 70px;
}

/* Hoer del item */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #0d256d;
}

.navbar-light .navbar-nav .nav-link {
    color: #0d256d;
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 70px;
}

.nav-item .btn-groups {
    padding-top: 8px;
}

.btn_preguntas {
    height: 55px;
    line-height: 55px;
    width: 55px;
    font-size: 2.4em;
    font-weight: bold;
    border-radius: 50%;
    background-color: #001964;
    color: white;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

/*-- //nav --*/

/*--Inicio--*/

    .container_btn_presentacion {
        z-index: 2;
        position: absolute;
        margin-top: 35%;
        margin-left: 76%;
    }

    .container_btn_presentacion2 {
        z-index: 2;
        position: absolute;
        margin-top: 35%;
        margin-left: 76%;
    }

    #banner_libro:hover {
        -webkit-filter: opacity(0.7);
        filter: opacity(0.7);
        cursor: pointer;
    }

/*--//Inicio--*/

/*--Equipo docente--*/

.nombre {
    font-size: smaller;
    font-weight: 600;
    color: #001964;
    margin-top: 2%;
}

.credenciales {
    font-size: smaller;
    color: #000;
    margin-top: 2%;
    line-height: 15px;
}

/*--//Equipo docente--*/

/*--Contenido teórico--*/

.over-contenido {
    background-color: #001965;
    height: 392px;
    width: 350px;
    margin: 0 auto;
}

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

.subtitle-modulo span {
    font-weight: 600;
    color: #001965;
}

.btn_modulo span {
    background-color: #eaab00;
    color: #001965;
    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;
}

.titulo_modulo {
    margin-top: 3%;
    color: #001965;
    margin-bottom: 3%;
}

.medicos {
    margin-top: 3%;
    color: #001965;
    font-size: large;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3%;
}

.especialidad {
    margin-top: 1%;
    color: #000;
    line-height: 20px;
    margin-bottom: 5%;
}

.indicador_modulo {
    font-size: calc(1em + 1vw);
    font-weight: 700;
}

.subtitulo_modulo {
    margin-top: 3%;
    margin-bottom: 3%;
}

.subtitulo_modulo span {
    font-size: calc(1em + 1vw);
    font-weight: 700;
    color: #001965;
}
.parrafo_tema {
    text-align: justify;
    margin-bottom: 20px;
    color: #000;
}

.indice_tablas {
    color: #2963af !important;
    /* font-size: larger !important; */
}

.subtitulo_modulo .it {
    color: #2963af !important;
    font-size: larger !important;
}

.tabla_general {
    width: 100%;
    margin: 0 auto;
    color: #000;
}

.tabla_general, th, td {
  border: 1px solid black;
  background-color: white;
}

td{
    padding: 15px;
}

.tabla_general .titulo {
    text-align: center;
    background-color: #eaab00;
    color: #001965;
}

/*--//Contenido teórico--*/

/*--Talleres--*/

.over-taller {
    background-color: #cce4f7;
    height: 392px;
    width: 350px;
    margin: 0 auto;
}

.subtitle-taller {
    background: url(../images/talleres/rectan_blue.svg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 25px;
}

.subtitle-taller span {
    font-weight: 600;
    color: #fff;
}

.btn_modulo span {
    background-color: #eaab00;
    color: #001965;
    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;
}

/*--//Talleres--*/

/*--login--*/

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

.login_background {
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #333333;
    -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: #474747;
    border-color: #474747;
    color: #fff;
}

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

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

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

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

/*-- //login --*/


/*--register--*/

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

.register_background {
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #333333;
    -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 --*/


/*--footer--*/

.footer_blade_section_1its {
    background: #333333;
}



.footer {
    padding: 1em 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%;
}

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

.politicas {
    color: #d39c06;
    font-size: 1rem;
    margin-top: 5%;
}

.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: .9em;
    font-weight: 500;
}

/*--//footer--*/

/*--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: #001965;
    width: 100%;
    height: 2px;
    margin-top: 40px;
}

.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;
}

.contenido_lista {
    text-align: justify;
    padding: 0px 30px 0px 30px;
    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: #001965;
    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--*/

/*-- /Metodologia --*/
.constru {
    font-size: 2.5em;
    font-weight: 600;
    margin-top: 10%;
}

/*--//Metodologia--*/

/*-- Preguntas frecuentes --*/

.cabecera_acordeon_temas {
    padding: 0;
}

.cabecera_acordeon_titulos {
    display: flex;
    align-items: center;
    color: #2c365b;
    font-weight: bold;
}

.cabecera_acordeon_icono {
    color: #2c365b;
}

.cabecera_acordeon_icono_menos {
    color: #fff;
}

.title_frecuentes {
    background-color: #07535B;
    color: #f5d410;
    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;
}

.cabecera_acordeon_frecuentes_menos {
    padding: 0;
    background-color: #0084d2;
}

.cabecera_acordeon_tit_frecuentes_menos {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
}

/* titulos mod */
.moduloColor{
    color: #001965;
}
.tituloTabla {
    color: #001965 !important;
    font-size: larger !important;
}

.totales_aciertos {
    margin: 20px 0px 0px 0px;
    text-align: center;
    background-color: #17a2b8;
    color: #fff;
    padding: 15px 25px;
    font-size: 0.9em;
    font-weight: bold;
}

/* lista primaria */
.lista_num {
    padding-left: 2rem;
    padding-bottom: 45px !important;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
    letter-spacing: 1px;
}
.lista_num li::marker {
    color: #001965;
    font-weight: bold;
    display: inline-block;
    width: 2em !important;
    margin-left: -1em !important;
    font-size: 1em !important;
    padding-right: 25px;
}
.lista_num_li{
    padding-right: 1em !important;
    letter-spacing: 1px;
}

.lista_bli_li{
    padding-right: 1em !important;
    padding-bottom: 1em;
    letter-spacing: 1px;
}

.lista_fle {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.lista_fle li::before {
    content: "\00bb" !important;
    color: #001965;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 0.8em !important;
    padding-right: 25px;
}

.lista_tabla {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.lista_tabla li::before {
    content: "\2022";
    color: #001965;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.5em;
}
/* lista secundaria */
.lista_tabla_sec {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.lista_tabla_sec li::before {
    content: "\2212";
    color: #001965;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 0.8em;
}

.lista_sim{
    color: #001965;
     font-weight: bold;
    display: inline-block;
    width: 2em;
    margin-left: 1em;
    font-size: 1em;
}

.cuadro_crema {
    border: 2px solid #4472C4;
    padding: 10px;
    background-color: #FFEFBF;
}

.lista_decimal {
    counter-reset: section;
}

.lista_decimal li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
}

.lista_letras li::marker {
    color: #000;
    font-weight:bold;
}

/*descripcion tabla*/
.desc_tabla {
    font-size: 0.8em;
}
.td_color{
    background-color:#033761;
    padding: 15px;
    padding-bottom:0px
}
.td_color p{
    color: white;
}


/*-- //Preguntas frecuentes --*/

/*--test--*/

.cuadro_superior_1 {
    background-color: #0078ce; /*#07535B;*/
    color: #fff;
    font-weight: bold;
    padding-top: 25px;
    height: 80px;
    padding-left: 20px;
    font-size: 1.3em;
}

.cuadro_inferior {
    background-color: #413f47;
    color: #fff;
    font-weight: bold;
    padding-top: 25px;
    height: 80px;
    padding-left: 20px;
    font-size: 1.3em;
    padding: 1% 20% 1% 20%
}

.marcador_pregunta {
    margin-bottom: 3px;
}

.respuestas_background {
    top: 30px;
    left: 0;
    right: 0;
    background: #f0eeee;
    width: 100%;
    -webkit-border-radius: 20px 20px;
    padding: 2% 2% 0 5%;
}

.div_test {
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
}

.test {
    width: 100%;
}

.spanCorrecto {
    color: green !important;
}

.spanIncorrecto {
    color: red !important;
}

.continuacion_pregunta {
    margin-top: 20px;
    font-size: 13px;
    font-style: italic;
    text-align: justify;
    text-justify: inter-word;
}

.contener_realizar_test {
    position: relative; 
    float: left;
}

#contenedor_loader {
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
}

.loader_pregunta{ 
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 120px;
	height: 120px;
	margin: -76px 0 0 -76px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #001964;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/*-- //test --*/

/*-- /responsive design --*/

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

    .btn_redondeado_dina {
        padding-top: 7px;
        padding-right: 20px;
        padding-bottom: 7px;
        padding-left: 20px;
        font-size: .6em;
        font-weight: 600;
    }

     .container_btn_presentacion {
        margin-top: 26%;
        margin-left: 26%;
    }

    .container_btn_presentacion2 {
        margin-top: 33%;
        margin-left: 29%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .separador h3{
        font-size: medium;
    }

    .btn_redondeado_dina {
        padding-top: 7px;
        padding-right: 20px;
        padding-bottom: 7px;
        padding-left: 20px;
        font-size: .6em;
    }

     .container_btn_presentacion {
        margin-top: 30%;
        margin-left: 27%;
    }

    .container_btn_presentacion2 {
        margin-top: 34%;
        margin-left: 29%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .btn_redondeado_dina {
        padding-top: 7px;
        padding-right: 10px;
        padding-bottom: 7px;
        padding-left: 10px;
        font-size: .6em;
    }

     .container_btn_presentacion {
        margin-top: 30%;
        margin-left: 41%;
    }
    .container_btn_presentacion2 {
        margin-top: 33%;
        margin-left: 43%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .separador h3{
        font-size: larger;
    }

    .btn_redondeado_dina {
        padding-top: 9px;
        padding-right: 20px;
        padding-bottom: 9px;
        padding-left: 20px;
        font-size: .8em;
    }

    .container_btn_presentacion {
        margin-top: 34%;
        margin-left: 66%;
    }

    .container_btn_presentacion2 {
        margin-top: 38%;
        margin-left: 66%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .separador h3{
        font-size: x-large;
    }

    .btn_redondeado_dina {
        padding-top: 9px;
        padding-right: 30px;
        padding-bottom: 9px;
        padding-left: 30px;
        font-size: .9em;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
    .container_btn_presentacion {
        margin-top: 35%;
        margin-left: 76%;
    }
    .container_btn_presentacion2 {
        margin-top: 38%;
        margin-left: 76%;
    }
}

/*validacion de quiebre de menu responsive Elaborado por RonnyVega*/
@media (max-width: 1425px) {
    .navbar-light .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .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{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/* fin de punto de quiebre*/

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



