/*nav*/
.fullmenu {
	display:none;
	position: fixed;
	width: 100%;
	height: 50%;
	left: 0;
	top: -100%;
	text-align: center;
	background: #00556e;
	overflow: hidden;
	z-index: 10004;
	-webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.fullmenu img {
	opacity: 1; 
}
.fullmenu:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 0;
	width: 50%;
	max-width:319px;
	height: 33%;
	/*background: url(../images/backs/bambus.png) no-repeat;*/
	background-size: contain;
	pointer-events: none;
}
.mostrar_menu {
	top: 58px;
	bottom: 0;
	left: 0;
	right: 0;
}
.fullmenu .mod_menu {
	position: absolute;
	overflow: hidden;
	/*background-size:30%;*/
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-o-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
}
.fullmenu.mostrar_menu .mod_menu {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.fullmenu .mod_menu:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.fullmenu .cont_menu_redes {
	    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -4px;
    margin-top: 10%;
}
.fullmenu ul {
	display: block;
	position: relative;
}
.fullmenu ul li {
	position: relative;
	display: block;
	width: 100%;
}
.fullmenu ul li a {
	position: relative;
	display: block;
	margin:.3em 0;
	text-align: center;
	color: #fff;
	font-size: 1.8em;
	font-weight: 200;
	line-height:2em;
	letter-spacing: normal;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	/* border-left-width: 2px; */
	/* border-left-style: solid; */
	/* border-left-color: #000; */
	/* padding-left: 10px; */
	text-transform: uppercase;
}
.fullmenu ul li a:hover, .fullmenu ul li.current a {
	/*background:rgba(0,144,69,.3);*/
	color: #919191;
	border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #FCA503;
}
/*termina nav*/

/*lines button*/

button.lines-button {
	display:none;
	position: fixed;
	top: 0;
	right: 0;
	padding: 46px 20px;
	margin: 0;
	line-height: 5px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	background: none;
	border: 0;
	z-index:10005;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}
.lines {
	position: relative;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines:before, .lines:after {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	left: 0;
	content: '';
	-webkit-transform-origin: 60px center;
	-moz-transform-origin: 60px center;
	transform-origin: 60px center;
}
.lines:before {
	top: 14px;
}
.lines:after {
	top: -14px;
}
.lines-button:hover .lines:before {
	top: 16px;
}
.lines-button:hover .lines:after {
	top: -16px;
}
.lines-button.close {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.lines-button.x.close .lines {
	background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0 !important;
	width: 60px;
}
.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*termina lines button*/

@media screen and (max-width:1920px) {
  .banner_top .top {
    padding: 12% 0px;
}
}

@media screen and (max-width: 1366px) {
.banner_top .buttom div h2 {
    font-size: 2em;
}
.banner_top .top {
    padding: 14% 0;
    margin: 0;
}
.banner_top .top img {
    max-width: 380px;
    margin: 0 auto !important;
    display: block;
}

.banner_top .top h1 span {
    font-size: .5em;
}
.contRegistro div {
    padding: 9% 10% 4%;
    max-width: 450px;
}

.contRegistro {
    font-size: .7em;
    max-width: 775px;
}

.contRegistro img {
    max-width: 600px;
}
a.btn {
    font-size: 2.4em;
}
  .frase h1 {
    max-width: 50%;
}

div#Promo .frase h1 {
    max-width: 64%;
}

div#Promo p.imgOlas {
    margin-top: 20%;
}

.wrapper.promoNoche {
    font-size: 1.2em;
}
}
@media screen and (max-width:1200px) {

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:900px) {
}

@media screen and (max-width:768px) {

.logo {
    width: 100px;
}
.headervisible .logo {
    top: 10px;
}
.mainmenu {
	display:none;
}
.fullmenu {
	display:block;
}
button.lines-button {
	display: block;
	padding: 30px 20px;
	line-height: 4px;
}
.lines {
	width: 40px;
	height: 4px;
}
.lines:before,
.lines:after {
	width: 40px;
	height: 4px;
}
.lines:before {
	top: 10px;
}
.lines-button:hover .lines:before {
	top: 12px;
}
.lines:after {
	top: -10px;
}
.lines-button:hover .lines:after {
	top: -12px;
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
	width: 40px;
}
/*slider*/
.banner_top .buttom div h2 {
    font-size: 1.6em;
}
  .rsform-block.rsform-block-nss, .rsform-block.rsform-block-fecha-de-nacimiento, .rsform-block.rsform-block-curp {
    width: 90% !important;
}
}

@media screen and (max-width:568px) {
	.mainmenu_landing {
    display: none;
}
fieldset#rsform_19_page_0 {
    margin-top: 60px;
    margin-bottom: 2em;
}

fieldset#rsform_19_page_0:before, fieldset#rsform_19_page_1:before {
    top: 60px;
}
.frase h1 {
    font-size: 1em;
    width: 100% !important;
    max-width: 90% !important;
}

.frase h3 {
    font-size: .8em;
    box-sizing: border-box;
}

.wrapper.promoNoche {
    font-size: .8em;
    width: 90%;
    padding-bottom: 97%;
}

div#mapmapaLanding {
    display: block;
    width: 100%;
}
div#mapmapaLanding .custom {
    height: 100%;
}

.Datoscontacto {
    width: 90%;
    padding-bottom: 6em;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
}

div#Promo {
    overflow: hidden;
}

footer {
    overflow: hidden;
}
  .cont_der h2 {
    color: #000;
    text-shadow: -1px 1px 0 #fff, 1px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, 0px -1px 0 #fff, 2px -1px 0 #fff, -1px -1px 0 #fff;
    font-weight: 100;
    text-transform: uppercase;
}
.lines {
    width: 30px;
    height: 2px;
}
.lines:before, .lines:after {
    width: 30px;
    height: 2px;
}
.lines:before {
    top: 7px;
}
.lines:after {
    top: -7px;
}
.fullmenu {
    height: 100%;
}
.fullmenu ul li a {
	font-size: 1.3em;
    line-height: 210%;
}
.banner_top .top {
    margin: 0 1em;
    width: 53%;
    font-size: 62%;
    padding: 17% 0px;
}

.buttom {
    font-size: 63%;
}

.bg_full {
    background-size: 121% 73%;
    background-position: left top;
}

.banner_top .top h1 span {
    font-size: .45em;
}

.banner_top .buttom {
    padding-bottom: 10%;
}

.banner_top .buttom div h2 {
    font-size: 1.4em;
}

.banner_top .buttom div p {
    font-size: 77%;
}

h2 {
    font-size: 1.6em;
}

.cont_der h2 {
    font-size: 1em;
    text-shadow: -1px 1px 0 #fff, 1px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, 0px -1px 0 #fff, 2px -1px 0 #fff, -1px -1px 0 #fff;
}

div#banner2 .cont_izq p {
    font-size: 1em;
}

div#banner2 .cont_izq h3.naranja {
    font-size: 1.1em;
}

div#banner2 .djslider-loader-default, div#banner2 .djslider-default, div#banner2 .djslider-default ul.djslider-in > li {
    height: 335px !important;
}

div#banner2 {
    height: auto;
}

div#banner2 .djslider-loader-default, div#banner2 .djslider-default, div#banner2 .djslider-default ul.djslider-in > li {}

a.btn {
    font-size: 1em;
}

img.dj-image {
    height: 100% !important;
    object-fit: cover;
}


.contRegistro div {
    padding: 5% 6% 4%;
    max-width: 100%;
    font-size: 86%;
}

.contRegistro {
    width: 98%;
    display: block;
}

.contRegistro img {
    max-width: 454px;
    right: -19%;
    top: -300px;
    /* display: none; */
    width: 97% !important;
}
  video#HD_Video {
    width: 100%;
    height: 100%;
}

.item-page.pag_landing_2020 {
    /* height: 205px; */
    padding-bottom: 0;
}
  video#HD_Video {
    width: 100%;
    height: 100%;
}

.item-page.pag_landing_2020 {
    /* height: 285px; */
}
  .item-page.pag_landing_2020:before, .item-page.pag_landing_2020:after {
    height: 10px;
    opacity: 0 !important;
}
iframe {
    height: 100%;
}

article.art-post,
.art-postcontent.clearfix, .art-article, .art-article p {
    /* height: 100%; */
}
  .formResponsive .formHorizontal .rsform-block {
    width: 90%;
}

.rsform-block.rsform-block-que-depa-te-gusta-mas label {
    width: 47%;
}
  .rsform-block.rsform-block-nss, .rsform-block.rsform-block-fecha-de-nacimiento, .rsform-block.rsform-block-curp {
    width: 90% !important;
}
.rsform-block.rsform-block-departamento-chahue p {
    width: 49%;
    display: inline-block;
    max-height: 120px;
    overflow: hidden;
}
.rsform-block.rsform-block-departamento-tangolunda p {
    width: 49%;
    display: inline-block;
}
.rsform-block.rsform-block-departamento-chahue p:last-child {
    display: none;
}
}
@media screen and (max-width:480px) {
/*header y menu*/
.header {
	height: 60px;
	z-index: 1000;
}
.logo {
    width: 30px;
    /* height: 30px; */
    /* overflow: hidden; */
    top: 5px;
}

button.lines-button {
	padding: 20px 15px;
	line-height: 2px;
}
.lines {
	width: 30px;
	height: 2px;
}
.lines:before,
.lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 8px;
}
.lines-button:hover .lines:before {
	top: 10px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:after {
	top: -10px;
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
	width: 30px;
}

.fullmenu ul li a {
    font-size: 1.2em;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    height: auto;
    border-radius: 10px;
    color: #000;
    font-weight: 900;
}
}
@media screen and (max-width:375px) {
.lines {
    width: 20px;
    height: 2px;
}
.lines:before, .lines:after {
    width: 20px;
    height: 2px;
}
  .banner_top .buttom div {
    width: 43%;
}

.banner_top .buttom div:first-child {
    width: 60%;
}
}
@media screen and (max-width:320px) {
body {
	font-size:19px;
}
/*menu*/
.fullmenu .cont_menu_redes {
	width: 70%;
}

/*slider*/
/*.sliderwrapper {
	width:160%;
	margin:0 -10%;
}
.sliderwrapper .navigation-container {
	margin:0 20% !important;
}*/

.fullmenu ul li a {
    font-size: 1em;
}

}
/*terminan estilos responsive*/
