body.pag-minisite.cabecera .mplus-header{
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index:0;
}
body.pag-minisite main{
	pointer-events:none;
}
body.pag-minisite main *{
	pointer-events:all;
}
.mplus-header {
	 padding: 0px;
	 position: sticky;
	 top: 0px;
	 z-index: 999;
	 background: #000000;
	 transition: all 1s ease;
	 z-index:10000;
	 width:100%;
}
body.pag-minisite .mplus-header{
	position:fixed;
}
 .mplus-header .wrapper {
	 padding: 20px 30px 40px 20px;
	 display: flex;
	 align-items: center;
	 column-gap: 30px;
	 justify-content: space-between;
	 position: relative;
	 z-index: 1;
	 max-width:100%;
}
@media (min-width: 600px) {
	 .mplus-header .wrapper {
		 column-gap: 40px;
	}
}
@media (min-width: 1360px) {
	.mplus-header .wrapper {
		padding:30px;
   }
}

 .mplus-header .wrapper .mplus-header__logo a {
	 transition: opacity 0.5s ease;
}
 .mplus-header .wrapper .mplus-header__logo a:hover {
	 opacity: 0.7;
}
 .mplus-header .wrapper .mplus-header__logo svg {
	 max-height: 38px;
	 width: auto;
}
 @media (min-width: 600px) {
	 .mplus-header .wrapper .mplus-header__logo svg {
		 max-height: 44px;
	}
}
 .mplus-header .wrapper .mplus-header__menu {
	 column-gap: 40px;
	 font-family: ApercuMovistar,Arial,sans-serif;
	 align-items: center;
	 font-weight:bold;
}
 .mplus-header .wrapper .mplus-header__menu li {
	 position: relative;
}
 .mplus-header .wrapper .mplus-header__menu li:after {
	 content: "";
	 position: absolute;
	 top: 48%;
	 right: -25px;
	 transform: translateX(-50%);
	 background:#019bf4;
	 width: 4px;
	 height: 4px;
	 border-radius: 50%;
}
 .mplus-header .wrapper .mplus-header__menu li:last-of-type:after {
	 content: none;
}
 .mplus-header .wrapper .mplus-header__menu li a {
	 position: relative;
	 font-size: 18px;
	 text-decoration: none;
	 transition: opacity 0.5s ease;
	 color:#FFFFFF;
}
 .mplus-header .wrapper .mplus-header__menu li a:hover {
	 opacity: 1;
}
 @media (min-width: 1300px) {
	 .mplus-header .wrapper .mplus-header__menu {
		 display: flex;
	}
}
 .mplus-header .wrapper .mplus-header__links {
	 display: flex;
	 column-gap: 20px;
	 font-family: ApercuMovistar,Arial,sans-serif;
	 align-items: center;
	 z-index:99;
}
 .mplus-header .wrapper .mplus-header__links li {
	 position: relative;
}
 .mplus-header .wrapper .mplus-header__links li:after {
	 content: "";
	 position: absolute;
	 top: 48%;
	 right: -10px;
	 transform: translateX(-50%);
	 background: rgba(229, 229, 229, 0.22);
	 width: 1px;
	 height: 9px;
	 border-radius: 50%;
}
 @media (min-width: 600px) {
	 .mplus-header .wrapper .mplus-header__links li:after {
		 right: -20px;
	}
}
 .mplus-header .wrapper .mplus-header__links li:last-of-type:after, .mplus-header .wrapper .mplus-header__links li:nth-last-child(2):after {
	 content: none;
}
 .mplus-header .wrapper .mplus-header__links li a {
	 position: relative;
	 text-decoration: none;
	 transition: opacity 0.5s ease;
	 font-size: 13px;
}
 .mplus-header .wrapper .mplus-header__links li a svg {
	 height: 20px;
}
 .mplus-header .wrapper .mplus-header__links li a:hover {
	 opacity: 0.7;
}
 .mplus-header .wrapper .mplus-header__links li a.mplus-header__login {
	 margin-right: -15px;
}
 .mplus-header .wrapper .mplus-header__links li a.mplus-button {
	 padding: 9px 8px;
}
 @media (min-width: 600px) {
	 .mplus-header .wrapper .mplus-header__links li a.mplus-button {
		 display: flex;
		 padding: 9px 23px;
	}
}
 .mplus-header .wrapper .mplus-header__links li a.mplus-button.text {
	 padding: 0px;
	 text-underline-offset: 4px;
	 color:#ffffff;
	 background:transparent;
	 text-transform: none;
}
 .mplus-header .wrapper .mplus-header__links li a.mplus-button.text svg {
	 display: block;
}
 .mplus-header .wrapper .mplus-header__links li a.mplus-button.text span {
	 display: none;
}
 @media (min-width: 480px) {
	 .mplus-header .wrapper .mplus-header__links li a.mplus-button.text svg {
		 display: none;
	}
	 .mplus-header .wrapper .mplus-header__links li a.mplus-button.text span {
		 display: block;
	}
}
 .mplus-header.scrolled {
	 background: #000000;
}
 .mplus-header.scrolled:after {
	 content: none;
}
 .mplus-header.scrolled-banner .wrapper .mplus-header__links li:nth-child(2) {
	 display: none;
}
 @media (min-width: 480px) {
	 .mplus-header.scrolled-banner .wrapper .mplus-header__links li:nth-child(2) {
		 display: flex;
	}
}

.pag-minisite .mplus-header{
	z-index:10000;
}

/* MENU */
.mplus-header .wrapper .mplus-header__containerMenu {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0px 30px 5px 30px;
	max-height: 100%;
	position: absolute;
	top: 75px;
	overflow-x: scroll;
	overflow-y: visible;
	z-index: 9;
	width: 100%;
	left: 0px;
}
.mplus-header .wrapper .mplus-header__containerMenu::-webkit-scrollbar {
	height: 10.4em;
	background: #242424;
	display: none;
}
.mplus-header .wrapper .mplus-header__containerMenu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #242424;
}
.mplus-header .wrapper .mplus-header__containerMenu::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.1);
	outline: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50px;
}
@media (min-width: 860px) {
	.mplus-header .wrapper .mplus-header__containerMenu {
		overflow: inherit;
		max-width: calc(100% - 533px);
		padding: 0px;
		padding-bottom: 5px;
		position: relative;
		top: unset;
		left: unset;
		padding: 0px;
		width: auto;
   }
}
@media (min-width: 1000px) {
	.mplus-header .wrapper .mplus-header__containerMenu {
		padding: 0px 90px 5px 0px;
   }
}
.mplus-header .wrapper .mplus-header__containerMenu .mplus-header__btSearch {
	position: relative;
	padding-left: 40px;
	display: none;
}
.mplus-header .wrapper .mplus-header__containerMenu .mplus-header__btSearch:after {
	content: "";
	position: absolute;
	top: 48%;
	left: 20px;
	transform: translateX(-50%);
	background: #019BF4;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.mplus-header .wrapper .mplus-header__containerMenu .mplus-header__btSearch svg path, .mplus-header .wrapper .mplus-header__containerMenu .mplus-header__btSearch svg circle {
	transition: all 0.5s ease;
}
.mplus-header .wrapper .mplus-header__containerMenu .mplus-header__btSearch:hover svg path, .mplus-header .wrapper .mplus-header__containerMenu .mplus-header__btSearch:hover svg circle {
	stroke: #019BF4;
}
.mplus-header .wrapper .mplus-header__menu {
	position: relative;
	opacity: 1;
	column-gap: 40px;
	align-items: center;
	flex-wrap: nowrap;
	display: flex;
	background: transparent;
	padding-right: 30px;
}
.mplus-header .wrapper .mplus-header__menu li {
	position: relative;
	padding: 0px;
	margin: 0px;
	border: none;
	order: var(--position);
}
.mplus-header .wrapper .mplus-header__menu li:after {
	content: "";
	position: absolute;
	top: 48%;
	right: -25px;
	transform: translateX(-50%);
	background: #019BF4;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.mplus-header .wrapper .mplus-header__menu li:last-of-type:after {
	content: none;
}
.mplus-header .wrapper .mplus-header__menu li:nth-last-child(2):after {
	content: none;
}
.mplus-header .wrapper .mplus-header__menu li.more {
	display: none;
}
@media (min-width: 860px) {
	.mplus-header .wrapper .mplus-header__menu li.more {
		display: block;
   }
}
.mplus-header .wrapper .mplus-header__menu li.hidden {
	visibility: visible;
}
@media (min-width: 860px) {
	.mplus-header .wrapper .mplus-header__menu li.hidden {
		visibility: hidden;
   }
}
.mplus-header .wrapper .mplus-header__menu li a, .mplus-header .wrapper .mplus-header__menu li button {
	position: relative;
	white-space: nowrap;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.5s ease;
	font-size: 18px;
	appearance: none;
	background: transparent;
	border: none;
	color: #FFFFFF;
	font-family: 'ApercuMovistar Bold', sans-serif;
	padding: 0px;
}
.mplus-header .wrapper .mplus-header__menu li a.selected, .mplus-header .wrapper .mplus-header__menu li button.selected {
	color: #019BF4;
	text-decoration: underline;
}
.mplus-header .wrapper .mplus-header__menu li a:hover, .mplus-header .wrapper .mplus-header__menu li button:hover {
	color: #019BF4;
	text-decoration: underline;
}
.mplus-header .wrapper .mplus-header__menu li a svg, .mplus-header .wrapper .mplus-header__menu li button svg {
	position: relative;
	top: 3px;
}
.mplus-header .wrapper .mplus-header__menu li a svg path, .mplus-header .wrapper .mplus-header__menu li button svg path, .mplus-header .wrapper .mplus-header__menu li a svg circle, .mplus-header .wrapper .mplus-header__menu li button svg circle {
	transition: all 0.5s ease;
}
.mplus-header .wrapper .mplus-header__menu li a svg:hover path, .mplus-header .wrapper .mplus-header__menu li button svg:hover path, .mplus-header .wrapper .mplus-header__menu li a svg:hover circle, .mplus-header .wrapper .mplus-header__menu li button svg:hover circle {
	stroke: #019BF4;
}
.mplus-header .wrapper .mplus-header__menu li.selected a, .mplus-header .wrapper .mplus-header__menu li.selected button {
	color: #019BF4;
	text-decoration: underline;
}
.mplus-header .wrapper .mplus-header__menu li.selected svg path, .mplus-header .wrapper .mplus-header__menu li.selected svg circle {
	stroke: #019BF4;
}
.mplus-header .wrapper .mplus-header__menu .mplus-header__menuHidden li:after {
	content: none;
}
.mplus-header__menuHidden {
	display: none;
	min-width: 200px;
	position: absolute;
	top: 30px;
	right: 0px;
	background: rgba(42, 42, 42, 1);
	box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.80);
	border-radius: 6px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 32px;
	padding: 20px;
}
.mplus-header__menuHidden.mplus-header__menuHidden--visible {
	display: block;
}
.mplus-header__menuHidden a {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 32px;
}
.mplus-header__menuHidden li {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
	column-gap: 10px;
}
.mplus-header__menuHidden li.selected {
	opacity: 0.4;
}
.mplus-header__menuHidden li:after {
	content: none;
}
.mplus-header__menuHidden li:hover:not(.selected) {
	color: var(--color-corporate);
}
.mplus-header__menuHidden li.mplus-filter__item--all {
	color: var(--color-corporate);
}
.mplus-header__menuHidden li.mplus-filter__item--onlyplus {
	color: var(--color-corporate2);
}
.dest-minisite{
	z-index: 0;
}
.mplus-header.scrolled ~ .dest-minisite{
	z-index:1;
}
body.pag-minisite .mplus-header.scrolled ~ main{
	z-index:10001;
	position:relative;
	margin-top:-10px;
}

.mplus-header.scrolled ~ .is-fixed-int{
	z-index:10002;
}
@media(max-width:1000px){
	body.pag-minisite{
		padding-top:0px;
	}
	body .menu-minisite.is-fixed-int, body.hooked-menu .menu-minisite.is-fixed-int{
		top:0px;
		position:sticky;
		margin-top:110px;
	}
	body .is-fixed-int ~ main .content-minisite{
		padding-top:0px !important;
	}
	body.hooked-menu .is-fixed-int ~ main .content-minisite{
		padding-top:0px !important;
		margin-top:-10px;
	}
	.dest-minisite .cont-dest-minisite{
		top:calc(100vh - 210px);
	}
}
@media(max-width:767px){
	.pag-minisite.hooked-menu .mplus-header{
		z-index:0;
	}
	body.hooked-menu .is-fixed-int ~ main .content-minisite{
		padding-top:0px !important;
	}
	body.hooked-menu .menu-minisite, body.hooked-menu .menu-minisite.menu-minisite-home{
		margin-top:110px;
	}
	body .menu-minisite.is-fixed-int,  body.hooked-menu .menu-minisite.is-fixed-int, .pag-minisite.hooked-menu .menu-minisite.is-fixed-int{
		top:0px;
		position:sticky;
		margin-top:110px !important;
	}
	body .is-fixed-int ~ main .content-minisite{
		padding-top:0px !important;
	}
	.dest-minisite .cont-dest-minisite{
		top:calc(100vh - 180px);
	}
}
@media(min-width:1001px){
	.is-fixed-int ~ main .content-minisite{
		padding-top:170px!important;
	}

}
.is-fixed-int ~ main .content-minisite{
	background:transparent;
}
.pag-guia .mplus-header{
	position:relative;
}