/*fonts*/

/*@font-face {
	font-family: 'KaushanScript';
	src: url('../fonts/KaushanScript-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KaushanScript-Regular.woff') format('woff'), url('../fonts/KaushanScript-Regular.ttf') format('truetype'), url('../fonts/KaushanScript-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/*terminan fonts*/

/*estilos generales*/
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	min-width: 320px;
font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight:100;
	font-style: normal;
	color: #000;
	/* background-color:#DEDEDE; */
}
*, body {
	-webkit-font-smoothing: antialiased;
}
body.fixedbody {
}
section {
	position: relative;
	text-align: center;
	overflow: hidden;
	 z-index: 1;
}

   
.wrapper {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	/*padding-top: 2em;*/
	/* padding-top: 8em; */
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 .1em;
}
* {
	outline: none;
}
a {
	text-decoration: none;
	color: #FFF;
}
a img {
	border: 0;
}
.clearfix {
	clear: both;
}
/*terminan estilos generales*/

/*header*/
.header {
	z-index: 1000000;
	position: fixed;
	width: 100%;
	/* height: 100px; */
	top: 0;
	left: 0;
	z-index: 10003;
	background: #00556e;
	/*opacity: .7;*/
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	transition: all ease-out .6s;
}
.logo {
	position: absolute;
	width: 130px;
	top: 0;
	left: 20px;
	padding: 10px;
	background: #fff;
}
.logo img {
	display: block;
	width: 100%;
}

   

/*termina header*/

/*nav*/
.mainmenu_landing li {
    display: inline-block;
    padding: 3%;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 1em 0;
    border-left: 1px solid #fff;
}

.mainmenu_landing {
    display: flex;
    justify-content: flex-end;
}

.mainmenu_landing ul {
    width: 100%;
    text-align: right;
}


.mainmenu {
	position:absolute;
	right:2%;
	top:0;
}
.mainmenu ul {
	display:inline-block;
}
.mainmenu ul li{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.mainmenu ul li a{
	display:block;
	height:72px;
	line-height:72px;
	padding:0 20px 20px 20px;
font-family: 'Lato', sans-serif;
    font-weight: 400;
	font-size:1.2em;
    color: #FFF;
    letter-spacing: .1em;
    text-align: center;
}
.mainmenu ul li a:hover{
	color:#919191;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #FCA503;	
}

.mainmenu ul li.current a{
	color:#919191;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #FCA503;	
}
a.current {
	color:#919191 !important;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #FCA503;	
}

/*termina nav*/
/*COLUMNAS ====================================*/
.columnas {
	margin: 0 -14px 15px;
}
.columnas:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}
.columna {
	position: relative;
	float: left;
	padding: 30px;
	box-sizing: border-box;
}
.columna img, img.fullwidth {
	display: block;
height:auto;
	width: 100%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666667%;
}
.col10 {
	width: 83.33333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666667%;
}
.col7 {
	width: 58.33333334%;
}
.col6 {
	width: 50%;
}
.col5 {

	width: 41.66666667%;
}
.col4 {
	width: 33.33333334%;
} 

.col3 {
	width: 25%;
}
.col2 {
	width: 16.66666667%;
}
.col1a {
	width: 12.5%;
}
.col1 {
	width: 8.33333334%;
}
.col_huella {
	width:5%;
}
/*terminan columnas*/
/* FOOTER SIEMPRE ABAJO */
html, body {
    height: 100%;
}
#wrapper_gral {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0;
}
#push {
    height: 70px;
}
/* termina FOOTER SIEMPRE ABAJO */
/* titulos-subtitulos*/
h1 {
	font-size:3em;
	font-weight:bold;
	/* text-align:left; */
}
h2 {
	font-weight:bold;
	color:#919191;
	font-size: 2.6em;
}
h3 {
	font-size: 1.25em;
	font-weight:bold;
}
h4 {
	font-size: 1.12em;
    font-weight: bold;
    letter-spacing: 2pt;
    text-align: left;
}
/* terminan titulos-subtitulos*/
.bg_full {
    background-size: cover;
    background-position: top;
    /* height: 100vh; */
    position: relative;
}

.banner_top .buttom {
    display: flex;
    padding: 3% 0;
    box-sizing: border-box;
    width: 90%;
    align-items: flex-end;
    /* position: absolute; */
    padding-top: 185px;
    bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.banner_top .buttom:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 28%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right,#1c5bab,#20396f);
}

.banner_top .buttom div {
    width: 50%;
    position: relative;
    z-index: 1;
}

.banner_top .buttom div p {
    position: absolute;
    right: 0;
    color: #fff;
    bottom: -27px;
    letter-spacing: 2px;
    font-size: 1.5em;
    font-weight: 100;
    font-style: italic;
}

.banner_top .buttom div h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 400;
    margin: 0;
}

.banner_top .buttom div h2 span {
    display: block;
    font-weight: 900;
    font-size: 1.2em;
}

.banner_top .buttom div img {width: 100%;max-width: 400px;display: block;margin: 0 auto;}

.banner_top .top {
    position: absolute;
    /* text-align: center; */
    color: #fff;
    padding: 15% 0px;
    text-transform: uppercase;
    width: 100%;
    max-width: 500px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 18%;
}
.item-page.pag_landing_2020 img {
    width: 100%;
}
.banner_top .top h1 span {
    font-weight: 400;
    font-style: italic;
    font-size: .7em;
}
.banner_top .top img {
    width: 100%;
    max-width: 500px;
}

.banner_top .top h1 {
    font-size: 2.5em;
    margin: 0;
    /* width: 43%; */
    line-height: .81;
    text-align: center;
}
.item-page.pag_landing_2020:before, .item-page.pag_landing_2020:after {
    /* content: ""; */
    display: block;
    width: 100%;
    height: 50px;
    background: #000000a1;
    position: absolute;
    z-index: 100;
}

.item-page.pag_landing_2020:before {
    top: 0;
}

.item-page.pag_landing_2020 {
    position: relative;
    /* height: 86vh; */
    padding-bottom: 9%;
}
article.art-post, .art-postcontent.clearfix, .art-article, .art-article p {
    height: 100%;
}
.item-page.pag_landing_2020:after {
    bottom: 0;
}

div#banner2 {
    height: 100vh;
}

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

div#banner2 
 .slide-desc {
    height: 100%;
}

div#banner2 
 .slide-desc-bg.slide-desc-bg-default {
    background: no-repeat;
}

div#banner2 
 .slide-desc-text.slide-desc-text-default {
    height: 100%;
    padding: 10% 6%;
    color: #fff;
}

div#banner2 
 .slide-desc-in {
    height: 100%;
}

div#banner2 .cont_izq {
    width: 50%;
    text-align: right;
    margin-left: 50%;
    color: #fff;
}

div#banner2 .cont_izq h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
div#banner2 .cont_izq p {
    font-size: 2em;
    line-height: 1;
}
div#banner2 .cont_izq h3.naranja {
    font-size: 3em;
    font-weight: 900;
    width: 100%;
    text-transform: uppercase;
    color: #f7931e;
    text-shadow: 2px 3px 0 #fff, -2px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    margin-top: .5em;
}
.contRegistro {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    bottom: 0;
    margin-top: -20%;
    text-align: center;
    /* left: 0; */
    /* right: 0; */
}

.cont_der {
    width: 47%;
    color: #000;
}

.contRegistro {
    max-width: 1000px;
    /* background: url(../../../images/Landing2020/background_tetxo.png) no-repeat; */
    /* background: #005171; */
    background-size: 53%;
    background-position: 0 top;
}

.cont_der h2 {
    color: #000;
    text-shadow: 2px 3px 0 #fff, -2px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 2.6em;
}
.contRegistro div {
    padding: 11% 9% 8%;
    color: #fff;
    box-sizing: border-box;
    max-width: 500px;
    background: #005171;
}

.contRegistro div h2 {
    color: #fff;
}

.contRegistro div p {
    font-size: 2em;
    line-height: 1;
}

.contRegistro img {
    width: 79% !important;
    max-width: 700px;
    position: absolute;
    right: -52px;
}

a.btn {
    line-height: 1;
    padding: 15px 10px;
    display: block;
    font-size: 2em;
    margin: .3em;
    background: #40e4ff;
    color: #003a80;
    font-weight: 800;
    border-radius: 10px;
}
.formResponsive .formHorizontal .rsform-block {
    width: 48%;
    margin: 0 auto 2em;
    max-width: 600px;
    /* height: 400px; */
    text-align: center;
    box-sizing: border-box;
}

fieldset#rsform_19_page_0:before, fieldset#rsform_19_page_1:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    background: url(../../../images/Landing2020/palapas_01.png) center center no-repeat;
    top: 100px;
    background-size: cover;
}

fieldset#rsform_19_page_0 .formRow {
    /* margin-top: 300px; */
    position: relative;
}

.rsform-block.rsform-block-titulo {
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    height: 400px; */;
    margin-bottom: 2em !important;
    display: block;
    padding: 3% 0;
    /* border-radius: 50px  50px 0 0; */
    color: #fff;
}

.rsform-block.rsform-block-titulo p {
    font-size: 2em;
    line-height: 1;
}

.rsform-block.rsform-block-intro p {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0 auto 1em;
    width: 81%;
}
.formResponsive .formHorizontal .formControlLabel {
    float: none;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: .5em;
    display: block;
    font-weight: 600;
}

.formResponsive .formHorizontal .formControls {
    margin: 0 auto;
}

.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: 80%;
    margin: 0;
    box-sizing: border-box;
    height: auto;
    border-radius: 10px;    color: #000;
    font-weight: 900;
}
.rsform-block.rsform-block-credito label {
    width: 30%;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    margin: 20px 5px 0;
    padding: 0;
}
.formResponsive .formHorizontal p.formDescription {
    margin: 0;
}

.rsform-block.rsform-block-nss, .rsform-block.rsform-block-fecha-de-nacimiento, .rsform-block.rsform-block-curp {
    background: #ddd;
    width: 30% !important;
    /* border-radius: 10px; */
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.rsform-block.rsform-block-nss input, .rsform-block.rsform-block-fecha-de-nacimiento input, .rsform-block.rsform-block-curp input {
    width: 90%;
    margin: 0 auto !important;
    display: block;
}

.rsform-block.rsform-block-credito {
    margin-bottom: 2.5em !important;
    display: block;
}
.rsform-block.rsform-block-depa-misu img, .rsform-block.rsform-block-depa-nerea img {
    width: 100%;
    margin: 3% 0;
}
.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"] {
    background: #00bcd4;
    border: 0;
    padding: 10px;
    color: #000;
    font-weight: 900;
}

.formResponsive .formControls label {
    background: #00bcd4;
    -webkit-appearance: none;
    padding: 10px;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}

.formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
    /*-webkit-appearance: none;*/
    margin: 0;
    padding: 0;
}

.rsform-block.rsform-block-de-donde-nos-visitas {
    margin-top: 2em !important;
}
.rsform-block.rsform-block-que-depa-te-gusta-mas label {
    width: 30%;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    margin: 20px 5px 0;
    box-sizing: border-box;
    vertical-align: middle;
}
.formResponsive .formHorizontal .rsform-block img {
    width: 100%;
}

.rsform-block.rsform-block-text-buttom {
    background: #003682;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: #fff;
    padding: 3% 0;
}

.formResponsive {
    margin: 0;
}
.formResponsive input[type="submit"], .formResponsive button[type="submit"], button#Enviar, button#DatosNext, .formResponsive button[type="button"]:first-child {
    border: 0;
    border-radius: 20px;
    padding: 10px 22px;
    font-weight: 800;
    text-shadow: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #ff8b01 !important;
}

.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
    opacity: .5;
}
.rsform-block.rsform-block-visitanos {
    text-align: center;
}

div#cal19_1Container, div#cal19_2Container {
    float: none;
    width: 49%;
    margin: 1em auto 0;
}

small {
    display: block;
    font-size: 70%;
}
.rsform-block.rsform-block-departamento-chahue p, .rsform-block.rsform-block-departamento-tangolunda p, .rsform-block.rsform-block-chahue p, .rsform-block.rsform-block-tangolunda p {
    width: 48%;
    float: left;
    margin: 3px;
    min-height: 227px;
}
.rsform-block.rsform-block-departamento-chahue img, .rsform-block.rsform-block-departamento-tangolunda img,.rsform-block.rsform-block-chahue img, .rsform-block.rsform-block-tangolunda img {
    height: 100% !important;
    min-height: 230px;
    object-fit: cover;
}
.rsform-block.rsform-block-departamento-chahue, .rsform-block.rsform-block-departamento-tangolunda, .rsform-block.rsform-block-chahue, .rsform-block.rsform-block-tangolunda {
    max-height: 525px;
    overflow: hidden;
}


/*SECCION VIDEO INICIO================================*/
video#HD_Video {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
video#HD_Video_responsivo{
  display:none;
}
/*  =========================================*/
.frase {
    /* width: 90%; */
    /* max-width: 500px; */
    margin: 0 auto;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    /* padding-top: 10%; */
    /* background: #fff; */
    padding-bottom: 2em;
}

.frase h1 {
    font-size: 3em;
    text-align: center;
    max-width: 31%;
    margin: 1em auto;
    color: #333;
}

.frase h3 {
    font-weight: 100;
    width: 100%;
    max-width: 424px;
    text-align: center;
    margin: 1em auto;
    background: #03A9F4;
    padding: 1em;
    color: #fff;
    position: relative;
    z-index: 200000;
    letter-spacing: 4px;
}
p.imgOlas {
    position: absolute;
    margin-top: -20%;
    width: 100%;
}

.item-page.pag_landing_2020:before {
     content: "";
     display: block;
     position: absolute;
     width: 90%;
     /* max-width: 1000px; */
     border: 9px solid #00556e;
     height: 81%;
     background: border-box;
     margin: 0 auto;
     left: 0;
     right: 0;
     /* z-index: 20000; */
}
div#galeria {
    background: #00556e;
    padding: 6% 0;
}

div#galeria .custom {
    /* width: 90%; */
    margin: 0 auto;
}

div#galeria img {
    width: 31%;
    margin: 5px;
}
div#Promo {
    background: url(../../../images/Landing2020/fondoPromo.png) center bottom;
    background-size: cover;
    position: relative;
}

p.imgOlas img {
    width: 100%;
    /* height: 100%; */
}

.wrapper.promoNoche {
    padding: 23% 1em 43%;
    background: #00000052;
    color: #fff;
    width: 60%;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1.4;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    letter-spacing: 5px;
}

div#Promo p.imgOlas {
    /* position: relative; */
    margin-top: 10%;
    top: 0;
    /* height: 400px; */
    z-index: 1;
}

div#Promo .frase {
    padding-top: 4%;
    background: #fff;
}

div#Promo:before {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    /* max-width: 1000px; */
    border: 9px solid #00556e;
    height: 91%;
    background: border-box;
    margin: 0 auto;
    left: 0;
    right: 0;
    /* z-index: 20000; */
}
.wrapper.promoNoche p {
    font-weight: 800;
    text-transform: none;
    font-size: 1.2em;
}

.frase h3 b {
    display: block;
}

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

div#Promo .frase h1 span {
    font-weight: 100;
    display: block;
}
.rsform-block.rsform-block-programavisita {
    background: rgba(0, 0, 0, 0.8);
    height: 400px;
    display: flex;
    align-items: center;
    padding: 0 2em;
    color: #fff;
    flex-wrap: wrap;
    font-weight: 900;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.9em;
    line-height: 1;
}

form#userForm h2 {
    display: none;
}
fieldset#rsform_19_page_0 {
    margin-top: 100px;
}
.rsform-block.rsform-block-yacasi {
    font-size: 2em;
    line-height: 1;
}
.rsform-block.rsform-block-titulo {
    margin-top: 100px !important;
}
.rsform-block.rsform-block-chahue, .rsform-block.rsform-block-tangolunda {
    width: 100% !important;
    max-width: 100% !important;
    background: #00BCD4;
    padding: 2% 0;
}

.rsform-block.rsform-block-chahue div, .rsform-block.rsform-block-tangolunda div {
    max-width: 600px;
    margin: 0 auto;
    height: 482px !important;
    overflow: hidden;
}
div#whats a {
    position: fixed;
    bottom: 2em;
    right: 3em;
    background: #4CAF50;
    padding: 8px;
    border-radius: 100%;
}
footer {
    padding: initial;
    background: #00556e;
    color: #fff;
}

div#contacto {
    /* width: 90%; */
    margin: 0 auto;
    /* max-width: 1200px; */
}
iframe {
    width: 100%;
    height: 300px;
}

div#mapmapaLanding {
    width: 62%;
    display: inline-block;
    height: 300px;
    vertical-align: middle;
}

.Datoscontacto {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2em;
}

.Datoscontacto p {
    line-height: 2em;
}
div#whats p:first-child a {
    border-radius: 8px;
    font-size: 1em;
    margin: 0 3em;
    color: #fff;
    font-weight: 100;
}
div#whats {
    position: relative;
    z-index: 10000;
}
fieldset#rsform_19_page_0 .formRow:nth-child(2) {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.rsform-block.rsform-block-iniciovisita {
    width: 100% !important;
}

.rsform-block.rsform-block-enddate {
    width: 100% !important;
}

.rsform-block.rsform-block-intro-visita {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
}
.formResponsive .formHorizontal .rsform-block {
    margin: 0;
    width: 90% !important;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 !important;
}

.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
    margin: 0;
}

.formResponsive .formHorizontal p.formDescription {
    margin: 0;
}

.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;
    height: auto !important;
    padding: 10px;
    box-sizing: border-box;
}

span.formValidation {
    display: block !important;
}

.rsform-block.rsform-block-enviar {
    text-align: center !important;
    margin: 1em !important;
}

button#enviar {
    background: #00556e;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
    padding: 10px 20px;
    border-radius: 10px;
}