@charset "UTF-8";
/*
	Theme Name: Alto Nivel 2020
	Theme URI: https://www.g21.com.mx;
	Description: Nuevo tema Alto con funciones VUE
	Version: 1.1
	Author: Ricardo Mares, Oscar Gascon (@riqrdo,@ogascon)
	Author URI: https://g21.com.mx
	Tags: Alto, Page Speed

	License: g21 Comunicacion
	License URI: https://g21.com.mx/aviso-privacidad
*/



/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{ font-style:italic;}



@keyframes navOpen{
  0%{height:0;opacity: 0}
  100%{height:100%; opacity: 1}
}.nav_open{animation-name: navOpen;animation-timing-function:ease-in-out;animation-duration: .4s;animation-fill-mode:both;}


@keyframes navClose{
  0%{
    opacity: 1; 
    height:100%;
  }
  100%{
    opacity: 0; 
    height:0
  }
}
.nav_close{animation-name:navClose;animation-timing-function:ease-in-out;animation-duration: .3s;animation-fill-mode:both;}



/* normalize */
html, body {margin: 0;padding: 0;-webkit-text-size-adjust:none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background: #fff;}
body{font: 400 .9em/normal 'PT Sans', sans-serif;color: #333;position:relative;overflow: initial!important;}
html{position:relative;overflow-x: hidden;}
h1,h2,h3,h4,h5{font-family: 'Ubuntu', serif;color: #333;margin-bottom: 1%;font-weight: 700;}
h1{font-size:1.6em;}
h2{font-size: 1.4em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
h5{ font-size:1em;}
ul,li{ list-style:none; list-style-position:outside;}
.btn,a, a img, img{ outline:none; text-decoration:none;}
input{border:none;outline:none;font-family:'PT Sans';font-size: 1em;}
img[data-src^="http"]{opacity:0;transition: .4s;transition-delay: .2s;}
img[data-src]{opacity:0;transition: .4s;transition-delay: .2s;}

img[data-src^="http"].ready{opacity:1;}
img[data-src].ready{opacity:1;}
.btns{display: flex;align-items: center;justify-content: center;width: 100%;}
.btns .btn{margin:0 3px;white-space: nowrap;padding: 0 15px;width: 100%;}
.btns.flex{ flex-wrap:wrap;}
.btns.flex .btn{margin: 0 0 10px;display: block;width: 100%;}
a{ color:#2C3048}
.txt_center{text-align:center;}
.txt_right{text-align:right;}
.nice{position:relative;display: block;font: 700 2em 'Ubuntu', serif;width: 100%;margin: 0;color: #000;/* text-align: center; */margin: 3% 0 1%;padding: 0 0 5px;}
.nice.center{ text-align:center;}
.nice:after,.nice:before{display: block;content:'';width: 50%;height: 2px;background: #ddd;position: absolute;bottom: 0;left: 0;}
.nice:after{height: 4px;background: #e21625;width:100px;}
.nice.white:after, .nice.white:before{ border-color:#fff;}
.nice.center:after,.nice.center:before{left:50%; transform:translateX(-50%)}
.nice.white{color:#fff;}


.title{width:100%;text-align:center;color:#fff;font-size: 3em;}


button{border:none;cursor: pointer;}

/* buttons */
button{-webkit-appearance: none;font:normal 1em 'PT Sans';}
input[type="submit"],.btn{padding: 0 20px;display: inline-flex;text-align: center;box-shadow: 0 1px 5px rgba(0,0,0,.1);cursor: pointer;border: none;background: #e21625;color: #fff;border-radius: 10em;height: 40px;align-items: center;transition: .4s;font-family: 'PT Sans';}
.btn i{margin:0 10px 0 0;opacity: .7;}
.btn.secondary{background: #ffffff;color: #333;}
.btn span.counter{margin: 0 10px 0 0;text-align: center;width: 22px;position: relative;}
.btn span.counter i{margin: 0;opacity: 1;}
.btn span.counter i:before{font-size: 1.9em;position:absolute;left: -3px;top: -3px;opacity: .2;}


a.btn.secondary {}
.btn.terciary{background: #343434;color: #fff;text-shadow: none;/* border: 1px solid #ddd; */}
.btn.quarty{background:none;color: #ddd;border: 1px solid #ddd;}
.btn.block{width: 100%;clear: both;justify-content: center;}
.btn.center{display:block;margin: 0 auto 20px;width: 200px;line-height: 40px;}
.btn:hover{opacity:.8}
.gray{background:#ececec;padding: 20px 20px 0!important;}
.blue{background:#022833;padding: 20px 20px 0!important;}



/* all */
*{box-sizing:border-box;}
a,.has_animation{transition:.4s ease-out;}

/* transition */
.trans{transition: all 500ms ease-out; }

/* conatiners */
main{width:100%;top: 0px;background:#fff;left:0;z-index: 1;position: relative;transition: .5s;margin: 0 auto;padding: 60px 0 0;}
.envelope{position: absolute;width: 100%;height:100%;z-index: -2;cursor:pointer;left:0;top:0;opacity:0;}
.content{position: relative;z-index: 1;}
.inner{margin:0 auto;width: 90%;z-index: 1;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;max-width: 1500px;}
.hidden{ display:none;}




/* cols */
.wrapper{overflow:hidden;padding: 4% 0;display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.wrapper > *{min-height:40px;margin-bottom: 20px;}
.col_1{width: 100%;}
.col_2{width: 48%;}
.col_3{width: 30%;}
.col_4{width: 20%;}
.col_5{ width:18%;}
.col_3f{width: 64%;}
.col_4f{width: 52%;}
.text_right{ text-align:right;}

aside{display:block;width:300px;margin: 0 0 0 0;vertical-align: top;background: none;position: relative;padding: 4% 0 0;}

.inner[data-author="advertorial-md"] .publicidad{display:none;}

/* header */
header{position: sticky;width: 100%;background: #e21625;margin: 0 auto;box-shadow: 0 9px 9px rgba(0,0,0,.2);top: 0;z-index: 2;position: -webkit-sticky;position: fixed;

  background: linear-gradient(-45deg, #810810, #e21625, #810810, #e21625);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;

}
header a{ transition:0s;}
header .inner{align-items:center;max-width: inherit;flex-wrap: nowrap;}
header .logo{width: 170px;display: flex;height: 60px;align-items: center;justify-content: center;/* filter: invert(1) brightness(5); */}
header .logo img{width:100%;height: 80%;object-fit: contain;}
header .header_btns{position:relative;display:flex;align-items: center;}
header .header_btns .btn{height:30px;margin:0 4px;box-shadow: none;background: transparent;color: #ffffff;}
header .header_btns .btn i{ font-size:.8em}
header menu{display: flex;align-items: center;}
header menu ul{ display:flex;}
header menu ul li{display: flex;align-items: center;justify-content: center;}
header menu ul li a{display:block;font: 100 1em 'PT Sans';letter-spacing: 1px;text-transform: uppercase;padding: 20px; position:relative;} 
header menu ul li a:after{height:3px;content:'';position:absolute;width:0%;bottom:0;background: #f06251;left: 50%; transition:.4s}
header menu ul li a:hover:after{ left:0; width:100%}


@keyframes gradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

.search_module{position:fixed;background: #fafaea;width:100%;z-index: 999;top: 60px;max-height: calc(100% - 60px);overflow: auto;height: 0px;display: none;}
.search_module.nav_open{ display:block;}
.search_module .title{font-size: 2.2em;font-weight:900;margin: 0 0 1%;opacity: 0;transition: .4s;color: #333;font: bold 2.2em 'Ubuntu';}
.search_module .inner{padding: 4% 0 0;}
.search{overflow:hidden;width: 100%;opacity: 1;display: flex;margin: 0 0 4%;position: relative;top: 100px;opacity: 0;transition: .4s;background: rgba(0,0,0,.1);}
.search input{color: #333;float:left;width: 100%;background:transparent;height: 70px;border-bottom: 1px solid #f06251;font-weight: 600;font-size: 1.4em;padding: 0 20px;}
.search button{color: #555;height: 70px;border-bottom: 1px solid #f06251;overflow: hidden;float: left;width: 110px;background: transparent;}
.search button span{display:block;height: 40px;width: 40px;position: relative;transform: rotate(-135deg) scale(.7);margin: 0 33%;overflow: hidden;}
.search button span:before,.search button span:after {display: inline-block;height: 20px;width: 30px;border-radius: 8px;transition: 0.3s;background: transparent;content: '';position: absolute;width: 100%;top: 0;bottom: 0;margin: auto;}
.search button span:before {height: 2px;left: 0;background: #333;width: 17px;}
.search button span:after {right: 0;background: transparent;border-radius: 50%;width: 20px;height: 20px;border: 2px solid #333;-webkit-transform-origin: 50% 50%;}
.search_module article{width:100%;margin: 0 0 4%;transition: .4s;opacity: 0;}
.search_module .place strong{ font-size:1.6em}
.search_module .grid_notes .note{ height:300px; padding:0;}
.search_module.nav_open .title{opacity:1;transition-delay: .4s;}
.search_module.nav_open .search{opacity:1;top: 0;transition-delay: .6s;}
.search_module.nav_open .search label{ display:none}
.search_module.nav_open article{opacity:1;transition-delay: 1s;}



nav{position: fixed;width: 100%;background: #222;height: 100%;top: 0px;z-index: 999;left: 0;overflow: hidden;height: 0;backdrop-filter: blur(15px);background: rgba(0,0,0,.9);}
nav .inner{ height:100%;}
nav .logo{display:flex;width: 170px;height: 60px;position: absolute;left: 0;object-fit: contain;object-position: left;top: 0px;opacity: 0;transition:.4s;}
nav .nav_content{position:relative;width:100%;display: flex;top: 100px;height: calc(100% - 200px);justify-content: space-between;align-items: center;}
nav .nav_content > ul{display: flex;width: 420px;flex-wrap: wrap;align-items: center;height: 90%;margin: 0 0 0 6%;}
nav .nav_content > ul li{display: flex;position: relative;width: 100%;align-items: center;opacity:0;transition: .4s;top: 8%;}
nav .nav_content > ul li a{color: #fff;display:block;font: 600 2em 'PT Sans';width: 100%;padding: 0 4%;line-height: 60px;}
nav .nav_content > ul > li > a:after{height:1px;width:0;content:'';background:#fff;position:absolute;left:0;bottom:0;transition: .4s;}
nav .nav_content > ul li ul{position:absolute;display:none;left: 80%;background: #202020;}
nav .nav_content > ul li:hover > a:after{width:100%}
nav .nav_content > ul li:hover ul{display:block;width: 100%;}
nav .nav_content > ul li ul li a{padding:0 4%; font-size:1.4em; line-height:50px;}
nav.nav_open .nav_content > ul li{opacity:1;top: 0;}
nav.nav_open .nav_content > ul li:nth-child(1){transition-delay:.4s}
nav.nav_open .nav_content > ul li:nth-child(2){transition-delay:.5s}
nav.nav_open .nav_content > ul li:nth-child(3){transition-delay:.6s}
nav.nav_open .nav_content > ul li:nth-child(4){transition-delay:.7s}
nav.nav_open .nav_content > ul li:nth-child(5){transition-delay:.8s}
nav.nav_open .nav_content > ul li:nth-child(6){transition-delay:.9s}
nav.nav_open .nav_content > ul li:nth-child(7){transition-delay:1s}
nav.nav_open .nav_content > ul li:nth-child(8){transition-delay:1.1s}
nav.nav_open .nav_content > ul li:nth-child(9){transition-delay:1.2s}
nav.nav_open .nav_content > ul li:nth-child(10){transition-delay:1.3s}
nav.nav_open .logo{opacity:1;transition-delay:.3s;}

nav .links{width: 20%;position: relative;opacity: 0;transition: all 1s ease 1s;top: 40%;font-size: 1.2em;}
nav .links .separator{display:block;color: #bababa;position:relative;line-height: 30px;margin: 6% 0 2%;font-weight: 600;padding: 0 0 6px 0;font-family: 'Ubuntu';}
nav .links .separator:after{height: 2px;width: 70px;background: #f06251;content:'';display:block;left: 0;bottom: 5px;position: absolute;}
nav .links a{display:block;color: #868686;line-height: 35px;width: 100%;padding: 0 0 0 0;}
nav .links a i{ margin: 0 2% 0}
nav.nav_open .links{opacity: 1;top: 0;}



/* Si */
.open_nav{width: 40px;height: 40px;text-align: center;display: flex;align-items: center;justify-content: center;margin: 0 0 0 10px;}
.open_nav span, .open_nav span:before, .open_nav span:after {cursor: pointer;height: 2px;width: 25px;background: #ffffff;position: absolute;display: block;content: '';border-radius: 12px;}
.open_nav span:before {top: -8px;}
.open_nav span:after {bottom: -8px;}
.open_nav span, .open_nav span:before, .open_nav span:after {transition: all 700ms ease-out;}
.open_nav.active span {background-color: transparent;}
.open_nav.active span:before, .open_nav.active span:after {top: 0;}
.open_nav.active span:before {transform: rotate(45deg);}
.open_nav.active span:after {transform: rotate(-45deg);}

.open-search{display:block;position: absolute;width: 50px;/* background: #d6373f;*/z-index:1;text-align:center;color: #b5b5b5;right: 200px;top: 35px;box-sizing: border-box;line-height: 35px;font-size: 1.5em;height: 50px;}
.open_search{text-align: center;padding-top: 0;display: block;color: #fff;right: 280px;margin: 0 0 0 10px;width: 40px;height: 40px;}
.open_search span{display: flex;height: 40px;width: 40px;transition: 0.3s;position: relative;-webkit-transform: rotate(-45deg);transform: rotate(-135deg) scale(.8);}
.open_search span:before,.open_search span:after {display: inline-block;height: 30px;width: 30px;border-radius: 8px;transition: 0.3s;background: transparent;content: '';position: absolute;width: 100%;top: 0;bottom: 0;margin: auto;}
.open_search span:before {height: 2px;left: 3px;background: #ffffff;width: 15px;}
.open_search span:after {right: 0;background: transparent;border-radius: 50%;width: 16px;height: 16px;border: 2px solid #ffffff;margin: 10px 4px;}
.open_search.active span:before{width:30px;transition-delay: .3s;}
.open_search.active span:after{width: 0;border: 1px solid #fff;height: 28px;/* border: none; */background: #222;margin: 5px 47% 0px -10px;border-radius: 0;}

.publicidad{text-align: center;width: 100%;padding: 1% 0;position:relative;display: flex;align-items: center;justify-content: center;z-index: 1;overflow: hidden;background: #f2f1f0;}
.publicidad.overflow{overflow: initial;}
.publicidad.dark{background: #111;}
.publicidad > *{display:inline-block;}
.publicidad.to_fix{ position:sticky; top:70px; margin-bottom:20px}
.fixed_ad{position:fixed;bottom:-30%;background:#fff;left:0;width:100%;z-index: 3;box-shadow: 0 0 30px rgba(0,0,0,.2);transition: .6s;}
.fixed_ad.active{bottom:0}
.fixed_ad .close{bottom:90%;top:initial;background:#fff;right:4%;box-shadow: 0 0 30px rgba(0,0,0,.2);filter:invert(1);}








.top_home{position:relative;padding: 2% 0;/* margin: 0 0 8%; *//* max-height: 770px; */background: #1f1f1f;}
.top_home:before{content:'';background: linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, rgba(255, 255, 255, 0) 49%, rgba(185, 185, 185, .5) 51%, #444444 55%);position:absolute;width:100%;height:100%;top:0;left:0;background-size: 3px 3px;opacity: .5;color: #e21625;}

.reapertura{/* background: #e21625; */}
.top_especial{position:relative;padding: 70px 0;background: #360601;}
.top_especial h1{font-size:3em;margin-bottom:30px;width: 100%;color:#fff}
.top_especial h2{font-size:2em;font-weight:100;color: #ddd;}
.top_especial:before{content:'';background: linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, rgba(255, 255, 255, 0) 49%, rgba(185, 185, 185, .5) 51%, #487690 55%);position:absolute;width:100%;height:100%;top:0;left:0;background-size: 3px 3px;opacity: .5;color: #e21625;}


/* footer */
footer{width: 100%;position: relative;z-index: 1;background: #ffffff;border-top: 1px solid #ddd;}
footer strong{display:block;}
footer a,footer span{display:block;color: #666;}
footer a{margin: 0 0 3%;}
footer a:hover{/* color:#444 */}
footer .logo{width: 230px;height:auto;display:block;margin:0 auto;filter: brightness(.2) grayscale(1);opacity: .2;}
footer .logo img{ width:100%; height:auto;}
footer a.icon{padding: 0 0 0 30px;position:relative;display:flex;align-items:center;width: 140px;line-height: 23px;/* box-shadow: 0 0 4px rgba(0,0,0,.1); */border-radius: 10em;/* background: #fff; */margin: 0 0 6px;}
footer a.icon i{position: absolute;left: 2px;font-size: 1.1em;}
footer .copyright{text-align:center;padding:10px;font-size: .8em;background: #e7edec;color: #666;}
footer .social{border-right: 1px solid #ddd;width: 16%;}
footer .logos{display:flex;align-items:center;justify-content:center;padding:10px 10px 0;color:#f00;margin: 0 0 -40px;}
footer .logos img {height:60px;margin:0 10px;width: auto;object-fit: contain;}
footer .logos span{display:flex;align-items:center;justify-content:center;padding: 0;color:#e10a98;}
footer .nice{font: 900 1.2em 'Ubuntu';margin: 0 0 10px;padding: 0 0 10px;color: #000;white-space: nowrap;text-align: left;}
footer .nice:after,footer .nice:before{ display:none;}
footer .digital_mag{display: block;position:relative;padding: 0 180px 20px 0;width: 31%;}
footer .digital_mag img.isbg{position:absolute;top: 0;left: 0;object-fit: contain!important;}
footer .digital_mag .ipad img{width: 90.8%;margin: 11px 0 0 5px;height: 88.1%;box-shadow: inset 0 0px 6px #000;border-radius: 4px;}
footer .digital_mag .ipad .isbg{width:100%;height:100%;box-shadow:none;top: 0;left: 0;margin: 0;}
footer .digital_mag .ipad{width: 120px;height: 183px;position:absolute;right: 0;bottom: 0;}
footer .digital_mag .iphone{width: 70px;height: 107px;position:absolute;right: 78px;bottom: -7px;}
footer .digital_mag .iphone img{width: 74.2%;margin: 11px 0 0 9px;height: 83.5%;border-radius: 0 0 6px 6px;display: block;object-fit: cover;}
footer .digital_mag .iphone .isbg{width:100%;height:100%;box-shadow:none;top: 0;left: 0;margin: 0;}
footer .digital_mag .links_revista{display:flex;justify-content: space-between;margin-top: 20px;}
footer .digital_mag .links_revista a{width: 32%;background:#000;overflow:hidden;border-radius: 6px;text-align: center;color: #fff;line-height: 40px;height: 40px;font-size: .8em;display:block;}
footer .digital_mag .links_revista a img{overflow:hidden;border-radius:5px;width: 100%;height: 100%;object-fit: contain;}
footer .digital_mag p{margin: 6% 0;color: #333;}
footer .logos_iasa{display: flex;width: 100%;margin: 2% 0 0;padding: 2% 10px;border-top: 1px solid #ddd;justify-content: space-between;}
footer .logos_iasa a{display: flex;margin: 0;width: auto;align-items: center;filter: grayscale(1);opacity: .3;}
footer .logos_iasa a:hover{opacity: 1;filter: none;}
footer .logos_iasa a img{height: 50px;width: auto;margin: 0;}
footer .logos_iasa a:nth-child(1) img{height: 70px;}
footer .logos_iasa a:nth-child(2) img{height: 45px;}
footer .logos_iasa a:nth-child(3) img{height: 27px;}
footer .logos_iasa a:nth-child(4) img{height: 37px;}
footer .logos_iasa a:nth-child(5) img{height: 35px;}


.cover{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size:cover;background-position: center;background-attachment: fixed;z-index: 0;opacity: .5;transition: .4s;}
.cover.ready{opacity:1}
.cover.blur{filter: blur(6px);}
.cover.nofix{background-attachment:initial;background-size: 600px;}
.cover.repeat{background-repeat: repeat;}
.cover.op6{opacity: .4;}


.newsletter{position:relative;overflow:hidden;z-index:1;background: #333;}
.newsletter .cover{ background-color:#444;}
.newsletter div#mc_embed_signup{display:block;overflow:hidden;clear: both;background: rgba(0,0,0,.5);border-radius: 10em;margin: 0 20px;width: 100%;max-width: 600px;background: #fff;}
.newsletter div#mc_embed_signup div{display:inline!important;}
.newsletter div#mc_embed_signup label{ display:none;}
.newsletter div#mc_embed_signup div.hide{ display:none!important;}
.newsletter form div.clear{background:none;float:left;width: 23%;clear: none!important;}
.newsletter form label input,.newsletter form div input{width: 77%!important;height: 40px!important;display: block!important;color: #333!important;background-color: transparent!important;border-radius: 0;padding: 0 20px!important;border: none!important;float: left;font: normal 1em 'PT Sans';outline:none;}
.newsletter form label input::-webkit-input-placeholder,.newsletter form div input::-webkit-input-placeholder{color:#666}
.newsletter form label button,.newsletter form div button{background: rgba(198, 198, 198, 0.4);float: right;color: #6666;line-height: 0;height: 40px;border-radius: 0;width: 100%;font-size: 1.2em;/* box-shadow: inset 10px 0 30px -12px rgba(0,0,0,.7); */padding: 0;cursor: pointer;}
.newsletter .inner{justify-content:center;color:#fff;margin: 1% auto;backdrop-filter: blur(5px);padding: 2% 0;border-radius: 2px;background: #e21625;}
.newsletter h5{color:#fff;width:100%;text-align:center;font-size: 2em;}
.newsletter p{ width:100%; text-align:center; padding:0 4%; margin:0 0 2%;}

iframe.foo{
  min-height: 220px;
  min-width: 50%;
}


.lightbox{position: fixed;display: flex;background: #fff;width: 100%;height: 100%;overflow: hidden;top: 0;left: 0;z-index: 999;background: rgba(0,0,0,.9);backdrop-filter: blur(4px);align-items: center;justify-content: center;pointer-events: none;opacity: 0;z-index: -1; transition:.4s}
.lightbox .content_lightbox{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width: 90%;height: 90%;position: relative;overflow: hidden;padding: 4%;background: #fff;max-width: 800px;max-height: 780px;overflow: auto;-webkit-overflow-scrolling: touch;}
.lightbox.active{z-index:99;opacity:1;pointer-events:auto;}

.close {background: transparent;border-radius: 5px;width: 40px;height: 40px;position: absolute;right: 10px;top: 10px;z-index: 10;display: flex;align-items: center;justify-content: center;}
.close span {background: transparent;width: 100%;box-shadow: none;height: 100%;display: flex;align-items: center;justify-content: center;}
.close span:before,.close span:after {display: inline-block;height: 2px;width: 30px;border-radius: 10em;transition: 0.3s;background: #333;content: '';position: absolute;}
.close span:before {transform: rotate3d(0, 0, 1, 45deg);}
.close span:after {transform: rotate3d(0, 0, 1, -45deg);}
.close.white span:before,.close.white span:after {background: #fff;}
nav .close{right:0;}
nav .close span:before,nav .close span:after{background:#fff}

.eventos_home{background: #e21625;padding: 2% 0 0;}



.videos_home{padding: 6% 0 6%;background: #080201;}
.videos_home h3{font-size: 2.4em;width: 100%;margin: 0 0 12%;color: #fff;}
.videos_home .video_top{width: 32%;margin: 0 0 8%;color: #fff;}
.videos_home .player {width: 64%;position: relative;}
.videos_home .player figure{position:absolute;height:100%;width:100%;top: 0;}
.videos_home .player figure > *{position:absolute;height:100%;width:100%;object-fit:cover;}
.videos_home .player figure iframe{z-index:2}
.videos_home .player a{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.5);z-index: 1;}
.videos_home .player a i{position:absolute;width: 60px;height: 60px;z-index:2;color: #fff;text-align: center;line-height: 60px;background: rgba(0,0,0,.8);border-radius: 10em;box-shadow: 0 0 10px rgba(0,0,0,3);top: calc(50% - 30px);left: calc(50% - 30px);}
.video_top p{margin: 2% 0 4%;font-weight:600;text-transform:uppercase;}
.video_top a{color:#fff}
.video_top strong{font-weight: 700;display:block;font-size:1.6em;font-family: 'Ubuntu';margin-bottom: 2%;}
.video_top span{display:block;font-size: 1.2em;margin: 0 0 4%;}
.video_top .secondary{ margin:0 0 10%}


.especiales_home{background: #000;padding: 2% 0 0;position: relative;}
.especiales_home .cover{opacity:.4}

.destinations{position:relative;padding: 5% 0;background: #4e4e4e;box-shadow: inset 0 0 100px -40px rgba(0,0,0,0.8);}
.destinations .cover{opacity: .2;filter: grayscale(1) blur(.7px) brightness(2.2);;background-size: auto 100%;}
.destinations .inner{flex-wrap:nowrap;}
.destinations .text_destinations{width: 33%;margin: 6% 0px;}
.destinations .text_destinations h2{font-size: 3em;max-width: 67%;color: #fff;}
.destinations .text_destinations p{margin:0 0  4%;font-size: 1.4em;line-height:1.8em;color: #fff;}
.destinations .destaination_carousel{width: 64%;display: flex;padding: 0 6% 0 0;overflow: hidden;}

.destinations .destaination_carousel .place{ height:100%;}

.ultimas{padding: 2% 0;background: #e21625;}
.title_home{ font-size:1.8em}
.scroll_notes{width:100%;margin: 0 0 4%;}
.scroll_notes article{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;width: 100%;grid-gap: 20px;}

.grid_notes{display:grid;grid-template-rows: auto;grid-template-columns: 1fr 1fr 1fr 1fr;width: 100%;grid-gap: 20px;margin-bottom: 4%;margin: 0% 0 4%;position: relative;}
/*.*/grid_notes:before{position:absolute;width: 50%;height: 90%;background: #ffffff;content:'';left: 0;top: 0;z-index: -1;transform: rotate(87deg);opacity: .3;}
.grid_notes.category .leader{grid-column: 1/5;}
.grid_notes.category .box{grid-column: 4;grid-row:1;}
.grid_notes.category .half{grid-column: 4;grid-row:3/5;}
.grid_notes.estados .especial strong{ font-size:2em}
.grid_notes #mas_especiales{grid-column: 1/4;margin: 5% auto;max-width: 430px;}


.note{display:block;position:relative;width: 100%;padding: 0;box-shadow: 0 0 10px rgba(0,0,0,.1);cursor:pointer;background: #fff;overflow: hidden;border-radius: 2px;min-height: 270px;}
.note figure{display:block;overflow:hidden;left: 0;/*position: absolute;*/ width: 100%;/*height: 76%;*/ height: 200px; top: 0;transition: .4s;background: #ddd;}
.note figure img{position:relative;width:100%;height: 100%;object-fit:cover;background: #f9f9f9;z-index:1;}
.note figure i{position:absolute;width: 60px;height: 60px;z-index:2;color: #fff;text-align: center;line-height: 60px;background: rgba(0,0,0,.8);border-radius: 3px;box-shadow: 0 0 10px rgba(0,0,0,3);top: auto;left: 0;}
.note figure:after{position:absolute;top:0;left:0;width: 100%;height:100%;content:'';display:block;/* background: linear-gradient(0deg,rgba(0,0,0,1) 10%,rgba(0,0,0,0) 40%); */z-index:1;transition:.4s;}
/* .note figcaption{position:absolute;bottom: 0;z-index:2;width: 96%;padding: 3% 4%;background: #fafaea;} */
.note figcaption{/* position:absolute;*/ bottom: 0;z-index:2;width: 100%;padding: 3% 4%;background: #fff;}
/* .note figcaption strong{font-weight: 400;display: block;margin: 0 0 3%;font-size: 1.3em;font-family: 'Ubuntu';line-height: 1.4em;} */
.note figcaption strong{font-weight: 600;display: block;margin: 0 0 3%;font-size: 1.3em;font-family: 'Ubuntu';line-height: 1.4em;}

.note figcaption span{line-height:1.8em;margin: 0 0 2%;display: none;}
/* .note figcaption em{font-style:normal;display: block;align-items: center;opacity: .6;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;letter-spacing: -0.01em;word-spacing: -0.1em;text-transform: lowercase;}
.note figcaption em i{font-size: .4em;margin: 0px 0% 0 0;opacity:.5;line-height: 0;display: inline-block;}
.note figcaption b{color: #e21625;display: block;margin: 0 0 2%;font-weight: 100;text-transform: uppercase;} */
/* .note figcaption em{font-style:normal;display: block;align-items: center;opacity: .6;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;letter-spacing: -0.01em;word-spacing: -0.1em;text-transform: lowercase; color: #424242} */
.note figcaption em{font-style:normal;display: block;align-items: center;opacity: .6;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;letter-spacing: -0.01em;word-spacing: -0.1em;text-transform: lowercase; color: #424242; font-weight: 600;}

.note figcaption em i{font-size: .4em;margin: 0px 0% 0 0;opacity:.5;line-height: 0;display: inline-block; color: #424242; }

.note figcaption b{color: #e21625;display: block;margin: 0 0 2%;font-weight: 100;text-transform: uppercase;font-weight: 600; }
.note time{position:absolute;bottom: 100%;right: 0;background: #1d52cb;text-align:center;width: 100px;box-shadow: 0 0 10px rgba(0,0,0,.1);padding: 5% 2% 3%;color: #fff;border-radius: 1px;}
.note time strong{font-size: 1.2em;margin: 0 0 8%;line-height: 1em;}
.note time b{color:#555;font-weight:600;text-transform:uppercase;margin: 0;line-height: 1em;display: inline-block;}
.note time span{ display:block;}
.note:hover figure{ transform:scale(1.05);}
.note:hover figure:after{opacity:.5}
.grid_notes .note{/*padding: 0 0 100% 0;*/}

.listed .note.page em{ display:none;}
.listed .note.page,.listed .note.escapadas{padding:0;height: 270px;}
.listed .note.page figure,.listed .note.escapadas figure{ width:100%;}
.listed .note.page figcaption,.listed .note.escapadas figcaption{width:100%;margin: 0% 0 0 0;background: linear-gradient(0deg, rgba(0,0,0,.8) 0% , rgba(0,0,0,0) 100%  );padding: 18% 4% 2%;position: absolute;}
.listed .note.page figcaption strong,.listed .note.escapadas figcaption strong{color:#fff;font-size:2em;margin: 0;}
.listed .note.escapadas figcaption em{color:#fff;}




.especial{display:block;position:relative;width: 100%;padding: 0;box-shadow: 0 7px 7px rgba(0,0,0,.2);cursor:pointer;background: #444;overflow: hidden;border-radius: 2px;min-height: 320px;}
.especial figure{display:block;overflow:hidden;left: 0;position: absolute;width: 100%;height: 100%;top: 0;transition: .4s;}
.especial figure i{position:absolute;width: 60px;height: 60px;z-index:2;color: #fff;text-align: center;line-height: 60px;background: rgba(0,0,0,.4);border-radius: 10em;box-shadow: 0 0 10px rgba(0,0,0,3);top: calc(37% - 30px);left: calc(50% - 30px);}
.especial figure img{position:relative;width:100%;height: 100%;object-fit:cover;background: #f9f9f9;}
.especial figure:after{position:absolute;top:0;left:0;width: 100%;height:100%;content:'';display:block;/* background: linear-gradient(0deg,rgba(0,0,0,1) 10%,rgba(0,0,0,0) 40%); */z-index:1;transition:.4s;}
.especial figcaption{position:absolute;bottom: 0;z-index:2;width: 100%;padding: 30% 4% 3%;background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 70%);}
.especial figcaption strong{/* font-weight: 600; */display: block;margin: 0 0 4%;font-size: 1.4em;color: #fff;font-family: 'Ubuntu';max-width: 580px;line-height: 1.4em;}
.especial figcaption span{color:#fff;line-height: 1.8em;}
.especial figcaption em{font-style:normal;display: block;align-items: center;opacity: .6;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #fff;letter-spacing: -0.01em;word-spacing: -0.1em;text-transform: lowercase;}
.especial figcaption em i{font-size: .7em;margin: 0px 0% 0 0;line-height: 0;display: inline-block;}
.especial figcaption b{color: #f06251;display: block;margin: 0 0 2%;font-weight: 100;text-transform: uppercase;}
.especial:hover figure{ transform:scale(1.05);}
.note:hover figure:after{opacity:.5}


.place{display:block;position:relative;width: 100%;padding: 0;box-shadow: 0 0 10px rgba(0,0,0,.1);cursor:pointer;background: #333;overflow: hidden;border-radius: 2px;height: 380px;color: #fff;}
.place figure{display:block;overflow:hidden;left: 0;position: absolute;width: 100%;height: 100%;top: 0;transition: .4s;}
.place figure b{position:absolute;top: 4%;left: 8%;z-index:1;padding: 0 10px;background: #eb008b;color: #fff;border-radius: 5px;font-size:.8em;line-height: 30px;}
.place figure .cal{position:absolute;top: 4%;right: 8%;z-index:1;padding: 0 10px;background: rgba(0,0,0,.2);color: #fff;border-radius: 10em;font-size:.8em;line-height: 30px;}
.place figure img{position:relative;width:100%;height: 100%;object-fit:cover;background: #f9f9f9;min-width: initial;}
.place figcaption{position:absolute;bottom: 0;z-index:2;width: 100%;padding: 30% 8% 4%;background: linear-gradient(0deg, rgba(0,0,0,.8) 0% , rgba(0,0,0,0) 100%  );}
.place figcaption strong{font-weight: 600;display: block;font-size: 1.8em;text-shadow: 0 0 40px rgba(0,0,0,1);color: #fff;}
.place figcaption em{font-style:normal;text-transform: uppercase;color: #fff;}
.place figcaption em i{font-size: .4em;margin: 0px 3% 0 0;opacity:.5;line-height: 0;display: inline-block;}
.place:hover figure{ transform:scale(1.05);}
.search_module .place{height: 290px;}

.item{display:block;background: #eee;overflow:hidden;border-radius: 3px;box-shadow: 0 10px 30px rgba(0,0,0,.1);}
.item figure{ position:relative; padding:0 0 50%;}
.item figure b{background: #333;line-height: 30px;display:block;box-shadow:none;position:absolute;top: 8%;font-size:.8em;color: #fff;padding: 0 4%;border-radius: 5px;left: 4%;z-index: 2;}
.item figure img{display:block;height:100%;width:100%;top:0;left:0;position:absolute;object-fit: cover;object-position: center;}
.item figcaption{padding: 4%;}
.item figcaption strong{display:block;font-weight: 600;font-size: 1.4em;margin: 4% 0;}
.item figcaption em{display:block;font-style:normal;text-transform: uppercase;opacity: .6;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.item figcaption em i{ color:#888; margin-right:2%;}
.item figure b.hoteles{background: #082a85;}
.item figure b.atractivos{background: #7110ad;}
.item figure b.actividades{ background:#f30d0d;}
.item figure b.tours{ background:#f0ff07; color: #333;}
.item figure b.festiviades{ background:#ff07be;}
.item figure b.festividades{ background:#ff07be;}
.item figure b.restaurante{ background:#fd7b0c;}
.item figure b.restaurantes{ background:#fd7b0c;}
.item figure b.entretenimiento{ background:#a7dd00;}

.tags{display:flex;flex-wrap: wrap;overflow: hidden;}
.tags p{margin: 0 1%;}
.tags span{border-radius:10em;color:#555;padding: 0 6% 0 3%;line-height: 30px;background: #ddd;white-space: nowrap;display: block;text-overflow: ellipsis;overflow: hidden;font-size: .8em;min-width: 90px;}
.tags span i{margin: 0 6%;font-style: normal;line-height: 30px;opacity: .5;}
.item .tags{flex-wrap: nowrap;display: none;}
.item .tags p:nth-child(n+4){ display:none;}








.publicidad.first{padding: 10px 0px 20px;margin: 0 0 4%;}
.publicidad.first:after{content:'Continua Leyendo';position: absolute;text-transform:uppercase;width:100%;left:0;bottom: 4px;line-height: 10px;text-align: center;opacity: .4;font-size: .8em;}

#outbrain_container{padding:10px 0;}

.tags_note{ display:flex; flex-wrap:wrap;}
.content_note .tags_note a{text-decoration:none;display:block;padding: 0 10px;background:#eee;line-height:25px;margin:0 1% 1%;border-radius: 2px;text-transform: lowercase;color: #666;}
.content_note .tags_note a i {color:#999}
.tags_note a:nth-child(n+5){display:none;}

.media-credit-container img{margin: 0 auto;}
.media-credit-container .media-credit{padding:0 10px;text-align: left;color: #666;}
.media-credit-container .media-credit:before{ content:'\00A9 ';  display:inline-block; margin:0 1% 0 0}
.wp-caption{max-width:100%;}

.destinations_article{margin: 0 0% 0 0;}
.destinations_article a.btn{color: #666;margin: 0 0%;text-transform: uppercase;}



.related_title{margin: 0 0 1%!important;border-bottom: 1px solid #666;font-weight: 900!important;color: #fff;}
.scroll_posts{display: block;margin: 5% 0 8%;width: 100%;background: #222;padding: 2%;}
.scroll_posts .especial{width: 100%;margin: 0 1% 0 0;height: 160px;min-height: initial;}
.scroll_posts .especial[href^="https://www.nupcias"]{display:none;}
.scroll_posts .especial[href^="https://www.entre"]{/* display:none; */}
.scroll_posts .especial figure img{object-position: bottom;min-width: auto;margin: 0;height: 100%;width: 100%;}
.scroll_posts .especial figcaption{padding: 20% 4% 1%;}
.scroll_posts .especial strong{font-size: 1.1em;font-weight: 400;}
.scroll_posts article{overflow:auto;-webkit-overflow-scrolling:touch;}
.scroller{width: 187%;display:flex;justify-content:space-between;}
.scroll_posts.widgetg21 .especial{font-size: .9em;height: 220px;}
.scroll_posts.widgetg21 .especial em{ text-transform:initial;}
.scroll_posts.widgetg21 .especial figure img{object-position: center;}

.next_article{position: sticky;width: 100%;z-index:10;top: 62px;background: #000;box-shadow: 0 -10px 10px 0px rgba(0,0,0,.15);display: flex;overflow: hidden;border-radius: 2px;margin: 0 0 4%;}
.next_article h5{font-size: 1.2em;color:#fff;display: flex;align-items: center;width: 20%;margin: 0;padding: 0 4% 0 0;font-weight: 900;text-align: right;}
.content_note .next_article .especial{height: auto;min-height:auto;width: 100%;text-decoration: none;}
.next_article .especial strong{ font-size:1.2em}
.next_article .especial em{ font-size:.8em}
.next_article .especial b{display:none;}
.next_article .especial figcaption{padding: 15px 140px 15px 20px;position: relative;background: linear-gradient(to bottom,  rgba(0,0,0,.3) 0%,rgba(0,0,0,.8) 100%);}

.gallery_old figure{background:#333;margin: 0 0 4%;overflow: hidden;border-radius: 2px;box-shadow: 0 10px 20px rgba(0,0,0,.1);}
.gallery_old figure img{display:block;width:auto;max-width:100%;height:auto;margin: 2% auto 0;min-width: initial;}
.gallery_old figcaption{padding: 2% 3% 2% 120px;color:#fff;position:relative;}
.gallery_old figcaption h3{color:#fff;margin: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.gallery_old figcaption h3:after{ display:none;}
.gallery_old figcaption p{ margin:0 0 1%}
.gallery_old figcaption small{font-size:.8em;}
.gallery_old figcaption small:before{ content:'\00A9 ';  display:inline-block; margin:0 1% 0 0}
.gallery_old figcaption small:empty:before{content:''}
.gallery_old figcaption small:empty{ display:none;}
.gallery_old figcaption .counter{position:absolute;left: 3%;top: 20%;font-size: 2em;line-height: 1em;display: flex;opacity: .4;}
.gallery_old figcaption .counter strong{font-weight: 600;font-size: 2em;line-height: .5em;}
.gallery_old figcaption .counter span{position:relative;font-weight:100;padding: 0 0 0 10px;line-height: 1.6em;}
.gallery_old figcaption .counter span:before{width: 30px;height:1px;background:#fff;display:block;position:absolute;content:'';transform: rotate(-75deg);left: -10px;top: 21px;opacity: .3;}





.related{ margin:4% 0}
.related .especial{margin:4% 0;min-height: initial;height: 320px;}
.related .especial strong{}


.more{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap: 20px;margin: 0% 0 6%;}

.breadcumbs{overflow:hidden;margin:0 0 20px;padding:0 0 10px;display:flex;justify-content: center;}
.breadcumbs a{display:block;text-transform: uppercase;float: left;padding-right: 10px;margin-right: 10px;/* border: 1px solid #ccc; */background: #f06251;padding: 3px 16px;margin: 3px;color: #444;letter-spacing: 1px;}
.breadcumbs a:after{ content:initial}
.breadcumbs a:last-child{ border:none;}
.breadcumbs a:hover{ background:#ddd}


.simple{width:100%;padding: 3% 0;background: #fafaea;margin: 2% 0;}
.simple > h1{font-size:2.4em;margin:0 auto;text-align:center;margin: 0 0 2%;}
.simple > h2{font-size:1.4em; font-weight:600; text-align:center; margin:0 auto 4%; max-width:700px}
.simple .text{margin:0 auto;font-size: .8em;}

.simple .form{padding: 2% 2%;background: #eae9e0;width:100%;max-width: 800px;margin:0 auto;}
.simple .form input,.simple .form select,.simple .form textarea{background: #fff;font: 400 1.1em/40px 'PT Sans';border: none;box-shadow: none;height: 40px;width:100%;border-radius: 5px;}
.simple .form select{padding:0 10px;}
.simple .formselect{padding:0 10px;}
.simple .formlegend{font: 700 .9em 'PT Sans';color: #444;/* text-transform: uppercase; */padding: 0 5px;}
.simple .form .hs_submit{ width:100%!important;}
.simple .form button{ width:100%}
.simple .form .hs-error-msgs{padding:0;margin:0;}
.simple .form .hs-error-msgs ul{ padding:0; margin:0; font:300 .8em 'PT Sans'}
.simple .form .hs-error-msgs li{padding:0;margin:0;}
.simple .form .hs-error-msgs label{padding: 0 10px;margin: 0 5px;font: 400 .8em/30px 'PT Sans';background: rgba(255, 0, 0, .1);}
.simple .form .actions{width:100%;padding: 0;margin: 0;}
.simple .form fieldset{width:100%;}
.simple .form fieldset > div{margin: 0 0 2%;padding: 1%;background: rgba(255,255,255,.3);}
.simple .form fieldset div legend{display: none!important;}
.simple .form fieldset div label{font:600 1em 'PT Sans';margin: 0 0 1%;color: #333!important;}
.simple .form  fieldset:nth-child(3) div{/* padding:0 3px; */margin: 0 0 1%;}
.simple .form  fieldset:nth-child(3) .input{ position:relative;}
.simple .form  fieldset:nth-child(3) .input:after{content:'\f107'; position:absolute; right:0; font:bold 1em/40px "Font Awesome 5 Free"; right:10px}
.simple .form  fieldset:nth-child(3) .input:last-child:after{color:#f00;opacity:0;}
.simple .form  fieldset div.legal-consent-container,.simple .form form fieldset div.legal-consent-container div{padding:0;}
.simple .form .hs-form-booleancheckbox{position:relative;overflow-x:hidden;padding: 0;border-radius: 4px;margin: 0 0 10px;font-weight: normal;}
.simple .form .hs-form-booleancheckbox label{margin: 0;background: #f7f5f2;padding: 10px 0 10px 46px!important;}
.simple .form .hs-form-booleancheckbox input{position:absolute;left:-50%;width: 1px;height: 1px;} 
.simple .form .hs-form-booleancheckbox span{position: initial;padding: 0;font-family: 'PT Sans';}
.simple .form .hs-form-booleancheckbox span.hs-form-required{margin:0;padding: 0;}
.simple .form .hs-form-booleancheckbox span a{color:#333;}
.simple .form .hs-form-booleancheckbox a{color:#fff;text-decoration: underline;}
.simple .form .hs-form-booleancheckbox input + span:after{content:"\f00c";width: 25px;height: 25px;display:block;position:absolute;border-radius:3px;background:#fff;top: calc(50% - 12px);left: 10px;cursor:pointer;color: #fff;text-align:center;line-height: 25px;box-shadow: 0 0 4px rgba(0,0,0,.2);font: bold 1em/25px 'FontAwesome';}
.simple .form .hs-form-booleancheckbox input:checked + span:after{background: #eb008b;}
.simple .form input[type="submit"]{ background:#eb008b; height:40px; padding:0; font-weight:600; border-radius:10em; text-shadow:none;}
.simple .form input[type="submit"]:hover{font:600 1em 'PT Sans';background:#eb008b;border: none;border-radius:10em;text-shadow:none;box-shadow: none;}


.comments_wrapper{position:fixed;height:100%;width: 94%;top:0;right:-100%;background: #fafaea;z-index:10;max-width:820px;transition: .4s;padding: 4% 0 0;}
.comments_wrapper.active{right: 0;}
.comments_wrapper .nice{ margin:0}
.comments_wrapper .inner{position:relative;overflow:auto;height: calc(100% - 110px);margin: 20px auto;}
.comments_wrapper .inner *{width: 100%!important;min-height:10px;}
.comments_wrapper .inner iframe{background: #fafaea;}
.comments_wrapper .inner:before{content:"\f110";font: bold 2em "Font Awesome 5 Free";animation:fa-spin 2s infinite linear;color: #f06251;position: absolute;left: calc(50% - 20px);top: calc(50% - 20px);width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;top: 30px;}
.comments_wrapper .publicidad{position:absolute;bottom: 10px;left:0;display: flex;justify-content: center;width: 100%;}
.overlay_comments{position:fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,.8);z-index: 9;cursor: pointer; display: none;}
.overlay_comments.active{display: block;}




.tabs{margin: 0;}
.tabs .choose{display: flex;border-radius: 3px;box-shadow: 0 0 24px rgba(0,0,0,.2);overflow: hidden;position: sticky;top: 70px;z-index: 2;background: #fff;}
.tabs .choose a{width: 100%;color: #e21625;text-align:center;padding: 0 10px;font-size: .9em;position:relative;text-decoration: none;line-height: 50px;display: block;width:100%;white-space: nowrap;}
.tabs .choose a.active,.tabs .choose a:hover{color:#fff;background: #e21625;}
.tabs .content_choose{ position:relative; z-index:1;}
.tabs .content_choose > section{display:none;font-size:.9em;padding:4%;background: #efefef;margin: 0 0 4%;}
.tabs .content_choose > section h3:after{ display:none;}
.tabs .content_choose > section h3{font-size:1.3em;margin: 4% 0 2%;}
.tabs .content_choose > section.active{display: block;}


.ficha_evento{width:100%;padding: 2%;border-radius: 3px;box-shadow: 0 0 20px rgba(0,0,0,.1);display:flex;margin: 4% 0;background: #fefefe;}
.ficha_evento figure {width: 30%;margin: 0!important;position: relative;}
.ficha_evento figure img{width: 100%;height:100%;position: absolute;object-position: center!important;padding: 0 0% 0 0;border-right: 1px solid #ddd;border-radius: 3px;object-fit: contain;min-width: initial;background: #eee;}
.ficha_evento article{display:flex;flex-wrap:wrap;padding: 0 0 0 2%;width: 70%;}
.ficha_evento article .date_place{width:100%;position: relative;display: flex;}
.ficha_evento article .date_place > .date{text-align:center;border-radius: 2px;background: #e21625;white-space: nowrap;padding: 2% 3%;display: flex;flex-wrap: wrap;color: #fff;align-items: center;}
.ficha_evento article .date_place > .date strong{font-size: 1.4em;font-weight: 600;text-transform: uppercase;margin: 3px 0 4px;width: 100%;}
.ficha_evento article .date_place > .date em{display: block;font-style: normal;width: 100%;}
.ficha_evento article .date_place > .date span{width: 100%;}
.ficha_evento article p{margin: 0 0 4%;font-size: 1em;}
.ficha_evento article address strong{display:block;font-weight: 600;margin: 0 0 2%;}
.ficha_evento article .direccion{margin: 0 0 0 15px;color:#666;width: 100%;display: flex;align-items: center;flex-wrap: wrap;}
.ficha_evento article .direccion section{position:relative;font-size:.9em;line-height: 1.4em;}
.ficha_evento article .direccion address{/* width:100%; */align-items: center;}
.ficha_evento article .direccion .performer{width:100%;background:#eee;padding:4%;margin: 2% 0 0;}
.ficha_evento article .direccion .performer > strong{/* display:block; *//* margin:0 0 2%; */}
.ficha_evento article .performer_price{ margin:0 0 10px}
.ficha_evento article .performer_price strong{font-size:1.3em;font-weight: 900;color: #222;}
.ficha_evento article .btn{margin: 4% 0 0;text-decoration: none;}
.ficha_evento article .btn i{ font-size:1.3em; margin:0 5px 0 0}
.ficha_evento article .btn strong{ display:inline-block; font-weight:900; margin:0 0 0 5px}



.expedicion{background: #dadada;}
.expedicion .article{ width:100%;}
.expedicion .text{width: 69%;}
.expedicion .writter{background:transparent; border-color:#ccc}
.expedicion .text .publicidad{float:right;width: auto;margin: 0 -14% 1% 4%;padding: 0 0 20px;}
.expedicion .media-credit-container{background:#efefef;margin: 0 4% 2% 0;float: left;width: 60%;}
.expedicion .content_note h1,.expedicion .content_note h2{font-size:1.4em;font-weight:600;clear: both;}
.top_expedicion{width:100%;position:relative;padding: 20% 0;margin: 0 0 2%;}
.top_expedicion figure{width: 92%;position:absolute;top:0;left: 4%;z-index:0;height: 100%;}
.top_expedicion figure img{ width:100%; height:100%; object-fit:cover;}
.top_expedicion h1{text-align:center;color:#fff;position:relative;padding: 0 20%;text-shadow: 0 0 30px rgba(0,0,0,.5),0 0 30px rgba(0,0,0,.5),0 0 30px rgba(0,0,0,.5);font-size: 3em;margin: 0;}
.expedicion .share{margin:0;}
.expedicion .thumbs{background:none;display: grid;padding: 0;margin: 0;grid-template-columns: 1fr 1fr 1fr;grid-gap: 20px;}
.expedicion .thumbs figure{width: 100%;height: 280px;border-radius: 4px;overflow: hidden;}
.expedicion .thumbs figure img{height: 100%;object-fit: cover;width: 100%;}


.separator{width:100%;}

.destino{/* background: #dadada; */}
.destino .article{ width:100%;}
.destino .destino_container{width: 90%;margin:0 auto;}
.destino .text{width: 100%;padding: 3% 10% 2%;background: #eee;margin: 0 0 12%;}
.destino .writter{background:transparent; border-color:#ccc}
.destino .text .publicidad{/* float:right; *//* width: auto; *//* margin: 0 -14% 1% 4%; */}
.destino .content_note h1,.expedicion .content_note h2{font-size:1.4em;font-weight:600;clear: both;}
.destino .share .share_btns{top:120px}
.destino .thumbs{background:none;display: grid;padding: 0;margin: 0;grid-template-columns: 1fr 1fr 1fr;grid-gap: 20px;width: 100%;}
.destino .thumbs figure{width: 100%;height: 280px;border-radius: 4px;overflow: hidden;}
.destino .thumbs figure img{height: 100%;object-fit: cover;width: 100%;}
.destino .type{padding: 0 10px;background: #eb008b;color: #fff;border-radius: 5px;font-size:.8em;line-height: 30px;}
.destino a.btn{text-decoration:none; color:#fff; line-height:40px; margin:0 0 4%}

.slidedown{display:none;padding: 4%;background: #dbdbdb;margin: 0 0 4%;}



.top_destino{width:100%;position:relative;padding: 3% 0 8%;}
.top_destino .inner{ justify-content: center; }
.top_destino figure{width: 100%;position:absolute;top:0;left: 0;z-index:0;height: 100%;background: #333;}
.top_destino figure:after{background: radial-gradient(circle, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 60%);content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index: 1;}
.top_destino figure img{ width:100%; height:100%; object-fit:cover;}
.top_destino h1{text-align:center;color:#fff;position:relative;padding: 0;text-shadow: 0 0 50px rgba(0,0,0,.3);font-size: 4em;margin: 0 0 4%;width: 100%;}
.top_destino h2{text-align:center;color:#fff;position:relative;text-shadow: 0 0 50px rgba(0,0,0,1);font-size: 1.4em;margin: 0 auto 4%;padding: 0 10%;font-weight: 600;}

.calification{display: flex;justify-content: center;background: rgba(0, 0, 0, 0.8);border-radius: 10em;box-shadow: 0 0 10px rgba(0,0,0,.5);}
.calification .rating{/* background:rgba(0,0,0,.5); */color:#fff;line-height:40px;padding:0 10px;border-radius:10em;margin:0 1% 0 0;width: 70px;text-align: center;display: flex;}
.calification .rating i{margin: 12px 10px 0 0;}
.calification .btn{background: #333;}

.follow{margin: 0 0 6%;display:flex;justify-content: center;width: 100%;border-radius: 5px;margin-top: 33px;}
.follow > *{display: inline-block;color: #ccc;line-height: 30px;font-size: .8em;padding: 0 60px 0 20px;font-weight: 500;white-space: nowrap;background: #fff;border-radius: 3px;box-shadow: 0 0 14px rgba(0,0,0,.2);max-width: 210px;overflow: hidden;text-overflow: ellipsis;height: 30px;position: relative;}
.follow > a:after{display:block;width: 14px;content:'';background: url(./img/back.svg) no-repeat center/13px;height:100%;filter: invert(1);position: absolute;top: 0px;opacity: .2;right: 32px;}
.follow a{color: #333;margin: 0 -20px 0 0;}
.follow span{display:block;padding: 0 20px;}

.items_menu{line-height:40px;margin: 0;background: #e21625;position: sticky;top: 60px;z-index: 2;}
.items_menu + .publicidad{margin: 0 0 2%;}
.items_menu a{line-height:40px;color:#fff;padding: 0 3%;white-space: nowrap;}
.items_menu .inner{justify-content:center;flex-wrap: nowrap;}


.module_items{width:100%;margin: 0 0 8%;padding: 0% 0px 1% 0;overflow: hidden;}
.module_items h3{font-size: 2em;margin-bottom: 1%;font-weight: 700;border-bottom: 1px solid #e7e7e7;}

.list_items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.list_items .tags{display:none;}
.list_items .item{box-shadow:none}
.list_items .item figure{height: 270px;padding: 0;}
.list_items .item figcaption{ background:#eee}



.pagination{text-align:center;padding: 0 50px;display: flex;justify-content: center;position:relative;background: #e21625;grid-column: 1/5;overflow: hidden;border-radius: 10em;box-shadow: 0 0 30px rgba(0,0,0,.3);font-size: 1.2em;width: 100%;max-width: 530px;margin: 4% auto;}
.pagination *{padding: 0;height: 50px;line-height: 50px;color: #fff;width: 100%;}
.pagination .current{font-weight: 600;cursor: default;opacity: .4;}
.pagination a:hover{  background:rgba(0,0,0,.3)}
.pagination .next,.pagination .prev{position:absolute;top: 0;width: 50px;text-indent:-999px;overflow:hidden;right: 0;}
.pagination .next:after,.pagination .prev:after{position:absolute;font: bold 1.2em/50px 'Font Awesome 5 Free';text-indent: 0px;content:"\f105";left: 0;top: 0;width: 100%;height: 100%;}
.pagination .prev:after{content:"\f104";}
.pagination .next{ right:0;}
.pagination .prev{ left:0;}
.pagination .dots{ border:none}


.top_section{position:relative;background: #000;padding: 0;margin: 0 0 3%;overflow: hidden;}
.top_section .publicidad{background: rgba(0,0,0,.6);}
.top_section.especiales{ background:#000;}
.top_section .cover{opacity: .8;}
.top_section .inner{backdrop-filter: blur(5px);padding: 2% 0;background: rgba(0,0,0,.4);border-radius: 3px;margin: 1% auto;}
.top_section h2{color:#fff;font-size:1.4em;font-weight:600;padding:0 4%;text-align:center;width:100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}

.top_destinos{position:relative;background:#000;padding: 4% 0 12%;overflow: hidden;}
.top_destinos .inner{padding: 6% 14%;text-align:center;justify-content:center;text-shadow: 0 0 40px rgba(0,0,0,.2),0 0 40px rgba(0,0,0,.2),0 0 40px rgba(0,0,0,.2);}
.top_destinos h1{font-size: 4em;color:#fff;}
.top_destinos h2{color:#fff; font-size:2em; font-weight:600}

.location_weather{width: auto;padding: 0 10px 0 55px;/* color: #fff; */border-radius: 5px;position: relative;display: flex;align-items: center;height: 55px;margin: 3% auto;box-shadow: 0 5px 30px rgba(0,0,0,.3);background: #d7d7d7;}
.location_weather p{position:absolute;top: 11px;font-size: .6em;left: 65px;}
.location_weather div{/* display: flex; */font-weight: 700;text-transform: capitalize;font-size: .8em;flex-wrap: wrap;padding: 0px 10px 0 10px;align-items: center;position: relative;text-align: center;}
.location_weather div:nth-child(2){border-right: 1px solid #6d6d6d;padding-right: 60px;}
.location_weather div b{font-weight:100;display: block;font-size: .8em;margin: 0;text-align: left;}
.location_weather p span{float:left;width:50%;font-size: .8em;line-height: .9em;}
.location_weather i{width: 60px;text-align:center;font-size: 1.5em;position:absolute;left: 0px;padding: 10px 0;}
.location_weather img.weather_icon {width: 60px;text-align: center;font-size: 1.5em;position: absolute;left: 0px;padding: 10px 0;filter: brightness(0) grayscale(1);opacity: .4;height: auto;}
.location_weather div em{font-weight:400;font-style:normal;font-size: 1.4em;text-align: center;width: 100%;}
.location_weather div:nth-child(2) em{font-size: 2.2em;font-style:normal;font-weight:400;position: absolute;right: 10px;line-height: 20px;height: 20px;top: 5px;display: flex;width: auto;}
.location_weather div:nth-child(2) em:after{content:'';display:block;width: 3px;height: 3px;border-radius:10em;border: 1px solid #333;margin: 0px 0 0 0px;}


.save{width:100%;display:flex;margin: 0 auto;clear: both;justify-content: center;position: relative;}
.save >*{ margin:0 10px;}
.save .btn{margin:0;width: 200px;text-align: center;}
.save .sharer div{position:absolute;top: 50px;width: 100%;display: flex;height: 0;overflow: hidden;justify-content: center;left: 0;}
.save .sharer.active div{overflow:visible;}
.save .sharer a{width: 50px;height: 50px;text-align:center;line-height: 50px;font-size: 1em;background: rgba(255, 255, 255, 1);color: #333;margin: 10px 3px;border-radius: 5px;box-shadow: 0 0 10px rgba(0,0,0,.4);opacity: 0; transition:.4s}
.save .sharer.active a{margin:0 3px; opacity:1;}



.covershow{display:block;position:absolute;left:0;top:0;width:100%;height:100%;background: #333;z-index: 0;}
.covershow:after{}
.covershow picture{position:absolute;animation:round 30s infinite;opacity:0;left: 0;margin: 0;width: 100%;bottom: 0;height: 100%;float: none;object-fit:cover;object-position: center 40%;background-color: white;transition: none;z-index: 0;}
.covershow picture img{ position:absolute; width:100%; height:100%; object-fit:cover;}
@keyframes round{
  16%{
    opacity:1;
    transform:scale(1.05)
  }
  32%{
    opacity:0;
    transform:scale(1)
  }
}
.covershow picture:nth-child(1){animation-delay:0s;}
.covershow picture:nth-child(2){animation-delay:5s;}
.covershow picture:nth-child(3){animation-delay:10s;}
.slideshow picture:nth-child(4){animation-delay:15s;}
.covershow picture:nth-child(5){animation-delay:20s;}
.covershow picture:nth-child(6){animation-delay:25s;}
.covershow:after{background: radial-gradient(circle, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 60%);content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index: 1;}

.show_info{ margin:  3% auto 0;}
.info_estado{margin:0 0 1%;padding:0 0 2%;border-bottom:1px solid #ddd;width:100%;display: none;}
.info_estado .text{margin:0 auto;width: 48%;float: right;}
.info_estado figure{width: 48%;margin: 0 auto 2%;float: left;}
.info_estado figure img{ width:100%;}

.mas_vistos{position:relative;padding: 4% 0 8%;}

.btns_home{margin: -10% 0 0%;position: relative;width: 100%;padding: 3% 0;display: flex;border-radius: 3px;justify-content: center;backdrop-filter: blur(10px);background: rgba(37, 37, 37, 0.6);z-index: 20;}
.btns_home section,
.btns_home a{display: flex;padding: 0% 3%;width: 33%;border-radius: 3px;position: relative;margin: 0;flex-wrap: wrap;justify-content: center;}
.btns_home a > img, .btns_home section > img{width: 100%;height: 110px;object-fit: contain;object-position: center;position: relative;filter: invert(1);margin: 0 0 5%;}
.btns_home label,.btns_home span{background: #1d52cb;line-height: 40px;width: 100%;border-radius: 10em;box-shadow: 0 0 30px rgba(0,0,0,.2);padding: 0 8%;position: relative;color: #fff;}
.btns_home label select,.btns_home label input{border:none;background:none;font:normal 1em 'PT Sans';width:100%;color: #fff;outline: none;-webkit-appearance: none;height: 40px;line-height: 40px;position:relative;}
.btns_home label input::placeholder{color:#fff}
.btns_home .easy-autocomplete{ width:100%!important; position:relative;}
.btns_home label i,.btns_home span i{position:absolute;opacity:.6;right: 6%;line-height: 40px;top: 0;z-index: 0;}
.easy-autocomplete-container {position:absolute;z-index: 3;width: 100%;}
.easy-autocomplete-container ul {background:#fff;color:#333;width: 100%;box-shadow:0 0 010px rgba(0,0,0,.2); border-radius:0 0 10px 10px}
.easy-autocomplete-container ul li{ padding:0 4%;line-height:30px;}
.easy-autocomplete-container ul li b{ font-weight:600}
.easy-autocomplete-container ul li.selected{ background:#ddd;}

.top_items{background: #f4f2f2;position:relative;padding: 4% 0 6%;}
.more_items{ width:100%;}

.grid_items{width:100%;display: grid;grid-template-rows: auto;grid-template-columns: 1fr 1fr 1fr;position: relative;grid-gap: 30px;}
.grid_items .btn{ grid-column:2; text-align:center;}

.col_aside {
  width: calc(100% - 300px - 4%);
  position: relative;
  display: block;
  margin: 2% 0;
}

.listed{display:flex; flex-wrap:wrap;}
.listed .note{min-height:auto;padding: 0 0 0 47%;margin: 0 0 2%;}
.listed .note figcaption{
  position: relative;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 3% 4%;
    background: #fff;
  
width: 100%;margin: 18% 0 0 0;

}
.listed .note figure{

  display: block;
  overflow: hidden;
  left: 0;
  position: absolute;
  /* height: 200px; */
  top: 0;
  transition: .4s;
  background: #ddd;
  width: 50%;
  height: 100%;

}



.listed.autores .note{padding: 0 0 0 150px;min-height: 160px;}
.listed.autores .note figcaption{margin:0;}
.listed.autores .note figcaption span{display:block;line-height: 1.4em;}
.listed.autores .note figure{width: 140px;border-radius: 10em;height: 140px;left: 20px;top: 10px;z-index: 3;box-shadow: 0 0 30px rgba(0,0,0,.1);}

.top_lists{width: 100%;padding: 2%;background: #fafaea;margin: 2% 0 0;}
.top_lists h1{margin: 0;width:100%;font-size: 3em;}
.top_lists h1.search_results{font-weight:500;font-size:2em;text-align: center;}
.top_lists h1.search_results em{ font-weight:600; font-style:normal; display:none;}
.top_lists h1.search_results b{ font-weight:900; text-transform:capitalize; display:block;}
.writter_top{ display:flex; padding:0 0 0 120px; position:relative; flex-wrap:wrap;}
.writter_top img{width:100px;height:100px;object-fit:cover;border-radius:10em;position:absolute;left:0;top: 8%;}
.writter_top p{font-size: 1.3em;margin: 0 0 1%;width: 100%;}
.writter_top div a{width:40px;line-height:40px;text-align:center;display:inline-block;background: #e21625;color: #fff;}


.top_item{ background:#333;}
.top_item h1{text-align:center;color:#fff;width:100%;font-size:3em;margin: 0 0 1%;}
.top_item .follow{margin: 2% 0 4%}
.top_item .publicidad{ background:rgba(0,0,0,.3)}
.top_item b{text-align:center;color:#fff;width:100%;margin: 0 0 1%;text-transform: uppercase;}
.top_item .destinations_article{width:100%;text-align: center;margin: 0 0 3%;}
.top_item.hoteles{background: #082a85;}
.top_item.atractivos{background: #7110ad;}
.top_item.actividades{ background:#f30d0d;}
.top_item.tours{ background:#f0ff07;}
.top_item.festiviades{ background:#ff07be;}
.top_item.festividades{ background:#ff07be;}
.top_item.restaurante{ background:#fd7b0c;}
.top_item.restaurantes{ background:#fd7b0c;}
.top_item.entretenimiento{ background:#a7dd00;}

.tags{display:flex;flex-wrap: wrap;overflow: hidden;}

.error404{background: #360601;color:#fff;}
.sorry{ text-align:center; width:100%; margin:4% 0}
.sorry i{font-size:2em;color: #f06251;}
.sorry h1{ font:900 3em 'PT Sans'; color:#fff;}
.sorry p{ font-size:1.6em;}

.modal{position:fixed;background: rgba(0,0,0,.9);width:100%;height:100%;top:-100%;left:0;z-index: 4;display: flex;align-items: center;justify-content: center;transition: .4s;}
.modal.active{top:0}
.modal:before{content:"\f110";font: bold 2em "Font Awesome 5 Free";animation:fa-spin 2s infinite linear;color: #999;position: absolute;left: calc(50% - 20px);top: calc(50% - 20px);width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;}
.modal .close{top:100px; right:6%; filter:invert(1);}
.modal iframe{width:100%;height:60%;max-width:1000px;max-height:580px;position: relative;z-index: 1;}

#taboola-desktop-below-article,#taboola-mobile-below-article{width:100%;max-width:740px;margin: auto;background: #fff;}
#taboola-desktop-below-article > div:nth-child(n+24),#taboola-mobile-below-article > *:nth-child(n+24){ display:none!important}
span.video-label.video-title.trc_ellipsis {font-family: 'PT Sans'!important;font-weight: 600!important;}
span.video-label.video-description.trc_ellipsis {font-family: 'PT Sans'!important;}
span.branding {font-family: 'PT Sans'!important;}




.videos_section{background: #360601;}
.videos_section .publicidad{background:#444;}
.videos_section .text .publicidad{border-color:#222;background: #222;}
.videos_section .top_section .publicidad{background:rgba(0,0,0,.2)}
.videos_section .note{background:#222}
.videos_section .note figcaption{background:#222;color:#fff}

.videos_section .share a{ color:#ccc}
.videos_section .related_title{color:#fff; border-color:#888}
.videos_section #taboola-desktop-below-article,.videos_section #taboola-mobile-below-article{padding:20px}
.videos_section .writter{ background:#555; border-color:#222;}
.videos_section .writter span{color:#ccc;}
.videos_section .text .content_note .wp-block-image figcaption{background:#111}
.videos_section .content_note .tags_note a{filter:invert(1)}


.our_link img{ width:auto; min-width:auto; height:auto;}

i.loader{position:fixed;width: 100%;height: 100%;justify-content:center;align-items:center;z-index:4;font-size:2em;color: #e21625;top: 0;left: 0;display: flex;border-radius: 0;}



.gallery_full{position:fixed;top:0;left:0;width:100%;height:100%;background: #111;z-index: 2;display: none;}
.gallery_full.active{display:block;}
.gallery_full .close span:after,.gallery_full .close span:before{ background:#fff;}
.gallery_full .slider{position:absolute;right: 50px;top: 50px;height: calc(100% - 100px);width: calc(100% - 100px);background: #000;}
.gallery_full .slider button{position:absolute;width:50px;height:50px;color:#fff;z-index:1;background: none;font-size: 1.4em;padding: 0;top: calc(50% - 25px);}
.gallery_full .slider button.next{right:0;}
.gallery_full figure{position: absolute;right: 0;top:0;height:100%;width:100%;display: flex;align-items: center;justify-content: center;background: #000;display: none;}
.gallery_full figure figcaption{position:absolute;bottom:0;left:0;width:100%;text-align: center;color: #fff;background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 60%);padding: 100px 0 20px;}
.gallery_full figure figcaption span{padding:0 4%;width: 100%;display: block;}
.gallery_full figure figcaption em{ font-style:normal; font-size:.8em;}
.gallery_full figure figcaption .counter{font-size:2em;display: flex;justify-content: center;margin: 4% 0 0;}
.gallery_full figure figcaption .counter span{width:auto;line-height: 40px;}
.gallery_full figure figcaption .counter span:first-child{font-weight:900;font-size:2em;padding: 0 10px;position: relative;}
.gallery_full figure figcaption .counter span:first-child:after{width:1px;height:40px;content:'';background:#fff;position:absolute;right: -1px;top: 2px;transform: rotate(15deg);opacity: .3;}
.gallery_full figure figcaption .counter span:last-child{padding: 0 10px;}
.gallery_full figure img{max-width:100%;max-height:100%;object-fit: contain;opacity: 1;}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right{z-index: 1!important;}
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-inverse .onesignal-bell-launcher-button svg .background{fill: #e21625;}
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-inverse .onesignal-bell-launcher-button svg .foreground{fill: #fff;}
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-default .onesignal-bell-launcher-button svg .background{fill: #e21625;}




.mag21_fixed_ad{position:fixed;bottom: 50%;background:#fff;left: -100%;/* width:100%; */z-index: 6;box-shadow: 0 0 30px rgba(0,0,0,2);transition: .6s;max-width: 94%;}
.mag21_fixed_ad img{display:block;max-width: 100%;min-width: 340px;width: auto;height: auto;}
.mag21_fixed_ad.active{left: 50%;transform: translate3d(-50%, 50%, 0);}
.mag21_fixed_ad .close{bottom:90%;top: -20px;background:#fff;right: -20px;box-shadow: 0 0 30px rgba(0,0,0,.2);filter:invert(1);}

.mag21_newfix{position:fixed;bottom: 50%;background: #eeede6;left: -200%;z-index: 6;box-shadow: 0 0 110px rgb(0 0 0);transition: .6s;max-width: 94%;padding: 30px;border-radius: 10px;width: 94%;max-width: 800px;}
.mag21_newfix.active{left: 50%;transform: translate3d(-50%, 50%, 0);}
.mag21_newfix .close{bottom:90%;top: -20px;background:#fff;right: -20px;box-shadow: 0 0 30px rgba(0,0,0,.2);filter:invert(1);}
.mag21_newfix .grid{display:grid;grid-template-columns: 230px 1fr;grid-template-rows:auto auto;grid-gap: 20px;}
.mag21_newfix .grid > a{display:block;grid-row:1/3;width: 100%;height: 100%;position: relative;}
.mag21_newfix .grid > a img{width:100%;height:auto;display: block;box-shadow: 0 13px 13px -9px rgba(0,0,0,.3);border: 1px solid #ddd;}
.mag21_newfix .info_mag{padding: 0 0 0 10px;border-left: 2px solid #e21625;height: auto;}
.mag21_newfix h4{font-weight:900;font-size: 1.4em;}
.mag21_newfix h5{font-weight:900;color: #e21625;font-size: 1.2em;}
.mag21_newfix p{background: #e21625;color:#fff;padding:5px;border-radius: 3px;margin: 0 0 10px;}
.mag21_newfix .list_articles{overflow: auto;height: 100%;}
.mag21_newfix .list_articles .scroller{width: 250%;height: 100%;}
.mag21_newfix .especial{margin:0 10px 0 0;min-height: 230px;height: 100%;border-radius: 5px;overflow: hidden;font-size: .9em;}
.mag21_newfix .especial figure img{object-position:top; width:100%; height: 100%}
.mag21_newfix .link_mag{grid-column:1/3; width:100%; text-align:center; font-weight:900;}
.mag21_newfix .link_mag .btn{margin:10px 0 0 0;}

/*div[id^="SMIntext"],div[id^="smr_fram"],div[id^="smr-"]{left: 20px!important;right: initial!important}*7


/* ///// responsive ///// */
.emprendebox{
  border-radius: 10px; 
  /* padding: 20px;  */
  display: flex; 
  align-items: center; 
  justify-content: center; 
  margin: 0 !important; 
  background: #3a3a3a;
  margin: 2% 0 !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.emprendebox p{
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-weight: 600 !important;
  font-size: 100% !important;
  line-height: 1.4 !important;
  margin: 0 !important;  
  width: 100%;
  padding: 20px;
}
.emprendebox .boxlg{
  display: flex;
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #000000;
  border-radius: 0 10px 10px 0;
}
.emprendebox .boxlg img{
  width: 100%;
  height: auto;
  min-width: auto !important;
  margin: 0 auto;
}
.emprendebox .boxlg img:nth-child(1) {
  display: flex;
}
.emprendebox .boxlg img:nth-child(2) {
  display: none;
}
.emprendebox span a{
  color: #17B8DD ; 
  text-decoration: underline !important;
}

/* Emprendebox Nupcias */
.emprendebox.nupcias{
  background-image: 
    radial-gradient(rgb(158, 158, 158) 10%, transparent 10%),
    radial-gradient(rgb(158, 158, 158) 10%, transparent 10%);
  background-position: 0px 0px, 4px 4px;
  background-size: 8px 8px;
  background-color: rgb(255, 255, 255);
}
.emprendebox.nupcias p{
  color: #333333;
}
.emprendebox.nupcias p a{
  color: #13cbbf;
}
.emprendebox.nupcias .boxlg{
  background: #13cbbf;
}

/* Emprendebox Emprendedor */
.emprendebox.emprendedor{
  background: #ffffff;
}
.emprendebox.emprendedor p{
  color: #000;
}
.emprendebox.emprendedor p a{
  color: #17b8dd;
}

.emprendebox.emprendedor .boxlg{
  background: #f8f8f8;
}

/* EN VIVO */
.alertnow{
 display: flex;
 background: #131b4c;
 justify-content: center;
 padding: 10px 0;
 /* background: linear-gradient(-45deg, #111111, #2f3640, #111111, #2f3640);
 background-size: 400% 400%;
 animation: gradient 15s ease infinite; */
 border-bottom: 1px solid #47d7ac;
}
 
.alertnow .inner{
  /* justify-content: initial; */
  align-items: center;
 }

 .alertnow .alertnowleft{
  display: flex;
  align-items: center;
  width: calc(100% - 150px);
 }

 .alertnow .alertnowrigth{
  display: flex;
  align-items: center;

  justify-content: right;
  width: fit-content;
 }

 .alertnow .alertnowrigth .imgcontainer{
  display: flex;
  width: 100%;
  max-width: 150px;
 }

 .alertnow .alertnowrigth .imgcontainer img{
  height: 30px;
  width: auto;
 }

 .alertnow .alertnowrigth .btnir{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  /* border-radius: 50%; */
  color: #fff;
  background: #47d7ac;
  border-radius: 5px;
  margin-left: 10px;
  transition: all .3s ease;
 }



.buttonred{
  background: #e74c3c;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

.alertnow h2{
  color: #e2e2e2;
  font-weight: bold;
  /* letter-spacing: 2px; */
  cursor: pointer;
  margin-bottom: initial;
  font-size: 1.2em;
  margin-left: 1em;
  display: flex;
  align-items: center;
 }

 .alertnow h2 span{
  transition: all .3s ease;
 }

 .alertnow h2:hover span{
  color: #fff;
  text-shadow: 0 0 10px #fff,
               0 0 20px #fff, 
               0 0 40px #fff;
  transition: all .3s ease;
 }

 .alertnow h2 p{
  color: #e2e2e2;
  font-size: .9em;
  text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
 }


/* Create the animation */
@keyframes move {
  to { transform: translateX(-100%); }
}

.btnnow {
  display: block;
  font-weight: 700;
  position: relative;
  padding: 5px 10px;
  background-color: white;
  text-decoration: none;
  color: #333;
  border-radius: 50px;
  border: 1px solid white;
  transition: all 0.2s;
  z-index: 1;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.btnnow:hover > span:before {
  -webkit-animation: none;
          animation: none;
}


.alertnow:hover > .inner .alertnowrigth .btnir{
  /* opacity: .8; */
  transition: all .3s ease;
  filter: contrast(200%);
 }


.btnnow:active {
  transform: translateY(0px);
  /* padding: calc(13px * 0.95) calc(25px * 0.95); */
  box-shadow: inset 0px 2px 1px #373737;
}

/* .btn_live {
  padding-right: 22px;
} */

span.live-icon {
  display: inline-block;
  position: relative;
  top: calc(50% - 5px);
  background-color: red;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
}
span.live-icon:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: live 2s ease-in-out infinite;
          animation: live 2s ease-in-out infinite;
  z-index: -1;
}

@-webkit-keyframes live {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

@keyframes live {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

/* @media only screen and (max-width: 500px) {

  span.live-icon {
    position: absolute;
    right: 20px;
  }
} */





/* AMP solo tÃ­tulos */
.ampnotes{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 5px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.ampnotes b{
  color: #f06251;
  display: block;
  margin: 0 0 2%;
  font-weight: 100;
  font: 400 0.9em/normal 'Poppins', sans-serif;
}
.ampnotes strong{
  color: #333;
  font-family: 'Poppins', sans-serif;
  /* max-width: 580px; */
  line-height: 1.4em;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 2%;
}
.ampnotes em{
  font-style: normal;
  display: block;
  align-items: center;
  opacity: .6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  letter-spacing: -0.01em;
  word-spacing: -0.1em;
  text-transform: uppercase;
  align-items: center;
  opacity: .6;
  overflow: hidden;
}


/* large */
@media only screen and (min-width: 1600px) {
    .top_home{/* height: 700px; */}

}


/* laps */
@media only screen and (max-width: 1281px) {
    nav .nav_content > ul li{top: 40px;}
    .alertnow h2 p{
      display: none;
    }

 

   
}




/* tablet landscape */
@media only screen and (min-width:600px) and (max-width: 1024px) {
    .especial{min-height:240px;}
    .related .especial{height:240px;}
}

@media only screen and (max-width: 1024px) {
  .emprendebox{
    flex-direction: column-reverse;
  }
  .emprendebox .boxlg {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .emprendebox .boxlg img:nth-child(1) {
    display: none;
  }
  .emprendebox .boxlg img:nth-child(2) {
    display: flex;
  }
  .emprendebox .boxlg img {
    width: 200px;
    height: auto;
  }
  .emprendebox p{
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;  
    width: 100%;
    padding: 10px;
  }
}

/* mobile portrait */
@media only screen and (max-width: 799px) {
main{padding-top:55px;}

.col_aside, .col_2, .col_3, .col_3f, .col_4, .col_4.social {
  width: 100%;
  border: none;
}

/* .col_aside,.col_2,.col_3,.col_3f,.col_4,.col_4.social{width: 100%;border: none;}
.col_4.social{border-bottom:1px solid #ddd;padding: 0 0 3%;} */
.inner{width: 92%;}


.publicidad{padding: 4% 0;}

.nice:before{width:100%}
.nice{font-size: 1.6em;margin: 2% 0 6%;}

header .logo{height: 55px;}
header .susc{/* display:none; */padding: 0;height: 40px!important;line-height: 40px!important;}
header .susc span{display:none;}
header .header_btns .btn.session{height:40px;padding:0;width:40px;justify-content: center;font-size: 1.8em;/* box-shadow: 0 0 10px rgba(0,0,0,.1); */border-radius: 2px;color: #808080;}
header .header_btns .btn.session i{ margin:0}
header .session span{display:none;}

.open_nav{margin-left:2%}
.open_search{margin-left:2%}

nav .inner{overflow: hidden;}
nav .logo{height: 45px;top: 5px;left: 0px;width: 170px;}
nav .nav_content{flex-wrap:wrap;top: 80px;height: calc(100% - 90px);overflow: auto;-webkit-overflow-scrolling: touch;}
nav .nav_content > ul{height: auto;margin: 0;}
nav .nav_content > ul li{display:block;}
nav .nav_content > ul li ul{position: initial;display:block;opacity:1;padding: 0 0 0 0%;font-size: .8em;background: none;border-left: 1px solid;margin: 0 0 0 5%;}
nav .nav_content > ul li a{font-size: 1.6em;line-height: 50px;}
nav .nav_content > ul li ul li a{line-height: 45px;font-weight: 400;}
nav.nav_open .links{width:100%;margin: 8% 0 8% 3%;border-top: 1px solid;}
nav .links { font-size:1.2em}
nav .links a{line-height: 45px;}

.search button{width:60px}
.search input{ font-size:1.2em}
.search_module .place{height:240px}
.search_module .place strong{font-size:1.6em}
.search_module{top:55px;max-height: calc(100% - 55px);overflow: auto;-webkit-overflow-scrolling: touch;}
	

footer{text-align:center;}
footer .nice, footer a.icon{text-align:center;width: 100%;justify-content: center;padding: 0;line-height: 35px;}
footer a{line-height:30px;}
footer a.icon i{ position:initial; margin:0 10px 0 0}
footer .digital_mag{width:100%;padding: 0 160px 20px 0;/* background: #e5e5e5; */}
footer .digital_mag .nice{text-align:left;}
footer .digital_mag p{text-align:left;}
footer .logos_iasa{display: flex;flex-wrap: wrap;}
footer .logos_iasa a{justify-content: center;width: 100%;margin: 4% 0 4%;height: 40px;}
footer .logos_iasa a:hover{opacity: 1;filter: none;}
footer .logos_iasa a img{height: 50px;width: auto;margin: 0;}
footer .logos_iasa a:nth-child(1) img{height: 60px;}
footer .logos_iasa a:nth-child(2) img{height: 37px;}
footer .logos_iasa a:nth-child(3) img{height: 24px;}
footer .logos_iasa a:nth-child(4) img{height: 32px;}
footer .logos_iasa a:nth-child(5) img{height: 30px;}


.top_home{max-height: initial;/* height: 400px; *//* overflow-x: hidden; */padding: 4% 0 100px;}
.top_home + .publicidad{ margin:0 0 40px}



.grid_notes{grid-template-columns:1fr;grid-gap: 15px;}
.grid_notes .publicidad{ max-width:100%; overflow:hidden;}
.grid_notes .note{ min-height:350px}
.grid_notes .note figure{ height:60%}
.grid_notes #mas_especiales{grid-column:1;}

.eventos_home{padding: 6% 0 6%;}
.especiales_home{padding: 12% 0 4%;}
.especiales_home .especial{ height:240px}
.ultimas{padding: 6% 0;}
.title_home{font-size:1.6em}

.scroll_notes{overflow:auto;-webkit-overflow-scrolling: touch;}
.scroll_notes article{width:300%; grid-gap:10px}

.top_section .inner{margin:10% auto}
.top_section h2{font-size:1.2em;padding: 4% 4% 0;}
.show_info{margin:6% auto}

.destinations{padding: 7% 0;}
.destinations .inner{flex-wrap:wrap;}
.destinations .text_destinations{width:100%;margin: 0 0 8%;}
.destinations .text_destinations h2{font-size:1.8em;max-width: 80%;}
.destinations .destaination_carousel{height: 290px;width:100%;padding: 0 16% 0 0;}
.destinations .destaination_carousel .especial{ height:320px}

.newsletter h5{font-size:1.8em}
.newsletter .inner{margin: 4% auto;padding:6%;}

/* .info_article{flex-wrap:wrap;} */



.simple{margin: 4% 0;padding: 4% 4% 0;overflow: hidden;}
.simple > h1 {font-size:2em;}
.simple > h2 {font-size:1.2em;}

.our_link img{ min-width:auto;}


.expedicion .text{width:100%}
.expedicion .text .publicidad{float:none; margin:4% 0;}
.expedicion .media-credit-container{ float:none; width:100%;}

.ficha_evento{flex-wrap:wrap;width: 100%;margin: 7% 0;}
.ficha_evento figure img{padding:0;border: none;height: auto;}
.ficha_evento figure{width: 100%;height: auto;margin: 0 0 2%;}
.ficha_evento article{padding: 0;width: 100%;}

.content_note{font-size:.95em;/* padding: 0 0 100px; */}


.tags_note a{line-height:35px; margin:0 5px 15px}
.btn span.counter i:before{top:-1px; left:-1px}

.scroll_posts{padding: 4% 0% 4% 4%;width: 108%;margin: 5% 0 8% -4%;}
.scroll_posts .especial{height: 180px;min-height:auto;}
.scroll_posts .especial strong{font-size: 1.2em;}
.scroller{width:320%}



.place{height:340px}
.especial{height: 250px;min-height:auto;}

.related .note strong{font-size: 1.4em;}
#taboola-desktop-below-article{ display:none}


.grid_notes.category .box,.grid_notes.category .half,.grid_notes.category .leader{grid-column:1;}
.grid_notes.category .half{grid-row:5}
.pagination{grid-column:1;}

.gallery_old figcaption h3{font-size:1.2em;white-space: initial;line-height: normal;}
.gallery_old figcaption p{font-size:1em}
.gallery_old figcaption small{opacity:.3}
.gallery_old figcaption .counter{left: 50%;top: 14px;font-size: 1.1em;opacity: .4;margin: 0 0 0 -20px;}
.gallery_old figcaption{padding: 12% 4% 3%;}
.gallery_old figcaption .counter span:before{top: 7px;}

.related .note{min-height:380px;}

.info_estado figure{width:100%;}
.info_estado .text{width:100%; font-size:.9em}



.more{grid-template-columns:1fr}
.item figcaption strong{font-size:1.2em}

.items_menu{top:55px;font-size: .75em;margin: 0;}
.items_menu a{padding:0 6px}
.items_menu + .publicidad{margin: 0 0 3%;}
.destino .destino_container{width:100%}

.top_destino h1{font-size:3em;margin: 2% 0 6%;}
.top_destino h2{font-size: 1.2em;margin: 0 auto 12%;padding: 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;height: 4.8em;text-shadow: none;}
.top_destino{padding:4% 0 12%}

.destino .text{padding:4%}
.destino .thumbs,.expedicion .thumbs{grid-template-columns:1fr 1fr; grid-gap:10px}
.destino .thumbs figure,.expedicion .thumbs figure{height:140px;max-width: 150px;}
.destino .share{position: initial;margin: 0 0 4%;box-shadow: none;}

.top_expedicion{padding:40% 0}
.top_expedicion h1{font-size:2.4em;padding: 0 4%;}

.location_weather{margin:10% 0;width: 100%;justify-content: space-around;}

.save{flex-wrap:wrap;width: 80%;}
.save .sharer{width:100%;margin: 0 0 4%;justify-content: center;}
.save .btn{width:100%;}
.save .sharer .btn{width:100%;}
.calification{width: 100%;margin: 0 0 4%;display:flex;}
.calification .btn{width:100%;}

.module_items{padding:0;}
.module_items h3{font-size:1.6em; margin:0 0 4%}
.wrap_items{overflow:scroll;-webkit-overflow-scrolling:touch;}
.list_items{display: flex;width: 410%;}
.list_items .item{width: 290px;margin: 0 10px 0 0;}
.list_items .item figure{height: 170px;}


.mas_vistos{padding:10% 0}

.grid_items{grid-template-columns:1fr; grid-gap:20px;}
.grid_items .btn{grid-column:1}

.follow{display: block;white-space: nowrap;overflow: auto;text-align: center;border-radius: 0;}
.follow > * {display: inline-block!important;position: relative;max-width: 140px;padding: 0 50px 0 10px;}

.top_destinos h1{font-size:2.2em}
.top_destinos .inner{padding: 6% 0;}
.top_destinos h2{font-size:1.4em;}
.covershow:after{background: radial-gradient(circle, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 80%);}
.btns_home{flex-wrap:wrap;padding: 6% 4% 2%;}
.btns_home section, .btns_home a{width:100%;margin: 0 0 4%;padding: 0 0 0 10%;}
.btns_home a > img, .btns_home section > img{position:absolute;width:40px;height:100%;left: 0;}

.top_lists{padding:4%;margin: 4% 0;}
.listed .note{padding: 0 0 0 6%;margin: 0 0 6%;}
.listed .note figcaption{width: 100%;margin: 50% 0 0 0;}
.listed .note figure{width: 100%;height: 90%;}
.listed .note.page figure, .listed .note.escapadas figure{height:100%;}

.listed.autores .note{padding: 0 0 0 100px;min-height: 110px;}
.listed.autores .note figure{width: 90px;height: 90px;left: 10px;}

.writter_top{padding: 130px 0 0 0; text-align:center;}
.writter_top h1{ font-size:2em; margin:0 0 4%;}
.writter_top p{font-size:1.2em;margin: 0 0 4%;}
.writter_top div{ width:100%;}
.writter_top img{top:0; left:calc(50% - 50px)}

.sorry{font-size:.8em; padding:4%;}

.comments_wrapper .inner{height:calc(100% - 80px)}
.top_item .inner{padding:8% 0}
.top_item h1{ font-size:2em; margin:8% 0}

.next_article{top: 60px;flex-wrap:wrap;margin: 7% -3%;width: 106%;}
.next_article h5{width:100%;padding: 2%;position: absolute;z-index: 1;font-weight: 400;text-align: left;justify-content: left;padding: 2% 10px;font-size: 1em; display:none;}
.next_article .especial{width:100%;}
.next_article .especial strong{font-size:1em;margin: 0 0 1%;}
.next_article .especial figcaption{padding: 11px 10px 10px;}
.next_article .especial figcaption:before{content:'Siguiente art\00ED culo';color: #fff;background: rgba(0,0,0,.8);padding:0 10px;line-height: 24px;display: inline-block;margin: 0 0 1%;border-radius: 10em;}

.video_top span{margin:0;}
.videos_home h3{font-size:2em; margin:0 0 6%}
.videos_home .video_top{width:100%;margin: 0;}
.videos_home .player{width:100%;height: 210px;}
.videos_home .inner{padding: 0 0 60px;/* margin-bottom: 20px; */}
.video_top strong{ font-size:1.4em;}
.video_top .secondary{ margin:0}
.video_top .btn {position:absolute; bottom:0; width:100%; text-align:center; justify-content:center;}

.gallery_full .slider{width:100%;height:100%; top:0; left:0}
.gallery_full figure figcaption .counter{font-size:1em}
.gallery_full figure figcaption{ padding:40px 0 10px 0}
.gallery_full figure figcaption .counter span:first-child:after{top:0; right:0px}

.lightbox .content_lightbox{top:40px; height:85%; padding-top:40px}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right{bottom:150px; right:-5px}
#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher .onesignal-bell-launcher-message.onesignal-bell-launcher-message-opened{transform: translateX(50%) scaleX(0) translateZ(0);}


.mag21_newfix{padding:20px}
.mag21_newfix .close{right:-10px}
.mag21_newfix .grid{grid-template-columns: 90px 1fr;grid-gap: 15px;}
.mag21_newfix .grid > a{grid-column:1;grid-row: 1;}
.mag21_newfix .list_articles{grid-row:2;grid-column:1/3;margin: 10px 0;}
.mag21_newfix .list_articles .scroller{width: 290%;}
.mag21_newfix .info_mag h4,.mag21_newfix .info_mag h5{margin: 0 0 10px;}
.mag21_newfix p{margin:0;}
.mag21_newfix .especial{min-height:auto; height:200px;}


  iframe.foo {
    min-width: 90%;
  }
  /* .text .content_note ol li {
    margin: 0 0 3% 0;
  } */
}

/* mobile small devices */
@media only screen and (max-height: 560px) {
 .mag21_newfix .especial{height:150px}   
 .mag21_newfix p{font-size:.9em; line-height:normal;}
 .mag21_newfix .info_mag h4, .mag21_newfix .info_mag h5{margin:0;}
 .mag21_newfix .grid{grid-gap:10px;}
 .mag21_newfix .list_articles .scroller{height:auto;}
 .mag21_newfix .list_articles{height:auto;margin: 0;}
 .mag21_newfix{padding:15px}
}

.layer_fixed_ad{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.8); z-index: 5}
#fixed_ad_check:checked + label + .mag21_newfix{left: 50%;transform: translate3d(-50%, 50%, 0);}
#fixed_ad_check:not(:checked) + label{display: none;}


/* ///// AMP ///// */
html[amp] .show_comments,
html[amp] .engage{display: none}
html[amp] .writter{padding: 10px 0 5px 10px}
html[amp] .article .principal *{object-fit:cover}
html[amp] #sidebar{ background: #000; }
html[amp] .open_nav{ background: transparent; }
html[amp] nav{position:initial; padding: 4% 0;height: auto}
html[amp] nav amp-img{margin: 0 0 20px}
html[amp] nav .inner{height: auto; overflow: initial;}
html[amp] nav .nav_content{height: auto; overflow: initial; position: initial;}
html[amp] nav .nav_content > ul li{opacity: 1;top:0;}
html[amp] nav .links{opacity: 1; transition: none;  position: initial; width: 100%; padding-top: 10px; border-top: 1px solid #ddd; margin-top: 40px}
html[amp] .text .wp-block-embed__wrapper{ display: block;}
html[amp] .text .scroller amp-img *{object-fit: cover}
html[amp] .text .next_article amp-img *{object-fit: cover}
html[amp] #sidebar2 .inner{ min-width: 80vw; width: 100%; padding: 4%}
html[amp] #sidebar2 .inner *{width: 100%; height: 100%;}
html[amp] .share button{display: block;}
html[amp] footer .logos_iasa a amp-img{width: 100%}
html[amp] footer .digital_mag .ipad{height: 200px}
html[amp] .especial figure *{ object-fit: cover }
html[amp] footer .digital_mag .ipad amp-img{height: 78%}

/* non-Retina-specific stuff here */
@media
not screen and (-webkit-min-device-pixel-ratio: 2),
/* not screen and (   min--moz-device-pixel-ratio: 2), */
not screen and (     -o-min-device-pixel-ratio: 2/1),
not screen and (        min-device-pixel-ratio: 2),
not screen and (                min-resolution: 192dpi),
not screen and (                min-resolution: 2dppx) { 

    body{font-size:.8em;}
    .especial{min-height:240px;}
    .related .especial{height:240px;}
    .grid_notes .note{padding:0;}


}


@media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  /* only screen and (   min--moz-device-pixel-ratio: 3), */
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 458dpi),
  only screen and (                min-resolution: 3dppx),
  only screen and (max-width: 376px){ 
      body{font-size: .92em}
}


img.g21_custom_small.ready {
    min-width: 150px;
}
sup { vertical-align: super; font-size: smaller; }


div#totalpoll.totalpoll-wrapper[totalpoll-uid="2e21fe0b6d537996d47c3d4b16d0e3cc"] {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-align: inherit;
  box-shadow: none;
  text-shadow: none;
  font-size: 1.3em;
}

div#totalpoll.totalpoll-wrapper[totalpoll-uid="2e21fe0b6d537996d47c3d4b16d0e3cc"] .totalpoll-question-choices-item-selector input:checked + .totalpoll-question-choices-item-selector-box {
  border-color: #a70e19;
  fill: #a70e19;
  background: rgba(255,255,255,0.25);
  box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
  font-size: 1.3em;
}






/* Flotando a la derecha y en forma vertical en dispositivos mÃ³viles */
@media only screen and (max-width: 767px) {

  .btnnow {
    display: flex;
    font-size: 12px;
  }
  .alertnow .alertnowrigth .imgcontainer img{
    display: none;
  }
  .alertnow .alertnowrigth {
    width: fit-content;
  }
  .alertnow .alertnowrigth .btnir {
    margin-left: 0px;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .alertnow .alertnowleft {
    display: -webkit-inline-box;
    width: calc(100% - 110px);
  }
  .alertnow .alertnowrigth .imgcontainer {
    display: none;
  }
  .alertnow h2 {
    font-size: .9em;
    margin-left: .5em;
    width: 100%;
  }
  .alertnow h2 span {
    transition: all .3s ease;
    text-overflow: ellipsis;
    overflow: hidden;  
    white-space: nowrap;
  }
  span.live-icon {
    margin-left: 5px;
  }
}



@media only screen and (max-width: 414px) {
  .alertnow h2 {
    /* transform: translateX(100%); 
    animation: move 10s linear infinite; */
    width: 100%;
  }
  .alertnow h2 span {
    text-overflow: initial;
    overflow: initial;  
    white-space: initial;
  }
  .alertnow .alertnowrigth {
    display: none;
  }
  .alertnow .alertnowleft {
    display: -webkit-inline-box;
    width: 100%;
  }
}

p.has-text-align-center {
  text-align: center;
}

.content_note ul strong {
  font-weight: bold;
}