/*nav*/
.fullmenu {
	/* display:none; */
	position: fixed;
	width: 0;
	height: 100%;
	right: 0;
	top: 0;
	text-align: center;
	background: #ffffff;
	overflow: hidden;
	z-index: 10002;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.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: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 30%;
	transition: .7s;
}
.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;
	margin-top: 75px;
}
.fullmenu ul li {
	position: relative;
	display: block;
	width: 100%;
}
.fullmenu ul li a {
	position: relative;
	display: block;
	margin:.3em 0;
	padding-right: 60%;
	/* font-family: 'Segoe UI', sans-serif; */
	text-align: right;
	color: #113250;
	font-size: 1em;
	font-weight: 400;
	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; */
}
.fullmenu ul li a:hover, .fullmenu ul li.current a {
	/*background:rgba(0,144,69,.3);*/
	color: #c4a018;
	/* border-left-width: 2px; */
	/* border-left-style: solid; */
	/* border-left-color: #FCA503; */
}
/*termina nav*/

/*lines button*/

button.lines-button {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	padding: 18px 8px;
	margin: 0;
	line-height: 3px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 100%;
	background: #fff;
	border: 0;
	z-index:10005;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}
.lines {
	position: relative;
	display: block;
	width: 25px;
	height: 3px;
	background: #113250;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines:before, .lines:after {
	position: absolute;
	display: block;
	width: 25px;
	height: 3px;
	background: #113250;
	-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: 7px;
}
.lines:after {
	top: -7px;
}
.lines-button:hover .lines:before {
	top: 14px; width:22px
}
.lines-button:hover .lines:after {
	top: -14px;
}
.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: 30px;
}
.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) {
.bg_azul {
    padding-left: 19%;
}
}

@media screen and (max-width:1366px) {
.bg_azul {
    padding-left: 16%;
}
}
@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*/
/*.sliderwrapper {
	width:140%;
	margin:0 -13%;
}
.sliderwrapper .navigation-container {
	margin:0 15% !important;
}
.djslider-default .navigation-container img {
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	transform:scale(.8);
}
.djslider-default .navigation-container img:hover {
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	transform:scale(.9);
}
section .ls-fullwidth .ls-nav-prev, section .ls-fullwidth .ls-nav-next {
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	transform:scale(.8);
}
section .ls-fullwidth .ls-nav-prev:hover, section .ls-fullwidth .ls-nav-next:hover {
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	transform:scale(.9);
}
/*intro*/

}

@media screen and (max-width:600px) {
.inicio .contText h2 {
    font-size: 1.4em;
}
div#ubicaciones h2 {
    padding: 10px 26px;
}
div#ubicaciones ul li {
    width: 40%;
}
.lines {
    width: 30px;
    height: 2px;
}
.lines:before, .lines:after {
    width: 30px;
    height: 2px;
}
.lines:before {
    top: 7px;
}
.lines:after {
    top: -7px;
}
  div#redes {
    right: 58px;
}
.fullmenu {
    height: 100%;
    width: 0;
}
.fullmenu.mostrar_menu {
    width: 50%;
}
.fullmenu ul li a {
	font-size: 1.3em;
	line-height: 210%;
	padding-right: 40px;
}
div#servicios .col3 {
    width: 49%;
    margin: 0 auto;
}

div#servicios .columnas {
    flex-wrap: wrap;
}

.contacto .wrapper {
    flex-flow: column;
}

div#ubicaciones .col6 {
    width: 100%;
}

div#cont-contacto, div#formulario {
    width: 100%;
}

div#nosotros .wrapper {
    flex-flow: column;
}

.contMision, .contFilosofia {
    width: 100%;
    margin: 1em auto 4em;
}

div#nosotros:before, div#nosotros:after {
    width: 100%;
    height: 50%;
}

div#nosotros:after {
    bottom: 0;
}
.slide-text img {
    max-width: 90%;
}

.inicio .contText {
    padding-top: 2em;
}
footer .custom {
    flex-flow: column;
    text-align: center;
}
.cholula .columnas {
    flex-flow: column;
}

.rl_tabs.outline_content>.tab-content>.tab-pane .columnas .columna, .rl_tabs.outline_content>.tab-content>.tab-pane .columnas .columna.col3.galeria {
    width: 100%;
    margin: 0 auto 2em;
    padding: 0 !important;    overflow: hidden;
}

.puebla .columnas {
    flex-direction: column;
}
.rl_tabs>ul.nav-tabs>li {
    width: 31%;
}
.item-page.pag_planes .rl_tabs>ul.nav-tabs>li {
    width: 100% !important;
    font-size: .51em;
}

.secc-frase .wrapper {flex-direction: column;}

.secc-frase {
    background: linear-gradient(180deg, #113250 42%, transparent 30%);
}

.secc-frase .col6 {
    width: 100%;
}

.secc-Beneficios, .secc-Servicios {
    flex-flow: column;
}

.col6.contText {
    width: 100%;
}

.secc-Beneficios .columna.col6.contImg {
    width: 100%;
}

.columna.col6.contImg {
    width: 100%;
}
.rl_tabs.outline_content>.tab-content>.tab-pane .columnas .columna.col6 {
    width: 100%;
}

div#parque .columnas {
    flex-flow: column;
}

.amenidades {
    margin: 0 auto;
}

.columna.col6.contImg img {
    width: 100%;
}

div#cont-contacto h2 {
    font-size: 2.4em;
}

.ubicacion-Parque {
    flex-flow: column;
}

.ubicacion-Parque div {
    width: 100%;
}

.banner_parque {
    height: 300px;
}

.banner_parque div#djslider102, .banner_parque li {
    height: 300px !important;
}
.inicio .contText p {
    width: 85%;
    font-size: 1em;
}

.item-page.pag_contacto h2 {
    width: 99%;
}

.accordion-inner.panel-body .wrapper .col6 {
    width: 100%;
    /* display: block; */
}

}
@media screen and (max-width:480px) {
/*header y menu*/
.header {
	height:42px;
}
.logo {
    width: 100px;
    height: 45px;
    overflow: hidden;
    top: 5px;
}

button.lines-button {
	padding: 21px 9px;
	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;
}
/*slider*/
/*.djslider-default .navigation-container img {
	-webkit-transform:scale(.6);
	-moz-transform:scale(.6);
	transform:scale(.6);
}
.djslider-default .navigation-container img:hover {
	-webkit-transform:scale(.7);
	-moz-transform:scale(.7);
	transform:scale(.7);
}
section .ls-fullwidth .ls-nav-prev, section .ls-fullwidth .ls-nav-next {
	-webkit-transform:scale(.6);
	-moz-transform:scale(.6);
	transform:scale(.6);
}
section .ls-fullwidth .ls-nav-prev:hover, section .ls-fullwidth .ls-nav-next:hover {
	-webkit-transform:scale(.7);
	-moz-transform:scale(.7);
	transform:scale(.7);
}*/

}
@media screen and (max-width:375px) {
.lines {
    width: 20px;
    height: 2px;
}
.lines:before, .lines:after {
    width: 20px;
    height: 2px;
}
}
@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*/
