/*.top-wrap {
    position: relative;
    min-height: 80px;
}*/
.top-wrap {
    position: relative;
    min-height: 80px;
    width: 100%;
}
.top-wrap.HomeTopWrap{
    position: absolute;
}
img.site-logo {
    height: auto;
    /*background: white;
    padding: 34px 20px;*/
    margin: 0;
    /*border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;*/
    width: auto;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 230px;
    -moz-box-shadow: -5px -5px 5px #888;
    -webkit-box-shadow: -5px -5px 5px #888;
    box-shadow: 0px 3px 10px #000;*/
    margin-top: 7px
}
.top-bar {
    display: block;
    height: 80px;
    border-bottom: 5px solid #1a1d4c;
}
nav.site-nav.style3 {
    float: left;
    margin: 31px 0 0px 70px;
    
}
.site-nav ul{
    background: transparent;
}
.site-nav li {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
}
.site-nav li:after {
    content: '';
    display: block;
    position: absolute;
    height: 15px;
    width: 1px;
    background: rgba(255, 255, 255, 0.51);
    right: 0;
    top: 16px;
}
.site-nav li:last-child::after, .site-nav li:nth-child(4)::after {
    display: none;
}
nav.site-nav.style3 {
    float: left;
    margin: 32px 0 0px 250px;
}
.top-bar ul li a {
    line-height: 33pt;
    display: block;
    padding: 0 10px;
    transition: all 0.3s;
}
.top-bar ul li:hover a, .top-bar ul li.current-menu-item a {
    background: #1a1d4c;
}

.link-portal-transparencia {
    background: url(images/portal-transparencia.png) no-repeat center center transparent;
    width: 210px;
    height: 37px;
    background-size: 100% auto;
    display: block;
}
#search-header {
    background: url(images/search-icon-header.svg) no-repeat top left white;
    background-size: auto 100%;
    border: 0 none;
padding-left: 45px;
margin-top: 32px;
padding-top: 3px;
padding-bottom: 4px;
}
.home-swiper > .swiper-wrapper > .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bluebox {
    background: rgba(1, 45, 99, 0.6);
    width: 350px;
    color: white;
    margin: 220px 160px;
}
.bluebox .first-line {
    font-size: 1.5vh;
    font-weight: normal;
    text-align: center;
    padding: 10px 10px 9px 10px;
    letter-spacing: 2px;
    border-bottom: 1px solid #006DCB;
    text-transform: uppercase;
}
.bluebox h1.medium-text-lines {
    font-family: 'heavitas';
    color: white;
    font-size: 1.8em;
    letter-spacing: 1px;
    margin: 15px 10px;
    text-align: start;
    line-height: 1.3em;
}
.bluebox .footer-line {
    /* font-family: "heavitas"; */
    font-size: 1.3vh;
    background: rgb(0, 110, 204);
    text-transform: uppercase;
}
.medium-text-lines span {
    font-size: 43pt;
    line-height: 51pt;
}
.main-navigation {
    position: absolute;
}
.main-navigation {
    position: absolute;
    bottom: -24px;
    z-index: 4;
    width: 100%;
    text-align: center;
}
ul#menu-main-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    display: inline-block;
}
ul#menu-main-navigation:after, ul#menu-main-navigation:before {
    float: left;
    content: "";
    display: block;
    width: 28px;
    height: 45px;
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: top;
}
ul#menu-main-navigation:after{
    background-image: url(images/right-menu-new.png);
}
ul#menu-main-navigation:before{
    background-image: url(images/left-menu-new.png);
}
ul#menu-main-navigation li{
    float: left;
    /*overflow: hidden;*/
    margin: 0;
    position: relative;
}
ul#menu-main-navigation li a{
    padding: 10px 10px 7px 10px;
    background: #1a1d4c;
    margin: 0;
    color: white;
    display: block;
    border-bottom: 3px solid #1a1d4c;
    
}
ul#menu-main-navigation li a:hover{
    border-color: #1a1d4c;
}
.homepage section.main-slider {
    position: relative;
    border-bottom: 8px inset #303844;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px !important;
}
.home-content{
    background: url('images/water-bg-min.png') no-repeat top center white;
    background-size:100% auto;
}
.news-slider .navigation {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    width: 400px;
}
.contentbox {
    width: 400px;
    background: rgba(0, 110, 204, 0.84);
    color: white;
    height: 100%;
}
.text-white{
    color: white;
}
.sw-pagination span {
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    border: 3px solid rgb(255, 255, 255);
    width: 25%;
    background-size: cover;
}
.sw-pagination span.active{
    border: 3px solid rgb(0, 0, 0);
}
.hand{ cursor: pointer; }
.news-slideshow > .swiper-wrapper > .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} 
.nav-slideshow > .swiper-wrapper > .swiper-slide {
    width: 25%;
    height: 70px;
}
.contentbox h3 {
    font-family: gotham;
    font-weight: 400;
    text-align: left;
    margin: 20px;
}
.contentbox p {
    color: white !important;
    margin: 20px;
    text-align: left;
    font-family: gotham;
    font-weight: 100;
    font-size: 13px !important;
}
.youtube-home iframe {
    max-width: 100%;
    height: 307px;
    margin-top: 7px;
    border-radius: 20px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    margin-bottom: 10px !important;
}
a img.bn{ transition: ease-in all 0.1s; }
a:hover img.bn{ transform: scale(1.05); }
section.home-section-2{
    padding-bottom: 0;
}
section.home-section-4{
    padding-top: 0;
    padding-bottom: 0;
}
section.home-section-5{
    padding-top: 0;
    padding-bottom: 0;
}
.rounded-box {
    width: 100%;
    height: 258px;
    margin: 10px 0;
    background-size: 104%;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px solid #1a1d4c;
    border-radius: 20px;
    overflow: hidden;
}
.v-center{
    /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.instituciones-turismo.rounded-box.v-center {
    margin-bottom: 33px;
}
.swiper-slide.item-ocho {
    margin: 0;
    height: 120px;
    box-sizing: border-box;
    padding: 20px;

    background: rgb(26,29,76); 
    background: -moz-linear-gradient(-45deg,  rgba(26,29,76,1) 0%, rgba(0,20,80,0.74) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(26,29,76,1) 0%, rgba(0,20,80,0.74)100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(26,29,76,1) 0%, rgba(0,20,80,0.74) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049cdb', endColorstr='#1a1d4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 

}
.swiper-slide.item-ocho h3{
    font-weight: 100;
}
.ochoxocho-button-next, .ochoxocho-button-prev{
    height: 120px;
    cursor: pointer;
}
.ochoxocho-button-next.swiper-button-disabled, .ochoxocho-button-prev.swiper-button-disabled{
    cursor: default;
}
.item-ocho .word2{
    font-weight: 600;
}
.footer-menu .menu-main-navigation-container{
    text-align: center;
}
.footer-menu .menu-main-navigation-container ul {
    list-style: none;
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
}
.footer-menu .menu-main-navigation-container ul li{
    float: left;
}
.footer-menu .menu-main-navigation-container ul li a{
    color: white;
}
.footer-menu .menu-main-navigation-container ul li a {
    color: white;
    font-size: 13pt;
    padding: 10px;
    border-right: 1px solid #ccc;
}
.footer-menu .menu-main-navigation-container ul li:last-child a {
    border-right: 0 none;
}
.library {
    background: #8c2658;
    position: absolute;
    width: 95%;
    height: 520px;
    border-radius: 20px;
    margin-top: -257px;
    padding-top: 50px;
    z-index: 1;
    box-sizing: border-box;
    padding: 30px;
    overflow: auto;
    display: none;
}
.wp-image-579:hover{
    /*position: absolute;*/
    z-index: 2;
}
.wp-image-579:hover + .library, .library:hover{
    display: block;
}
.library, .biblioteca {
    text-align: center;
}
.library .book, .biblioteca .book {
    border: 5px solid #8c2658;
    height: 310px;
}
.library .book h3, .biblioteca .book h3 {
    color: white;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    font-family: gotham;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
}
.library .book, .biblioteca .book {
    border: 5px solid #8c2658;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 210px;
    margin: 10px 10px;
}
.library .book a, .biblioteca .book a {
    color: white;
    background: rgb(0, 177, 162);
    padding: 5px 10px;
    border-radius: 10px;
    top: 60%;
    position: absolute;
    left: calc(50% - 65px);
    width: 130px;
    text-align: center;
    border: 1px solid #009488;
    transition: all 0.3s;
}
.library .book a:hover, .library .book a:hover {
    background:#009488;
}
.mituronline{
    /*background-color: orangered;*/
    border-color: orangered;
}

.post-wrap {
    background: #f5f5f5;
}   
.page .page-title{
    font-family: 'Yanone Kaffeesatz',sans-serif;
    color: #1a1d4c;
    
}
.category h1.entry-title, .CategoryTitleAside {
    border-bottom: 3px dotted #ccc;
    padding: 18px 0;
    text-align: center;
    border-top: 3px dotted #ccc;
}
.page .post-inner {
    border-right: 5px solid #999;
    border-left: 5px solid #999;
    box-shadow: 0 0 100px rgba(1, 45, 99, 0.1);
}
.page-title-bar {
    background: #f5f5f6;
    color: white;
}
.page-title-bar .breadcrumb-nav a{
    color: #026ecb;
}
.page-title-bar .breadcrumb-nav span{
    color: #8e8e8e;
}
.entry-footer {
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.single .post-inner, .single .page-inner {
    padding-top: 10px;
}
.entry-header.row {
    background: #fff;
    padding: 0;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.single .entry-content {
    line-height: 23pt;
    padding: 0 20px;
    float: left;
    width: 100%;
}
.EntryContent {
    float: left;
    width: 75%;
}
.feature-img-box {
    float: left;
    margin: 0;
}
.CategoryContent .feature-img-box {
    height: 150px;
    overflow: hidden;
}
.feature-img-box .img-box{
    width: 100%;
    border-bottom: 5px solid #1a1d4c;
}
.entry-date {
    float: left;
    width: 100%;
}
.EntryDateContent {
    float: left;
    background: #1a1d4c;
    color: #FFF;
    padding: 5px 10px;
    text-transform: capitalize;
}
.EntryDateContent i.fa.fa-calendar{
    margin: 0 4px 0 0;
}
.post-attributes {
    float: left;
    width: 100%;
}
h3.page-title.CatTravelTitle {
    float: left;
    width: 100%;
}
.entry-date.CatTravelDate {
    color: #8c8c8c;
    text-transform: capitalize;
}
.entry-content.CatTravelContent {
    float: left;
    width: 100%;
    line-height: normal;
    text-align: justify;
    margin: 8px 0 0 0;
}
.entry-date.CatTravelDate i.fa.fa-calendar {
    margin: 0 5px 0 0;
}
.SingleContentAside {
    float: left;
    width: 100%;
    line-height: normal;
    font-size: 1.1em;
    text-align: justify;
    margin: 20px 0 0 0;
}
.EntrySidebar {
    float: right;
    width: 21%;
}
.SidebarElement {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.SingleContentAside iframe {
    width: 100%;
}
.youtube-home iframe{ width: 100%; height: 300px;}
.NewsSidebar {
    float: left;
    width: 100%;
    background: #721BB8;
    color: #FFF;
    border-radius: 20px;
}
.NewsSidebar .widget-box {
    margin: 0;
    padding: 15px;
	position: relative;
}
.NewsSidebar .widget-box .form-validation-field-0formError {
    left: 82% !important;
    top: auto !important;
    bottom: 75px !important;
    width: 100% !important;
}
.NewsSidebar .widget-box .formError .formErrorContent {
    width: 20px !important;
    border: 0;
    line-height: normal;
    border-radius: 999px;
    font-size: 1.2em;
    padding: 7px 0;
    text-indent: -999px;
    height: 20px;
    overflow: hidden;
    opacity: 1;
    background: #f00;
    position: absolute;
}
.NewsSidebar .widget-box .form-validation-field-0formError .formErrorContent {
    top: -40px;
    left: 4px;
}
.NewsSidebar .widget-box .form-validation-field-2formError .formErrorContent {
    top: -39px;
    right: 10px;
}
.NewsSidebar .widget-box .form-validation-field-4formError .formErrorContent {
    top: -39px;
    right: 10px;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background: #721bb8;
    border: 2px solid #fff;
    color: #fff;
    text-align: justify;
    font-size: 1.12em;
}
.NewsSidebar .widget-box h2.widget-title {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
}
.NewsSidebar p {
    color: #FFF;
    text-align: center;
}
.NewsSidebar input {
    float: left;
    width: 100%;
    border: 2px solid #FFF;
    color: #FFF;
    margin-bottom: 10px;
}
.NewsSidebar input.wysija-submit {
    background: #FFF;
    color: #721BB8;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}
ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 9999 ;
    list-style: none;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    border-top: 3px solid #1a1d4c;
    border-bottom:3px solid #1a1d4c;
    margin-top: -3px;
}
ul.sub-menu li.menu-item-has-children ul.sub-menu {
    left: 100%;
    margin-left: 0;
    display: none;
    top: 0;
}
ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
.menu-item-has-children:hover ul.sub-menu{
    display: block;
}
ul.sub-menu li {
    display: block;
    float: none;
    clear: both;
    width: 100%;
}
header .container {
    position: relative;
    height: 80px;
}
ul#menu-main-navigation li ul.sub-menu li a, ul#mmnav li ul.sub-menu li a{
    background: #303844;
    border: 0 none;
}

ul#mmnav li ul.sub-menu li a{
    background:#303844;
    display: block;
    width: 100%;
}
ul#menu-main-navigation li ul.sub-menu li a:hover, ul#mmnav li ul.sub-menu li a:hover{
    color: rgba(255,255,255,0.4);
}
ul#mmnav {
    margin: 0;
    background: #1a1d4c;
    color: white;
    list-style: none;
    padding: 7px 0 10px 0;
}
ul#mmnav ul.sub-menu {
    margin-top: 7px;
}
ul#mmnav > li:nth-child(1){
    margin-left:45px;
}
ul#mmnav li{
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
ul#mmnav li a{
    color: white;   
    padding: 10px;
}
.btn-primary {
    color: #fff !important;
}
.huge-it-share-buttons{ display: none; }
.share_approved .huge-it-share-buttons{
    display: block;
}
.huge-it-share-buttons h3 {
    font-size: 15px !important;
    font-family: 'Yanone Kaffeesatz',sans-serif !important;
}
.category-2 .blog-list-wrap > .row:nth-child(4){
    display: none;
}
.entry-box.travel .img-box {
    height: 240px;
    min-height: 240px;
    overflow: hidden;
    background: #f5f5f5;
}
.page-title h1 {
    color: white;
    font-size: 20pt;
}
i.fa.iconv{ 
    vertical-align: middle;
    width: 40px;
    text-align: center;
    color: #1a1d4c;
}
#nf-field-4 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
ul.mapa-navegacion ul.sub-menu {
    display: block;
    position: relative;
    list-style: circle;
    border: 0 none;
    left: 0;
    margin: 0;
    width: auto;
}
ul.mapa-navegacion ul.sub-menu li {
    margin-left: 20px;
    list-style-type: disc;
    padding-left: 0px;
    display: list-item;
}
.header-rnt-image{
    width: 100%;  
    height: auto;
    background: #262E5D;
    text-align: center;
}
.categorias-rnt{
    text-align: center;
	padding:0
}
.categorias-rnt a {
    margin: 0 0.1%;
    overflow: hidden;
    position: relative;
    float: left;
    width: 19.8%;
}
.categorias-rnt a img {
    float: left;
    width: 100%;
    margin: 0;
}
.b_914 {
    height: 300px;
    margin: 7px 0;
}
.border-right{ border-right: 2px solid white;}
.phone-proasistur {
    height: 100px;
    width: auto;
    margin-left: 19%;
}
.call_914 {
    padding: 4%;
    height: 90%;
    width: auto;
    margin-right: 4%;
}
.atencion-proasistur {
    width: 230px;
    margin-top: 14px;
}
.entry-date{
    display: none;
}
.category-noticias-de-ciudadanos .entry-date{
    display: block;
}
.site-desciption {
	transition:all .5s ease-out;
    color: white;
    /* left: 260px; */
    position: absolute;
    top: 80px;
    width: 230px;
    text-align: center;
    /* background: #1a1d4c; */
    z-index: -7;
    padding-top: 18px;
    border-radius: 0px 0px 15px 15px;
    font-size: .8em;
    text-transform: uppercase;
    background: rgba(0,109,204,1);
    background: -moz-linear-gradient(top, rgba(0,109,204,1) 0%, rgba(1,45,99,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,109,204,1)), color-stop(100%, rgba(1,45,99,1)));
    background: -webkit-linear-gradient(top, rgba(0,109,204,1) 0%, rgba(1,45,99,1) 100%);
    background: -o-linear-gradient(top, rgba(0,109,204,1) 0%, rgba(1,45,99,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,109,204,1) 0%, rgba(1,45,99,1) 100%);
    background: linear-gradient(to bottom, rgba(0,109,204,1) 0%, rgba(1,45,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006dcc', endColorstr='#1a1d4c', GradientType=0 );
}
.table-green{
    color: #444;
}
.table-green caption{
    font-family: 'Yanone Kaffeesatz',sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 20pt;
    padding: 5px;
    background-color: #737373;
}
.bluebox h1.medium-text-lines small{
    color: white;
}

li.list-group-item ul li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}
.travel-link-group aside {
    width: 50%;
    position: relative;
}
aside span.bottom-link {
    position: absolute;
    bottom: 8px;
    right: 20px;
    text-transform: uppercase;
}
.swiper-container.simple-swiper .swiper-slide {
    min-height: 264px;
    background-size: cover;
    background-position: center center;
}
.no-border{ border: 0 none; }
.page.search-results .feature-img-box {
    width: 20%;
}
.page.search-results .entry-main {
    width: 80%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}
.page.search-results article.entry-box {
    overflow: hidden;
}
.page.search-results article.entry-box .entry-date,
.page.search-results article.entry-box .entry-author,
.page.search-results article.entry-box .entry-comments{
    display: none;
}
.container.pueblos-vivos .post-inner .col-main::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
    width: 80px;
    background: url(images/pueblos-vivos-color.png) no-repeat top left transparent;
    height: 200px;
    background-size: 100% auto;
}
.container.pueblos-vivos .post-inner .col-main::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    background: url(images/corsatur-color.png) no-repeat top left transparent;
    height: 200px;
    background-size: 100% auto;
}
.container.pueblos-vivos .post-inner .col-main {
    /*background: url(images/pueblosvivos-top.png) no-repeat top left white;*/
    padding-top: 180px;
    margin-top: -10px;
}
.container.pueblos-vivos .post-inner {
  border-color: #092e62;
}
.carousel-caption {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    text-align: justify;
}
.magee-slider .carousel-control span {
    font-size: 2em;
    color: white;
}
.carousel-control {
    width: 60px;
}
.magee-slider .carousel-control span.fa-angle-right {
    right: 28px;
}
.carousel-title {
    position: absolute;
    top: 0;
    color: white;
    font-family: antonio;
    background: rgba(0,0,0,.2);
    right: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.AsideCategory {
    float: left;
    width: 24.2%;
    margin: 10px .4%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.AsideCategory p {
    position: absolute;
    width: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    text-align: center;
}
.AsideCategory p a {
    color: #FFF;
    font-size: 1.8em;
    text-shadow: 0px 0px 8px #000;
    text-transform: uppercase;
    line-height: normal;
}
article.page.type-page.TravelAside {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.rntAside {
    padding-left: 15px;
    padding-right: 15px;
}
.rntBlock {
    background: #56C2F3;
    color: #FFF;
    margin-top: 10px !important;
    font-size: 1.2em;
    line-height: normal;
    text-align: justify;
    min-height: 250px;
}
.rntBlock.blkSecond {
    background: #388A88;
}
.rntBlock h3 {
    color: #FFF;
    border-bottom: 4px solid #FFF;
    padding-bottom: 10px;
}
.FooterLogoSLV {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.FooterLogoSLV img {
    display: inline-block;
    width: 70px;
}
img.CategoryBanner {
    margin-bottom: 8px;
}
.CatTitleAside {
    float: left;
    width: 100%;
}
.CategoryTitle {
    float: right;
    width: 40%;
    margin-bottom: 10px;
}
.TitleFstBox {
    float: right;
    width: 90%;
    text-align: center;
    background: #1a1d4c;
    color: #FFF;
    padding: 5px 0;
}
.TitleTrdBox {
    float: right;
    width: 100%;
    background: #1a1d4c;
    text-align: center;
    color: #FFF;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 1.8em;
}
.TitleSndBox {
    float: left;
    width: 10%;
    text-align: center;
    padding: 10px 0 11px 0;
    background: #81B941;
    color: #FFF;
}
.ModulesRNT {
    float: left;
    width: 100%;
    padding: 0;
}
.ModulesRNT ul {
    float: left;
    margin: 0;
    padding: 0;
}
.ModulesRNT ul li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 15px 0;
    list-style: none;
    text-align: center;
}
.ModulesRNT ul li:nth-child(1) {
    background: #80B840;
}
.ModulesRNT ul li:nth-child(2) {
    background: #C0232A;
}
.ModulesRNT ul li:nth-child(3) {
    background: #1a1d4c;
}
.ModulesRNT ul li:nth-child(4) {
    background: #1a1d4c;
}
.ModulesRNT ul li a {
    color: #FFF;
}
.instituciones-turismo a img {
    margin: 0;
    height: 90px;
}
.instituciones-turismo a:nth-child(2){
	margin:0 10px;
}
.post-inner.row.MedicalTourismAside {
    background: url(images/BackMedicalTourism.jpg) no-repeat;
    background-size: 100%;
    min-height: 900px;
}
.post-inner.row.MedicalTourismAside .col-main{
	background:none;
}
.MedicalTourismAside iframe {
    float: right;
    margin: 130px 50px 0 0;
    width: 550px;
    height: 290px;
    border: 5px solid #FFF;
    -moz-box-shadow: 0 0 25px #000;
    -webkit-box-shadow: 0 0 25px#000;
    box-shadow: 0px 0px 25px #000;
}
.row.MedicalTourismContent {
    float: left;
    width: 60%;
    margin: 100px 20% 0 20%;
}
.row.MedicalTourismContent div img {
    height: 140px;
}
.row.MedicalTourismContent div {
	text-align: center;
}
.col-md-12.MTC-Header {
    color: #FFF;
    font-size: 2.2em;
    margin-bottom: 30px !important;
    text-shadow: 0px 4px 5px #000;
}
.row.MedicalTourismContent div img:hover{
}
.photospace {
    width: 100% !important;
    padding: 15px !important;
}
.gal_content {
    float: right !important;
    width: 70% !important;
}
/*LOADER*/
.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 0px);
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display:inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}
/*LOADER*/
.TextLoader {
    color: #FFF;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 43%;
}
.row + .row {
	margin-top:0
}
img.reveal.alignnone.size-full.wp-image-589.FirstBanner{
    margin:0;
}
img.reveal.alignnone.size-full.wp-image-582.SecondBanner{
    margin: 10px 0;
}
.HalfContent {
    float: left;
    width: 48%;
}
.HalfContent.HCLeft{
	margin-right:2%;
}
.HalfContent.HCRight{
	margin-left:2%;
}
img.img-logo-mi-online.v-center.mituronline{
    width: 100%;
}
.PoliticaTurismoAside img {
    border-radius: 20px;
}
.btn-ns-next:hover,
.btn-ns-prev:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.InstitucionesSidebar img {
    width: 25%;
    margin: 10px 2%;
    display: inline-block;
}
.InstitucionesSidebar {
    text-align: center;
}
.single .post-inner, .single .page-inner, .page-template .post-inner {
    padding-top: 100px;
    background-image: url(images/head-pages.png);
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-position: top right;
    border-right: 0 none;
    border-left: 0 none;
    border-radius: 3px;
}

.entry-title {
    
    color: #2b3990;
    font-family: 'Anton', sans-serif;
    background: #fff;
    text-transform: capitalize;
}
.entry-content li {
    margin-top: 20px;
}
.list-abc{
    list-style-type: lower-latin; 
}
.category-eventos .entry-date {
    display: block;
    color: #fff;
    background: #81b841;
    text-align: center;
    font-size: 12pt;
    border-radius: 20px;
}
blockquote {
    position: relative;
    display: block;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    padding: 40px;
    font-size: inherit;
}
blockquote p{ padding: 0; color: #f7714f !important; }
blockquote p:before{ content: none; }
blockquote:before, blockquote:after{
    content: "";
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    
}
blockquote:before{
    background: url('images/corchete-left.png') no-repeat center left transparent;
    left: 0;
    background-size: contain;
}
blockquote:after{
    background: url('images/corchete-right.png') no-repeat center right transparent;
    right: 0;
    background-size: contain;
}
blockquote h5 {
    color: #f76d49;
    font-weight: bold;
    margin-top: 0;
}
.entry-content h4 {
    color: #d84646;
    font-weight: bold;
}
#msg-form-wysija-3 li {
    margin: 0;
}   
article.mec-single-event {
    float: left;
}

/*principal */
.top-bar{background-color: #303844!important;}
.loader {background:#1a1d4c!important;}
#slide-3-layer-2{background-color:#1a1d4c!important;}