/*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: "Montserrat";
	font-size: 17px;
	line-height: 1.4em;
	font-weight:100;
	font-style: normal;
	color: #113250;
	/* 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: "Montserrat";
	line-height: 1em;
	margin: 0 0 .1em;
}
* {
	outline: none;
}
a {
	text-decoration: none;
	color: #FFF;
}
a img {
	border: 0;
}
.clearfix {
	clear: both;
}
/*terminan estilos generales*/

/*header*/
.header {
	position: fixed;
	width: 100%;
	/* height: 100px; */
	top: 0;
	left: 0;
	z-index: 10003;
	/* background: #000; */
	/*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: 20px;
	left: 20px;
	opacity: 0;
}
.logo img {
	display: block;
	width: 100%;
}

   

/*termina header*/

/*nav*/

.mainmenu {
	position:absolute;
	right:2%;
	top:0;
	display: none;
}
.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: 'Segoe UI', 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: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 */
div#redes {
    position: absolute;
    right: 7%;
    top: 12px;
    font-size: 1.5em;
}

div#redes a {
    color: #113250;
}
html, body {
    height: 100%;
}
#wrapper_gral {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px;
}
#push {
    height: 70px;
}
/* termina FOOTER SIEMPRE ABAJO */
/* titulos-subtitulos*/
h1 {
	font-size: 2em;
	font-weight:bold;
	text-align:left;
}
h2 {
	font-weight: 400;
	color: #c4a018;
	font-size: 1.8em;
	letter-spacing: 2px;
}
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*/

/*termina inicio*/

/*CUSTOM SLIDER*/
header.header.woodheader .logo {
    opacity: 1;
}

header.header.woodheader {
    background: #fff;
}

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

.banner_parque .slide-desc-bg-default {background: #0009 !important;}

.djslider-default.img-vcenter img.dj-image {
    height: 100% !IMPORTANT;
    object-fit: cover;
}

.slide-desc-text.slide-desc-text-default {
    padding: 0;
    text-align: center;
}

.djslider-default .slide-desc {
    top: 0;
}

.slide-desc-bg-default {
    background: none !IMPORTANT;
}

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

.slide-desc-text.slide-desc-text-default {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.inicio .contText {
    background: rgb(17 50 80 / .9);
    padding: 5% 0;
    font-size: 1.5em;
    margin: 0em 0 2em;
    position: relative;
    box-sizing: border-box;
    line-height: 1.4;
}
.inicio .contText p {
    font-size: 1.5em;
    width: 90%;
    margin: auto;
}
.slide-text {
    width: 90%;
    max-width: 900px;
}

.inicio .contText:before {content: "";display: block;position: absolute;width: 106%;height: 95%;border: 4px solid #c4a018;top: 24px;right: 0;left: -4%;margin: auto;pointer-events: none;}

.inicio .contText h2 {
    font-weight: 800;
    text-transform: uppercase;
}
a.btn {
    background: #113250;
    padding: 8px 30px;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
}
div#servicios .btn {
    background: #c19e1c;
    color: #113250;
    font-weight: 600;
}
.inicio a.smoothscroll img {
    filter: drop-shadow(0px 0px 3px black);
    max-width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 2s;
    animation-name: slide-bottom;
    animation-iteration-count: infinite;
}
.contText.planes p {
    font-size: 1em;
    width: 84%;
    margin: 0 auto;
}
.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
    width: 20px;
    top: 50%;
    right: 6%;
}
/*****SERVICIOS HOME ****/
div#servicios {
    text-align: center;
    background: #113250;
    padding: 3% 0;
    box-sizing: border-box;
    border-bottom: 6px solid #c19e1c;
}

div#servicios h2 {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    border-bottom: 6px solid #c19e1c;
    padding-bottom: 1em;
}

div#servicios .columnas {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    color: #fff;
    justify-content: space-between;
}

div#servicios img {
    max-width: 85px;
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
}
div#servicios .columna.col3:last-child img {
    max-width: 140px;
}
div#servicios .col3 {
    width: 14%;
    padding: 10px;
    margin: 1em;
    box-sizing: border-box;
    line-height: 1.5;
}
.contMision, .contFilosofia {
    vertical-align: middle;
    width: 44%;
    padding: 5% 6% 6%;
    /* margin: 3%; */
    display: inline-block;
    box-sizing: border-box;
}

.contFilosofia {
    margin-top: 31%;
    background: rgb(193 158 28 / .8);
    color: #1d3a4c;
    padding: 5% 6%;
}

.contMision {
    color: #fff;
    background: rgb(17 50 80 / 0.8);
}

.contMision h2 {
    color: #fff;
    margin-bottom: 1em;
    margin-top: 1em;
    /* padding-bottom: 1em; */
}


.contMision h2:after {content: "";display: block;width: 43%;height: 3px;background: #c19e1c;margin: .5em auto 0;}

.contFilosofia h2 {
    color: #fff;
}

.contFilosofia h2:after {
    content: "";
    display: block;
    width: 43%;
    height: 3px;
    background: #113250;
    margin: .5em auto 1em;
}

div#nosotros .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contFilosofia h2 {
    margin-top: 1em;
}
div#nosotros:before, div#nosotros:after {content: "";display: block;position: absolute;z-index: -1;width: 50%;height: 66%;/* background-attachment: fixed; */right: 0;}

div#nosotros:before {
    top: 0;
    background: url(../../../images/bg_nosotros_31.png) center center no-repeat;
    background-size: cover;
}

div#nosotros {
    position: relative;
    /* padding-top: 4%; */
    margin-top: 3%;
    margin-bottom: 3%;
}

div#nosotros:after {
    bottom: 0%;
    left: 0;
    background: url(../../../images/bg_nosotros_33.png) center center no-repeat;
    background-size: cover;
}
.contFilosofia p {
    margin-bottom: 1em;
}

/********* Programas ***********/
.programas{
	text-align:center;
	padding:30px 0 20px;
}
.programas h2{
	margin-top:0;
	margin-bottom:30px
}
.programa:after{
	content:"";
	position:absolute;
	top: 100%;
	bottom:0;
	right:0;
	left:0;
	background: rgb(17 50 80 / 0.8);
	z-index:0;
	transition:all 0.4s;
}
.programa:hover:after{
	top:0;
	background: rgb(17 50 80 / .8);
}
.cuadroPrograma{
	position:absolute;
	display:flex;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:1;
	border: 0px solid transparent;
	transition:all 0.4s;
	overflow: hidden;
}
.programa:hover .cuadroPrograma{
	top:10px;
	bottom: 60px;
	left:10px;
	right:10px;
	border-color:white;
	border: 2px solid #fff;
	padding: 3%;
}
.programa a {
    color: #fff;
}
.cuadroPrograma p{
	margin:auto;
	padding:0 15px;
	margin-bottom: 1em;
}
.programa h4 img {
    max-width: 59px;
}
.cuadroPrograma div {
    width: 77%;
    color: #fff;
    margin:  auto;
}

.programa h4 {
    background: #113250;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1000;
    justify-content: space-between;
    padding-left: 16px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1em;
}
div#ubicaciones .col6 {
    padding: 0;
    margin: 0 1em 1em 0;
    width: 48%;
}
div#ubicaciones h2 {
    text-align: center;
    border-bottom: 6px solid #c19e1c;
    padding-bottom: 1em;
    padding-top: 5%;
    color: #113250;
    margin-bottom: 2em;
}
i.fa.fa-map-marker {
    background: #ffffff;
    padding: 5px 30px;
    color: #636363;
    font-size: 2em;
}

.programa img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    display: block;
}

.contacto {
    background: #c19e1c;
    color: #ffffff;
    padding: 4% 0;
}

.ubicaciones .wrapper:after {content: "";clear: both;display: block;}

.contacto .wrapper {
    display: flex;
    align-items: flex-start;
}

.contacto .wrapper h2 {
    color: #fff;
}
div#cont-contacto, div#formulario {
    width: 50%;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    margin-right: 2em;
}

.formResponsive .formHorizontal .formControlLabel {
    display: none;
}

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

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 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 auto;
    height: auto;
    box-sizing: border-box;
    border: 0;
    padding: 10px 0;
    border-bottom: 2px solid;
    border-radius: 0;
}

.formResponsive .formHorizontal input, .formResponsive .formHorizontal textarea, .formResponsive .formHorizontal select, .formResponsive .formHorizontal .formValidation, .formResponsive .formHorizontal .uneditable-input, .formResponsive .formHorizontal .input-prepend, .formResponsive .formHorizontal .input-append {
    display: block;
    background: none;
    box-shadow: none;
    /* border-bottom: 2px solid; */
}

div#formulario h2 {
    font-weight: 600;
    /* letter-spacing: 0; */
    font-size: 2em;
}

input::placeholder, textarea::placeholder {color: #113250; font-weight:500}

div#cont-contacto p {
    font-size: 1em;
    margin: 1em 0;
}

div#cont-contacto h2 {
    font-weight: 800;
    line-height: 1.4;
    font-size: 2em;
}

div#cont-contacto p.samll {
    margin: 0;
    letter-spacing: 1.5px;
}
.contacto {
    background: #c19e1c;
    color: #ffffff;
    padding: 4% 0;
    margin-top: 0;
}

.ubicaciones .wrapper:after {content: "";clear: both;display: block;}

.contacto .wrapper {
    display: flex;
    align-items: flex-start;
}

.contacto .wrapper h2 {
    color: #fff;
}
div#cont-contacto, div#formulario {
    width: 50%;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    margin-right: 8em;
}

.formResponsive .formHorizontal .formControlLabel {
    display: none;
}

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

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 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 auto;
    height: auto;
    box-sizing: border-box;
    border: 0;
    padding: 10px 0;
    border-bottom: 2px solid;
    border-radius: 0;
}

.formResponsive .formHorizontal input, .formResponsive .formHorizontal textarea, .formResponsive .formHorizontal select, .formResponsive .formHorizontal .formValidation, .formResponsive .formHorizontal .uneditable-input, .formResponsive .formHorizontal .input-prepend, .formResponsive .formHorizontal .input-append {
    display: block;
    background: none;
    box-shadow: none;
    /* border-bottom: 2px solid; */
    color: #113250;
}

div#formulario h2 {
    font-weight: 600;
    /* letter-spacing: 0; */
    font-size: 3em;
}

input::placeholder, textarea::placeholder {color: #113250;}

div#cont-contacto p {
    margin: 1em 0;
}

div#cont-contacto h2 {
    font-weight: 800;
    line-height: 1.4;
    font-size: 3em;
}

div#cont-contacto p.samll {
    margin: 0;
    letter-spacing: 1.5px;
}

button#Submit {
    background: #113250;
    border: 0;
    text-transform: uppercase;
    margin-top: 1em;
    box-shadow: none;
    text-shadow: none;
    padding: 8px 30px;
    border-radius: 30px;
}
a.btn, button#Submit {position:relative;overflow: hidden;}


a.btn:before, button#Submit:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
a.btn:hover:before, button#Submit:hover:before {
width: 100%;
}
form#userForm {
    margin-bottom: 0;
}
footer {
    background: #858482;
    padding: 13px 0;
}
footer img {
    width: 100px;
}
footer .custom {
    display: flex;
    align-items: center;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    max-width: 1300px;
    font-size: 80%;
    justify-content: space-between;
}
div#ubicaciones {
    margin-bottom: 4em;
}
/****NSOTROS***/
ul#set-rl_tabs-1 {
    display: flex;
    justify-content: center;
    background: #efefef;
    border-bottom: 4px solid #113250;
}

.rl_tabs.outline_content>.tab-content>.tab-pane {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.rl_tabs.outline_content>.tab-content>.tab-pane .columnas .columna {
    width: 33%;
    padding: 30px 10px;
}

span.rl_tabs-toggle-inner.nn_tabs-toggle-inner {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

span.rl_tabs-toggle-inner.nn_tabs-toggle-inner img {
    display: block;
    max-width: 100px;
    min-height: 128px;
    object-fit: contain;
}

.rl_tabs.top>ul.nav-tabs>li.active a, .rl_tabs.top>ul.nav-tabs>li.active a:hover {
    background: no-repeat;
    border: 0;
}

.rl_tabs.top>ul.nav-tabs>li>a {
    border: 0;
    color: #113250;
    text-align: center;
}

.rl_tabs.top>ul.nav-tabs>li>a img {
    margin: 0 auto;
}
.item-page.pag_nosotros h2.titt {
    padding: 3% 0;
    text-align: center;
    background: #efefef;
    color: #113250;
    margin-bottom: 0;
}

.item-page.pag_nosotros h2.titt:after {content: "";display: block;width: 22%;height: 4px;background: #c4a018;margin: 0 auto;margin-top: 1em;}
.rl_tabs>ul.nav-tabs>li {
    width: 22%;
}

li.rl_tabs-tab.nn_tabs-tab.nav-item.active:after {content: "";display: block;width: 0;height: 0;border-left: 10px solid transparent;border-top: 10px solid transparent;border-bottom: 10px solid #113250;border-right: 10px solid transparent;margin: 0 auto;}

.item-page.pag_nosotros h3 {
    color: #c4a018;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.item-page.pag_nosotros h1 {
    color: #113250;
    text-transform: uppercase;
}

.item-page.pag_nosotros ul.list {
    margin-bottom: 1em;
    margin-left: 1.3em;
}
.puebla h1 {
    text-align: right;
}

.cholula:after, .puebla:after {content: "";display: block;width: 60%;height: 3px;background: #c4a11a;margin: 2em auto 2em;}

.puebla .columnas {
    display: flex;
    flex-direction: row-reverse;
}

.rl_tabs.outline_content>.tab-content {
    border: 0;
}
.columna.col3.mapa iframe {
    width: 100%;
    height: 100%;
}

.cholula .columnas {
    display: flex;
}
div#cont-contacto h1 {
    font-size: 3em;
}
.rl_tabs.outline_content>.tab-content>.tab-pane .columnas .columna.col6 {
    width: 50%;
}

.rl_tabs.outline_content>.tab-content>.tab-pane .columnas .columna.col6 p {
    margin-top: 1em;
    max-width: 79%;
}

.amenidades p {
    width: 30%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.amenidades p img {
    display: block;
    max-width: 68px;
    min-height: 77px;
    margin: 0 auto 0em;
    object-fit: contain;
}

div#parque .columnas {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.amenidades {
    margin-left: -47px;
}

.columna.col6.contImg {
    padding: 0;
    margin-top: 5em;
}
.bg_azul {
    background: #113250;
    color: #fff;
    padding: 10%;
    box-sizing: border-box;
    width: 50%;
}

.bg_mapa iframe {
    width: 100%;
    height: 100%;
}

.bg_mapa {
    width: 50%;
    display: inline-block;
}

.ubicacion-Parque {
    display: flex;
}

div#parque {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/*****GALERIAS **/

.rl_tabs.outline_content>.tab-content>.tab-pane .columnas .columna:nth-child(1) {
    padding: 30px 0;
}

.rl_tabs.outline_content>.tab-content>.tab-pane .columnas .columna.col3.galeria {
    width: 50%;
    padding-right: 0;
}

.columna.col3.galeria img {object-fit: cover;/* width: 100%; *//* display: initial !important; */}
.banner_parque h3 {
    color: #fff !IMPORTANT;
}
/**tabs Contacto FAQs*/
.item-page.pag_contacto {
    padding: 3% 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.item-page.pag_contacto h2 {
    color: #113250;
    width: 68%;
    text-align: center;
    margin: 1em auto;
    line-height: 1.3;
    padding-bottom: .5em;
    border-bottom: 3px solid #c19e1c;
}

.accordion-inner.panel-body .wrapper {
    text-align: left;
    margin: 0;
    width: 100%;
}


.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
    background: none;
    border: 0;
}

.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {background: #eee;font-weight: 800;color: #113250;}

.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
    font-weight: 800;
    color: #113250;
    border: 0 !important;
    box-shadow: none !important;
}

.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:before {content: "";display: inline-block;vertical-align: middle;width: 15px;height: 15px;background: #c19e1c;}

.accordion-inner.panel-body .wrapper .col6 h4 {margin-bottom: 1em;letter-spacing: 0;color: #113250;}

p.nota {
    font-style: italic;
    font-size: 90%;
}
.accordion-inner.panel-body .wrapper .col6 {
    padding-left: 0;
}
.accordion-inner.panel-body .wrapper p {
    margin-bottom: 1em;
}
.rl_sliders.accordion>.accordion-group {
    border: 0;
}
div#whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

div#whatsapp img {
    max-width: 50px;
    max-height: 50px;
}
/****planes***/
.item-page.pag_planes ul#set-rl_tabs-1 {
    background: no-repeat;
    font-size: 1.3em;
    border: 0;
    padding: 2em 0;
}

.item-page.pag_planes .rl_tabs>ul.nav-tabs>li {
    width: 40% !important;
    font-weight: 400;
}

.item-page.pag_planes .rl_tabs>ul.nav-tabs>li.active a {
    color: #c19e1c !important;
    font-weight: 400;
}

.pag_planes span.rl_tabs-toggle-inner.nn_tabs-toggle-inner {
    font-weight: 400;
    font-size: 1.52em;
    line-height: 1.4;
}
.item-page.pag_planes ul#set-rl_tabs-1 {
    background: no-repeat;
    font-size: 1.3em;
    border: 0;
    padding: 2em 0;
    position: relative;
}

.item-page.pag_planes .rl_tabs>ul.nav-tabs>li {
    width: 40% !important;
    font-weight: 400;
}

.item-page.pag_planes .rl_tabs>ul.nav-tabs>li.active a {
    color: #c19e1c !important;
    font-weight: 400;
}

.pag_planes span.rl_tabs-toggle-inner.nn_tabs-toggle-inner {
    font-weight: 400;
}

.pag_planes .rl_tabs.outline_handles ul.nav-tabs>li a:hover { 
background:none;
    border: 0; color: #c19e1c;
}

.pag_planes .rl_tabs.outline_content>.tab-content>.tab-pane {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.secc-frase .wrapper {
    display: flex;
    text-align: left;
}

.secc-frase .col6 {
    float: none;
}

.secc-frase .frase {
    background: #113250;
    color: #fff;
    display: flex;
    align-items: center;
    width: 50%;
}

.secc-frase .frase h2 {
    color: #fff;
}

.secc-frase .frase h2 {
    /* padding-left: 21%; */
    line-height: 1.3em;
    font-size: 2.2em;
}

p {
    margin-bottom: 1em;
}

.pag_planes  .tab-pane ul li {
    list-style: none;
    margin-left: 21px;
    margin-bottom: .3em;
}

.pag_planes .tab-pane ul li:before {content: "";display: inline-block;width: 8px;height: 8px;background: #c19e1c;transform: rotate(45deg);margin-right: 6px;margin-left: -17px;}

.secc-Beneficios img {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0 0 7px #00000063;
    object-fit: cover;
}

.secc-Beneficios {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.secc-Beneficios .columna.col6.contImg {
    margin: 0;
}

.secc-Servicios {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin-bottom: 3em !IMPORTANT;
}

.secc-Servicios img {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0 0 7px #00000063;
    object-fit: cover;
}

.secc-Servicios .columna.col6.contImg {
    margin: 0;
}

.secc-Beneficios h3, .secc-Servicios h3 {
    font-weight: 400;
    margin-bottom: 1.5em;
}

.secc-Beneficios h3 span, .secc-Servicios h3 span {
    font-weight: 900;
    display: block;
    margin-bottom: .3em;
    font-size: 2em;
}
.secc-frase {
    background: linear-gradient(90deg, #113250 50%, transparent 50%);
    POSITION: RELATIVE;
    z-index: 1;
}
.secc-frase h3 {
    margin-bottom: .3em;
    font-size: 2em;
}
.pag_planes .rl_tabs.outline_content>.tab-content>.tab-pane.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 50%;
    background: #f2f2f2;
    right: 0;
    top: 30%;
    Z-INDEX: 0;
}

.pag_planes .rl_tabs.outline_content>.tab-content>.tab-pane.active {
    position: relative;
}

.pag_planes .rl_tabs.outline_content>.tab-content>.tab-pane.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 40%;
    background: #f2f2f2;
    left: 0;
    top: 42%;
    z-index: 0;
}
.video {
    margin: 0 auto 3em;
    max-width: 1200px;
    width: 90%;
    Z-INDEX: 1;
    POSITION: RELATIVE;
}

.video iframe {
    width: 100%;
    height: 600px;
}
.item-page.pag_planes ul#set-rl_tabs-1:after {content: "";display: block;width: 56%;position: absolute;height: 4px;background: #c19e1c;bottom: 35px;}
a#tab-traslados {
    pointer-events: none;
}
.columna.col6.contImg img {
    width: 100%;
}

.banner_parque p {
    font-size: 1.3em;
    line-height: 1.3;
    width: 75%;
    margin: auto;
}
div#ubicaciones ul {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

div#ubicaciones ul li {
    display: inline-block;
    width: 17%;
    vertical-align: text-bottom;
    text-align: center;
    margin: 0 16px;
}

div#ubicaciones ul li img {
    margin: 0 auto .9em;
    display: block;
}

div#ubicaciones ul li {
    min-height: 180px;
}
