/*
	Theme Name: Cine PREMIERE 2020
	Theme URI: https://www.g21.com.mx;
	Description: Nuevo tema CP con funciones VUE
	Version: 1.1
	Author: Ricardo Mares (@riqrdo)
	Author URI: https://g21.com.mx
	Tags: Cine PREMIERE, Page Speed

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

@charset "UTF-8";

/* 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%{transform:opacity: 1; height:100%;}
  100%{transform: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 'sofia-pro', sans-serif;color: #333;position:relative;overflow: initial!important;}
html{position:relative;overflow-x: hidden;}

html body{
  width:100%;
  height:100%;
  padding:0px;
  margin:0px;
  overflow:hidden;
  }


h1,h2,h3,h4,h5{font-family: 'sofia-pro', serif;color: #333;margin-bottom: 1%;font-weight: 900;}
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:'sofia-pro';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: 900 2.2em 'sofia-pro', serif;width: 100%;margin: 0;color: #000;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: #e93741;width:100px;}
.nice.white:before{background: #575757;}
.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 'sofia-pro';}
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: #e93741;color: #fff;border-radius: 10em;height: 40px;align-items: center;transition: .4s;font-family: 'sofia-pro';}
.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: #0c71ea;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: 97%;z-index: 1;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;max-width: 1500px;}
.hidden{ display:none;}



#single{position: initial;}
#single:before{content:'';background: linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, rgba(255, 255, 255, 0) 49%, rgba(185, 185, 185, .5) 51%, #a3a3a3 55%);position:absolute;width:100%;height: 600px;top:0;left:0;background-size: 4px 4px;color: #e93741;opacity: .2;/* background: #e93741; */}



/* 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;}
.col_aside{width: calc(100% - 300px - 4%);position: relative;display: block;margin: 2% 0;}
aside{display:block;width:300px;margin: 0 0 0 0;vertical-align: top;background: none;position: relative;padding: 4% 0 0; z-index: 0; }

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

/* header */
header{position: sticky;width: 100%;background: #fff;margin: 0 auto;box-shadow: 0 9px 9px rgba(0,0,0,.2);top: 0;z-index: 9999;position: -webkit-sticky;position: fixed;background: #fff;}
header a{ transition:0s;}
header .inner{align-items:center;max-width: inherit;flex-wrap: nowrap;}
header .logo{width: 200px;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: #333;}
header .header_btns .btn.session small{font-size:.9em; margin:0 5px 0 0}
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 'sofia-pro';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: #00cdff;left: 50%; transition:.4s}
header menu ul li a:hover:after{ left:0; width:100%}

.search_module{position:fixed;background: #252525;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: #fff;font: bold 2.2em 'sofia-pro';}
.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: #fff;float:left;width: 100%;background:transparent;height: 70px;border-bottom: 1px solid #ffffff;font-weight: 600;font-size: 1.4em;padding: 0 20px;}
.search button{color: #555;height: 70px;border-bottom: 1px solid #ddd;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: #ccc;width: 17px;}
.search button span:after {right: 0;background: transparent;border-radius: 50%;width: 20px;height: 20px;border: 2px solid #ccc;-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: 200px;height: 60px;position: absolute;left: 0;object-fit: contain;object-position: left;top: 0px;opacity: 0;transition:.4s;filter: invert(1);}
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 'sofia-pro';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: 'sofia-pro';}
nav .links .separator:after{height: 2px;width: 70px;background: #01ebd1;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: #333;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: 5px;background: #333;width: 15px;}
.open_search span:after {right: 0;background: #fff;border-radius: 50%;width: 16px;height: 16px;border: 2px solid #333;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:flex;}
.publicidad.to_fix{ position:sticky; top:70px; margin-bottom:20px}
.fixed_ad{position:fixed;bottom:-30%;background:#fff;left:0;width:100%;z-index: 999999;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);}


/*------ galleries-------*/
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;touch-action: manipulation;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0);}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;transform-style: preserve-3d;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block;opacity: 1;}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{/* opacity:0 */}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-stage-outer,.owl-stage{ height:100%; position:relative;}
.owl-item{ height:100%;}
.owl-prev,.owl-next{position: absolute;bottom: 0;width: 40px;height: 100%;color: #fff;text-align: center;overflow:hidden;text-shadow: 0 0 5px rgba(0,0,0,.23);left: 0;font-size: 1.6em;text-indent: -989px;display: flex;align-items: center;justify-content: center;}
.owl-prev{left: 0;}
.owl-next{right: 0;left: inherit;}
.owl-next:after,.owl-prev:after{position:absolute;width: 100%;height: 100%;left: 0;top: 0;font: bold 1em 'Font Awesome 6 Pro';display: flex;align-items: center;justify-content: center;}
.owl-prev:hover, .owl-next:hover{background: rgba(0,0,0,.2);}
.owl-prev:after{content:'\f104';text-indent: 0;}
.owl-next:after{content:'\f105';text-indent: 2px;}



.banner_evento{position:relative; overflow:hidden; padding:2%;}
.banner_evento .cover{ width:110%; height:110%; top:-5%; left:-3%}
.banner_evento .inner{ justify-content:center;}
.banner_evento img{ max-width:100%;}

.top_home{position:relative;padding: 2% 0;/* margin: 0 0 8%; *//* max-height: 770px; */background: #e93741;}
.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%, #a51d13 55%);position:absolute;width:100%;height:100%;top:0;left:0;background-size: 3px 3px;opacity: .5;color: #e93741;}
.slideshow{width: 100%;bottom: 0;z-index: 1;display: block;position:absolute;top:0;left:0;/* height:100%; */}
.slideshow .owl-next,.slideshow .owl-prev{font-size: 1.4em;color: #ffffff;}
.slideshow.owl-carousel .owl-stage-outer,.slideshow.owl-carousel .owl-stage,.slideshow.owl-carousel .owl-item{height:100%;background: #333;}
/*.slideshow figcaption{position:relative;height:100%;display:flex;align-items:flex-end;background: linear-gradient(0deg,rgba(0,0,0,.2) 50%,rgba(0,0,0,0) 90%);z-index: 1;}
.slideshow figcaption:after{position:absolute;bottom: 0;left:0;width:100%;height: 50%;z-index: 1;content:'';display:block;z-index:1;opacity: 0;}
.slideshow figcaption .inner{padding: 1% 2% 4%; color:#fff; z-index:2;position:relative; text-shadow: 0 0 40px rgba(0,0,0,.5); opacity: 0;transition:.8s;transition-delay:.4s;background: rgba(255, 255, 255, .9);max-width: 50%;margin: 0 0 0 5%;bottom:-10%;}
.slideshow .active figcaption .inner{opacity: 1; bottom:0;}
.slideshow figcaption strong{font-weight: 700;font-size: 2.2em;width:100%;line-height: 1.4em;font-family: 'Cambay';}
.slideshow figcaption span{font-size: 1.2em;margin: 1% 0;line-height: 1.8em;}
.slideshow figcaption em{text-transform:uppercase;font-style:normal;width:100%;margin: 1% 0 0;opacity: .7;}
.slideshow figcaption em i{ font-size.8em; margin:0 1% 0 0; opacity:.5}
.slideshow figcaption b{color: #ff59bb;border-radius:10em;line-height: 20px;margin: 0 0 1%;font-weight: 100;}
.slideshow figure{ position:absolute; top:0; left:0; width:100%; height:100%;}
.slideshow figure img{width:100%;height:100%;object-fit:cover;position: absolute;z-index: 1;transform: scale(1.1);object-position: bottom center;}
.slideshow figure img{transform: scale(1);}
.slideshow .active figure img{width:100%;height:100%;animation-name:makeSmall;animation-duration: 7s;animation-fill-mode: both;}
@keyframes makeSmall {
  from {
    transform:scale(1.1);
  }
  to {   
    transform: scale(1);
  }
}*/

.reapertura{/* background: #e93741; */}
.top_especial{position:relative;padding: 70px 0;background: #031925;}
.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: #e93741;}


.slideshow .owl-dots{width: 70%;overflow:hidden;position: absolute;bottom: -60px;right: 5%;display: flex;justify-content: center;background: rgba(33, 33, 33, 0.6);backdrop-filter: blur(3px);/* background: #333; */}
.slideshow .owl-dots div:hover,.slideshow .owl-dots div.active{ opacity:1}
.slideshow .owl-dots div.active:after{content:''; display:block; height:3px; width:100%; position:absolute; top:0; left:0; background:#fff}
.slideshow .owl-dots div{padding: 0 10px 0 10px;width: 100%;display: flex;height: 120px;color: #fff;align-items: center;opacity: .3;transition: .4s;font-size: .9em;border-radius: 0;}
.slideshow .owl-dots div img{width: 80px;height: 71%;position: relative;margin: 0 10px 0 0;object-fit: cover;border-radius: 1px;}
.slideshow .owl-dots div i{position: relative;top: inherit;border: none;width: 15px;color: #fff;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 4em;z-index: 2;font-weight: 600;opacity: 0;}
.slideshow .owl-dots div.active:after{ display:none;}

.slideshow{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;margin: 0 auto;grid-gap: 20px;}

.slideshow a:nth-child(1){grid-column:1/3;height: auto;min-height: initial;padding: 54% 0 0;}
.slideshow a:nth-child(1) strong{font-size:2em;margin: 0 0 10px;}



/* 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 'sofia-pro';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: 20px 0 0 5px;height: 79.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 'sofia-pro';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: #e93741;}
.newsletter .inner p{width:100%; text-align:center; padding:0 4%; margin:0 0 2%;}
.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%;}


#sites-frame{
  width: 100%;
}

/* .containeriframe{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; 
}



iframe#idIframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
} */

/* iframe#iFrame1{
  width: 50%;
  height: 100%;
} */

/* iframe.foo{
  min-height: 260px;
  min-width: 50%;
} */

/* iframe{
  width: 100%;
} */
.containeriframe{
  width: 50%;
}
.containeriframe iframe{
  overflow-y: hidden;
}



.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);background-filter: blur(4px);align-items: center;justify-content: center;pointer-events: none;opacity: 0;z-index: -1; transition:.4s}
.lightbox .close_veil{ position:absolute; top:0; left:0; width:100%; height:100%;}
.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; overflow:visible;}
.lightbox.active{z-index: 9999999;opacity:1;pointer-events:auto;}

.lightbox.gopatreon{}
.lightbox.gopatreon .close{background:#fff;top: -30px;right: -30px;}
.lightbox.gopatreon .content_lightbox{padding:0; max-width:400px; height:auto;}
.lightbox.gopatreon img{ display:block; width:100%;}

.lightbox.session .close{ filter:invert()}
.lightbox.session .content_lightbox{background: #393939;max-width: 500px;height: auto;color: #fff;}
.lightbox.session .content_lightbox p{ width:100%; text-align:center; margin:20px 0;}
.lightbox.session .content_lightbox h4{color:#fff; margin:0 0 8%}
.lightbox.session .content_lightbox h3{color:#fff;font-size:2em;width: 100%;text-align: center;}
.lightbox.session .content_lightbox .ptrn-button{margin:0!important;}
.fa-stack i:last-child{opacity:.4}
.logued_user{font-size:.8em;background: #333;color: #fff;position: relative;border-radius: 10em;}
.logued_user .name{display:flex;line-height:40px;position:relative;padding: 0 10px 0 41px;min-width: 100px;}
.logued_user .name i{position:absolute;left:0;line-height:40px;width: 40px;text-align: center;}
.logued_user .name div{position:relative;padding: 6px 20px 0 0;height: 40px;}
.logued_user .name div span{display:block;line-height: normal;position: absolute;font-size: .8em;}
.logued_user .name div strong{font: 900 1em 'sofia-pro';}
.logued_user:hover .user_links{ display:block;}
.user_links{display:none;position:absolute;width: 200px;background: #333;left: 50%;transform: translateX(-50%);border-radius: 4px;top: 117%;box-shadow: 0 10px 30px #000;}
.msg_patreon{padding: 10px;margin:10px;border:1px solid #ddd;text-align:center;border-radius:10px;}
header .msg_patreon .btn{
    background: #f00;
    line-height: 35px;
    color: #fff;
    height: 35px;
    margin: 4% auto;
}
.user_links:before{content:'';width: 20px;height: 20px;background: #333;display:block;position:absolute;transform: rotate(45deg) translateX(-50%);left: 50%;z-index: -1;}
.user_links a{display:block;text-align:center;color: #fff;font: normal 1em/40px 'sofia-pro';transition:.4s;}
.user_links a:hover{ background:#222}


.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: #e93741; */padding: 2% 0 0;}



.videos_home{padding: 6% 0 6%;background: #29083d;}
.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: 900;display:block;font-size: 2em;font-family: 'sofia-pro';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: 4% 0;background: #373737;}
.destinations:before{background: linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, rgba(255, 255, 255, 0) 49%, rgba(101, 101, 101, 0.5) 51%, #403f3f 55%);content:'';position:absolute;left:0;top:0;width: 100%;height: 100%;background-size: 10px 10px;}
.destinations .cover{/* opacity: .2; */background-size: cover;background: #356669;}
.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.4em;color: #fff;}
.destinations .destaination_carousel{width: 64%;display: flex;padding: 0 6% 0 0;overflow: hidden;}
.destaination_carousel .owl-stage-outer{overflow:visible;}
.destinations .destaination_carousel .place{ height:100%;}

.ultimas{padding: 2% 0;background: #222;}
.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: 5px;/* min-height: 370px; */}
.note figure{display:block;overflow:hidden;left: 0;position: relative;width: 100%;top: 0;transition: .4s;background: #ddd;}
.note figure img{position:relative;width:100%;height: 100%;object-fit:cover;background: #f9f9f9;z-index:1;display: block;}
.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: relative;bottom: 2%;z-index:2;width: 96%;padding: 3% 4%;background: #f2f2f2;border-radius: 5px;left: 2%;margin: -2% 0 0;}
.note figcaption strong{font-weight: 400;display: block;margin: 0 0 3%;font-size: 1.3em;font-family: 'sofia-pro';line-height: 1.4em;}
.note figcaption span{color: #e93741!important;}
.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: #e93741;display: block;margin: 0 0 2%;font-weight: 100;text-transform: uppercase;}
.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 110% 0;}
.videos_section .grid_notes .note{padding: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: 340px;border-radius: 6px;}
.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,.8);border-radius: 10em;box-shadow: 0 0 10px rgba(0,0,0,3);top: calc(40% - 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: 'sofia-pro';max-width: 580px;line-height: 1.4em;font-weight: 700;}
.especial figcaption span{color:#fff;line-aheight: 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: #e93740;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}

.especial.poster{min-height: auto;}
.especial.poster figure{padding: 0 0 130%;position:relative;height: auto;}
.especial.poster figure img{ position:absolute; width:100%; height:100%;object-fit:cover}
.especial.poster figcaption{position:relative;padding: 4%;background: none;}


[data-stars^="num"]{color: #e9e9e9!important;letter-spacing: 2px;right: 0;font-family: 'Font Awesome 6 Pro';font-weight: 700;display: block;margin: 0 0 20px;}

[data-stars="num.5"]:before{content:'\f5c0';}
[data-stars="num.5"]:after{content:'\f005\f005\f005\f005'; font-weight:400}

[data-stars="num0.5"]:before{content:'\f5c0';}
[data-stars="num0.5"]:after{content:'\f005\f005\f005\f005'; font-weight:400}

[data-stars="num1"]:before{content:'\f005';}
[data-stars="num1"]:after{content:'\f005\f005\f005\f005'; font-weight:400}

[data-stars="num1.5"]:before{content:'\f005\f5c0';}
[data-stars="num1.5"]:after{content:'\f005\f005\f005'; font-weight:400}

[data-stars="num2"]:before{content:'\f005\f005';}
[data-stars="num2"]:after{content:'\f005\f005\f005'; font-weight:400}

[data-stars="num2.5"]:before{content:'\f005\f005\f5c0';}
[data-stars="num2.5"]:after{content:'\f005\f005'; font-weight:400}

[data-stars="num3"]:before{content:'\f005\f005\f005';}
[data-stars="num3"]:after{content:'\f005\f005'; font-weight:400}

[data-stars="num3.5"]:before{content:'\f005\f005\f005\f5c0';}
[data-stars="num3.5"]:after{content:'\f005';font-weight:400}

[data-stars="num4"]:before{content:'\f005\f005\f005\f005';}
[data-stars="num4"]:after{content:'\f005';font-weight:400}

[data-stars="num4.5"]:after{content:'\f005\f005\f005\f005\f5c0';}

[data-stars="num5"]:after{content:'\f005\f005\f005\f005\f005';}



.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;}




.article{display: flex;flex-wrap: wrap;justify-content: space-between;}
.article h1{font-size: 3em;margin: 0 0 2%;/* text-shadow: 5px 3px 0 #ccc; */}
.article .breadcrumb{font-weight: 400;color: #e93741;width: 100%;margin: 0 0 1%;text-transform: uppercase;}

.text{width: 740px;margin: 0 auto;max-width: 100%;}

.text h2.intro{text-align:left;margin: 0 0 4%;color: #333;/* font-weight: 600; */font-size: 2em;line-height: 1.3em;}
.text .content_note h1{margin: 0 auto 20px;}
.text .content_note h2{margin: 8% 0 2%;font-weight: 600;color: #e93740;font-size: 1.6em;}
.text .content_note h2:not(.intro):after{content:'';width: 20px;height: 3px;background: #e93740;display:block;margin: 5px 0 0 0;}
.text .content_note h3{margin: 8% 0 2%;font-weight: 600; font-size:1.4em;}
.text .content_note h3:after{content:'';width: 20px;height: 3px;background: #e93740;display:block;margin: 5px 0 0 0;}
.text .content_note h4{font-weight:600;font-size:1.3em;width: 100%;margin: 3% 0 1%;}
.text .content_note strong{font-weight: 600;}
.text .content_note p, .text .content_note > div{font-size: 1.5em;line-height: 1.65em;margin: 0 0 2%;font-weight: 400;}
.text .content_note > *[style*="px"],.text .content_note > div[style*="px"]{max-width: 100%!important;}
.text .content_note img{max-width:100%;display: block;margin: 0 auto;height: auto;width: auto;min-width: 400px;}
.text .content_note .publicidad img{min-width:auto;}
.text .content_note figure{margin:0 0 4%;overflow: hidden;}
.text .content_note .wp-block-image{background: #efefef;margin:0 0 4%;padding: 0;}
.text .content_note .wp-block-image img{ margin:0 auto;}
.text .content_note .wp-block-image figcaption{padding: 3px 2%;color: #999;font-size: .9em;text-align: left;margin: 0;}
.text .content_note .wp-block-image figcaption br{display:none;}
.text .content_note .wp-block-image figcaption .media-credit{text-align: left;font-size: 1em;margin: 0;font-weight: 600;color: #555;}
.text .content_note .wp-block-image figcaption .media-credit:before{ content:'\00A9 '}
.text .content_note .wp-block-image figcaption .media-credit:empty{ display:none;}
.text .content_note blockquote{padding: 10px 10px 10px 50px;position:relative;font: italic 1.2em/2em 'sofia-pro',serif;margin: 0 0 4%;}
.text .content_note blockquote cite{ font-weight:900}
.text .content_note blockquote.wp-embedded-content{padding: 0 40px 0 0;width: 100%;margin: 0;}
.text .content_note blockquote.wp-embedded-content a{text-decoration:none;line-height: 1.6em;display: block;font-weight: 6;}
.text .content_note blockquote:after{top: 10px;/* content:' \201C '; */position:absolute;left: -30px;color: #000000;font: normal 900 7em/1em 'Times', serif;text-shadow: 1px 2px 0 #eb0005;}
.text .content_note blockquote.wp-embedded-content:after{top: calc(50% - 12px);content:' \f30b ';position:absolute;right: 0;color: #000000;font: normal 900 1.4em/1em 'Font Awesome 6 Pro';text-shadow: 1px 1px 0 #eb008b;left: auto;}
.text .content_note iframe{ max-width:100%;}
.text .content_note iframe[src^="https://www.youtube.com/"]{ width:100%; height:480px}
.text .content_note iframe[src^="https://www.google.com/"]{width:100%;height:320px;padding:20px;background: #efefef;}
.text .content_note iframe[width^="300"]{margin: 20px auto 0!important;width: 300px;height: 250px;/* padding:20px; */background: #efefef;display: block;}}
.text .content_note iframe.instagram-media{ max-width:80%; margin:0 auto!important; display:block!important}
.text .content_note p strong{font-weight: 600;}
.text .content_note p b{font-weight:bold;color: #111;}
.text .content_note p i{ font-style:italic}
.text .content_note a{color: #e93740;position: relative;text-decoration:underline;}
.text .content_note a:hover{ text-decoration:none;}
.text .content_note ul li{margin: 0 0 3%;padding: 0 0 0 25px;position:relative;font-size: 1.2em;line-height: 1.8em;}
.text .content_note ul li:after{width: 9px;height: 9px;background: #444;content:'';display:block;position: absolute;left: 0;top: 9px;border-radius: 10em;}
.text .content_note .media-credit-container{background:#efefef;margin: 0 4% 2% 0;width: 100%;max-width: initial!important;padding: 0 0 1px;font-size: 1em!important;}
.text .content_note .media-credit-container img{ margin:0}
.text .content_note ol li{margin: 0 0 1%;padding: 0 0 0 16px;position:relative;font-size: 1.1em;list-style: decimal;list-style-position: inside;}
.text .content_note ul li:after{width: 9px;height: 9px;background: #444;content:'';display:block;position: absolute;left: 0;top: 9px;border-radius: 10em;}
.text .content_note {/* padding: 0 0 200px *//* overflow: hidden; */}
.text .content_note h1{margin: 8% 0 2%;font-weight: 600;color: #960f16;font-size: 2em;}
.text .content_note .wp-block-embed__wrapper{display:flex;justify-content:center;margin: 0 0 4%;}
.text .content_note .wp-block-embed__wrapper iframe{width:100%;}
.text .content_note .publicidad{margin: 0 0 4%;/* border-top: 1px solid #ddd; *//* border-bottom: 1px solid #ddd; */position:relative;padding: 10px 0 20px;font-size: 1em;}
.text .content_note .publicidad iframe{margin: 0!important;}
.text .content_note .publicidad:empty:after{content:'';}
.text .content_note .publicidad: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;}
.text .content_note table{font-size:1.2em;margin:20px 0;border: 1px solid #ddd;border-radius: 10px;}
.text .content_note table tr:nth-child(even) td{ background:#ddd}
.text .content_note tr td{ padding:10px;}

#videovidoomy{height:4px}

/* .text .publicidad{
    background: transparent;
} */

.ficha_tecnica{margin: 30px 0;overflow:hidden;position:relative;background: #545454;padding: 10px 10px 10px 31%;font-size: .8em;border-radius: 10px;}
.ficha_tecnica figure{width: 28%;position: absolute;cursor: -webkit-zoom-in;cursor: -moz-zoom-in;left: 10px;top: 10px;height: calc(100% - 20px);}
.ficha_tecnica figure img{width:100%;min-width: initial!important;height: 100%!important;object-fit: contain;}
.ficha_tecnica figure:before{ display:none;}
.ficha_tecnica div{margin: 0 0 15px;display: block;line-height: 1.3em;color: #fff;}
.ficha_tecnica strong{display:block;font-size: .8em;font-weight: 900!important;line-height: 1em;color: #c3c3c3;margin-bottom: 2px;}

.stars{overflow:hidden;position:relative;margin: 20px 0;padding: 10px;border: 1px solid #ddd;border-radius: 10px;width: 33%;text-align: center;background: #f3f3f3;}
.stars span{color: #FF9800!important;}
.stars .califica{/* margin: 20px 0; */}
.stars strong{display:block;margin: 0 0 10px;}
.stars span{display:block;font-size: 1.3em;margin: 0 0 10px!important;}
.stars.users span{color: #a120af!important;}
.star-rating{overflow: hidden;}
.star-rating__wrap{display: block;overflow: hidden;position: relative;direction: rtl;font-size: 1.2em;}
.star-rating__wrap label{ cursor:pointer; color:#777}
.star-rating label.fa{float: right;cursor: pointer;color: #a120af;font-size: 1.3em;}
.star-rating input{position: fixed;left: -100%;display: inline;}
.star-rating label:hover:before,.star-rating label.far:hover ~ label.far:before,
.star-rating input:checked ~ label.far:before{ font-weight:bold}

.ratings{display:flex;width:100%;justify-content:space-between;}


.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;}


.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;}

.article .principal{position:relative;/* padding: 0 0 60%; */margin: 0 0 4%;overflow: hidden;min-height: 400px;}
.article .text .principal > *{/* position:absolute; */width:100%;height: auto;display: block;/* object-fit: cover; *//* left: 0; *//* top: 0; */}
.article .text .principal > iframe{z-index:2;position:absolute; height:100%; top:0;}
.article .text .principal img{/* position:absolute; */}
.article .text .principal figcaption{flex-wrap:wrap;color: #999;background: #efefef;top: initial;bottom: 0;height: auto;padding: 10px;font-size: .9em;}
.article .text .principal figcaption .rights{ width:100%; font-weight:600; display:block;}
.article .info_article{width:100%;margin: 0 0 4%;display: flex;justify-content: space-between;}
.article .info_article .info{ margin-top:1%}
.article .info_article .info strong{ font-weight:600}
.article .info_article span{color: #666;display: inline-block;padding: 0 10px 0 0;border-right: 1px solid #444;margin: 0 10px 0 0;}
.article .info_article .info a{font-weight:600;color: #e93741;}

.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: 200px;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%;margin: 0 0 -1px;background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,.8) 50%);}
.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;}

#outbrain_container{padding:10px 0;}

.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%);}


.writter{margin: 30px 0;overflow: hidden;position: relative;display: flex;align-items: center;background: #e1e1e1;flex-wrap: wrap;padding: 10px 20px 10px 90px;border-top: 1px solid #fff;border-bottom: 1px solid #ddd;min-height: 80px;font-size: 1em!important;border-radius: 10px;}
.content_note .writter img{margin: 0;width: 60px;height: 60px;border-radius: 10em;position: absolute;left: 10px;top: 10px;min-width: initial;object-fit: cover;}
.writter a{display:block;text-decoration:none;font-weight: 600;}
.writter span{color: #666;margin: 0 5px 0% 0;width: 100%;}
.writter .social_writter{position: absolute;top: 7px;right: 10px;}
.writter .social_writter a{display:inline-block;width:30px;height:30px;text-align:center;border-radius: 5px;background: #e4e4e4;line-height:30px;font-size: .8em;color: #ff0092;}
.writter p{font: normal .7em/1.5em 'Muli', sans-serif;clear: left;margin: 6px 0 0;color: #888;}
.writter div{/* position: absolute; *//* top: 7px; *//* right: 10px; */}
.writter div a{display: inline-block;width:30px;line-height: 30px;color: #a4a4a4;}
.writter + div{/* min-height:400px */}
.writter + div > *:nth-child(n+50){ display:none}
/*.writter + .adPlacement{display:none!important}*/


.gallery_old figure{background:#333;margin: 0 0 4%;overflow: hidden;border-radius: 10px;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;font-size: .9em;}
.gallery_old figcaption h3{color:#fff;margin: 0;/* white-space: nowrap; */overflow: hidden;/* text-overflow: ellipsis; */margin: 0 0 2%!important;font-size: 1.8em!important;}
.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;}




.engage{width:100%;display:flex;justify-content: space-between;margin: 4% 0;}
.share_alt{position:relative;justify-content:center;display: flex;}
.share_alt .btn{min-width: 200px;justify-content:center;}
.share_alt a{width:0px;height:40px;display: block;color: #333;line-height: 40px;text-align: center;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 5px;margin: 0;overflow:hidden;opacity: 0;}
.share_alt.active a{width:40px;margin: 0 0 0 5px;opacity: 1;}
.fb_comments_count{font-family:'sofia-pro'; font-size:.8em}

.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;fon;text-transform: uppercase;float: left;padding-right: 10px;margin-right: 10px;/* border: 1px solid #ccc; */background: #00cdff;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}



.share{display: block;margin: 0 0 0 0;padding:0;}
.share .share_btns{position:sticky;top:70px;width: auto;}
.share button{width: 100%;height: 50px;text-align:center;line-height: 50px;color: #999;background: #fff; border: none; font-size: 1.3em; display: none}
.share a{width: 40px;height: 40px;text-align:center;line-height: 40px;color: #555;display: block;position: relative;}
.share a:after{display:none}
.share a:hover{color: #000;}
.share a.comments{}
.share a.comments i{font-size: 1.8em;margin: 8px 0 0 0;opacity: .2;}
.share a.comments b{position:absolute;width:100%;text-align:center;left:0;/* color: #fff; */font-size: .7em;}
/*.share a.facebook{ color:#3b5998;}
.share a.twitter{ color:#1da1f2}
.share a.whatsapp{ color:#41c609}
.share a.pinterest{ color:#bd081c}
.share a.flipboard{ color:#F52828}
.share a.whatsapp.addthis_button_whatsapp{ display:none}
.share a.mail{background: #ffd300;}*/


.simple {
  width: 100%;
  padding: 3% 0;
  background: #ffff;
  margin: 2% 0 3%;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* .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 'sofia-pro';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 'sofia-pro';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 'sofia-pro'}
.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 'sofia-pro';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 'sofia-pro';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 6 Pro"; 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: 'sofia-pro';}
.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'; font-family: 'Font Awesome 6 Pro'; }
.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 'sofia-pro';background:#eb008b;border: none;border-radius:10em;text-shadow:none;box-shadow: none;}


.comments_wrapper{position:fixed;height:100%;width: 98%;top:0;right:-100%;background: #ffffff;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%;position: relative;}
.comments_wrapper .inner iframe{background: #fff;}
.comments_wrapper .inner:before{content:"\f110";font: bold 2em "Font Awesome 6 Pro";animation:fa-spin 2s infinite linear;color: #e93741;position: absolute;left: calc(50% - 20px);top: calc(50% - 20px);width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;top: 30px;z-index: 0;}
.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: #1d52cb;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: #1d52cb;}
.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;}




.separator{width:100%;}


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

.articles{padding:2%;border: 1px solid #e7e7e7;margin: 4% 0;border-radius: 2px;width: 100%;background: #eee;}
.articles h4{width:100%;/* color:#fff; */font-size:2em;}
.articles section{display:grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 30px;}
.articles section a:nth-child(1){grid-column:1/3;}
.articles section a:nth-child(4){ grid-column:2/4}
.articles .especial{min-height: 300px;}
.articles .especial span{display:none;}


.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: #1c52cb;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}
.list_items .owl-next:after,.list_items .owl-prev:after{color:#fff}

.list_items.owl-carousel .owl-stage-outer{overflow:visible;}
.list_items.owl-carousel .owl-stage{ display:flex;}


.pagination{text-align:center;padding: 0 50px;display: flex;justify-content: center;position:relative;background: #e93741;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 6 Pro';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: .9;width: 110%;height: 110%;margin: -1%;}
.top_section .inner{backdrop-filter: blur(5px);padding: 2% 0;background: rgba(0,0,0,.4);border-radius: 13px;margin: 2% 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}

.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%;}


.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;}

.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;width: 100%;margin: 18% 0 0 0;bottom: 0;background: #fff;}
.listed .note figure{width: 50%;height: 100%;position: absolute;}

.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: #f4f4f4;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: #e93741;color: #fff;}

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

.error404{background: #28022f;color:#fff;}
.sorry{ text-align:center; width:100%; margin:4% 0}
.sorry i{font-size:2em;color: #e93740;}
.sorry h1{ font:900 3em 'sofia-pro'; 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 6 Pro";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: 'sofia-pro'!important;font-weight: 600!important;}
span.video-label.video-description.trc_ellipsis {font-family: 'sofia-pro'!important;}
span.branding {font-family: 'sofia-pro'!important;}

.text .OUTBRAIN ul li{padding:0;}
.text .OUTBRAIN ul li:after{display:none}
.text .OUTBRAIN img{max-width:initial;margin: 0;min-width: auto;}


.videos_section{background: #161616;}
.videos_section .publicidad{background: #222;}
.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 .article h1,.videos_section .article h2,.videos_section .article h3,.videos_section .text{color:#fff;}
.videos_section .article .info_article span{color:#ccc}
.videos_section .article .info_article {color:#ccc}
.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;min-width: initial!important;}

i.loader{position:fixed;width: 100%;height: 100%;justify-content:center;align-items:center;z-index:4;font-size:2em;color: #1c52cb;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: #e93741;}
#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: #e54b4d;}



.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: #353638;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: 900px;}
.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: 260px 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 #e93741;height: auto;}
.mag21_newfix h4{font-weight:900;font-size: 1.6em;color: #fff;}
.mag21_newfix h5{font-weight:900;color: #487790;font-size: 1.2em;}
.mag21_newfix p{color:#fff;font-size: 1.2em;}
.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: 330px;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 ///// */

.bannerfijo{
  display: flex;
  width: 100%;
  justify-content: center;
  background: #f2f1f0;
  z-index: 1;
}

.boxbannerfijo{
  width: 100%;
  max-width: 1500px;
  padding: 1% 0;
}

.boxbannerfijo a img{
  width: 100%;
  height: auto;
  height: 100%;
}

.boxbannerfijo a img.imgdesktop{
  display: flex;
}
.boxbannerfijo a img.imgmobile{
  display: none;
}

/* Emprendedor Single */
.emprendebox{
  border-radius: 10px; 
  /* padding: 20px;  */
  display: flex; 
  align-items: center; 
  justify-content: center; 
  margin: 0 !important; 
  background: #3a3a3a;
  margin: 2% 0 !important;
}
.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 !important; 
  text-decoration: underline !important;
}

/* 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: #e93740;
  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;
}
.ampnotes figure{
  display: none;
}
.contenedorshareButton{
  position: fixed;
  bottom: 140px;
  left: 1em;
  z-index: 11;
  display: none;
}

.shareButton.main .sharexy, .shareButton.main .closexy, .shareButton.main .checkxy {
  position: absolute;
  bottom: 1rem;
  right: 1em;
  transition: all 150ms;
}
.shareButton.main .sharexy, .shareButton.main.open .closexy, .shareButton.main.sent .checkxy {
  transform: rotate(0) scale(1);
  opacity: 1;
}
.shareButton.main .closexy, .shareButton.main.open .sharexy, .shareButton.main .checkxy, .shareButton.main.sent .sharexy {
  opacity: 0;
  transform: rotate(90deg) scale(0);
}

.shareButton, .shareButton.open {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background: #fff;
  padding: .9rem;
  overflow: hidden;
  outline: none;
  margin: 0.5rem;
  width: 18px;
  height: 18px;
  box-sizing: content-box;
  transition: all 200ms;
  position: relative;
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA81BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB5eXnBwcHf39/Z2dna2trX19fa2trd3d3d3d3g4ODg4ODj4+Pj4+Pl5eXk5OTm5ubl5eXn5+fo6Ojp6enn5+fp6ens7Ozq6urr6+vr6+vt7e3s7Ozt7e3t7e3u7u7w8PDw8PDw8PDy8vLy8vLn5+f09PTn5+fy8vLn5+fp6enx8fHr6+vq6urs7Ozr6+vr6+vv7+/x8fHw8PDw8PDv7+/v7+/t7e3t7e3u7u7r6+vr6+vu7u7t7e3t7e3u7u7r6+vq6urq6urr6+vs7Ozr6+tWIAHaAAAAUXRSTlMAAQIDBAUGBwgJCgsVKVdYWVpaWltbZGRsbHFxdXV4foGBhIeJi4yQkJGUlpiZm5yenp+foKCnqaqqsbK0tba3w8TFxsbIydPU1dXb3N3d4uOSbqQHAAABdElEQVR42q2TbVOCQBSFg4UFAXtPJZVFQWRxUROj0jRR0UxL/v+vCQhdZ2zGL96vz86Ze885e3GuYfbzL2RZADgOAJY9fsCwgOOhEA/kOcAyR5QXREmORxIFPuOUclCU7/uLaBv2bmURcn+c0pwyXAYj3x9NVwMll3KqDHP5n8lT2yXEbXvBJp+DVJ8BvKh8v3eIg+0mdkhnvFFEHjB7aUEaTjotbJmGYVq41QneJCGWzzAvPiw9ght1HaFavYGJt7wW+R0GUHoO2o5VR1q1qqG65bTnPQmCHRbkxcjFpq49qqWyVjOxOwplIcNsjCOf2AaqqoWiWkVGk/jbGLOHuBnjUrGgVpBhEz9K8F48TMRrWllVy5q+E6er9afZapVstW68Gj3s7jM9rIaQnh72dZkcRm0ZBIe2zF4yW6ip49RUOzH1Y70zlUayCbwsktmaRkIDHazmSaDz1SsN9LAON70wisLuFa3DiTKdrOLpIh9/gzPNL7Z6NKvvS5JoAAAAAElFTkSuQmCC), auto;
}
.shareButton:nth-child(1){
  background: #e93741;
}
.shareButton:hover, .shareButton.open:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.shareButton:active, .shareButton.open:active {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAMAAABhTZc9AAABAlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZma5ubm4uLi8vLy6urrT09PU1NTS0tLS0tLT09PZ2dnY2Njb29vc3Nzd3d3g4ODf39/f39/h4eHa2trh4eHY2Nja2trg4ODa2tri4uLj4+PX19fZ2dnX19fk5OTl5eXl5eXn5+fo6Ojo6Ojm5ubp6enq6urs7Ozo6Ojt7e3u7u7v7+/p6eno6Ojp6enr6+vq6urq6urc3Nzb29vc3Nzm5ubm5ubk5OTl5eXk5OTm5ubd3d3e3t7d3d3e3t7f39/e3t7f39/e3t7e3t7d3d2Z9AvaAAAAVnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBk+QUFDXV9gYWNscHB2eH2AgYaJiYqKiouLi4yMjY2Sk5WYmZqam52en6KisLGxsbKztre3v8DIyMnJ09PV1tfY4OXm50OBxC8AAAFqSURBVCjPjZPZSsNAFIY7WyZJXQpFLFpEn0IoxRbfW0VFUXwDwStRW6RKUUkyq2cmUxPXOJNcHL6c/6xBrb8O+mLaXygKhvXPZ4paCCFn2Za1dsEDBYQwXKAGrvugosAIJrikRhsdMFpAQmm/l1CVPdwppY3xGPkXA+PDzGQGJ4RcCMddbE8xpqw9mAmICLF59zSTCrzLOhCmNNmbaA3hvNE7EoBB21HQ5ePnXGorJWOIsKR9VoB2SQmJdjbnQonC+caMRp2bewFKvguEsl30UuhXr0yWCF+2l1I5y1EWjZ6EKHIoBGMS84h3ToSs6P5UirwAMQjD44itH9bphy9Q8I1Xa77f4q6oqxDX59zfhpxl7iiPIOfraci5rHc0z6p607RWL7SH8fFEufY4g2wcCLXoVdnndDgryj7H3eO86nOYERsYmWsaE3yu6jNy2o6vbaVUvd0+Agvj/8duNOxVw0427HPTv/DTeQcndQotgtF9KQAAAABJRU5ErkJggg==), auto;
}
.shareButton svg, .shareButton.open svg {
  display: block;
  fill: #fff;
  width: 18px;
  height: 18px;
  opacity: 1;
  transition: all 150ms;
  transform: scale(1);
}

.xms, .shareButton.open.xms {
  transition-delay: 100ms;
}
.shareButton.xms svg {
  fill: #006AFF;
}
.xfb, .shareButton.open.xfb {
  transition-delay: 50ms;
}
.shareButton.xfb svg {
  fill: #4267B2;
}
.xwp, .shareButton.open.xwp {
  transition-delay: 0ms;
}
.shareButton.xwp svg {
  fill: #25D366;
}

.xwp, .xfb, .xms {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: scale(0);
}
.xwp svg, .xfb svg, .xms svg {
  width: 0;
  height: 0;
  opacity: 0;
  transform: scale(0);
}

/* 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;}

    .containeriframe{
      width: 70%;
    }

}

/* tablet landscape */
@media only screen and (min-width:600px) and (max-width: 1024px) and (orientation:landscape){
     body{font-size: .85em;}
    .especial{min-height:240px;}
    .related .especial{height:240px;}
    .grid_notes .note{padding:0;min-height: 320px;}
    .share{width:100%;}
    .share_btns{display:flex;}
}

@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;
  }
}


/* tablet portrait */
@media screen and (max-width: 800){
}

/* mobile portrait */
@media only screen and (max-width: 799px) {
  main{padding-top:55px;}
  aside{width:100%}
  .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%;}
  #single{display:block;}

  .publicidad{padding: 4% 0;}

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

  header .logo{height: 55px;width: 160px;}
  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 .header_btns .btn.session small{font-size:.6em}
  header .session span{display:none;}

  .open_nav{margin-left: 0%;}
  .open_search{margin-left: 0%;}

  nav .inner{overflow: hidden;}
  nav .logo{height: 55px;/* top: 5px; */left: 0px;width: 180px;padding: 1% 0;}
  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: 35px;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}



  .slideshow .especial{height: 350px!important;}
  .slideshow a:nth-child(1) strong{font-size:1.6em}
  .slideshow .owl-dots{width: 100%;right: 0;bottom: -80px;padding: 0 2%;}
  .slideshow .owl-dots div{padding: 0;position: relative;height: 80px;}
  .slideshow .owl-dots div strong{ display:none;}
  .slideshow .owl-dots div i{margin: 0 auto;font-size: 3em;}
  .slideshow .owl-dots div img{position:absolute;margin: 0;width: 90%;left: 5%;}

  .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: 2.2em;max-width: 80%;}
  .destinations .destaination_carousel{/* height: 290px; */width:100%;padding: 0 16% 0 0;}
  .destinations .destaination_carousel .especial{height: 370px;}

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

  .info_article{flex-wrap:wrap;}
  .article .info_article span{width:100%;border:none;margin: 0 0 2%;}
  .article .info_article .info{margin:4% 0}
  .article h1{font-size: 2.2em;line-height: 1.2em;}
  .article .breadcrumb{margin:0 0 2%}
  .article .principal{margin-bottom:12%;/* padding: 0 0 80%; */margin: 0 0 6% -4%;width: 108%;position: relative;min-height: 240px;}
  .text h2.intro{font-size: 1.8em;}

  .ratings{flex-wrap:wrap}
  .stars{width:100%;margin:0 0 2px;}

  .ficha_tecnica{padding:10px 0 5px 45%}
  .ficha_tecnica figure{width:40%; }
  .ficha_tecnica figure img{object-position:top;}

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


  .text{ width:100%;}
  .text .content_note h2.intro{ font-size:1.4em}
  .text .content_note p{margin:0 0 6%;overflow: hidden;}
  .text .content_note .publicidad{padding: 10px 0px 25px;}
  .text .content_note p iframe[width="300"]{width:100%;margin: 8% 0 4%!important;}
  .text .content_note   blockquote:after{left:-10px; font-size:6em}
  .text .content_note  img{min-width: 100%;}
  .text .content_note iframe[src^="https://www.youtube.com/"]{height:240px}

  .our_link img{ min-width:auto;}
  .content_note .writter{padding:10px 0 5px 80px}
  .content_note .writter img{min-width:initial;}

  .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; */}
  .text .content_note + .publicidad{min-height:auto;}
  .text .publicidad{min-height:250px;}
  .engage{ flex-wrap:wrap}
  .engage .btn{width:100%;text-align:center;justify-content:center;margin: 2% 0;}
  .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%}

  .share{/*display:none; */width: 108%;/*position: sticky;*/top: 53px;z-index: 3;background: #fff;margin: 0 -4% 0 -4%;box-shadow: 0 10px 20px -10px rgba(0,0,0,.4);}
  .share .share_btns{display: flex;width:100%;justify-content: space-between;}
  .share .share_btns a{width:100%;height: 50px;/* line-height: 50px; */padding: 1.5% 0 0;font-size: 1.1em;}
  .share a.comments i{margin: 7px 0 0 0;}
  .share_alt{width:100%;flex-wrap: wrap;}
  .videos_section .share{ background:#222}

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

  .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: 8px;font-size: 2.4em;opacity: .4;margin: 0 0 0 -40px;line-height: .4em;}
  .gallery_old figcaption{padding: 60px 4% 3%;}
  .gallery_old figcaption .counter span:before{top: 27px;}

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

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

  .articles{padding:6%;}
  .articles h4{font-size:1.6em;margin: 0 0 4%;}
  .articles section{grid-template-columns:1fr;grid-gap: 20px;}
  .articles section a{grid-column:1!important}

  .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);}


  .logued_user{/* right: 60px; */width: 40px;height: 40px;margin: 0 8px 0 0;background: #555;}
  .logued_user i{/* display:none; */}
  .logued_user .name div{display: none;}
  .logued_user .name{padding:0;}
  .user_links{width: 150px;left: initial;right: 0px;transform: translateX(0);}
  .user_links:before{right:5px; left:initial;}


  .mag21_newfix{padding: 15px;}
  .mag21_newfix .close{right:-10px}
  .mag21_newfix .grid{grid-template-columns: 110px 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;font-size: 1.2em;}
  .mag21_newfix p{margin:0;font-size: 1em;}
  .mag21_newfix .especial{min-height:auto; height:200px;}

  iframe.foo {
    min-width: 90%;
  }

  .boxbannerfijo a img.imgdesktop{
    display: none;
  }
  .boxbannerfijo a img.imgmobile{
    display: flex;
  }

  .containeriframe{
    width: 100%;
  }

  .contenedorshareButton{
    display: flex;
  }


}


/* 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] .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;filter:invert(1)}
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 {width: calc(100% - 30px);max-width: initial;}
html[amp] #sidebar2 .inner{ min-width: 80vw; width: 100%; padding: 4%}
html[amp] #sidebar2 .inner *{width: 100%;}
html[amp] #sidebar2 .inner .btn{width: 100%; display: block;line-height: 40px}
html[amp] #sidebar2 .inner iframe{min-height:500px}
html[amp] .share button{display: block; background:transparent;}
html[amp] footer .logos_iasa a{width: 100%;}
html[amp] footer .logos_iasa a amp-img{width: 100%}
html[amp] footer .digital_mag .ipad{height: 200px; width: 140px}
html[amp] footer .digital_mag .ipad amp-img{}
html[amp] footer .digital_mag .ipad amp-img{width: initial; height: initial}
html[amp] .especial figure *{ object-fit: cover }
html[amp] #stickytypeheader { position: initial; margin-bottom: 20px;}
html[amp] #publicidadclose {display: none;}

/* 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){ 
    /* Retina styles here */
      body{font-size: .92em}
      .text .content_note p, .text .content_note > div{line-height:1.45em }
      
}

