/* Sección para la visualización de oradores de las jornadas para hacer responsive el flex */

@media screen and (max-width: 1300px) {
    .responsive-flex {
        flex:0 1 auto;
    }
}

@media screen and (min-width: 1301px) {
    .responsive-flex {
        flex:0 1 21.50% !important;
    }
}


@font-face {
    font-family: 'SyntaxHI';
    font-style: normal;
    src: local('SyntaxHI'), url(fonts/syntax/SyntaxLTStd-Roman.woff) format('woff');

}
@font-face {
    font-family: 'SyntaxHI-bold';
    font-style: bold;
    src: local('SyntaxHI-bold'), url(fonts/syntax/SyntaxLTStd-Bold.woff) format('woff');
}

/* Clase para que la ventana de JIRA se comporte como responsive */
.atlwdg-popup {
    max-width: 100% !important;
    width: auto !important;
}


.borde-top-celeste{
    border-top: 3px #00a4db solid ;
}

.borde-top-naranja{
    border-top: 3px #f69220 solid ;
}

.borde-top-rojo-grueso{
    border-top: 40px #e13628 solid ;
}

.menu .item.active a{
	color: #373e4a !important;
}

.borde-top-rojo{
    border-top: 3px #e13628 solid ;
}

.principal.borde-top-azul{
    border-top: 3px #165a9d solid ;
}

.borde-top-azul-grueso{
    border-top: 40px #165a9d solid ;
}
.borde-top-rojo-grueso{
    border-top: 40px #e13628 solid ;
}


.layout {
    overflow-x:auto;
    overflow-y:auto;
}

.no-padding {
    padding: 0px !important;
}

.roundedTop {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* The starting CSS styles for the enter animation */
.mifade.ng-enter {
    transition:0.5s linear all;
    opacity:0;
}

/* The finishing CSS styles for the enter animation */
.mifade.ng-enter.ng-enter-active {
    opacity:1;
}

/* Estilos para el ribbon */

.margin-right-7_5 {
    margin-right: 7.5px;
}

.margin-left-7_5 {
    margin-left: 7.5px;
}

.btn-link-mobile {
    text-decoration: underline;
    color: blue;
}

div.fixed-footer {
    position: fixed;
    bottom: 0px;
    height: 40px;
    width: 236px;
    background: #401145;
    z-index: 900;
    color: #FFF;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}


div.ribbon.red span {background: linear-gradient(#F70505 0%, #8F0808 100%) !important;}
div.ribbon.blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%) !important;}
div.ribbon.yellow span {background:linear-gradient(#fcf457 0%,#fce434 0%,#fcb100 100%) !important;}
div.ribbon.purple span {background:linear-gradient(#e570e7 0%,#c85ec7 47%,#a849a3 100%) !important;}
div.ribbon.grey span {background:linear-gradient(#cedce7 0%,#596a72 100%) !important;}


div.ribbon {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    text-align: right;
}

div.ribbon[posicion="topleft"] {
    top:0px;
    left:0px;
}

div.ribbon[posicion="topright"] {
    top:0px;
    right:0px;
}

div.ribbon[posicion="bottomleft"] {
    bottom:0px;
    left:0px;
}

div.ribbon[posicion="bottomright"] {
    bottom:0px;
    right:0px;
}

div.ribbon[posicion="topleft"]  span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transform-origin: bottom left;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    bottom:0px;
    left:0px;
}

div.ribbon[posicion="topright"]  span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transform-origin: bottom right;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    bottom:0px;
    right:0px;
}

div.ribbon[posicion="bottomleft"]  span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transform-origin: top left;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top:0px;
    left:0px;
}

div.ribbon[posicion="bottomright"]  span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    transform-origin: top right;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top:0px;
    right:0px;
}


/* Fin de estilos para el ribbon */




/* now the element will fade out before it is removed from the DOM*/
.mifade.ng-leave, .mifade.ng-hide {
    position:absolute;
    transition:0.5s linear all;
    opacity:1;
}

.mifade.ng-leave.ng-leave-active,.mifade.ng-hide {
    opacity:0;
}


/* The starting CSS styles for the enter animation */
.toastrFade.ng-enter {
    transition:0.5s linear all;
    opacity:0;
}

/* The finishing CSS styles for the enter animation */
.toastrFade.ng-enter.ng-enter-active {
    opacity:1;
}

/* now the element will fade out before it is removed from the DOM*/
.toastrFade.ng-leave, .toastrFade.ng-hide {
    transition:0.5s linear all;
    opacity:1;
}

.toastrFade.ng-leave.ng-leave-active,.toastrFade.ng-hide {
    opacity:0;
}


option:not([disabled]) {
    color:black;
}

.btn-rojo {
    background-color: #F42D31;
}

.btn-verde {
    background-color: #008276;
}

.btn-verde:hover {
    background-color: #00413b !important;
}

.btn-verde:focus {
    background-color: #00413b !important;
}

#miFormulario input {
    color: black !important;
}

.form[name=miFormulario] .form-group {
    margin-bottom: 11px;
}

a:focus{
    text-decoration: none;
}

.blue-light {
    color: #4189FF;
}

.blue {
    color: rgb(0,152,210);
    /*color: #4189FF;*/
}

.blue-dark {
    color: #005D9D;
}


.green {
    color: green;
}
.greenvos {
    color: #00af9a;
}
.bordo {
    color: #A70000;
}

.violet {
    color: #841A79;
}

.facebookBlue {
    color: #3B5998;
}

.nav.nav-tabs > li > a {
    border: 1px darkgray solid;
    border-radius: 6px 6px 0px 0px;
}

p {
    color: #333;
}

.navbar-flex {
    display:flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content:  space-evenly;
    align-items: flex-start;
}

li.navbar-li {
    display: block !important;
    flex: 1 1 auto !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    color: #333 !important;
    width: auto !important;
}
.panel-body {
    color: #333 !important;
}

.textoGrisOscuro {
    color: #333333 !important;
}

.nav.nav-tabs > li.active > a {

    background-color: #fff;
    border-top: 1px darkgray solid;
    border-left: 1px darkgray solid;
    border-right: 1px darkgray solid;
    border-bottom: none;
}

/*.tab-content {
    NO SE DEBE SOBRESCRIBIR CLASES DE CSS DEL TEMPLATE, EN TODO CASO
    AGREGAR UNA CLASE "tab-content-plan-de-salud" SOBRESCRIBIENDO LOS ATRIBUTOS
    NECESARIOS. ESTO AFECTA UN WIZARD DE OTRA AREA.
    border: 1px darkgray solid;
    margin-top: -1px;
}*/

.nav.nav-tabs > li > a:hover {
    border-radius: 6px 6px 0px 0px;
    border-top: 1px darkgray solid;
    border-left: 1px darkgray solid;
    border-right: 1px darkgray solid;
    border-bottom: 1px darkgray solid;
}

.nav.nav-tabs > li.active > a:hover {
    border-radius: 6px 6px 0px 0px;
    border-top: 1px darkgray solid;
    border-left: 1px darkgray solid;
    border-right: 1px darkgray solid;
    border-bottom: none;
}

.contenedor-tabulacion ul {
    display: flex !important;

    flex-wrap:wrap;

}

.contenedor-tabulacion li {

}

.contenedor-tabulacion li a {
    height:100%;
}

#breadCrumb li {
    display: inline;
}

.panel {
    /*con esto hago que la imagen de las noticias se alineén a la parte inferior del panel*/
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
}

.panel-heading {
    background: white;
}

.bloque-blanco {
    color: white !important;
}

.icono-box {
    font-size: 2em;
    margin-top:-25px;
    margin-right:10px;
    color:inherit;
}

body{
    font-family: 'SyntaxHI';
    /*color:#eee;*/
}

.page-container .main-content{
    padding: 0px 8px 0px 6px;	
    position: relative;	
}
.page-container {
    height: 100% !important;
    min-height: 100% !important;			
} 

.noticiaBajada {
    font-size: 13px;
    padding-left: 16px;
    padding-right: 16px;
}

.fechaNoticia {
    font-size: 14px;
    padding-left:16px;
    padding-right:16px;
}
.full-height {
    height: 100% !important;
}

.full-width {
    width: 100% !important;
}


.btn-green {
    color: #fff;
    background-color: #16660a;
    border-color: #16660a;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open>.dropdown-toggle.btn-green {
    color: #fff;
    background-color: #114f08;
    border-color: #0c3805;
}
.btn-green:active,
.btn-green.active,
.open>.dropdown-toggle.btn-green {
    background-image: none
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    background-color: #16660a;
    border-color: #16660a;
}
.btn-green .badge {
    color: #16660a;
    background-color: #fff;
}

.panel-body[content="noticia"] * {
    color: #333333;
    font-family: SyntaxHI !important;
    font-size: 14px !important;
}

.panel-body[content="noticia"] img {
    padding: 10px;
}

.contenedor-videos.ng-enter {
    opacity: 1;
}

.contenedor-vides.ng-leave {
    opacity: 0;
}

.div-under-a{
    opacity: 0;
    transition:opacity 0.3s linear;
    position: absolute;
    top:0;
    left:0;
    background-color: #005A79;
    padding: 20px;
    padding-top:35px;
    height: 100%;
    width: 100%;
    margin:auto;
    font-size: 16px;
    color:white;
}

.div-under-a-bordo{
    opacity: 0;
    transition:opacity 0.3s linear;
    position: absolute;
    top:0;
    left:0;
    background-color: #A70000;
    padding: 20px;
    padding-top:35px;
    height: 100%;
    width: 100%;
    margin:auto;
    font-size: 16px;
    color:white;
}
.div-under-a-greenvos{
    opacity: 0;
    transition:opacity 0.3s linear;
    position: absolute;
    top:0;
    left:0;
    background-color: #00af9a;
    padding: 20px;
    padding-top:35px;
    height: 100%;
    width: 100%;
    margin:auto;
    font-size: 16px;
    color:white;
}

.div-under-a-green{
    opacity: 0;
    transition:opacity 0.3s linear;
    position: absolute;
    top:0;
    left:0;
    background-color: rgb(0, 124, 68);
    padding: 20px;
    padding-top:35px;
    height: 100%;
    width: 100%;
    margin:auto;
    font-size: 16px;
    color:white;
}
.div-under-a-blue{
    opacity: 0;
    transition:opacity 0.3s linear;
    position: absolute;
    top:0;
    left:0;
    background-color: #1783b0;
    padding: 20px;
    padding-top:35px;
    height: 100%;
    width: 100%;
    margin:auto;
    font-size: 16px;
    color:white;
}

.div-under-a-blue_dark{
    opacity: 0;
    transition:opacity 0.3s linear;
    position: absolute;
    top:0;
    left:0;
    background-color: #005D9D;
    padding: 20px;
    padding-top:35px;
    height: 100%;
    width: 100%;
    margin:auto;
    font-size: 16px;
    color:white;
}

.div-under-a-blue_light{
    opacity: 0;
    transition:opacity 0.3s linear;
    position: absolute;
    top:0;
    left:0;
    background-color: #4189FF;
    padding: 20px;
    padding-top:35px;
    height: 100%;
    width: 100%;
    margin:auto;
    font-size: 16px;
    color:white;
}

.div-under-a-red{
    opacity: 0;
    transition:opacity 0.3s linear;
    position: absolute;
    top:0;
    left:0;
    background-color: #E23602;
    padding: 20px;
    padding-top:35px;
    height: 100%;
    width: 100%;
    margin:auto;
    font-size: 16px;
    color:white;
}

.div-under-a-violet{
    opacity: 0;
    transition:opacity 0.3s linear;
    position: absolute;
    top:0;
    left:0;
    background-color: #841A79;
    padding: 20px;
    padding-top:35px;
    height: 100%;
    width: 100%;
    margin:auto;
    font-size: 16px;
    color:white;
}

.noticiaBloque:hover .noticiaBajada{
    opacity: 0.8;
}

/* Fondo gris en el contenedor de las páginas */
.page-container {
    background: #eee;
}

.panel-oculto {
    display:none;
}

/* Celulares */
@media only screen and (max-width : 480px) {
    .img-noticias{
        background-size: 100% 100%;
        height: 240px;
        background-repeat: no-repeat;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
    }
    .countdown_num {
        font-size: 24px;
    }
    .countdown_text {
        font-size:10px;
    }

    pea-desc{
        font-size: 13px;
    }
    h2{
        font-size: 120%;
    }

    .listaPortal li img {
        width: 20px;
    }
    .telefonosHeader{
        font-size: 12px;
        margin-left: -20px;
        padding-top: 10px;
    }
    footerUl{
        margin-left: -60px;
    }

    .landingForm {
        margin-top:0px;
    }
}

/* Ipad */
@media only screen and (max-width : 320px) {
    .img-noticias{
        background-size: 100% 100%;
        height: 240px;
        background-repeat: no-repeat;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
    }
    h2{
        font-size: 120%;
    }
    .listaPortal li img {
        width: 24px;
    }

    .countdown_num {
        font-size: 24px;
    }
    .countdown_text {
        font-size:10px;
    }

    pea-desc{
        font-size: 22px;
    }
    footerUl{
        margin-left: -60px;
    }
    .landingForm {
        margin-top:0px;
    }
}



/* Small Devices, Tablets */
@media(min-width:768px)  {
    .img-noticias{
        background-size: 100% 100%;
        height: 220px;
        background-repeat: no-repeat;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
    }
    h2{
        font-size: 150%;
    }

    .countdown_num {
        font-size: 24px;
    }
    .countdown_text {
        font-size:10px;
    }

    .listaPortal li img {
        width: 22px;
    }
    .telefonosHeader{
        font-size: 16px;
        padding-top: 10px;
    }

    pea-desc{
        font-size: 18px;
    }

    footerUl{
        margin-left: -60px;
    }

    .landingForm {
        margin-top:0px;
    }
}

/*Monitor tamaño md*/
@media(min-width:992px){
    .img-noticias{
        background-size: 100% 100%;
        height: 180px;
        background-repeat: no-repeat;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
    }
    h2{
        font-size: 140%;
    }

    .countdown_num {
        font-size: 24px;
    }
    .countdown_text {
        font-size:10px;
    }

    .listaPortal li img {
        width: 22px;
    }
    .telefonosHeader{
        font-size: 16px;
        padding-top: 10px;
    }
    pea-desc{
        font-size: 20px;
    }
    footerUl{
        margin-left: -60px;
    }

    .landingForm {
        margin-top:0px;
        min-width:402px;
        /*margin-left:75%;*/
    }


}



/*Monitor tamaño sm 2*/
@media(max-width:768px){
    .img-noticias{
        background-size: 100% 100%;
        height: 180px;
        background-repeat: no-repeat;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
    }
    h2{
        font-size: 140%;
    }

    .countdown_num {
        font-size: 24px;
    }
    .countdown_text {
        font-size:10px;
    }

    .listaPortal li img {
        width: 20px;
    }

    .telefonosHeader{
        font-size: 14px;
        padding-top: 10px;
    }

    pea-desc{
        font-size: 12px;
    }
    footerUl{
        margin-left: -60px;
    }

    .landingForm {
        margin-top:0px;

    }
}



/*Monitor muy grande*/
@media(min-width: 993px){
    .img-noticias{
        background-size: 100% 100%;
        height: 240px;
        background-repeat: no-repeat;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
    }

    .countdown_num {
        font-size: 32px;
    }
    .countdown_text {
        font-size: 14px;
    }

    h2{
        font-size: 170%;
    }
    .listaPortal li img {
        width: 14px;
    }

    .telefonosHeader{
        font-size: 16px;
        padding-top: 10px;
    }
    pea-desc{
        font-size: 22px;
    }

    .landingForm {
        margin-top:0px;
        min-width:402px;
        margin-left:75%;
    }


}

.miniHeader{
    background: #e13628;
    color:#fff;
    height: 40px;
    position: inherit;
}
.miniEduHeader {
    background-color: #005D9D;
}

.borde-top-celeste{
    border-top: 3px #00a4db solid ;
}

.borde-top-naranja{
    border-top: 3px #f69220 solid ;
}

.borde-top-rojo-grueso{
    border-top: 40px #e13628 solid ;
}

.borde-top-rojo{
    border-top: 3px #e13628 solid ;
}

.borde-top-azul{
    border-top: 3px #165a9d solid ;
}
.borde-bottom-turquesa{
    border-bottom: 3px #00A599 solid !important ;
}

.borde-top-azul-grueso{
    border-top: 40px #165a9d solid ;
}

/*
.borde-top-azul .panel-heading h4{
    color: #1c8bb1;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
}
*/
.borde-top-gris{
    border-top: 3px #333333 solid ;
}

.borde-top-gris-grueso{
    border-top: 40px #333333 solid ;
}

.borde-top-verde{
    border-top: 3px #007943 solid ;
}
.borde-top-verde-grueso{
    border-top: 40px #85b341 solid ;
}

.principalNoticiaImg{
    margin-left: -30px;
    width: 370px;
    margin-bottom: -21px;
    height: 260px;
}
.principalBox{
    height: 259px;
}
.panel{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.navbar.horizontal-menu{
    height: 130px;
    border-bottom: 5px solid #c1c5ca;
}


.navbar-nav>li>a{
    color: #333 !important;
}

.main-menu > li {
    display: list-item !important;
}

.main-menu > li.has-sub > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: flex;
    float: right;
    color: #979898;
    position: relative;
    /*margin-left: 10px;*/
    line-height: 1.3;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.main-menu > li.has-sub > a:hover:after {
    color:white;
}

.main-menu > li.has-sub.active > a:after {
    color:white;
}

.main-menu > li.has-sub.expanded > a:after {
    content: "\f107";
}

/*.sidebar-menu .main-menu li ul li a:before {
    display:none;
}*/

/*.sidebar-menu .main-menu ul li.has-sub:before {
    display:none;
}

.sidebar-menu .main-menu li ul li a:before {
    display:none;
}

.sidebar-menu .main-menu ul li.has-sub:after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: flex;
    float: right;
    color: white;
    position: relative;
    margin-left: 10px;
    line-height: 1.3;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.sidebar-menu .main-menu ul li .has-sub:hover:after {
    color:white;
}*/

/*.sidebar-menu .main-menu.blue li ul li a:before {
    display:none;
}*/

.main-menu li a {
    font-size: 16px;
    font-family: SyntaxHI;
}

.main-menu li ul li a {
    font-size: 15px;
    font-family: SyntaxHI;
}

.main-menu li ul li.has-sub > a:hover:after {
    color:white;
}

.main-menu li ul li.has-sub.active > a:after {
    /*content: "\f107";*/
    color:white;
}

.main-menu li ul li.has-sub.expanded > a:after {
    content: "\f107";
    color: white;
}

/*.sidebar-menu .main-menu li.has-sub.expanded > a:after {
    content: "\f107";
}*/

.main-menu li ul li.has-sub > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: flex;
    float: right;
    color: #979898;
    position: relative;
    margin-left: 10px;
    line-height: 1.3;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.sidebar-menu .main-menu li.has-sub > a:before {
    display:none;
}

/*.sidebar-menu .main-menu li.has-sub > a:after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f105';
    float: right;
    color: #6d747a;
    margin-left: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}*/

.main-menu > li.has-sub > a:before {
    display:none !important;
}


/* Fix para que los items hijos del menú salgan con el identado correcto */
.sidebar-menu ul li a {
    /*    padding-left: unset !important;*/
}

.main-menu > li {
    display:flex;
}

.sidebar-menu .main-menu li a {
    width: 100%;
    flex: 1 1 auto;
	color:black !important;
    /* display: flex;*/
    justify-content: space-between;
    align-items: center;
}
.botonPortal{
    padding: 0px 65px 44px 65px;
}

.botonPortal input{
    font-size: 20px;
    color: #00a4db;
    padding: 0px;
}

.botonera{
    margin-top: 20px;
    display: block;
}

.botonera ul{
    list-style: none;
    margin-top: -20px;
    width: 100%;
    padding-left: 0;
}
.botonera ul li:last-child{
    margin-right: -2px
}


.navbar.horizontal-menu{
    background: #FFF;
}

.titulo-azul{
    font-family: 'SyntaxHI';
    color:#165a9d;
    margin-top: -51px;
}

.titulo-azul img{
    width: 51px;
    margin-bottom: 5px;
}

.titulo-blanco{
    color:#FFF;
    font-family: 'SyntaxHI-bold';
    margin-top: -40px;
}

.titulo-blanco img {
    width: 51px;
    margin-bottom: 15px;
}

.titulo-celeste{
    color:#00a4db;
    font-family: 'SyntaxHI-bold';
}

.titulo-celeste img {
    width: 51px;
    margin-bottom: 5px;
}

.titulo-gris-oscuro{
    font-family: 'SyntaxHI';
    color:#333333;
    margin-top: 10px;
}

.titulo-gris-oscuro-no-margin{
    font-family: 'SyntaxHI';
    color:#333333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.titulo-gris-oscuro img{
    margin-bottom: 5px;
}

.titulo-naranja{
    font-family: 'SyntaxHI-bold';
    color:#F69220;
}
.titulo-naranja img{
    width: 51px;
    margin-bottom: 5px;
}

.titulo-rojo{
    font-family: 'SyntaxHI';
    color:#e13628;
}
.titulo-rojo img{

    margin-bottom: 2px;
}

.titulo-verde{
    font-family: 'SyntaxHI';
    color:#85b341;
    margin-top: 10px;
}

.titulo-verde img{
    width: 35px;
    margin-bottom: 5px;
}

footer.main-footer.footer-type-3{
    background-color: #465555;
    color:#fff;
    border:0px;
    clear: both;
}
.footer-ul{
    margin-left: -56px;
    font-size: 14px
}

.footer-ul a{
    color: #FFF;
    text-decoration: none;
}

.footer-ul a:hover{
    color: #c1c5ca;
    text-decoration: none;
}

ul{
    list-style: none;
    margin-left: 0px;
}
.border-rigth{
    border-right: 1px solid #2d3737;
}
.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px
}
.font-18{
    font-size: 18px
}
.margin-top-5{
    margin-top: 5px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-25{
    margin-top: 25px;
}
.margin-top-30{
    margin-top: 30px;
}

.margin-left-5{
    margin-left: 5px;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-left-15{
    margin-left: 15px;
}
.margin-left-20{
    margin-left: 20px;
}
.margin-left-25{
    margin-left: 25px;
}
.margin-left-30{
    margin-left: 30px;
}


.margin-right-5{
    margin-right: 5px;
}
.margin-right-10{
    margin-right: 10px;
}
.margin-right-15{
    margin-right: 15px;
}
.margin-right-20{
    margin-right: 20px;
}
.margin-right-25{
    margin-right: 25px;
}
.margin-right-30{
    margin-right: 30px;
}

.margin-bottom-5{
    margin-bottom: 5px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-25{
    margin-bottom: 25px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}

.padding-top-0{
    padding-top: 0px;
}
.padding-top-5{
    padding-top: 5px;
}
.padding-top-10{
    padding-top: 10px;
}
.padding-top-15{
    padding-top: 15px;
}
.padding-top-20{
    padding-top: 20px;
}
.padding-top-25{
    padding-top: 25px;
}
.padding-top-30{
    padding-top: 30px;
}
.panelFix{
    padding: 0px;
}
.list-group-item{
    border: 0px;
}
.list-group-item p{
    font-size: 13px;
}
.botonera ul li a{
    color:#333;
}
.botonera ul li a:hover{
    color:#e13628;
}
.botonera ul li a:focus{
    text-decoration:none;
}

.datosUtilesRojo{
    background: #e13628;
    margin-top: -103px;
    margin-bottom: -0px;
    margin-right: -15px;
    color: #FFF;
}
.datosUtilesRojo ul{
    margin-top: -15px;

}

.datosUtilesRojo li{
    padding: 0px 10px 10px 0px;
    margin: 12px 0px 0px -20px;
}
.datosUtilesRojo input{
    color:#465555;
}



img{
    margin: 0 auto;
}
.border-panel{
    border: 1px solid #e1e1e1;
}
.img-noticias-responsive
{
    width: 100%;
    height: auto;
}
.listaPortal{
    color:#00a4db;
    overflow-x: auto;
    padding: 0;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
}
.listaPortal li{
    float: left;
    margin-right: 10px;
    margin-bottom: 20px
}
.listaPortal li img {
    vertical-align: middle;
    display: table-cell;
    position: inherit;
    width: 35px;
    margin: 10px 1px 5px 10px;
}
.panelBlanco{
    background-color: #fff;
    overflow-x: auto;
}

.panelNulo{
    padding: 14px 0px;
    background-color: #178bc1;
}
.panelPortal{
    padding: 14px 0px 0px 0px;
    background-color: #178bc1;
}

.telefonosHeader ul li{
    float:left;
}
.telefonosHeader ul li:last-child:after{
    content: '';
}
.telefonosHeader ul li:last-child{
    margin-left: 20px
}
.telefonosHeader ul li:after{
    content: " | ";
    margin-left: 20px
}

.bold{
    font-family: 'SyntaxHI-bold';
}
.bold a {
    color:#FFF;
}

peaslider{
    width: 100%;
    height: auto;
    z-index: 1000;
    float: left;
    background: #FFF;
    text-align: center;
}

slide-content{
    -webkit-animation: fadein 1s both;
    -o-animation: fadein 1s both;
    -moz-animation: fadein 1s both;
    animation: fadein 1s both;
}

slide-content img {
    height: auto;
    max-width: 100%;
}

pea-desc{
    font-family: 'SyntaxHI-bold';
    position: relative;
}



.is-hidden-img{
    display: none;
}

.fadeout{
    -webkit-animation: fadeout 1s both;
    -o-animation: fadeout 1s both;
    -moz-animation: fadeout 1s both;
    animation: fadeout 1s both;
}

/* normal */
@keyframes fadein{
    from{
        opacity: 0;
    }

    to{
        opacity: 0.1;
    }
    to{
        opacity: 0.2;
    }
    to{
        opacity: 0.4;
    }
    to{
        opacity: 0.6;
    }
    to{
        opacity: 0.8;
    }
    to{
        opacity: 1;
    }
}

@keyframes fadeout{
    to{
        opacity: 0;
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadein{
    from{
        opacity: 0;
    }

    to{
        opacity: 0.1;
    }
    to{
        opacity: 0.2;
    }
    to{
        opacity: 0.4;
    }
    to{
        opacity: 0.6;
    }
    to{
        opacity: 0.8;
    }
    to{
        opacity: 1;
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeout{
    to{
        opacity: 0;
    }
}

.pea-next{
    width: 55px;
    height: 69px;
    background: url(../images/setas-slide.png) no-repeat -55px 0px;
    top: 40%;
    right:0px;
    position: absolute;

}

.pea-prev{
    width: 55px;
    height: 69px;
    background: url(../images/setas-slide.png) no-repeat 0px 0px;
    top: 40%;
    left:0px;
    position: absolute;

}
.panel .panel-heading {
    position: relative;
    background: 0 0;
    font-size: 17px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f5f5f5;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #000000;
    border-radius: 5px 5px 0 0;
    width: 250px;
    text-align: center;
    color: #FFF;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #000;
    border-bottom-width: 0;
}

.popover-content {
    padding: 9px 14px;
    background: #000;
    color: #FFF;
    width: 250px;
    text-align: left;
    border-radius: 5px;
}
.xenon-loading-bar span{
    background: #FFF;
}
.page-container.is-loading2{
    zoom:1;
    filter:alpha(opacity=10);
    -webkit-opacity:.1;
    -moz-opacity:.1;
    opacity:.1;
    -webkit-transition:opacity 500ms ease-in-out;
    -moz-transition:opacity 500ms ease-in-out;
    -o-transition:opacity 500ms ease-in-out;
    transition:opacity 500ms ease-in-out

}


/* Noticias */
.bloque-noticia{
    /*margin-bottom: 15px;
    margin-top: 15px;*/
    /*border: #000 1px solid;*/
}
.panelWidgetTitulo{
    margin: 0px;
    padding: 15px 15px 0px 20px;
}

.panelWidgetTitulo h2{
    font-family: 'SyntaxHI-bold';
    font-size: 32px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.panelWidgetTitulo h3 {
    font-family: 'SyntaxHI-bold';
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.panelWidgetTitulo h4{
    color:#333333;
    font-family: 'SyntaxHI';
    font-size: 22px;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.panelWidgetCategoriaNoticia{
    margin: 14px 0px 0px 0px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    padding: 1px 10px 10px 10px;
}

.panelWidgetCategoriaNoticiaGrupo{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.tituloWidgetCategoriaNoticiaGrupo{
    color:#333333;
    font-family: 'SyntaxHI-bold';
    text-align: left;
    margin: -18px -10px 4px -15px;
}

.tituloWidgetCategoriaNoticiaGrupo h4{
    font-size: 16px;

}

.listaWidgetCategoriaNoticiaGrupo{
    color:#00a4db;
    overflow-x: auto;
    padding: 0;
    font-size: 12px;
    display: inline-block;
    margin-left: 0px;
    margin-top: 0px;
}

.listaWidgetCategoriaNoticiaGrupo li{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
.listaWidgetCategoriaNoticiaGrupo li img {
    vertical-align: middle;
    display: table-cell;
    position: inherit;
    width: 24px;
    margin: 0px 1px 5px 0px;
}

.panelWidgetCategoriaCabecera{
    margin: 0px;
    padding: 0px;
}

.panelWidgetCategoriaCabecera h3{

    font-weight: bold;
    margin: 0px 0px 0px 15px;
    padding: 0px;
    font-family: 'SyntaxHI';
    font-size: 16px;
}

.row.margen{
    margin-right: 0;
    margin-left: 0;
}
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


@media screen and (max-width: 769px){
    .page-container .sidebar-menu .sidebar-menu-inner .main-menu {
        display: block;
    }
}
.tituloArea{
    color: #FFF;
}
.tituloArea:hover{
    color:#FFF;
    text-decoration: underline;
}
.tituloArea:active{
    color:#FFF;
}
.tituloArea:focus{
    color:#FFF;
}
.wrapper-xs {
    padding: 5px;
}
.wrapper-sm {
    padding: 10px;
}
.wrapper {
    padding: 15px;
}
.wrapper-md {
    padding: 20px;
}
.wrapper-lg {
    padding: 30px;
}
.wrapper-xl {
    padding: 50px;
}
.padder-lg {
    padding-left: 30px;
    padding-right: 30px;
}
.padder-md {
    padding-left: 20px;
    padding-right: 20px;
}
.padder {
    padding-left: 15px;
    padding-right: 15px;
}
.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}



/* CSS verNoticia */
.panelWidgetNoticiaCuerpo{
    padding: -1px 0px 0px 20px;
    border-top: 3px #1783b0 solid;
    color:#333333;
    font-family: 'SyntaxHI';
    font-size: 12px;
    text-align: left;
}

.panelWidgetNoticiaTitulo{
    margin: 0px;
    padding: 15px 0px 0px 20px;
}

.panelWidgetNoticiaTitulo h2{
    color:#165a9d;
    font-family: 'SyntaxHI-bold';
    font-size: 32px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.panelWidgetNoticiaTitulo h3{
    color:#165a9d;
    font-family: 'SyntaxHI-bold';
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.panelWidgetNoticiaTitulo h4{
    color:#165a9d;
    font-family: 'SyntaxHI';
    font-size: 22px;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.panelWidgetNoticiaRedes{
    margin: 0px;
    padding: 15px 0px 0px 20px;
}

/* CSS verCategoria */

.panelWidgetCategoriaTitulo{
    margin: 0px;
    padding: 15px 15px 0px 20px;
}

.panelWidgetCategoriaTitulo h2{
    color:#165a9d;
    font-family: 'SyntaxHI-bold';
    font-size: 32px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.panelWidgetCategoriaTitulo h4{
    color:#333333;
    font-family: 'SyntaxHI';
    font-size: 22px;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.panelWidgetCategoriaNoticia{
    margin: 14px 0px 0px 0px;
    border-top: 3px #1d86c8 solid ;
    background-color: #FFFFFF;
    color: #FFFFFF;
    padding: 1px 10px 10px 10px;
}

.panelWidgetCategoriaNoticiaGrupo{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.tituloWidgetCategoriaNoticiaGrupo{
    color:#333333;
    font-family: 'SyntaxHI-bold';
    text-align: left;
    margin: -18px -10px 4px -15px;
}

.tituloWidgetCategoriaNoticiaGrupo h4{
    font-size: 16px;

}

.listaWidgetCategoriaNoticiaGrupo{
    color:#00a4db;
    overflow-x: auto;
    padding: 0;
    font-size: 12px;
    display: inline-block;
    margin-left: 0px;
    margin-top: 0px;
}

.listaWidgetCategoriaNoticiaGrupo li{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
.listaWidgetCategoriaNoticiaGrupo li img {
    vertical-align: middle;
    display: table-cell;
    position: inherit;
    width: 24px;
    margin: 0px 1px 5px 0px;
}

.panelWidgetCategoriaCabecera{
    margin: 0px;
    padding: 0px;
}

.panelWidgetCategoriaCabecera h2{
    margin: 0px 0px 0px 15px;
    padding: 0px;
    color:#165a9d;
    font-family: 'SyntaxHI';
    font-size: 16px;
}
.help-block a {
    color:#FFF;
}
.colorBlanco{
    color:#FFF;
}
.colorBlanco:hover{
    color:#FFF;
}
.tituloNoticia{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-line-clamp: 3;
    font-weight: bold;
}
.redesNoticias{
	display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.text-danger h2 small{
    color: #cc3f44;
}
.img-max{
    max-height: 220px;
}
.errorLabel{
    display: block;
    padding-top: 5px;
    font-size: 12px;
    color: #cc3f44;
}
.underline{
    text-decoration: underline;
}
.blockquote:before{
    background: none;
}
.panelEventosDet{
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
    color:#333333;
}

.panelEventosDet h2{
    font-family: 'SyntaxHI-bold';
}

.panelCuerpo{
    margin-left: 0px;
}

.panelCalendario{
    border-top: 3px #8db74e solid ;
    color:#333333;
}
.panel-heading.fixBg{
    background: #fff !important;
}


/* eventos genérico */
#evento-detalle>div>div.panelBlanco
{
    border-top: 3px solid #000;
}
#evento-detalle img.imgEventoDetalle
{
    margin-bottom: 20px;
}
#evento-detalle div#detalles-evento
{
    border: 3px solid #000;
    padding: 10px;
    margin-bottom: 20px;
}

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

ul.table {
    display: table;
}
ul.table > li {
    display: table-cell;
}

ul.table.even {
    width: 100%;
    table-layout: fixed;
}

/* Style the tab */
.librosTab {
    float: left;
    border: 1px solid #ccc;
    /*background-color: #f1f1f1;*/
    width: 20%;
    height: 300px;
}

/* Style the buttons inside the tab */
.librosTab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.librosTab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.librosTab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.librosTabContent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 80%;
    border-left: none;
    height: 300px;
}

/* Label para el form de jornadas*/
.errorRequierdLabel{
    color: #cc3f44;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 12px;
}

/* Para el Chat */


.b {
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.b-none {
    border: none !important;
}
.b-a {
    border: 1px solid #dee5e7;
}
.b-t {
    border-top: 1px solid #dee5e7;
}
.b-r {
    border-right: 1px solid #dee5e7;
}
.b-b {
    border-bottom: 1px solid #dee5e7;
}
.b-l {
    border-left: 1px solid #dee5e7;
}
.b-light {
    border-color: #edf1f2;
}
.b-dark {
    border-color: #3a3f51;
}
.b-black {
    border-color: #3a3f51;
}
.b-primary {
    border-color: #005b79;
}
.b-success {
    border-color: #27c24c;
}
.b-info {
    border-color: #23b7e5;
}
.b-warning {
    border-color: #fad733;
}
.b-danger {
    border-color: #f05050;
}
.b-white {
    border-color: #fff;
}
.b-dashed {
    border-style: dashed !important;
}
.b-bw {
    border-bottom: 1px solid #dce6e7;
}
.b-bt {
    border-top: 1px solid #dce6e7;
}
.b-l-light {
    border-left-color: #edf1f2;
}
.b-l-dark {
    border-left-color: #3a3f51;
}
.b-l-black {
    border-left-color: #3a3f51;
}
.b-l-primary {
    border-left-color: #005b79;
}
.b-l-success {
    border-left-color: #27c24c;
}
.b-l-info {
    border-left-color: #23b7e5;
}
.b-l-warning {
    border-left-color: #fad733;
}
.b-l-danger {
    border-left-color: #f05050;
}
.b-l-white {
    border-left-color: #fff;
}
.b-l-2x {
    border-left-width: 2px;
}
.b-l-3x {
    border-left-width: 3px;
}
.b-l-4x {
    border-left-width: 4px;
}
.b-l-5x {
    border-left-width: 5px;
}
.b-2x {
    border-width: 2px;
}
.b-3x {
    border-width: 3px;
}
.b-4x {
    border-width: 4px;
}
.b-5x {
    border-width: 5px;
}

.avatar {
    position: relative;
    display: block;
    border-radius: 500px;
    white-space: nowrap;
}
.avatar img {
    border-radius: 500px;
    width: 100%;
}
.avatar i {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    margin: 2px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
}
.avatar i.right {
    left: auto;
    right: 0;
}
.avatar i.bottom {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}
.avatar i.left {
    top: auto;
    bottom: 0;
}
.avatar i.on {
    background-color: #27c24c;
}
.avatar i.off {
    background-color: #737373;
}
.avatar i.busy {
    background-color: #f05050;
}
.avatar i.away {
    background-color: #fad733;
}
.avatar.thumb-md i {
    width: 12px;
    height: 12px;
    margin: 3px;
}
.avatar.thumb-sm i {
    margin: 1px;
}
.avatar.thumb-xs i {
    margin: 0;
}

.thumb-xl {
    width: 128px;
    display: inline-block;
}
.thumb-lg {
    width: 96px;
    display: inline-block;
}
.thumb-md {
    width: 64px;
    display: inline-block;
}
.thumb-auto {
    width: auto;
    display: inline-block;
}
.thumb {
    width: 50px;
    display: inline-block;
}
.thumb-sm {
    width: 40px;
    display: inline-block;
}
.thumb-xs {
    width: 34px;
    display: inline-block;
}
.thumb-xxs {
    width: 30px;
    display: inline-block;
}
.thumb-wrapper {
    padding: 2px;
    border: 1px solid #dee5e7;
}
.thumb img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img,
.thumb-btn img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.mm-g {
    margin: 25px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.md-na {
    margin: 0 auto;
}
.md-d {
    margin: 0 2%;
}
.md-q {
    margin: 0 15%;
}
.md-o {
    margin: 0 15%;
}
.m-mdl {
    margin: 0 2em;
}
.m-p {
    margin: 1.2em 0 1.2em 0.2em;
}
.m-l-none {
    margin-left: 0 !important;
}
.m-lxs {
    margin-left: 4px;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-med {
    margin-left: 25px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-ll {
    margin-left: 38px !important;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-xxl {
    margin-left: 50px;
}
.m-l-mxl {
    margin-left: 80px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-l-n-xxl {
    margin-left: -50px;
}
.m-t-none {
    margin-top: 0 !important;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-xss {
    margin-top: 6px;
}
.m-t-s {
    margin-top: 8px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-mmd {
    margin-top: 25px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-tl {
    margin-top: 35px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-ll {
    margin-top: 45px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-cd {
    margin-top: 110px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-t-n-xxl {
    margin-top: -50px;
}
.m-r-none {
    margin-right: 0 !important;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-rr {
    margin-right: 35px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-xxl {
    margin-right: 50px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-r-n-xxl {
    margin-right: -50px;
}
.m-b-none {
    margin-bottom: 0 !important;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-ov {
    margin-bottom: 45px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-xxl {
    margin-bottom: 50px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.m-b-n-xxl {
    margin-bottom: -50px;
}
.m-brd {
    margin: 2em 2em 0 2em;
}

.clear {
    display: block;
    overflow: hidden;
}

.arrow {
    border-width: 9px;
    z-index: 10;
}
.arrow,
.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.arrow:after {
    border-width: 8px;
    content: "";
}
.arrow.top {
    left: 50%;
    margin-left: -9px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    top: -9px;
}
.arrow.top:after {
    top: 1px;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.arrow.top.arrow-primary:after {
    border-bottom-color: #005b79;
}
.arrow.top.arrow-info:after {
    border-bottom-color: #23b7e5;
}
.arrow.top.arrow-success:after {
    border-bottom-color: #27c24c;
}
.arrow.top.arrow-danger:after {
    border-bottom-color: #f05050;
}
.arrow.top.arrow-warning:after {
    border-bottom-color: #fad733;
}
.arrow.top.arrow-light:after {
    border-bottom-color: #edf1f2;
}
.arrow.top.arrow-dark:after {
    border-bottom-color: #3a3f51;
}
.arrow.top.arrow-black:after {
    border-bottom-color: #1c2b36;
}
.arrow.right {
    top: 50%;
    right: -9px;
    margin-top: -9px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, 0.1);
}
.arrow.right:after {
    right: 1px;
    bottom: -8px;
    border-right-width: 0;
    border-left-color: #fff;
}
.arrow.right.arrow-primary:after {
    border-left-color: #005b79;
}
.arrow.right.arrow-info:after {
    border-left-color: #23b7e5;
}
.arrow.right.arrow-success:after {
    border-left-color: #27c24c;
}
.arrow.right.arrow-danger:after {
    border-left-color: #f05050;
}
.arrow.right.arrow-warning:after {
    border-left-color: #fad733;
}
.arrow.right.arrow-light:after {
    border-left-color: #edf1f2;
}
.arrow.right.arrow-dark:after {
    border-left-color: #3a3f51;
}
.arrow.right.arrow-black:after {
    border-left-color: #1c2b36;
}
.arrow.bottom {
    left: 50%;
    bottom: -9px;
    margin-left: -9px;
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.1);
}
.arrow.bottom:after {
    bottom: 1px;
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.arrow.bottom.arrow-primary:after {
    border-top-color: #005b79;
}
.arrow.bottom.arrow-info:after {
    border-top-color: #23b7e5;
}
.arrow.bottom.arrow-success:after {
    border-top-color: #27c24c;
}
.arrow.bottom.arrow-danger:after {
    border-top-color: #f05050;
}
.arrow.bottom.arrow-warning:after {
    border-top-color: #fad733;
}
.arrow.bottom.arrow-light:after {
    border-top-color: #edf1f2;
}
.arrow.bottom.arrow-dark:after {
    border-top-color: #3a3f51;
}
.arrow.bottom.arrow-black:after {
    border-top-color: #1c2b36;
}
.arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px;
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.1);
}
.arrow.left:after {
    left: 1px;
    bottom: -8px;
    border-left-width: 0;
    border-right-color: #fff;
}
.arrow.left.arrow-primary:after {
    border-right-color: #005b79;
}
.arrow.left.arrow-info:after {
    border-right-color: #23b7e5;
}
.arrow.left.arrow-success:after {
    border-right-color: #27c24c;
}
.arrow.left.arrow-danger:after {
    border-right-color: #f05050;
}
.arrow.left.arrow-warning:after {
    border-right-color: #fad733;
}
.arrow.left.arrow-light:after {
    border-right-color: #edf1f2;
}
.arrow.left.arrow-dark:after {
    border-right-color: #3a3f51;
}
.arrow.left.arrow-black:after {
    border-right-color: #1c2b36;
}
.arrow.pull-left {
    left: 19px;
}
.arrow.pull-right {
    left: auto;
    right: 19px;
}
.arrow.pull-up {
    top: 19px;
}
.arrow.pull-down {
    top: auto;
    bottom: 19px;
}

.pos-rlt {
    position: relative;
}
.pos-stc {
    position: static !important;
}
.pos-abt {
    position: absolute;
}
.pos-fix {
    position: fixed;
}


web-chat {
    /*position: fixed;*/
    overflow: hidden;
    border-radius: 10px;
    z-index: 100002;
    padding-top: -52px;
}

.hbox {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}
.hbox .col {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none;
}
.v-middle {
    vertical-align: middle !important;
}
.v-top {
    vertical-align: top !important;
}
.v-bottom {
    vertical-align: bottom !important;
}
.vbox {
    display: table;
    border-spacing: 0;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 240px;
}
.vbox .row-row {
    display: table-row;
    height: 100%;
}
.vbox .row-row .cell {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
.ie .vbox .row-row .cell {
    display: table-cell;
}
.vbox .row-row .cell .cell-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wrapper {
    padding: 15px !important;
}

.wrapper-sm {
    padding: 10px;
}

.b-t {
    border-top: 1px solid #dee5e7;
}

.b-light {
    border-color: #edf1f2;
}

.small {
    font-size: 13px;
}

.cursiva {
    font-style: italic;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.animated-tele  {
    -webkit-animation: parpadeo 1s infinite; /* Safari 4+ */
    -moz-animation:    parpadeo 1s infinite; /* Fx 5+ */
    -o-animation:      parpadeo 1s infinite; /* Opera 12+ */
    animation:         parpadeo 1s infinite; /* IE 10+, Fx 29+ */
}

.bg-white {
    background-color: white !important;
}
