/*contenedor principal*/
#content{
    padding-top: 135px !important;
    /*margin-bottom: -25px;*/
}
.breadcrumb {
    margin-top: 20px;
}

/* ----------------------------------------------------------------
    Seccion Banner
-----------------------------------------------------------------*/

.section-baner {
    padding: 80px 0;
    position: relative;
    z-index: auto;
    width: 100%;
    overflow: hidden;
    background-position: 50% 20%;
    background-repeat: repeat-y;
    background-size: cover;
}

.section-baner2 {
    position: relative;
    z-index: auto;
    width: 100%;
    overflow: hidden;
    background-position: 50% 20%;
    background-repeat: repeat-y;
    background-size: cover;
}
.banner-home-bg{
    position: relative;
    background: #09686B;
    /*background-image: url(http://stg-app.ine.mx:8080/documents/24015/527000/rc-banner.jpg/e6502956-4e1a-40b3-985e-9e8594f625fd?t=1523564630686);*/
    background-size: 100%;

    /*padding-top: 130px;
    margin-left: -10px; 
    margin-right: -10px; 
    background: rgba(9,90,96,1);
    background: -moz-linear-gradient(left, rgba(9,90,96,1) 0%, rgba(9,90,96,1) 0%, rgba(136,170,172,1) 83%, rgba(136,170,172,1) 92%, rgba(136,170,172,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9,90,96,1)), color-stop(0%, rgba(9,90,96,1)), color-stop(83%, rgba(136,170,172,1)), color-stop(92%, rgba(136,170,172,1)), color-stop(100%, rgba(136,170,172,1)));
    background: -webkit-linear-gradient(left, rgba(9,90,96,1) 0%, rgba(9,90,96,1) 0%, rgba(136,170,172,1) 83%, rgba(136,170,172,1) 92%, rgba(136,170,172,1) 100%);
    background: -o-linear-gradient(left, rgba(9,90,96,1) 0%, rgba(9,90,96,1) 0%, rgba(136,170,172,1) 83%, rgba(136,170,172,1) 92%, rgba(136,170,172,1) 100%);
    background: -ms-linear-gradient(left, rgba(9,90,96,1) 0%, rgba(9,90,96,1) 0%, rgba(136,170,172,1) 83%, rgba(136,170,172,1) 92%, rgba(136,170,172,1) 100%);
    background: linear-gradient(to right, rgba(9,90,96,1) 0%, rgba(9,90,96,1) 0%, rgba(136,170,172,1) 83%, rgba(136,170,172,1) 92%, rgba(136,170,172,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095a60', endColorstr='#88aaac', GradientType=1 );
}
.baner-home-img{
    background-repeat: no-repeat;     
    padding: 25px;
    height: 130px;
}
.baner-busqueda-img {
    background-repeat: no-repeat;
    padding: 25px;
    height: 190px;
}
.banner-enlace{
    background: #fff; 
    padding: 10px 0px 25px 0px; 
    margin: 15px 0px;
}
/* ----------------------------------------------------------------
    Botones
-----------------------------------------------------------------*/
.play-button, .play-button:hover {
    transition: all .4s cubic-bezier(.19,1,.22,1) 0s;
}

.play-button {
    position: relative;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-width: 7px;
    border-style: solid;
    border-color: #fff;
    border-radius: 50%;
}

.play-button>i {
    font-size: 22px;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    transform: translateY(-50%) translateX(-50%);
}

.btn-rosa{
    background-color: #FF1A8C;
    color: #fff;
    border-bottom: 5px solid #A30051;
    margin: 0px 10px;
}
.btn-rosa:hover{
    background-color: #D3047F;
    color: #fff;
}
.btn-rosa:focus{
    background-color: #D3047F;
    color: #fff;
    border-bottom: 5px solid #A30051;
}

.button-rosa{
    background-color: #9e1c63;
    border: 1px solid #9e1c63;
    color: #fff;
    margin: 5px
}

.button-rosa:hover, .button-rosa:visited, .button-rosa:focus, .button-rosa:active{
    background-color: #9e1c63;
    border: 1px solid #9e1c63;
    color: #fff !important;
}

.button-sombra{
    -webkit-box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.3); 
    -moz-box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.3); 
    box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.3);
}

.responsive-frame{
    min-width: 100%;
    margin: 20px 0px;
}
/* ----------------------------------------------------------------
    Estilos TAB 1
-----------------------------------------------------------------*/

.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

ul.tab-nav:not(.tab-nav-lg) {
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
    padding-left: 0px;
}

.tabs-bordered ul.tab-nav li:first-child {
    margin-left: 0;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin-left: 15px;
    border-left: 1px solid #DDD;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #FFF;
    color: #444;
}

ul.tab-nav:not(.tab-nav-lg) li {
    float: left;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: #eb008b;
    font-size: 14px;
    font-weight: bold;
}

.tabs-bordered .tab-container {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 20px;
}

.tab-container {
    position: relative;
    padding: 20px 0 0;
}

/* ----------------------------------------------------------------
    Estilos TAB 2
-----------------------------------------------------------------*/

.tabs-navigation {
    margin-bottom: 0px;
    padding-left: 0px;
    border-bottom-width: 0px;
    list-style: none;
}

.tabs-navigation li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 0px -1px;
}

.color .tabs-navigation li.ui-state-active a {
    color: rgb(255, 255, 255);
    background: rgb(211, 20, 140);
}

.color .tabs-navigation li.active a:hover {
    color: rgb(255, 255, 255);
    background: rgb(211, 20, 140);
}

.tabs-navigation li.active a, .tabs-navigation li.active a:focus, .tabs-navigation li.active a:hover {
    background: #ffffff;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #2e343c;
}

.tabs-navigation li.active a, .tabs-navigation li.active a:focus, .tabs-navigation li.active a:hover {
    border-color: rgb(229, 232, 232) rgb(229, 232, 232) rgb(248, 249, 251);
    color: rgb(28, 32, 42);
    box-shadow: none;
    background: rgb(248, 249, 251);
}

.tabs-navigation li a {
    color: rgb(68, 68, 68);
    border-color: rgb(221, 221, 221);
    background: rgb(248, 250, 250);
}

.tabs-navigation li a {
    color: rgb(112, 118, 122);
    border-color: rgb(229, 232, 232);
    background: rgb(243, 246, 246);
}

.tabs-navigation li a, .tabs-navigation li a:focus, .tabs-navigation li a:hover {
    text-decoration: none;
    outline: 0px;
}

.tabs-navigation li a {
    position: relative;
    border: 1px solid rgb(229, 232, 232);
    margin-right: -1px;
    padding: 9px 20px 11px;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.tabs-content {
    border-color: rgb(221, 221, 221);
    background: rgb(255, 255, 255);
}

.tabs-content {
    border-color: rgb(229, 232, 232);
    background: rgb(248, 249, 251);
}

.tabs-content {
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid rgb(229, 232, 232);
    overflow: hidden;
}

.tabs-content > .active {
    display: block;
}

.tabs-content > .tab-pane {
    display: none;
}





/* ----------------------------------------------------------------
    TamaÃ±o de Titulos
-----------------------------------------------------------------*/

.titulo-h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 1%;
    text-rendering: optimizelegibility;
}


.titulo-h2 {
    font-size: 29px;
    margin: 0 0 10px 0;
    font-weight: 600;
    text-rendering: optimizelegibility;
}

.titulo-h3 {
    font-size: 23px;
    margin: 0 0 10px 0;
    font-weight: 400;
    text-rendering: optimizelegibility;
}

.titulo-h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600
    text-rendering: optimizelegibility;
}

.titulo-h6 {
    font-weight: bold;
    margin-bottom: 20px;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
}


.lead1{
    color: #696f6f;
    margin-bottom: 20px;
    font-size: 20px;
}

.lead2{
    color: #696f6f;
    margin-bottom: 20px;
    font-size: 16px;
}

.small {
    font-size: 85%;
    color: #696f6f;
    margin-bottom: 20px;
}


.paso:before {
    border-top: 4px solid #ab47bc;
    display: block;
    margin-top: 10px;
    width: 60px;
    content: "";
}



.social-iconos ul {
    padding: 0;
}

.social-iconos li {
    float: left;
    list-style: none;
}

.social-iconos.social-iconos-large li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
    margin: 0 10px 10px 0;
}

.social-iconos.social-iconos-rounded li a {
    border-radius: 50%;
}

.social-facebook a:hover {
    background-color: #5d82d1;
}

.social-twitter a:hover {
    background-color: #40bff5;
}

.social-youtube a:hover {
    background-color: #ef4e41;
}

.social-iconos.social-iconos-border li a {
    border: 1px solid #eee;
    color: #333;
}
.social-iconos li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    border: 0;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-iconos:not(.social-iconos-colored):not(.social-iconos-colored-hover) li a:hover {
    background-color: #eee;
}
.social-iconos li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}


/* ----------------------------------------------------------------
    Formato Imagenes en circulo
-----------------------------------------------------------------*/

.image-box.circle-image.small {
    height: 120px;
    width: 120px;
}

.image-box.circle-image {
    border: 6px solid #eee;
    border-radius: 100%;
    margin: 0 auto -6px;
    float: none;
    text-align: center;
    clear: both;
}

.image-box {
    max-height: 254px;
}

.image-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* margin-bottom: 30px; */
    float: left;
}

small, .small {
    font-size: 85%;
}

.image-box img {
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    top: 0;
    width: 70%;
    vertical-align: middle;
    border: 0;
}




/* ----------------------------------------------------------------
    Formato Imagenes con marco
-----------------------------------------------------------------*/

.card-item {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 1px 2px 1px #eee;
    margin-bottom: 30px;
}

.card-item img {
    width: 100%;
    height: auto;
}

.card-item .contenido {
    padding: 20px;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* ----------------------------------------------------------------
    Colores de Fondo
-----------------------------------------------------------------*/


.text-background-light {
    background-color: #fff;
    padding: 0 4px;
}
.text-background-dark {
    background-color: #444;
    padding: 0 4px;
}
.text-shadow-light {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.53);
}
.text-shadow-dark {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
}
.background-white,
.background-light {
    background-color: #fff;
}
.background-grey {
    background-color: #F6F6F6;
}
.background-dark {
    background-color: #101010;
}




/* ----------------------------------------------------------------
    PREDEFINED MARGIN & PADDING CLASSES
-----------------------------------------------------------------*/

.border-left {
    border-left: 1px solid #eee;
}
.border-top {
    border-top: 1px solid #eee;
}
.border-right {
    border-width: 0 1px 0 0;
    border-color: #eee;
    border-style: solid;
}
.border-bottom {
    border-bottom: 1px solid #eee;
}
.border-dotted {
    border-style: dotted;
}
.border-b-grueso{
    border-bottom: 5px solid #ccc;
}
.border-t-grueso{
    border-top: 5px solid #ccc;
}
.slider-size-half {
    max-height: 560px;
}
.no-margin {
    margin: 0px;
}
.m-b-0 {
    margin-bottom: 0px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-35 {
    margin-bottom: 35px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.m-b-70 {
    margin-bottom: 70px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.m-b-90 {
    margin-bottom: 90px;
}
.m-b-100 {
    margin-bottom: 100px;
}
.m-b-150 {
    margin-bottom: 150px;
}
.m-b-200 {
    margin-bottom: 200px;
}
.m-t-0 {
    margin-top: 0px;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-35 {
    margin-top: 35px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-60 {
    margin-top: 60px;
}
.m-t-70 {
    margin-top: 70px;
}
.m-t-80 {
    margin-top: 80px;
}
.m-t-90 {
    margin-top: 90px;
}
.m-t-100 {
    margin-top: 100px;
}
.m-l-0 {
    margin-left: 0px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-l-25 {
    margin-left: 25px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-l-35 {
    margin-left: 35px;
}
.m-l-40 {
    margin-left: 40px;
}
.m-l-50 {
    margin-left: 50px;
}
.m-l-60 {
    margin-left: 60px;
}
.m-l-70 {
    margin-left: 70px;
}
.m-l-80 {
    margin-left: 80px;
}
.m-l-90 {
    margin-left: 90px;
}
.m-l-100 {
    margin-left: 100px;
}
.m-r-0 {
    margin-right: 0px;
}
.m-r-5 {
    margin-right: 5px ;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-25 {
    margin-right: 25px;
}
.m-r-30 {
    margin-right: 30px;
}
.m-r-35 {
    margin-right: 35px;
}
.m-r-40 {
    margin-right: 40px;
}
.m-r-50 {
    margin-right: 50px;
}
.m-r-60 {
    margin-right: 60px;
}
.m-r-70 {
    margin-right: 70px;
}
.m-r-80 {
    margin-right: 80px;
}
.m-r-90 {
    margin-right: 90px;
}
.m-r-100 {
    margin-right: 100px;
}
.m-0 {
    margin: 0px;
}
.m-5 {
    margin: 5px;
}
.m-10 {
    margin: 10px;
}
.m-15 {
    margin: 15px;
}
.m-20 {
    margin: 20px;
}
.m-25 {
    margin: 25px;
}
.m-30 {
    margin: 30px;
}
.m-35 {
    margin: 35px;
}
.m-40 {
    margin: 40px;
}
.m-50 {
    margin: 50px;
}
.m-60 {
    margin: 60px;
}
.m-70 {
    margin: 70px;
}
.m-80 {
    margin: 80px;
}
.m-90 {
    margin: 90px;
}
.m-100 {
    margin: 100px;
}

/*Margins*/

.col-no-margin [class^="col-"] {
    margin: 0;
    padding: 0 ;
}
.row.col-no-margin {
    margin: 0;
}
.row.col-small-margins [class^="col-"] {
    margin: 0 0 20px 0 ;
}
.no-padding-top {
    padding-top: 0 ;
}
.no-padding-bottom {
    padding-bottom: 0 ;
}
.no-padding {
    padding: 0 ;
    
}
.p-0 {
    padding: 0px;
}
.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-20 {
    padding: 20px;
}
.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}
.p-35 {
    padding: 35px;
}
.p-40 {
    padding: 40px;
}
.p-50 {
    padding: 50px;
}
.p-60 {
    padding: 60px;
}
.p-70 {
    padding: 70px;
}
.p-80 {
    padding: 80px;
}
.p-90 {
    padding: 90px;
}
.p-100 {
    padding: 100px;
}
.p-b-0 {
    padding-bottom: 0px;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-25 {
    padding-bottom: 25px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-b-35 {
    padding-bottom: 35px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-b-60 {
    padding-bottom: 60px;
}
.p-b-70 {
    padding-bottom: 70px;
}
.p-b-80 {
    padding-bottom: 80px;
}
.p-b-90 {
    padding-bottom: 90px;
}
.p-b-100 {
    padding-bottom: 100px;
}
.p-b-110 {
    padding-bottom: 110px;
}
.p-b-120 {
    padding-bottom: 120px;
}
.p-b-130 {
    padding-bottom: 130px;
}
.p-b-140 {
    padding-bottom: 140px;
}
.p-b-150 {
    padding-bottom: 150px;
}
.p-b-200 {
    padding-bottom: 200px;
}
.p-t-0 {
    padding-top: 0px;
}
.p-t-5 {
    padding-top: 5px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-t-15 {
    padding-top: 15px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-25 {
    padding-top: 25px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-t-35 {
    padding-top: 35px;
}
.p-t-40 {
    padding-top: 40px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-t-60 {
    padding-top: 60px;
}
.p-t-70 {
    padding-top: 70px;
}
.p-t-80 {
    padding-top: 80px;
}
.p-t-90 {
    padding-top: 90px;
}
.p-t-100 {
    padding-top: 100px;
}
.p-t-110 {
    padding-top: 110px;
}
.p-t-120 {
    padding-top: 120px;
}
.p-t-130 {
    padding-top: 130px;
}
.p-t-140 {
    padding-top: 140px;
}
.p-t-150 {
    padding-top: 150px;
}
.p-t-160 {
    padding-top: 160px;
}
.p-t-200 {
    padding-top: 200px;
}
.p-r-0 {
    padding-right: 0px;
}
.p-r-5 {
    padding-right: 5px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-r-15 {
    padding-right: 15px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-r-25 {
    padding-right: 25px;
}
.p-r-30 {
    padding-right: 30px;
}
.p-r-35 {
    padding-right: 35px;
}
.p-r-40 {
    padding-right: 40px;
}
.p-r-50 {
    padding-right: 50px;
}
.p-r-60 {
    padding-right: 60px;
}
.p-r-70 {
    padding-right: 70px;
}
.p-r-80 {
    padding-right: 80px;
}
.p-r-90 {
    padding-right: 90px;
}
.p-r-100 {
    padding-right: 100px;
}
.p-l-0 {
    padding-left: 0px;
}
.p-l-5 {
    padding-left: 5px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-15 {
    padding-left: 15px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-25 {
    padding-left: 25px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-l-35 {
    padding-left: 35px;
}
.p-l-40 {
    padding-left: 40px;
}
.p-l-50 {
    padding-left: 50px;
}
.p-l-60 {
    padding-left: 60px;
}
.p-l-70 {
    padding-left: 70px;
}
.p-l-80 {
    padding-left: 80px;
}
.p-l-90 {
    padding-left: 90px;
}
.p-l-100 {
    padding-left: 100px;
}

/*Border radious*/

.b-r-2 {
    border-radius: 2px ;
}
.b-r-3 {
    border-radius: 3px ;
}
.b-r-4 {
    border-radius: 4px ;
}
.b-r-5 {
    border-radius: 5px ;
}
.b-r-6 {
    border-radius: 6px ;
}
.b-r-7 {
    border-radius: 7px ;
}
.b-r-8 {
    border-radius: 8px ;
}
.b-r-9 {
    border-radius: 9px ;
}
.b-r-10 {
    border-radius: 10px ;
}
.b-radius {
    border-radius: 50% ;
}

/*Floats*/

.float-right {
    float: right ;
}
.float-left {
    float: left ;
}
.float-none {
    float: none ;
}
.fullwidth {
    width: 100% ;
}

/*Enlaces*/

.a-rosa-underline{
    color: #d5007f;
    text-decoration: underline;
}

/*Cajas*/
.caja-borde-lr{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.caja-borde-r{
    border-right: 1px solid #ccc;
}
.caja-sombra{
    -webkit-box-shadow: 0px 0px 22px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 22px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 22px 0px rgba(204,204,204,1);
    border: 1px solid #fff;
    padding: 20px 40px;
    margin: 20px 0px;
    background: #fff;
}

/*Logos*/
.logos-sif{
    width: 85%;
}
/*Estilos del Glosario*/
.borde-inf{
    margin: 25px 20px 10px 20px;
    border-bottom: 1px solid #ccc;
}
.letras-abecedario{
    font-size: 15px;
    padding: 0px 0px 30px 20px;
}
.letras-abecedario span{
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: -5px;
    font-weight: bold;
}
.border-inf-letter{
    border-bottom: 2px solid #999999;
}
.border-inf-letter:hover{
    border-bottom: 2px solid #ed008c;
    color: #ed008c;
}
.border-active-letter{
    border-bottom: 2px solid #ed008c;
    color: #ed008c;
}
.letras-abecedario a{
    color: #000;
    text-decoration: none;
}
.letra-principal{
    font-family: 'Roboto', sans-serif;
    color: #ccc;
    font-size: 60px;
    font-weight: bold;
    padding: 20px 0px 0px 20px;
    margin-bottom: 25px;
}
.margen-palabra{
    padding: 0px 20px;
    /*padding: 10px 20px 10px 20px;*/
}
.palabra{
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}
.definicion {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 300;
}
.marca {
    background-color: #e2e2e2;
}

/*Estilos graficas*/
.ocultar {
    display: none;
}
.lista_entidades{
    list-style: none;
}
.lista_entidades li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.highcharts-container    {
    position: relative !important;
    overflow: hidden !important;
    /* width: 600px; */
    height: 400px !important;
    text-align: center !important;
    line-height: normal !important;
    z-index: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.par {
    margin: 10px;
    padding: 10px;
    background-color: #efefef;
}
.impar {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}
.resplandor {
    -moz-box-shadow: 0px 0px 30px #F4E4F1;
    -webkit-box-shadow: 0px 0px 30px #F4E4F1;
    box-shadow: 0px 0px 30px #F4E4F1;
    padding: 10px;
    border: 1px solid #d845bc;
    width: 300px;
    margin: 20px;
    float: left;
}
.sub {
    background-color: #fddef7;
    padding-left: inherit;
}
.sub2 {
    padding-left: inherit;
}
.hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #fddef7;
}
.color-rosa{
    color: #D31681;
}
.titulo-seccion{
    border-top: 1px solid #ccc;
    padding: 25px 0px;
    margin-top: 30px;
}

.item-enlace{
    background: #fff;
    min-height: 290px;
    padding: 25px 15px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
    box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
    margin-top: 20px;
}
.item-enlace img{
    width: 100px;
}
.item-box{
    background: #fff;
    padding: 25px 15px;
    border: 1px solid #ccc;
    text-align: center;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
    box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
    margin-top: 20px;
}
.container-iframe{
    border: 2px solid #ccc;
    background: #fff;
    padding: 10px 7%;
}
.enlace-icono{
    font-size: 20px;
}
.enlace-icono a{
    color: #D31681 !important;
} 

/*Multimedia*/
video {
  width: 100%;
}
.video-demo-contenedor {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-bottom: 30px;
}
.video-demo {
  max-width: 500px;
  width: 100%;
}
.video-responsive-contenedor {
  position: relative;
  padding-top: 56.25%;
}
.video-responsive-src {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.item-galery{
    margin-top: 15px;
    margin-bottom: 30px;
}
.item-galery h4{
    margin-top: 10px;
}


/*Responsive */

@media screen and (max-width: 500px) {
  .video-demo-contenedor {
    margin: 0 10px 30px 10px;
  }
}

@media (min-width: 630px) and (max-width: 991px) {
    .tabs-navigation,
    .tabs-vertical .tabs-content,
    .tabs-vertical .tabs-navigation,
    .justified .tabs-navigation,
    .tabs-right .tabs-navigation {
        width: auto;
        float: none
    }
    .tabs-content,
    .tabs-vertical .tabs-content,
    .justified .tabs-content,
    .tabs-right .tabs-content {
        margin-left: 0;
        min-height: 0!important
    }
    .tabs-vertical .tabs-content,
    .justified .tabs-content,
    .tabs-right .tabs-content {
        left: 0
    }
    .tabs-vertical .tabs-content-transparent {
        border-left-width: 0;
        padding: 40px 0;
        border-top-width: 1px
    }
    .tabs-navigation li,
    .tabs-vertical .tabs-navigation li,
    .justified .tabs-navigation li,
    .justified .tabs-navigation li,
    .tabs-right .tabs-navigation li,
    .tabs-right .tabs-navigation li {
        width: auto;
        float: none;
        display: block;
        text-align: left
    }
    .tabs-navigation li a,
    .tabs-vertical .tabs-navigation li a {
        margin-right: 0
    }
    .tabs-vertical .tabs-navigation li a:after {
        width: auto;
        height: 3px;
        right: -1px;
        bottom: auto;
    }
    .tabs-vertical .tabs-navigation li.active a {
        border-right-width: 1px
    }
    .tabs-navigation li.active a,
    .tabs-navigation li.active a:hover,
    .tabs-vertical .tabs-navigation li.active a,
    .tabs-vertical .tabs-navigation li.active a:hover {
        border-right-color: #d1d7d9;
        border-bottom-color: #d1d7d9
    }
    .tabs-navigation li.active a,
    .tabs-navigation li.active a:hover,
    .tabs-vertical .tabs-navigation li.active a,
    .tabs-vertical .tabs-navigation li.active a:hover {
        border-right-color: #dde1e1;
        border-bottom-color: #dde1e1
    }
    .tabs-vertical.tabs-right .tabs-navigation {
        width: 100%;
    }
    .tabs-vertical.tabs-right .tabs-navigation li a {
        margin-left: 0px !important;
    }
    .tabs-vertical.tabs-right .tabs-navigation li.active a {
        margin-left: 0px !important;
    }
    .tabs-vertical.tabs-right .tabs-navigation li.active a:after {
        left: 0;
        right: auto;
    }
    .tabs-vertical.tabs-right .tabs-content {
        margin-right: 0 !important;
    }
    .radius .tabs-navigation li a {
        border-radius: 0px;
    }
    .radius .tabs-navigation li:first-child a {
        border-radius: 8px 8px 0 0;
    }
    .tabs.linetriangle .tabs-navigation li.active a:focus,
    .linetriangle .tabs-navigation li.active a:hover,
    .linetriangle .tabs-navigation li.active a,
    .linetriangle .tabs-navigation li a {
        border-width: 0 0 1px;
    }
    .responsive-frame{
        min-width: 100%;
        margin: 20px 0px;
        overflow: scroll;
    }
}

@media (min-width: 320px) and (max-width: 629px){
    /*contenedor principal*/
    #content{
        padding-top: 115px !important;
        margin-bottom: -25px;
    }

    .banner-home-bg{
        position: relative;
        /*padding-top: 130px;*/
        padding-bottom: 50px;  
        background: rgba(9,90,96,1);
        background: -moz-linear-gradient(left, rgba(9,90,96,1) 0%, rgba(9,90,96,1) 0%, rgba(136,170,172,1) 83%, rgba(136,170,172,1) 92%, rgba(136,170,172,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9,90,96,1)), color-stop(0%, rgba(9,90,96,1)), color-stop(83%, rgba(136,170,172,1)), color-stop(92%, rgba(136,170,172,1)), color-stop(100%, rgba(136,170,172,1)));
        background: -webkit-linear-gradient(left, rgba(9,90,96,1) 0%, rgba(9,90,96,1) 0%, rgba(136,170,172,1) 83%, rgba(136,170,172,1) 92%, rgba(136,170,172,1) 100%);
        background: -o-linear-gradient(left, rgba(9,90,96,1) 0%, rgba(9,90,96,1) 0%, rgba(136,170,172,1) 83%, rgba(136,170,172,1) 92%, rgba(136,170,172,1) 100%);
        background: -ms-linear-gradient(left, rgba(9,90,96,1) 0%, rgba(9,90,96,1) 0%, rgba(136,170,172,1) 83%, rgba(136,170,172,1) 92%, rgba(136,170,172,1) 100%);
        background: linear-gradient(to right, rgba(9,90,96,1) 0%, rgba(9,90,96,1) 0%, rgba(136,170,172,1) 83%, rgba(136,170,172,1) 92%, rgba(136,170,172,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095a60', endColorstr='#88aaac', GradientType=1 );
    }
    .grafica-res{
        min-width: 100%;
        height: 410px;
        overflow: scroll;
    }
    .p-xs{
       padding: 0px 30px; 
    }
    .button-rosa{
        background-color: #9e1c63;
        border: 1px solid #9e1c63;
        color: #fff;
    }
    .responsive-frame{
        min-width: 100%;
        margin: 20px 0px;
        overflow: scroll;
    }
}