.trans-3 {
    transition: all .3s ease;
}

.overlay-menu {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.main-indicators .carousel-inner {
    overflow: inherit;
}

.main-indicators .graphic {
    flex: 1 100%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.main-indicators .tab-content>.tab-pane {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 272px;
}

.main-indicators .tab-content>.tab-pane.active {
    display: flex;
    width: 100%;
    height: 100%;
}

.main-indicators .card-footer a.share-btn:hover {
    background: red;
}

.main-indicators .card-footer .wrap-sharing .share-socials-links {
    display: flex;
    width: inherit;
    bottom: 50px;
    top: inherit;
    height: 0px;
    right: 0;
    left: inherit;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 1s ease;
}

.main-indicators .card-footer a.share-btn:hover + .wrap-sharing .share-socials-links, .main-indicators .card-footer .wrap-sharing:hover .share-socials-links {
    height: 68%;
}

.main-indicators .card-footer a.share-btn + .wrap-sharing .share-socials-links a {
    display: block;
    float: none;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 7px 0;
}

.main-indicators .card-footer a.share-btn + .wrap-sharing .share-socials-links a {
    background: #0e355c;
}

.main-indicators .card-footer a.share-btn + .wrap-sharing .share-socials-links a:hover {
    background: #c7000a;
}

.main-indicators .card-body {
    display: flex;
    flex-direction: column;
}

.main-indicators .card-body .tab-content {
    display: flex;
    min-height: 268px;
    position: relative;
}

.shares-new {
    top: 15rem;
}

.shares-new a {
    margin-bottom: 1.2rem;
    display: block;
    color: #206db1 ;
    font-size: 22px;
    text-align: center;
}

.shares-new a:hover {
    color: #c7000a;
}

/** Card Pub Search Results **/
.card-pub .bottom-btn {
    margin-top: auto;
}

.card-pub .bottom-btn a {
    padding: 5px 20px;
}

.card-pub time {
    font-size: 14px;
    font-style: italic;
    display: block;
}

.card-pub .type {
    font-weight: bold;
    color: #c7000a;
}

.card-pub .title {
    margin: 3px 0 10px;
    display: block;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}

.card-pub .pub-relates {
    font-size: 14px;
    padding: 10px;
    background: #ececec;
}

.card-pub .pub-relates .row {
    margin: 5px -15px;
}

/** Star Ratings **/
.star-ratings {
    position: relative;
    max-width: 600px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 80px;
}

.star-ratings .rating-comment {
    display: none;
}

.star-ratings .rating-comment.active {
    display: block;
}

.star-ratings.no-click .rating-comment {
    display: none;
}

.star-ratings .rating {
    cursor: pointer;
    unicode-bidi: bidi-override;
    direction: rtl;
}

.star-ratings .rating > svg {
    font-size: 18px;
    color: #b0b0b0;
    transition: all .3s ease;
}

.star-ratings .rating > svg:hover, .star-ratings .rating > svg:hover ~ svg {
    color: #4299ee !important;
}

.star-ratings .rating > svg.active , .star-ratings .rating > svg.active ~ svg {
    color: #0e355c
}

.star-ratings h3 {
    font-size: 22px;
    color: #0e355c;
    font-weight: bold;
}

.star-ratings label {
    display: block;
}

.star-ratings label span {
    font-size: 16px;
}

.star-ratings textarea {
    display: block;
    width: 100%;
    border: 2px solid #cfcfcf;
    font-size: 16px;
    padding: 15px;
}

.star-ratings button {
    border-radius: 2rem;
    background: #0e355c;
    color: #fff;
    padding: 10px 30px;
    border: 0;
    font-size: 16px;
    transition: all .3s ease;
}

.star-ratings button:hover {
    background: #c7000a;
}

/* Datos Filter */
#datos-filter {
    position: relative;
    z-index: 2;
}

#datos-filter .main-btn svg {
    transition: all .3s ease;
}

#datos-filter .main-btn[aria-expanded="true"] svg {
    transform: rotate(-180deg);
}

#datos-filter .collapse-group {
    width: 100%;
    background: #fff;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.08);
}

#datos-filter .wrap-search-top {
    padding: 0 1rem;
}

#datos-filter .card-body {
    padding: 1rem;
    max-height: 300px;
    overflow: auto;
}

#datos-filter .card-body .dropdown-item.show {
    display: block;
}

#datos-filter .card-body .dropdown-item.hide {
    display: none;
}

#datos-filter h5 {
    border-bottom: 1px solid #d7d7d7;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px 8px 0;
    transition: all .2s ease;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#datos-filter h5 svg {
    font-size: 14px;
    transition: all .3s ease;
}

#datos-filter h5[aria-expanded="true"] svg {
    transform: rotate(-180deg);
}

#datos-filter .card-topic:last-of-type h5 {
    border-bottom: 0;
}

#datos-filter h5:hover, #datos-filter h5[aria-expanded="true"] {
    background: #deefff;
    cursor: pointer;
    padding-left: 1rem;
}

#datos-filter .topic-list {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f4f6f7;
}

#datos-filter .topic-list li a {
    display: block;
    padding: 7px 21px;
}

#datos-filter .topic-list li a:hover {
    background: #deefff;
}

.top-header .general-search .form-control {
    background-image: initial;
    cursor: initial;
}

.wrap-search-top {
    position: relative;
}

.search-results .general-search input {
    background-image: initial;
}

.wrap-search-top button {
    position: absolute;
    top: 0;
    right: 15px;
    border: 0;
    background: inherit;
    height: 100%;
    transition: all .3s ease;
    outline: none;
}

.wrap-search-top button:hover {
    color: #c7000a;
}

.publications .col-iframe {
    padding: 0 !important;
}

.publications .shareCol {
    max-width: 70px;
}

.pub-detail .share-pub.view {
    position: relative;
    left: 0;
}

/** Wrap Map **/
.national-population .social-icon {
    margin: 1rem 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.national-population .social-icon strong {
    margin-right: 1rem;
}

.national-population .social-icon .links {
    display: flex;
}

.national-population .social-icon a {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
    flex: 1 0 2rem;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
}

.national-population .social-icon a:hover {
    background: #c7000a;
    opacity: 1
}

.wrap-map-svg {
    position: relative;
}

.wrap-map .btn-back {
    display: block;
    position: absolute;
    left: 1rem;
    background: none;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    padding: 1rem;
    width: 3.2rem;
    height: 3.2rem;
    transition: all .3s ease;
}

.wrap-map .btn-back:hover {
    background: #fff;
    color: #0e335d;
}

.wrap-map-svg .wrap-resume {
    position: absolute;
    line-height: 1;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 3px 1rem rgba(0,0,0,.2);
    bottom: 0;
    right: 0;
    text-align: right;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
}

.wrap-map-svg .wrap-resume.active {
    opacity: 1;
    pointer-events: all;
}

.wrap-map-svg .wrap-resume .label {
    margin: 2px 0 0 0;
    font-weight: bold;
}

.wrap-map-svg svg g path {
    transition: all .2s ease;
}

.wrap-map-svg svg g path:hover {
    fill: #c5c5c5 !important;
    cursor: pointer;
}

/* Solicitud en linea **/
.formulate__header {
    font-weight: 700;
}

.formulate__field-label {
    font-weight: bold;
}

.formulate__group {
    line-height: 1.3;
}

.formulate__error-msg {
    background: #ffcbde;
    padding: 15px;
    color: #5a0726;
    font-weight: bold;
}

.formulate__btn--submit {
    padding: 10px 50px;
    font-size: 18px;
    font-weight: bold;
}

.formulate__btn--submit:hover {
    background: #206db1 !important;
}

.formulate__btn--clear {
    padding: 10px 50px;
    font-size: 18px;
    background: #e2e2e2;
}

.formulate__btn--clear:hover {
    background: #cacaca;
}

.formulate__field__item.radio input {
    margin-right: 10px;
}

.arrow-ribbon .see-more .hide-txt {
    display: none;
}

#videos {
    min-height: 520px;
}

#videos .card-media .title {
    color: #0e355c !important;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.wrap-search .col-sm-6:nth-child(n + 7 ) {
    display: none;
}

.wrap-search.expanded .col-sm-6 {
    display: block;
}

.wrap-search.expanded .see-more .show-txt {
    display: none;
}

.wrap-search.expanded .see-more .hide-txt {
    display: inline-block;
}

.home-transmision {
    background: #092948;
    color: #fff;
}

.home-transmision .video-wrap {
    height: 540px;
}

.home-transmision .transmision-label svg {
    color: #c7000a ;
    font-size: 1.5rem;
}

.home-transmision .transmision-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.home-transmision .btn-youtube {
    background: #c7000a;
    color: #fff;
    font-weight: bold;
    padding: 7px 35px;
    border-radius: 1.2rem;
}

.home-transmision .btn-youtube:hover {
    background: #206db1;
}

.carousel-item .news-header .share-icon {
    position: relative;
}

.carousel-item .news-header .wrap-sharing:hover .share-socials-links {
    width: 200px;
}

.share-socials-links {
    position: absolute;
    width: 150px;
    left: 66px;
    top: 20%;
    padding-left: 10px;
    width: 0px;
    overflow: hidden;
    transition: all .6s ease;
    display: flex;
}

.share-socials-links a {
    position: relative;
    width: 35px;
    height: 35px;
    font-size: 15px;
    padding: 0;
    opacity: 1 !important;
}

.share-socials-links a:hover {
    background: #95050c;
}

.timeline-carousel .tabs-link .tab-anchor {
    width: 100%;
}

.timeline-carousel {
    top: 200px;
    position: sticky;
    z-index: 2;
}

.timeline-carousel #prev-button, .timeline-carousel #next-button {
    border-radius: 550%;
    width: 40px;
    height: 40px;
    flex-wrap: 40px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
    transition: all .3s ease;
    cursor: pointer;
}

.timeline-carousel #prev-button:hover, .timeline-carousel #next-button:hover {
    color: #fff;
    background: #0e355c;
}

.timeline-carousel .swiper-container {
    margin: 0 1rem;
}

.period .date .color-primary {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.period .date small {
    line-height: 1;
    margin-bottom: 10px;
}

.wrap-404 {
    position: relative;
    margin: 100px 0;
}

.wrap-404 h1 {
    font-size: 180px;
    margin: 0;
    line-height: 1;
    color: #0e355c;
}

.wrap-404 h2 {
    font-weight: bold;
    color: #c7000a;
    font-size: 40px;
}

.wrap-404 p {
    font-size: 18px;
    line-height: 1.3;
    margin: 15px 0;
}

/*POLL*/
.vue-poll .qst {
    font-size: 1em;
}

.news-sidebar .block #pollApp .title {
    margin: 0 0 5px;
}

.vue-poll .ans-cnt .ans-no-vote {
    border-color: #0e355c !important;
    padding: 10px !important;
}

.vue-poll .ans-cnt .ans-no-vote:hover {
    background: #206db1;
    border-color: #206db1 !important;
}

.vue-poll .ans-cnt .ans-no-vote .txt {
    color: #0e355c !important;
}

.vue-poll .ans-cnt .ans-no-vote:hover .txt {
    color: #f9f9f9 !important;
}

#c-accordion .accordion-header .icon .bubble::after {
    content: '+';
}

#c-accordion .accordion-header.is-active .icon .bubble::after, #c-accordion .accordion-header.is-active .number {
    background: #c7000a;
}

#c-accordion .accordion-header.is-active > .icon .bubble::after {
    content: '-';
}

#c-accordion .accordion-header.accordion-year {
    background: #114374;
}

#c-accordion .accordion-header.accordion-month {
    background: #165492;
}

.home-slider .link-img {
    display: block;
    transition: all .3s ease;
}

.home-slider .link-img:hover {
    opacity: .8
}

.home-news .blur {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 0;
    border-radius: 30px;
    overflow: hidden;
}

.home-news .carousel-caption .title {
    font-size: 28px;
}

.home-news .carousel-caption {
    position: relative;
    top: 0;
    transform: inherit;
    left: 0;
}

.swiper-wrap .swiper-button-next, .swiper-wrap .swiper-button-prev {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 25px;
    color: #333333;
    transition: all .3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    outline: none
}

.swiper-wrap .swiper-button-next:hover, .swiper-wrap .swiper-button-prev:hover {
    background: #c7000a;
    color: #fff;
}

.swiper-wrap .swiper-button-prev {
    left: 120px;
    right: inherit;
}

.swiper-wrap .swiper-button-next {
    right: 120px;
    left: inherit;
}

.home-stats .swiper-button-next,.home-stats .swiper-button-prev {
    position: relative;
}

.home-stats .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.home-stats .swiper-button-prev {
    left: inherit;
    top: 110%;
    margin-right: 10px;
    outline: none;
}

.home-stats .swiper-button-next {
    top: 110%;
    margin-left: 10px;
    right: inherit;
    outline: none;
}

.home-stats:hover .swiper-button-prev, .home-stats:hover .swiper-button-next {
    display: flex;
}

.swiper-wrap .swiper-button-next:after, .swiper-wrap .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 800;
}

.most-recent-publish .swiper-button-prev {
    left: 0;
    top: 50%;
    display: none;
}

.most-recent-publish .swiper-button-next {
    right: 0;
    top: 50%;
    display: none;
}

.most-recent-publish:hover .swiper-button-next, .most-recent-publish:hover .swiper-button-prev {
    display: flex;
}

#carousel-latePost .swiper-button-prev {
    left: 100px;
    top: 50%;
}

#carousel-latePost .swiper-button-next {
    right: 100px;
    top: 50%;
}

#carousel-latePost:hover .swiper-button-prev, #carousel-latePost:hover .swiper-button-next {
    display: flex;
}

.sellos {
    position: absolute;
    max-width: 300px;
    flex-wrap: wrap;
    right: 0;
    bottom: 59px;
}

.sellos a {
    margin: 2px;
    display: block;
}

.sellos a:hover {
    opacity: .8;
}

.carousel-item .news-header {
    position: relative;
}

.carousel.slide .arrow-icon {
    margin: 2rem 0 !important;
}

.carousel.slide .arrow-icon span {
    margin-top: 0 !important;
}

.scroll-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: #95050c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    z-index: 333333333;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.scroll-top:hover {
    background: #c7000a;
}

.body-content .sidenav .has-submenu .list li a.active {
    background: #206db1;
    color: #fff;
}

.c-pagination.white li a {
    background: #206db1;
}

.c-pagination.white li a:hover {
    background: #0e355c;
}

.pagination {
    flex-wrap: wrap;
}

- .banner .hgroup.datos-estadisticas h1 {
    line-height: 1;
    font-size: 40px;
}

.banner .datos-estadisticas .text {
    width: initial !important;
}

.banner .datos-estadisticas h1 {
    margin-bottom: 5px !important;
}

.banner.service .hgroup .left-cont {
    display: inline-block;
}

.banner.service .hgroup .serv-text {
    color: #fff;
}

.banner.service .hgroup .btn {
    position: relative;
    top: initial;
    right: inherit;
}

.banner.service .hgroup h1 {
    line-height: 1;
}

.header-section .title {
    font-weight: 600;
}

.top-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.top-header .wrap-search-menu-mobile {
    padding: 0 !important;
}

.main-nav {
    position: sticky;
    top: 139px;
    z-index: 9;
}

.top-header .main-logo a {
    max-width: 500px;
}

.top-header .main-logo a img {
    width: 100%;
}

.wrap-value-circle {
    max-width: 300px;
    width: 280px;
    height: 280px;
    position: relative;
    margin: 0 auto;
}

.optionBar .list li a {
    transition: all .3s ease;
}

.optionBar .list li a:hover {
    color: #c7000a;
}

.badget-download {
    color: #343434;
    text-decoration: none !important;
}

.badget-download.v2 .wrap-file-icon {
    flex: 0 0 100px
}

.badget-download .wrap-download svg {
    font-size: 2rem;
    margin: 0 auto;
    display: block;
}

.xlsx-icon {
    background-image: url(../assets/img/svg/xlsxfile.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 46px;
    width: 40px;
}

.table-docs th {
    transition: all .3s ease;
}

.table-docs th:hover {
    background: #d0e7ff;
}

.table-docs th.sorting_desc .wrap-icons .a-z {
    display: none;
}

.table-docs th.sorting_asc .wrap-icons .z-a {
    display: none;
}

.dataTables_info {
    font-size: 14px;
    padding: 0 !important;
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    display: none !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: '\2193' !important;
    display: none !important;
}

.badget-download .file-size {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: #ca1821;
    text-align: center;
    margin-top: 8px;
}

.badget-download .wrap-title {
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    flex: auto;
    line-height: 1.3;
}

.badget-download .wrap-title .desc {
    font-size: 15px;
}

.badget-download .wrap-meta {
    margin-left: auto;
    margin-right: 24px;
    font-size: 15px;
    flex: 0 0 121px;
    line-height: 1.5;
}

.badget-download .wrap-meta .color-primary {
    font-weight: bold;
}

.badget-download .wrap-download {
    margin-left: auto;
    font-size: 25px;
    color: #0e355c;
}

.wrapper-cont > .banner {
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .container {
        max-width: 1080px;
    }

    .top-header .general-search .escudo-logo {
        width: 100%;
    }

    .main-nav li a {
        padding: 1rem 1.4rem;
    }

    .main-nav li .item {
        padding: 1rem 2.5rem 1rem 2rem;
    }

    .main-nav li .item::after {
        top: calc(50% - 5px);
        right: 1rem;
    }
}

@media (max-width: 991.98px) {
    .main-nav .container {
        padding:0;
    }

    .main-nav li .item, .main-nav li a {
        padding: 15px 15px;
        font-size: 14px;
    }

    .main-nav li .item {
        padding-right: 40px;
    }

    .sellos {
        position: relative;
        bottom: 0;
        margin-top: 2rem;
        max-width: inherit;
    }

    .sellos a {
        margin: 6px;
    }

    .top-header .main-logo img {
        width: 100%;
    }

    .top-header .main-logo {
        margin: 15px 0;
    }

    .top-header .main-logo a {
        max-width: 500px;
    }

    .top-header .general-search {
        max-width: 250px;
    }

    .wrap-rwd-menu {
        font-weight: bold;
        cursor: pointer;
    }

    .wrap-rwd-menu:hover, .wrap-rwd-menu.active {
        color: #c7000a;
    }

    .carousel-item .col-md-4 {
        display: none;
    }

    .carousel-item .col-md-4:first-of-type {
        display: block;
        max-width: 370px;
        margin: 0 auto;
    }

    .bottom-btn.btn-block .btn {
        width: initial;
    }
}

@media (max-width: 767.98px) {
    .top-header {
        padding: 20px 0;
        transition: all .7s ease;
    }

    body.nav-up .top-header {
        top: -7.5rem;
    }

    .top-header .general-search {
        max-width: 100%;
        width: 100%;
    }

    .top-header .general-search .links {
        margin-top: 10px;
    }

    .top-header .general-search a {
        font-size: 13px;
        font-weight: 500;
    }

    body.nav-up .main-nav {
        top: 6rem;
    }

    .recent-population .container {
        padding: 30px 20px;
        max-width: 368px;
        text-align: center;
        line-height: 1.3;
        font-size: 20px;
    }

    .recent-population strong.number {
        font-size: 20px;
    }

    .recent-population p {
        margin-right: 0 !important;
        width: initial;
    }

    .main-indicators header .title {
        text-align: center;
        font-size: 25px;
        padding: 20px;
    }

    .header-section .title::before {
        margin-right: 15px;
    }

    .header-section .title::before, .header-section .title::after {
        width: 50px;
        top: 3px;
    }

    .header-section .title::after {
        margin-left: 15px;
    }

    .body-content.no-padding .shareBar {
        display: none;
    }

    .header-section .title {
        font-size: 33px;
        font-weight: 900;
    }

    .services {
        padding-bottom: 0;
    }

    .services .item {
        border-radius: 0;
        box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
        margin: 0 0 6px 0 !important;
        position: relative;
        text-align: left;
        vertical-align: initial;
        top: 0 !important;
        display: block;
    }

    .services a {
        width: 100%;
        padding: 20px 30px ;
        border-radius: 0;
        height: initial;
        font-size: 18px;
    }

    .services a .cont {
        display: flex;
        align-items: center;
    }

    .services a .cont .icon {
        margin: 0 30px 0 0;
        height: 50px !important;
        width: 50px !important;
        background-size: contain;
        flex: 0 0 50px;
    }

    .services::after {
        display: none;
    }

    .header-section {
        margin-bottom: 30px;
    }

    .header-section .descrip {
        width: inherit;
        font-weight: 300;
        line-height: 1.3;
    }

    .home-news .card-deck {
        display: none;
    }

    .visit-us {
        margin-bottom: 50px;
    }

    .visit-us-links a {
        max-width: 200px;
        display: block;
        margin: 30px auto !important;
    }

    .visit-us-links a img {
        width: 100%;
    }

    .late-post .header-section .title:before, .late-post .header-section .title:after {
        display: none;
    }

    .late-post .btn-rwd {
        margin: 30px 0 0;
    }

    .late-post .post {
        display: none;
    }

    .late-post .post:first-of-type {
        display: block;
        width: 100%;
    }

    .national-population {
        display: none;
    }

    .late-post {
        margin-bottom: 2rem;
    }

    .multimedia::before,.multimedia::after {
        display: none;
    }

    .nav-pills.customTabs {
        width: 100%;
    }

    .multimedia .nav-link {
        padding: 1rem 0 !important;
        font-size: 18px;
    }

    .news-card.nb-radius .card {
        display: none;
    }

    .news-card.nb-radius .card:first-of-type {
        display: block;
    }

    .news-card .card-title {
        font-size: 20px;
    }

    .followUs .social-icon {
        width: 100%;
        text-align: center;
    }

    .followUs .social-icon strong {
        font-size: 40px;
    }

    .followUs {
        padding: 50px 30px 60px;
    }

    .followUs .content {
        width: 100%;
    }

    .followUs .pub {
        position: relative;
        top: 0;
        width: 100%;
        transform: none;
        margin: 29px auto 0;
        max-width: 300px;
    }

    footer .feedback .content {
        border-radius: 20px;
        max-width: calc(100% - 40px);
        padding: 40px 64px;
    }

    .menu-footer {
        display: none;
    }

    footer .f-body .container {
        padding: 0 20px;
    }

    footer .f-bottom .ribbon::before, footer .f-bottom .ribbon::after {
        display: none;
    }

    footer .f-bottom {
        margin: 0;
    }

    footer .f-bottom .f-copy {
        width: 100%;
    }

    .carousel.slide .arrow-icon {
        position: relative;
        display: inline-block;
        left: 0;
        right: 0;
        margin: 0;
        width: 52px;
        height: 52px;
    }

    .carousel-item .news-header .title {
        font-size: 20px;
    }

    .home-news .carousel.slide .arrow-icon:first-of-type span {
        left: 0;
    }

    .home-news .carousel.slide .arrow-icon span {
        width: 100%;
        height: 100%;
    }

    .followUs .social-icon strong {
        font-size: 35px;
    }

    .wrapper-cont .banner {
        background-size: cover;
        background-position: center;
        padding-bottom: 25px;
    }

    .shareBar {
        display: none;
    }

    .body-content .sidenav {
        display: none;
    }

    .overlay-menu {
        background: rgba(0, 0, 0, 0.57);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 99999;
        transition: all .4s ease;
        opacity: 0;
        pointer-events: none;
    }

    body.show-sidebar .overlay-menu {
        opacity: 1;
        pointer-events: all;
    }

    .overlay-menu svg {
        color: #fff;
        float: right;
        margin: 1rem;
        font-size: 20px;
        display: block;
    }

    .body-content .sidenav.sidebar-transparencia {
        display: none;
        position: fixed;
        top: 0;
        z-index: 999999;
        left: -300px;
        height: 100%;
        overflow: auto;
        max-width: 250px;
        transition: all .8s ease;
    }
    .body-content .sidenav.sidebar-transparencia-movil {
        /*display: block !important;*/
        /*position: fixed;*/
        /*top: 0;*/
        /*z-index: 9999999999;*/
        /*left: -300px;*/
        /*height: 100%;*/
        /*overflow: auto;*/
        /*max-width: 250px;*/
        /*min-width: 250px;*/
        /*transition: all .8s ease;*/
    display: block !important;
    position: fixed;
    top: 181px;
    z-index: 9999999999;
    left: -100%;
    height: 100%;
    overflow: auto;
    width: 100%;
    max-height: 350px;
    }

    body.show-sidebar .sidenav.sidebar-transparencia {
        /*left: 0px;*/
    }
    body.show-sidebar .sidenav.sidebar-transparencia-movil {
        left: 0px;
    }

    .body-content .sidenav.sidebar-transparencia li {
        margin: 0;
        border-bottom: 1px solid #d7d9dc;
    }

    .body-content .sidenav.sidebar-transparencia .title {
        display: none;
    }

    .body-content .sidenav.sidebar-transparencia a, .body-content .sidenav.sidebar-transparencia .has-submenu span {
        font-size: 15px !important;
        padding: 10px 20px;
    }

    .goal {
        text-align: center !important;
        max-width: 400px ;
        margin: 30px auto;
    }

    .goal img {
        margin-top: 20px;
    }

    .body-content .right-col {
        padding: 30px;
        font-size: 16px;
        line-height: 1.4;
    }

    .values {
        max-width: 400px;
        margin: 80px auto 0;
    }

    .values .tab-container > div.is-active {
        text-align: center;
        margin-top: 50px;
    }

    .contact-info:last-of-type {
        padding-left: 15px;
    }

    .contact-info h4 {
        margin-bottom: 30px;
    }

    .about-service {
        top: 0;
        margin-top: -80px;
    }

    .banner.service {
        padding: 50px 10px 130px;
    }

    .banner.service .hgroup .text strong {
        font-size: 70%;
        font-weight: 600;
    }

    .banner.service .hgroup .text {
        font-size: 30px;
    }

    .about-service .block-item-card {
        margin-bottom: 50px;
    }

    .call-to-action .text {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .call-to-action .wrap-btn {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .call-to-action .btn {
        top: 0;
        left: 0;
    }

    .pub-detail .pub-relates .col-md-4 {
        text-align: left;
    }

    .pub-relates .row {
        margin-bottom: 10px;
    }

    .pub-detail .download-reader {
        max-width: 300px;
        margin: 3rem auto 0;
    }

    .register_list .card-new a {
        padding: 0 15px;
    }

    .register_list .card-new a .cel {
        padding: 1rem 5px !important;
    }

    .register_list .card-new a .pic {
        padding: 0 15px 0 0 !important;
    }

    .register_list .register .cel.small {
        width: 10% !important;
        padding: 10px 23px;
        font-size: 10%;
    }

    .register_list .register.card-doc .cel {
        padding: 15px 10px !important;
    }

    .register_list .register .shelter-icon {
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    .register_list .register .title {
        font-size: 17px;
    }

    .highlight-pub .block {
        max-width: 300px;
        margin: 0 auto;
    }

    .home-slider .swiper-button-next, .home-slider .swiper-button-prev {
        top: 76%;
        box-shadow: 0 5px 1rem rgba(0,0,0,.2);
    }

    .home-slider .swiper-button-prev {
        left: 20px;
    }

    .home-slider .swiper-button-next {
        right: 20px;
    }

    #carousel-latePost .swiper-button-next {
        position: relative;
        top: -5px;
        right: calc(40% - 30px);
        float: right;
    }

    #carousel-latePost .swiper-button-prev {
        position: relative;
        top: -5px;
        left: calc(40% - 30px);
        float: left;
    }

    .home-transmision .video-wrap {
        height: 420px;
    }
}

@media (max-width: 575.98px) {
    .card-pub .title {
        font-size:20px;
    }

    .main-nav {
        display: none;
        /*top: 182px;*/
        top:152px;
        max-height: 360px;
        overflow: auto;
        z-index: 9999999999;
    }

    .main-nav .container {
        padding: 0;
    }

    .main-nav li {
        float: none;
    }

    .main-nav li.has-dropdown .dropdown-items {
        position: relative;
        width: 100%;
        background: #0b2844;
    }

    .optionBar .list li a span {
        display: none;
    }

    .banner.has-bg h1 {
        font-size: 32px;
        line-height: 1;
    }

    .contact-info .call-to-action div {
        float: none !important;
        width: 100%;
        font-size: 19px;
    }

    .call-to-action.no-bg .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .badget-download {
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }

    .badget-download .wrap-file-icon {
        flex: 0 0 20%;
        margin-bottom: 10px;
        flex: 1;
    }

    .badget-download .wrap-file-icon img {
        max-width: 100px;
        display: inline-block;
    }

    .badget-download .wrap-title {
        flex: 0 80%;
        font-size: 16px;
        padding: 0;
    }

    .badget-download .wrap-meta {
        margin-left: inherit;
        margin-top: 10px;
        font-size: 13px;
        flex: 1;
    }

    .nav-pills.customTabs li {
        width: 100%;
        flex: 0 0 100%;
    }

    .body-content .profile-card {
        max-width: 280px;
        margin: 0 auto 2rem;
    }

    .body-content .profile-card .bio .name {
        font-size: 25px !important;
        width: initial;
    }

    .body-content .profile-card .bio {
        border-radius: 2rem;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 40px 28px 28px;
        text-align: center;
        transform: inherit;
        border-radius: 0 0 2rem 2rem;
    }

    .body-content .profile-card .pic {
        width: 100%;
        position: relative;
        border-radius: 2rem 2rem 0 0 !important;
        bottom: -25px;
    }

    .body-content .profile-card .bio .name::after {
        position: relative;
        margin: 12px auto 0;
    }

    .main-header-news h2 {
        font-size: 23px;
    }

    .news-body {
        font-size: 16px;
        text-align: justify;
        line-height: 1.43;
    }

    .news-body p {
        margin-bottom: 2rem;
    }

    .body-content .customTable th {
        font-size: 14px;
    }

    .news-sidebar {
        padding-left: 20px;
        margin-top: 2rem;
    }

    .search-new-top {
        position: relative;
        float: none;
        clear: left;
        top: 1rem !important;
        margin: 2rem 0 !important;
    }

    .search-new-top .title {
        font-size: 18px;
    }

    .main-header-news .headband .detail {
        float: left !important;
    }

    .news-sidebar .block {
        margin-bottom: 30px;
    }

    .banner.service .hgroup {
    }

    .banner.service .hgroup .icon {
        width: 70px;
        height: 70px;
    }

    .banner.service .hgroup div.title {
        max-width: 302px;
    }

    .banner.service .hgroup .text {
        font-size: 26px;
    }

    .banner.service .leyend {
        margin-top: 30px;
    }

    .banner h1 {
        font-size: 2rem;
        margin: 0;
    }

    .banner .hgroup strong {
        font-size: 17px;
        font-weight: 500;
    }

    .banner .hgroup.datos-estadisticas .icon {
        width: 60px;
        height: 60px;
    }

    .banner .hgroup.datos-estadisticas h1 {
        font-size: 30px;
        line-height: 1;
    }

    .banner .leyend {
        margin: 10px 0;
        font-size: 16px;
    }

    .pub_list .headband .type {
        margin: 10px 0 0;
    }

    .pub-detail .pub-info {
        margin-top: 2rem;
        padding-left: 4em;
    }

    .geographicMap .list {
        margin-top: 1rem;
        padding: 0 10px;
    }

    .geographicMap .map {
        margin-top: 0;
    }

    .nav-pills.customTabs.small a {
        padding: 1rem 0;
    }

    .province-detail header {
        position: relative;
    }

    .province-detail {
        padding: 0;
    }

    .h-news-section.top-spacing {
        margin: 20px 0;
    }

    .carousel-item .news-header .title {
        font-size: 16px;
        padding-left: 20px;
    }

    .home-slider .swiper-button-next, .home-slider .swiper-button-prev {
        position: relative;
        margin: 10px 0;
        background: #d4d4d4;
    }

    .home-slider .swiper-button-prev {
        float: left;
    }

    .home-slider .swiper-button-next {
        float: right;
    }

    .home-news .blur {
        background-size: cover;
        background-position: center;
        padding: 30px 0;
    }

    .home-news .carousel-caption {
        width: 80%;
    }

    .home-news .carousel-caption .title {
        font-size: 22px !important;
    }

    .wrap-404 {
        margin: 0 0 20px 0;
    }

    .wrap-404 h1 {
        font-size: 140px;
    }

    .wrap-404 h2 {
        font-size: 30px;
    }

    .wrap-404 p br {
        display: none;
    }

    .period .content {
        padding-left: 30px;
        width: 70%;
    }

    .period .date {
        width: 25%;
    }

    .period .content .title {
        font-size: 22px;
    }

    .period .content .title span {
        font-size: 20px;
        margin-left: 0;
    }

    .timeline-carousel {
        top: 230px;
        z-index: 2;
        transition: all .7s ease;
    }

    body.nav-up .timeline-carousel {
        top: 110px;
        z-index: 2;
    }

    .timeline-carousel .tabs-link .tab-anchor {
        font-size: 14px;
        font-weight: bold;
        border-right: 1px solid #0e355c;
    }

    .timeline-carousel .scrollBtn span {
        z-index: 55555;
        position: absolute;
        background: red;
        top: 200px;
    }

    .arrow-ribbon .see-more {
        margin: 1rem 0 0;
        text-align: center;
        float: left;
        clear: both;
        width: 100%;
    }

    .register_list .register .cel {
        padding: 14px 0;
    }

    .filter .general-search {
        width: 100%;
        margin-bottom: 12px;
    }

    .pub-detail header .info .date {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .main-news .footer {
        bottom: 0;
        position: relative;
        width: 100%;
    }

    .main-news .footer .title {
        font-size: 20px;
    }

    .main-news {
        margin-bottom: 30px;
    }

    .share-socials-links {
        top: 29%;
    }

    .main-nav li .item {
        padding-left: 22px;
    }

    #c-accordion.sitemap-acc .elem, #c-accordion.sitemap-acc .block-link, #c-accordion.sitemap-acc .accordion-header.collapsed, #c-accordion.sitemap-acc .block-link {
        margin: 5px;
    }

    .body-content {
        line-height: 1.3;
    }

    .video-gallery .main-video a {
        min-height: 300px;
    }

    .video-gallery .main-video .title {
        font-size: 18px;
        width: 100%;
        padding: 0 2rem;
        bottom: 4rem;
    }

    .media-header h2 {
        font-size: 22px;
    }

    .card-media a {
        margin-bottom: 2rem;
    }

    .home-transmision .video-wrap {
        height: 220px;
    }

    .publications .recent-pub .bottom-btn a {
        width: 100%;
    }

    .formulate__btn--submit {
        width: 100%;
    }

    .formulate__btn--clear {
        width: 100%;
    }

    .badget-download.v2 .wrap-file-icon {
        flex: 0 0 70px;
        flex: inherit;
        width: 100%;
        display: block;
    }

    .badget-download.v2 .wrap-title {
        padding: 0;
        flex: 1;
    }

    .badget-download.v2 .wrap-title h5 {
        font-size: 18px;
    }

    .badget-download.v2 .wrap-title .desc {
        font-size: 13px;
        font-weight: normal;
    }

    .badget-download.v2 .wrap-download svg {
        font-size: 18px;
    }
}

/** PRINT MODE **/
@media print {
    .top-header .general-search, .overlay-menu, footer , .optionBar, .accessibility, .shareBar {
        display: none;
    }

    .top-header {
        margin-bottom: 20px;
        position: relative !important;
    }

    .timeline-carousel {
        position: relative;
        top: 0;
    }

    .main-nav {
        position: relative;
        top: 0;
    }

    .late-post {
        page-break-after: always;
    }
}
