body {
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
    font-family: 'EstrangeloEdessa';
    text-transform: uppercase !important;
    text-align: left;
}

@font-face {
    font-family: 'EstrangeloEdessa';
    -webkit-font-smoothing: none;
    src: url('fonts/estre-webfont.eot');
    src: url('fonts/estre-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/estre-webfont.woff') format('woff'), url('fonts/estre-webfont.ttf') format('truetype'), url('fonts/estre-webfont.svg#EstrangeloEdessa') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header {
    width: 100%;
    margin-top: 5;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-bottom: 5px;
}

.top {
}

.barraSuperior {
    background-color: rgba(13, 13, 13, 0.6);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 50;
    height: 75px;
}

.btn {
    border-style: solid;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.absolute-center {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin: auto;
}


.centro {
    display: block;
}

.contCentroHome {
    left: 0px;
    right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    /*overflow: hidden;*/
}


.img-responsive {
    display: inline;
    height: auto;
    width: 100%;
    max-width: 100%;
}
/*PARA PODER OCULTAR LA IMAGEN SI EL LINK ESTA ROTO*/
img[src=""] {
    display: none;
}
/*PARA PODER OCULTAR LA IMAGEN SI EL LINK ESTA ROTO*/
/*FLEXSLIDER*/
.flexslider {
    margin: 0px;
    border: 0px;
    overflow: hidden !important;
    width: 100%;
    height: 536px;
    text-align: center;
}

    .flexslider .slides img {
        height: 536px;
    }

    .flexslider .slides > li {
        position: relative;
        overflow: hidden;
    }

.flex-control-nav {
    bottom: 0px;
}

.flex-control-paging li a {
    width: 0px;
    height: 0px;
}
/*FLEXSLIDER*/

.img-centered {
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
}
/*INICIO BANNER SUPERIOR*/
.bannerLogo {
}

.bannerTxt {
    color: white;
    text-transform: uppercase;
    text-align: left;
    float: left;
    padding: 1.7%;
    padding-right: 0px;
    margin-left: 0px;
    width: auto;
    font-size: 12px;
}

    .bannerTxt a:hover {
        color: white !important;
        font-family: 'EstrangeloEdessa' !important;
        -webkit-font-smoothing: none;
    }

    .bannerTxt a {
        color: white !important;
        font-family: 'EstrangeloEdessa' !important;
        -webkit-font-smoothing: none;
    }

.bannerSubTitulo {
    font-family: 'EstrangeloEdessa';
    -webkit-font-smoothing: none;
}

.bannerImagen {
    width: 92px;
    height: 93px;
}

.bannerTitulo {
    font-size: 17px;
    font-family: 'EstrangeloEdessa';
    -webkit-font-smoothing: none;
}

/*FIN BANNER SUPERIOR*/

.enlaces_utiles {
    margin-top: 3px;
    vertical-align: middle;
    text-align: center;
}

    .enlaces_utiles:hover {
        border: 3px solid black;
        width: 95%;
    }

.enlaces div.col-md-3 {
    margin: 15px 0px;
}

.enlaces {
    text-align: center;
}

    .enlaces div.col-md-3 {
        margin: 15px 0px;
    }

/*BARRA DE NAVEGACION*/
/*NAVBAR*/


/*CARET*/
.caret {
    display: inline-block !important;
    opacity: 1 !important;
}
/*CARET*/

.vertical-line {
    width: 1px; /* Line width */
    background-color: white; /* Line color */
    height: 80%; /* Override in-line if you want specific height. */
    float: right;
    display: inline;
}

a:link {
    border: 0px solid #ccc !important;
    border: 0px solid rgba(0,0,0,.15) !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none !important;
    background-image: none !important;
}

a:hover {
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
    text-decoration: none;
    background: none;
}

.dropdown-menu {
    position: relative;
    font-size: large;
    border: 0px;
    padding: 0px !important;
    border-radius: 0px;
    font-weight: lighter !important;
    line-height: 1.4;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
}

    .dropdown-menu > div > a {
        color: black;
        padding: 5px 15px 5px 25px;
    }

    .dropdown-menu > div > div > a {
        color: white;
        padding: 0px;
    }

    .dropdown-menu > div ul {
        display: block;
    }

    .dropdown-menu > li > a {
        color: white;
        background-color: #022F58;
        font-weight: 100;
        line-height: 1.8;
    }

        .dropdown-menu > li > a:hover {
            background-color: white;
        }

.nav > li > ul {
    position: absolute;
    width: 200px;
    top: 100%;
    left: 30px;
}

.navbar-collapse {
    text-align: center !important;
    padding-left: 0px;
    padding-right: 0px;
    border-top-width: 0px;
}

.nav {
    position: relative;
    list-style-type: none;
    list-style-position: outside;
    float: none;
    display: inline-block;
    font-family: "EstrangeloEdessa" !important;
    -webkit-font-smoothing: none;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
}

.nav > li > a {
}

.nav > ul {
    position: absolute;
}

    .nav > ul > ul {
        position: absolute;
        top: 38px;
        left: -9999em;
    }

.navbar {
    position: relative;
    border-radius: 0px;
    font-size: 20px;
    color: white;
    border: 0px;
    margin: 0 auto;
    font-family: "EstrangeloEdessa" !important;
}

.navbar-nav {
    font-family: "EstrangeloEdessa" !important;
    padding-left: 0px;
}

    .navbar-nav > li {
        display: inline;
    }

        .navbar-nav > li > a {
            display: inline-block;
            height: auto;
        }

        .navbar-nav > li:hover {
            background-color: black !important;
        }
/*ul li:hover ul {
display:block;
}*/
ul li:focus ul {
    display: block !important;
}

ul li:focus div {
    display: block !important;
}

.open > a {
    /*background-color:#022F58 !important;*/
}
/*CLASE NAVBAR DEFAULT*/
.navbar-default {
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #ffffff;
    }

    .navbar-default .navbar-text {
        color: #ffffff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 17px;
        width: 100%;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-image: none;
        color: #ffffff;
        background-color: #015190;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-image: none;
    }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            background-color: inherit;
        }

    .navbar-default .navbar-toggle {
        border: 0px;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: rgba(141, 141, 145, 0.22);
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-default .navbar-form {
        border-color: #ffffff;
    }

    .navbar-default .navbar-link {
        color: #ffffff;
    }

        .navbar-default .navbar-link:hover {
            color: #ffffff;
        }

.navbar-default {
    background-color: transparent;
    opacity: 0.95;
}
/*CLASE NAVBAR DEFAULT*/
/*FULL WIDTH*/
.full-width.dropdown > .dropdown-menu {
    left: 0;
    right: 0;
    position: absolute;
    width: auto;
    background-color: #022F58;
}

    .full-width.dropdown > .dropdown-menu > li > a {
        white-space: normal;
        height: 43px;
    }
/*FULL WIDTH*/


/*HIDDEN*/
.escondido {
    display: none;
}

ul > div > div > span {
    color: white;
}
/*HIDDEN*/


/*BARRA DE NAVEGACION*/

/*Contenido de titulos*/
.titulos_cont {
    height: auto;
    text-align: left;
    border-radius: 3px;
    width: 100%;
    color: black;
    background-size: auto;
    border-radius: 0px;
    border-bottom: 1px solid gray;
    margin: 20px 0px;
    margin-top: 4px;
    margin-bottom: 3px;
}

.titulos_txt {
    font-family: "EstrangeloEdessa" !important;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0 auto;
}

.enlaces {
    padding-top: 55px;
    padding-bottom: 55px;
}
/*Contenido de Titulos*/

/*Cuadro Novedad*/
.titulos_novedades {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.novedad {
    padding: 0px 20px;
    margin-bottom: 0px;
}

.novedad_panel {
    padding-top: 25px;
}

.novedad_caja {
    height: auto;
    border: 1px;
    border-color: black;
    padding: 15px;
    padding-top: 7px;
    overflow: hidden;
}

    .novedad_caja h3 {
        text-transform: uppercase;
        margin-bottom: 2px;
        margin-top: 0px;
        font-size: 12px;
        color: black;
        height: 30px;
        font-weight: bold;
    }

    .novedad_caja:hover, .novedad_caja:hover span {
        background-color: black;
        color: white !important;
    }

        .novedad_caja:hover h3, .novedad_caja:hover time {
            color: white;
        }

        .novedad_caja:hover p {
            color: white;
        }

.novedad_subcaja {
    border-top-width: 10px;
    border-right-width: 1em;
    border-bottom-width: thick;
    border-left-width: thin;
}

.novedad_caja time {
    display: block;
    margin-bottom: 4px;
    opacity: 0.6;
}

.novedad_cuerpo {
    color: black;
    font-family: 'EstrangeloEdessa';
}

    .novedad_cuerpo p {
        font-family: Arial;
        font-size: 14px;
    }

    .novedad_cuerpo span {
        margin-top: 7px;
        display: block;
        margin-bottom: 7px;
    }

.truncate {
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.novedad_fecha {
}

.novedad_foto {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.novedad_titulo {
    font-family: "EstrangeloEdessa" !important;
}

    .novedad_titulo span {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

        .novedad_titulo span:hover {
            color: white;
        }

/*Cuadro Novedad*/

.footer {
    height: auto;
    position: relative;
    background-color: white;
    z-index: 120;
}

.sol {
    position: absolute;
    z-index: 50;
    height: 51px;
    margin: 0 auto;
    margin-top: -30px;
    left: 0px;
    right: 0px;
}

    .sol:hover {
        top: 5px !important;
        height: 46px !important;
    }

/*bandera*/
.bandera {
    padding-top: 0px;
    position: relative;
    text-align: center;
}

.blanco {
    position: relative;
    height: 7px;
    background-color: white;
}

.azul {
    position: relative;
    height: 7px;
    background-color: #91B4EC;
}
/*bandera*/

/*MAPA*/
.overlay {
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 50000000;
    background: #1f1f1f;
}

.overlayMap {
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 60000000;
    background: #1f1f1f;
}

/*MAPA*/


/*SEGUROS DE VIDA*/
.seguros_cuadro {
    padding: 10px;
    border: 1px solid white;
    color: white !important;
    margin-top: 12px;
    margin-bottom: 12px;
}

.seguros {
    padding-top: 90px;
}

.seguros_cuadro a {
    color: white;
}

.seguros_cont {
    height: 50px;
    padding-left: 8px;
    padding-top: 1px;
}

p {
    margin: 0px;
}

/*SEGUROS DE VIDA*/



/* Form login */
.formLogin {
    margin-left: -15px;
    margin-right: -15px;
}

.loginStyle {
    width: 50%;
    margin-left: 50%;
}

#formContainer form {
    color: white;
    font-weight: normal;
}

.form-inline .form-control {
    display: inline-block;
    width: 100% !important;
    vertical-align: middle;
}

.form-error {
    background-color: #D8201B;
}

form input[type='text'], form input[type='password'] {
    padding-left: 5px;
    color: black;
}

form input[type='button'] {
    color: white;
    background: transparent;
    border: none;
    border: 1px solid white;
    padding: 2px 15px;
    margin-left: 15px;
    margin-top: 13px;
    font-weight: normal;
}

form input[type='submit'] {
    color: white;
    background: transparent;
    border: none;
    border: 1px solid white;
    padding: 2px 15px;
    margin-left: 15px;
    margin-top: 13px;
    font-weight: normal;
}

label {
    font-weight: normal;
    margin-top: 5px;
}

#formContainer a.btn_registrarse {
    color: white;
    font-size: 22px;
    text-align: center;
    display: inherit;
}

.botonAnexo1 {
    width: 100%;
    margin-top: 5px;
}

.form-group {
    margin-top: 2px;
    margin-bottom: 0px;
}

.form-control {
    height: 26px;
    padding: 3px 12px;
}

.linea_separadora {
    /* border-bottom: 2px solid gray;
    padding: 10px 0px;
    width: 65%;
    left: 18%;
    position: absolute;
    top: -34px;*/
    /* margin-bottom: 10px; */
}

img#patternImage {
    width: 100%;
}

/*PAGINA DE SEGUROS DE VIDA */
.enlaces_enumerador {
    height: 30px;
}

.enlaces_seguros {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

span.titulos_seguros {
    font-size: 12px;
    color: #99CCFF;
}

.titulos_seguros {
    font-family: "EstrangeloEdessa" !important;
    -webkit-font-smoothing: none;
    font-size: 12px;
    color: #99CCFF;
}


/*PAGINA DE SEGUROS DE VIDA*/

.verificadores {
    text-align: right;
}

.verificador_izquierda {
    width: 37%;
    margin-right: 1%;
}

.verificador_derecha {
    width: 37%;
    margin-left: 1%;
}

/** Footer **/
.footerComplemento {
    background-color: #242425;
    height: auto;
    color: white;
    font-family: "EstrangeloEdessa" !important;
    -webkit-font-smoothing: none;
    font-size: 16px;
}

    .footerComplemento li {
        list-style-type: none;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .footerComplemento ul {
        text-align: left;
    }

    .footerComplemento li img {
        margin-right: 10px;
    }

.infoFooter {
    height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.finalFooter {
}

    .finalFooter span {
        margin-top: 1%;
        margin-bottom: 1%;
        text-align: center;
        display: block;
    }

.footerComplemento h4 {
    margin: 30px 0px;
}

.pull-left {
    text-align: left;
}

.absolute-center h3 {
    text-align: left;
}

.absolute-center ul {
    padding-left: 0px;
}

.contactoLinks {
    color: white;
}

    .contactoLinks:hover {
        color: white;
        font-weight: 200;
        padding-top: 3px;
        font-size: 15px;
    }

    .contactoLinks:focus {
        color: white;
    }

.contactoFotos {
    width: 20px;
}
/* Fin footer*/
/*Flechas navegadoras*/
#btnToTop {
    position: fixed;
    right: 20px;
    z-index: 150;
    width: 50px;
    bottom: 100px;
    height: 50px;
    overflow: hidden;
}

.upArrow {
    width: 50px;
}

#toButtonNovedades {
    position: fixed;
    left: 20px;
    z-index: 151;
    width: 50px;
    bottom: 100px;
    height: 50px;
    overflow: hidden;
}

.downArrow {
    width: 50px;
}
/*Fin flechas navegadoras*/

#btnAsistente {
    position: fixed;
    right: 20px;
    z-index: 150;
    width: 80px;
    bottom: 0px;
    height: 80px;
}

    #btnAsistente:hover #cerrar_Asistente {
        display: block;
    }

.asistente_contenedor_opacity {
    position: absolute;
    background-color: black;
    opacity: 0.8;
    top: 100px;
    left: 280px;
    width: 800px;
    overflow-y: scroll;
    height: 350px;
    z-index: 40;
    padding: 20px;
}

.asistente_contenedor_respuesta {
    position: absolute;
    top: 100px;
    left: 280px;
    width: 800px;
    background-color: transparent;
    overflow-y: scroll;
    height: 350px;
    z-index: 80;
    color: white;
    padding: 20px;
}

#btnAsistente span.cerrar_ventana {
    z-index: 200;
    top: 2px;
}

#btnAsistente .asistente_campo_busqueda span.cerrar_ventana {
}

.asistente_resultado {
    margin-top: 10px;
    color: white;
    height: 408px;
    overflow-y: auto;
}

    .asistente_resultado ul {
        list-style-type: none;
        margin-top: 10px;
        padding-left: 5px;
    }

    .asistente_resultado h5 {
        border-bottom: 1px solid white;
    }

    .asistente_resultado ul li {
        margin-bottom: 10px;
    }

        .asistente_resultado ul li span {
            margin-left: 5px;
            font-size: 11px;
        }

.asistente_txt_resultados {
}

.back_miniBuscador {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.82;
    z-index: -2;
    display: block;
}

.contenido_miniBuscador {
    padding: 4px;
}

.asistente_busqueda_mini {
    position: absolute;
    z-index: 41;
    width: 245px;
    bottom: 90px;
    right: 0px;
    padding: 5px;
    margin-bottom: 10px;
}

    .asistente_busqueda_mini input {
        border: 2px solid white;
        color: white;
        background-color: black;
    }

#busquedamini_lupa {
    height: 30px;
    width: 30px;
    color: white;
    padding: 3px;
    float: right;
    font-weight: 600 !important;
    padding-top: 3px;
    border-left: 0px;
}

#btnAsistente input[type='text'] {
    color: white !important;
}

#txt_bus_mini {
    font-weight: 600;
    overflow: hidden;
    width: 185px;
    padding: 3px;
    height: 30px;
}

.triangle-down {
    border-top: 16px solid rgba(0,0,0,0.82);
    border-left: 11px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    z-index: 99999;
}

.triangle-up {
    height: 0px;
    top: -15px !important;
    left: 100px !important;
    width: 0px;
    border-bottom: 16px solid #000000;
    border-left: 12px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    z-index: 99999;
}

.cartel_ingreso {
    background-color: #010101;
    width: 160px;
    border-radius: 20px;
    color: white;
    padding: 15px;
    top: 80px;
    text-align: center;
    left: 28%;
    box-shadow: 1px 2px 47px 5px #000000;
    position: absolute;
    z-index: 1040;
}

    .cartel_ingreso p {
        font-size: 16px;
        color: white;
    }

        .cartel_ingreso p span {
            font-size: 16px;
            padding-left: 8px;
            color: white;
        }

.textoCartel {
    font-weight: bolder;
    padding-top: 3px;
    padding-bottom: 3px font-size: 17px;
    margin-bottom: 7px;
}

.opacity_buscador {
    position: absolute;
    right: 0px;
    background-color: black;
    opacity: 0.8;
    z-index: 40;
    width: 248px;
    height: 480px;
    bottom: 90px;
    padding: 5px;
}


.asistente_busqueda {
    display: block;
    background-color: transparent;
    position: absolute;
    height: 480px;
    width: 244px;
    right: 0px;
    bottom: 90px;
    padding: 5px;
    z-index: 41;
}

    .asistente_busqueda input {
        border: 1px solid white;
        background: transparent;
        padding-left: 5px;
        width: 205px;
        color: white;
    }

.titleDinamico {
    color: white;
    padding: 7px;
    width: 155px;
    position: absolute;
    right: 90px;
    text-align: center;
}

    .titleDinamico a {
        color: white;
    }

.video {
    width: 500px;
    height: 350px;
    position: absolute;
    background-color: black;
    top: 0px;
    z-index: 180;
    left: 34%;
    top: 20%;
}

    .video iframe {
        width: 100%;
    }

/*CSS PAGINA VERIFICADOR DE ALUMNOS*/
.verificadorAlumnos {
    background-color: #015190;
    color: white;
    height: auto;
}

    .verificadorAlumnos h2 {
        font-size: 24px;
        color: #FFF;
    }

.container {
}

.fotoBanner {
    padding-right: 0px;
}

.form-control {
    height: 26px;
}

form input[type='submit'] {
    width: 100%;
    margin-left: 0px;
}
/*CSS PAGINA VERIFICADOR DEn ALUMNOS*/


.logo {
    min-width: 50px;
    max-width: 100px;
}

.esquinaSupDer {
    padding-top: 3.5% !important;
}


/*PAGINA SEGUROS*/
blockquote {
    padding: 0px 20px !important;
    margin: 0px 0px 0px !important;
    font-family: 'EstrangeloEdessa';
    -webkit-font-smoothing: none;
    border-left: 5px solid #022F58;
}

p {
    font-family: 'EstrangeloEdessa';
    -webkit-font-smoothing: none;
    font-size: 20px;
    text-align: left;
}

    p.sangria {
        text-indent: 20px;
        font-weight: 100 !important;
        font-size: 21px;
    }

}

h2 {
    font-family: 'EstrangeloEdessa';
    -webkit-font-smoothing: none;
}

.lineaDivisora hr {
    margin-bottom: 0px;
}

.cuadroContainer {
    color: #5398de;
    width: 100%;
}

.cuerpoConsultas {
    margin-left: 5px;
}

.segurosLinks {
    color: #015190;
    font-family: 'EstrangeloEdessa';
    -webkit-font-smoothing: none;
    font-size: 17px;
}

a {
    font-weight: lighter !important;
}

.auto-style14, .auto-style3, .auto-style15, .auto-style5, .auto-style14 > p, .auto-style15 > p, .auto-style3 > p, .auto-style5 > p {
    text-align: right !important;
}

p.auto-style16 {
    text-align: left !important;
}

p.auto-style20 {
    text-align: left !important;
}

p.auto-style22 {
    text-align: left !important;
}

.lineaDivisora {
    border-top: 2px solid rgba(13, 13, 13, 0.6);
}
/*PAGINA SEGUROS*/

/*PAGINA SOFTWARE*/
.software_links {
    height: 150px;
}
/*PAGINA SOFTWARE*/


.foto_perfil {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 130px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}


.img_perfil {
    max-width: 100% !important;
    border-radius: 50%;
    height: 100%;
}

.header_datos_usuario {
    text-align: left;
}

.menu_logeado {
    background-color: rgba(13, 13, 13, 0.6);
    position: absolute;
    width: 175;
    top: 105px;
    color: white;
    text-align: left;
    z-index: 50;
    font-family: 'EstrangeloEdessa' !important;
    -webkit-font-smoothing: none;
}

#ocultarMenuLog {
    position: absolute;
    left: 100%;
    top: 0px;
}
/*CONFIGURAR CUENTA*/
.back-configurar-cuenta {
    height: 900px;
}

.change_password {
    color: black;
}

.navegacion_configuracion {
    background-color: rgba(13, 13, 13, 0.6);
    text-align: center;
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px !important;
}

.confFotoPerf img {
    width: 100%;
}

.confFotoPerf img {
    text-align: center;
}

.boxBoton {
    position: absolute;
    bottom: 10px;
}

    .boxBoton button {
        font-size: 12px;
    }

.campoArrobaEmail {
    text-align: center;
}

.confIcono {
    text-align: center;
}

    .confIcono img {
        height: 25px;
        width: auto;
    }

.box_tituloconfig {
    text-align: left;
    padding-top: 15px;
    padding-left: 45px;
    padding-bottom: 15px;
    z-index: 1;
    position: relative;
    width: 100%;
}
/*.cartel_configuracion .btn{
    position:absolute;
    bottom:0px;
}*/
.cartel_configuracion p {
    color: white;
    font-size: 15px;
    display: inline-block;
}

.renglonConfiguracion {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    display: inline-block;
}

.titulo_config {
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 23px;
}

.cuerpo_ConfigUsuario {
    z-index: 2;
    position: absolute;
    top: 796px;
    left: 0px;
}

.contenido_configuracion {
    overflow-y: scroll;
    overflow-x: hidden;
    /* height: 88vh;*/
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.ajuste_titulo {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
}

    .ajuste_titulo h4 {
        text-transform: uppercase;
        font-size: 19px;
    }

    .ajuste_titulo span {
        text-transform: uppercase;
    }

.nombre_campoConfig {
    font-size: 13px;
}

.div_label_configuracion {
    padding-right: 0px;
}

.links_configuracion {
    float: right;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 105px;
    z-index: 1000;
    display: none;
}

    .links_configuracion ul {
        list-style: none;
        padding: 10px 10px 10px 10px;
    }

    .links_configuracion li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .links_configuracion img {
        width: 35px;
        height: 35px;
    }

.navegacion_configuracion a {
    display: block;
    color: white;
    position: relative;
    right: 0px;
}

#ocultaNavConfiguracion {
    position: absolute;
    right: 100%;
    top: 0px;
}

.contenido_configuracion span {
    color: white;
}

.cartel_configuracion {
    padding-top: 15px;
    height: 200px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.82);
    border: 3px solid white;
    border-radius: 0px;
}

.cartel_configuracion {
    padding-top: 5px;
    padding-bottom: 5px;
}

.connected_device {
    border: 1px solid rgba(13, 13, 13, 0.6);
    padding: 5px;
}

    .connected_device img {
        height: 35px;
    }

.boxBoton input {
    color: black !important;
    background: white !important;
    border: none !important;
    border: 1px solid white;
    padding: 2px 15px;
    margin-left: 15px;
    margin-top: 13px;
    font-weight: normal;
}
/*SCROLL PARA CONFIGURAR CUENTA*/
.contenido_Configuracion ::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.contenido_Configuracion ::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

.contenido_Configuracion ::-webkit-scrollbar-track-piece {
    background-color: #3b3b3b;
    -webkit-border-radius: 6px;
}

.contenido_Configuracion ::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 6px;
    background: #666 url(scrollbar_thumb_bg.png) no-repeat center;
}
/*SCROLL PARA CONFIGURAR CUENTA*/
/*AVI*/
.aviModulos {
    width: 30px;
}
/*AVI*/
/*CONFIGURAR CUENTA*/
.menu_logeado ul {
    text-align: center;
    list-style: none;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px !important;
}

.menu_logeado li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.formRegistro {
    position: absolute;
    background-color: rgba(13, 13, 13, 0.6);
    right: 0;
    height: 728px;
    top: 75px;
    color: white;
    padding-top: 28px;
}

    .formRegistro label, .formRegistro span {
        color: white;
    }


.formRegistroSocios {
    position: absolute;
    background-color: rgba(13, 13, 13, 0.6);
    right: 0;
    height: 728px;
    top: 75px;
    color: white;
}

    .formRegistroSocios label, .formRegistroSocios span {
        color: white;
    }



/*Utilidades*/
.valign {
    display: flex;
    align-items: center;
}

.noLaterales {
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.page-header {
    margin: 0px;
    border: none;
    position: absolute;
    top: 0px;
    padding: 0px;
    width: 100%;
}

.resenia {
    left: inherit;
    right: inherit;
    margin-top: 10px;
    text-align: right;
    height: auto;
    padding-bottom: 10px;
}

.boxLinksResena {
    position: absolute;
    width: 100% !important;
    bottom: 0px;
    right: 0px;
}

.resenia .textResena {
    font-size: 14px;
}

.oldCgeResenia {
    height: 970px;
}

.back-imageResenia {
    /*height:836px;*/
    height: 115vh;
}

img.imgResena {
    width: 40px;
}

div#proximaPagina {
    text-align: right;
}

.flotarIzquierda {
    float: left;
}

    .flotarIzquierda img {
        transform: rotate(180deg);
    }

.flotarDerecha {
    float: right;
}

.menu_logeado img {
    width: 35px;
}

.opacity_modulos {
    position: absolute;
    left: 233px;
    background-color: black;
    opacity: 0.8;
    z-index: 40;
    width: 900px;
    height: 348px;
    top: 0px;
}

.espacioSAF {
    position: absolute;
    top: 0px;
    left: 290px;
    width: 900px;
    /*overflow-y: scroll;*/
    height: 348px;
    z-index: 80;
    /*background-color: rgba(0, 0, 0, 0.77);*/
}

    .espacioSAF li {
        width: 255px;
        /* border: 2px solid white; */
        padding: 10px;
        float: left;
        text-align: center;
        margin-left: 22px;
        height: 70px;
        /*margin-bottom: 16px;*/
        margin-bottom: 65px;
        /* border-radius: 10px; */
        /* background-color: #162029; */
    }

        .espacioSAF li img {
            /*width: 45px;*/
            width: 25%;
        }

        .espacioSAF li h4 {
            float: left;
            margin-left: 5px;
            font-size: 15px;
            overflow: hidden;
            height: 35px;
            width: 100%;
            margin-top: 12px;
        }


        .espacioSAF li a {
            color: white;
        }

    .espacioSAF h3 {
        margin-left: 40px;
        display: inline;
    }

    .espacioSAF span.cerrar_ventana {
        position: absolute;
        right: 4px;
        /* background-color: white; */
        border-radius: 25px;
        /* border: 1px solid black; */
        z-index: 204;
        /*top: 2px;*/
        top: 3%;
        right: 1%;
    }

.asistente_contenedor_respuesta span.cerrar_ventana {
    position: absolute;
    right: 4px;
    /* background-color: white; */
    border-radius: 25px;
    /* border: 1px solid black; */
    z-index: 204;
    top: 2px;
}

#cerrar_Asistente {
    padding: 1px;
    left: 73px;
    display: none;
    background-color: white;
    border-radius: 25px;
    border: 1px solid black;
    z-index: 200;
    top: 2px;
    position: absolute;
}

    #cerrar_Asistente img {
        width: 18px;
        border-radius: 40px;
        -webkit-filter: invert(1);
    }

.cerrar_ventana {
}

.abrir_ventana {
    bottom: 0px;
    position: fixed;
    z-index: 500;
    right: 10px;
    color: white;
    padding: 8px;
}

    .abrir_ventana a {
        color: white;
    }

span.cerrar_ventana img {
    width: 17px;
}

.modulos_header {
    margin-top: 30px;
    margin-bottom: 15px;
}

    .modulos_header ul {
        padding: 10px 10px 0px 10px;
    }

    .modulos_header img {
        width: 26px;
    }

    .modulos_header a {
        float: right;
        margin-right: 5px;
    }

    .modulos_header input.txt_busqueda {
        border: 1px solid white;
        width: 530px;
        color: white;
        margin-left: 45px;
        background-color: black;
        opacity: 0.7;
    }

.content_modulos {
    overflow-y: scroll;
    height: 76%;
}



li.menu_seleccionado {
    background-color: black;
    opacity: 0.8;
}

.menu_logeado ul {
    cursor: pointer;
}



div#video_tutorial {
    position: absolute;
    top: 110px;
    left: 18%;
    background: black;
    width: 900px;
    z-index: 170;
}

#video_tutorial img {
    width: 17px;
}

#video_tutorial span {
    position: absolute;
    right: 3px;
    z-index: 99;
    width: 20px;
    top: 3px;
    cursor: pointer;
}

.sinBack {
    margin-top: 60px;
    margin-bottom: 10px;
}



.admin_mic {
    /* margin-left: 30px; */
    background-color: #252525;
    height: 43px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

}
}

.admin_mic span {
    margin-top: 5px;
    margin-right: 40px;
}

.admin_mic input {
    margin-left: 15px;
    width: 130px;
}

.btn_cge {
    border: 1px solid white;
    color: white;
    background-color: black;
    margin-left: 10px;
}

.middle_centrada {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}


.menu_activo {
    background-color: #4EC2E7;
}

.cuadro_Configuracion {
    position: absolute;
    display: block;
    width: 487px;
    height: 400px;
    z-index: 2000;
}

.cuadroTop {
    border-bottom: 0px;
}

.cuadroLeft {
    border-right: 0px;
}

.opacity_containerConfiguracion {
    background-color: rgba(13, 13, 13, 0.6);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}

.opacity_Configuracion {
    opacity: 0.5;
    background-color: white;
    z-index: 1999;
    display: block;
    position: absolute;
}

    .opacity_Configuracion a {
        display: block;
        height: 100%;
        width: 100%;
    }

.opacity_Cuadro {
    background-color: rgba(13, 13, 13, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2001;
}

.contenido_Configuracion {
    position: absolute;
    z-index: 2002;
}

    .contenido_Configuracion span {
        color: white;
    }

    .contenido_Configuracion label {
        color: white;
    }

/*Fin utilidades*/

/*Comienzo Custom ScrollBar*/
::-webkit-scrollbar {
    width: 15px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #3b3b3b;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 6px;
    background: #666 url(scrollbar_thumb_bg.png) no-repeat center;
}
/*Comienzo Custom ScrollBar*/

.back-no-inicio {
    height: auto;
    top: 0px;
    overflow: hidden;
}

.back-inicio {
    overflow: hidden;
    height: 530px;
}

.back-image-inicio {
    margin-top: -145px;
}

.configurarCuenta {
    position: absolute;
}

#contenido_usuario a span {
    font-size: smaller;
}

.funcionalidadProxima {
    height: 100%;
    width: 100%;
    margin-top: -5px;
    z-index: 500000;
    margin-bottom: -10px;
    position: absolute;
}

.opacityFuncionalidadProxima {
    background-color: white;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.funcionalidadProxima p {
    font-size: 20px;
    text-transform: uppercase;
    top: 40%;
    width: 100%;
    margin-left: -20px;
    color: black;
    text-align: center;
    z-index: 999999999;
    position: absolute;
}


/*media queries*/

@media screen and (min-width:240px) and (max-width:900px) {
    .texto {
        font-size: 16px;
        text-align: justify;
    }

    .confFotoPerf {
        padding-bottom: 15px;
    }

    .cuerpo_ConfigUsuario {
        position: relative;
        height: 100%;
        top: 0px;
    }

    .page-header {
        position: relative;
    }

    .back-no-inicio {
        position: absolute;
    }

    html, body {
        overflow-x: hidden;
    }

    body {
        position: relative;
    }

    .back-image-inicio {
        height: 100%;
        margin-top: 0px;
        width: auto;
    }

    .contenido_configuracion {
        overflow-y: auto;
        overflow-x: hidden;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .opacity_containerConfiguracion {
        background-color: rgb(65, 65, 71);
        height: 100%;
    }

    .confIcono {
        text-align: center;
    }

        .confIcono img {
            width: 25px;
            height: 25px;
        }

    .boxBoton {
        position: relative;
        bottom: 0px;
    }

    .cartel_configuracion {
        border: 0px;
        height: 100%;
        padding: 15px;
        background: none;
    }

    .contenido_configuracion span {
    }

    .ajuste_titulo {
        text-decoration: underline;
        color: white;
    }

    .links_configuracion {
        display: none;
    }

    .admin_mic {
        padding-left: 0px;
        display: none;
    }

    .boton_configurarCuenta {
        margin-left: 15px;
    }

    .espacioSAF span.cerrar_ventana {
        top: 0px !important;
        display: none;
    }

    .menu_seleccionado {
        padding-bottom: 0px;
    }

    .content_modulos {
        height: 100%;
        margin-top: 25px;
    }

    .menu_perfil span {
        color: white !important;
    }

    .menu_logeado ul {
        text-align: left;
    }

    .menu_logeado span {
        display: inline;
        padding-left: 2px;
    }

    .menu_soluciones li div {
        display: inline-block;
    }

    .back-image {
        height: 210px;
    }

    #navbarDiv {
        overflow-x: hidden;
    }

    .oldCgeResenia {
        height: 210px;
    }

    .verificador_izquierda {
        width: 140px;
    }

    .verificador_derecha {
        width: 140px;
    }

    p.sangria {
        text-indent: 8px;
        font-weight: 100 !important;
        font-size: 16px;
    }

    h1 {
        text-align: justify;
        font-size: 32px;
    }

    h2 {
        font-size: 18px;
        text-align: justify;
    }

    h3 {
        font-size: 18px;
        line-height:;
        text-align: justify;
        line-height: 1.6;
    }

    .novedad_caja h3 {
        margin-bottom: 12px;
    }

    .linksResena img {
        background-color: black;
        border-radius: 43px;
    }

    .opacity_modulos {
        display: none;
    }

    #login {
        margin-bottom: 35px;
    }

    table {
        overflow-x: scroll;
    }

    #content_seg_obligatorio p {
        text-indent: 8px;
        margin-left: 0;
        font-size: 16px;
    }

    li.menu_seleccionado {
        opacity: 0.92;
        margin-top: 0%;
        height: 325px;
    }

    #btnAsistente {
        visibility: hidden;
    }

    .bannerTitulo {
        text-align: center;
    }

    .bannerSubTitulo {
        text-align: center;
    }

    .bannerLogo {
        width: 80px;
    }

    #toButtonNovedades {
        position: fixed;
        left: 10px;
        z-index: 151;
        width: 37px;
        bottom: 20px;
        height: 50px;
        overflow: hidden;
    }

    .downArrow {
        position: fixed;
        bottom: 20px;
        width: 37px;
        left: 10px;
    }

    #btnToTop {
        position: fixed;
        right: 10px;
        z-index: 151;
        width: 37px;
        bottom: 20px;
        height: 50px;
        overflow: hidden;
    }

    .upArrow {
        position: fixed;
        bottom: 20px;
        width: 37px;
        right: 10px;
    }

    .novedad {
        padding-left: 0px;
        padding-right: 0px;
    }

    .verificadores {
        text-align: center !important;
        padding-bottom: 7px;
    }

        .verificadores a {
            margin-bottom: 6px;
            margin-left: 0px;
        }

    .logoCaja {
        text-align: center !important;
    }

    .logo {
        max-width: none;
    }

    .valign {
        display: block;
    }

    .barraSuperior {
        padding-bottom: 0px !important;
    }

    .formLogin {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .formRegistro {
        position: inherit;
        top: inherit;
        z-index: inherit;
        height: inherit;
        background-color: white;
        color: black;
    }

        .formRegistro label, .formRegistro span {
            color: black;
        }

        .formRegistro input[type='submit'] {
            color: black;
            border-color: black;
        }

    .resenia {
        margin-left: 0px;
    }

    .espacioSAF {
        width: 99%;
        position: relative !important;
        top: -27px;
        left: 0px !important;
        height: 310px;
        overflow-y: hidden;
    }

        .espaciosaf ul {
            height: auto;
        }

        .espaciosaf h3 {
            margin-left: 0px;
        }

    .content_modulos li {
        margin-left: 0px !important;
        width: 100%;
        padding: 4px;
        margin-bottom: 20%;
    }

    .espaciosaf li h4 {
        margin-top: 0px;
    }

    .modulos_header {
        margin-top: 0px;
    }

        .modulos_header h3 {
            display: none;
        }

    .cerrar_ventana {
        display: none;
    }

    .seguros_cuadro {
        text-align: center;
    }

        .seguros_cuadro a {
            color: black;
        }

    .foto_perfil {
        width: 35px;
        height: 35px;
        float: left;
    }

    .menu_perfil {
        height: 55px;
    }

        .menu_perfil > .col-md-9 {
            padding-left: 2px;
        }

        .menu_perfil > .col-md-3 {
            padding-left: 0px;
        }

    .seguros_cuadro {
        border: 1px solid black;
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 6px;
        font-size: 12px;
    }

    .centro {
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .menu_logeado {
        top: 0px;
    }

        .menu_logeado span {
            color: white !important;
            margin-top: -2px;
        }

        .menu_logeado li#perfil {
            height: 75px;
        }

    .foto_perfil img {
        width: 55px;
    }

    .foto_perfil {
        width: 55px;
        height: 55px;
    }

    #cerrar_sesion {
        display: block;
    }

    .resenia {
        margin-left: 0px;
    }

    .sinBackSeguros {
        margin-top: 125px !important;
    }

    #cartel_Ingreso {
        display: none !important;
    }

    .novedad_caja {
        height: auto;
    }
}

@media screen and (min-width:901px) and (max-width:1159px) {
    .bannerTitulo {
        font-size: 17px;
    }

    .bannerSubtitulo {
        font-size: 10px;
    }

    .navbar-nav > li {
        width: 16.6%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .verificadores {
        text-align: right;
        width: 24%;
        float: right;
    }
    /*.valign{
        display:block;
        align-items:inherit;
    }*/
    .bannerTxt {
        padding: 0% !important;
    }

    .opacity_modulos {
        width: 800px;
    }

    .espacioSAF li {
        margin-left: 0px;
    }

    .content_modulos {
        height: 220px;
        width: 100%;
    }

    .novedad_caja {
        height: auto;
    }

    .menu_logeado li {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .menu_logeado {
        top: 90px;
    }

    .modulos_header {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .verificadores img {
        max-width: 105px;
    }

    .navbar-nav {
        width: 100%;
    }

    .bannerTitulo {
        font-size: 17px;
    }

    .bannerSubTitulo {
        font-size: 11px;
    }

    .espacioSAF li {
        width: 220px;
        padding: 0px;
        float: left;
        margin-left: 10px;
        text-align: center;
        margin-left: 0px;
        height: 50px;
    }

    .espacioSAF {
        width: 742px;
    }

    .opacity_modulos {
        width: 742px;
        height: 280px;
    }

    .menu_logeado {
        width: 120px;
    }

    .menu_perfil span {
        color: black;
    }
}

@media screen and (min-width:1160px) and (max-width:1399px) {
    .bannerTitulo {
        font-size: 140%
    }

    .novedad_caja {
        height: auto;
    }

    .bannerSubTitulo {
        font-size: 80%;
    }

    .verificadores img {
        max-width: 117px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }

    .logoCaja {
        text-align: left !important;
    }

    .verificadores {
        text-align: right !important;
    }
}


@media screen and (min-device-width: 1400px) {
    .bannerTitulo {
        font-size: 190%;
    }

    .bannerSubTitulo {
        font-size: 110%;
    }

    .logoCaja {
        text-align: left !important;
    }

    .verificadores {
        text-align: right !important;
    }
}


/*fin media queries*/
