/*
Theme Name: Vertice
Theme URI: http://vertice.cl/
Description: Tema para Vertice
Version: 1
Author: 2litros > design technologies
Author URI: http://www.2litros.cl/
*/

@import "reset.css";

html, body {
   margin:0;
	padding:0;
	height:100%;
	background-color: #000;
	color: #000;
	font: 14px/150% 'Heebo', sans-serif;
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none;
	color: #000;
	background-color: #000;
	font: 14px/150% 'Heebo', sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
	color: #000;
}
h1,h2,h3,h4,h5 {
	color: #000;
	line-height: 120%;
	font-weight: 300;
	font-style: normal;
}
a {
	text-decoration: none;
}
input {
  -webkit-appearance: none;
}

/* ------ cajas de diseño ------ */
.wrap {
  margin: 0 auto;
  width: 1140px;
}

#corona {
  width: 100%;
  float: left;
  padding: 10px 0;
  background-color: #e2261c;
}
#corona p {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
}
#corona a {
  color: #fff;
  font-weight: bold;
}
#header {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 24px 0;
  min-width: 1140px;
}
#content {
  width: 100%;
  float: left;
}
#footer {
  background-color: #000;
  width: 100%;
  float: left;
  padding: 40px 0;
  min-width: 1140px;
}
/* ------ header ------ */
#header #logo {
  width: 200px;
  float: left;
  margin-left: 24px;
}
#header #menu {
  float: right;
}
#header #menu ul {
  width: 100%;
  float: right;
  margin-right: 24px;
  padding-top: 25px;
}
#header #menu ul li {
  padding-left: 16px;
  margin-left: 12px;
  display: inline-block;
  background-image: url(images/punto.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 5px 5px;
}
#header #menu ul li.current_page_item a, #header #menu ul li.current_page_parent a {
  color: #e12c22
}
#header #menu ul li:nth-child(1) {
  background-image: none;
}
#header #menu ul li a {
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 13px;
}
/* ------ content ------ */

#home_page {
  width: 100%;
  float: left;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#home_page h1 {
  color: #fff;
  font-size: 38px;
  font-style: italic;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 26px;
  position: relative;
  display: inline-block;
  padding: 20px 10px 12px 42px;
  line-height: 100%;
}
#home_page h1:after {
    border: 5px #fff solid;
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
/* ------ footer ------ */
#footer p {
  color: #54504f;
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 0;
}
#footer #direccion ul {
  float: left;
  margin-left: 24px;
}
#footer #direccion ul li {
  float: left;
  margin-right: 40px;
}
#footer #direccion ul li:last-child {
  margin-right: 0;
}
#footer #certificaciones ul {
  margin-right: 24px;
  float: right;
}
#footer #certificaciones ul li {
  display: inline-block;
  margin-left: 6px;
}
#footer #certificaciones ul li img {
  width: auto;
  height: 46px;
}
/* ------ destination ------ */
#page {
  width: 100%;
  float: left;
  min-width: 1140px;
}
#destination {
  width: 100%;
  float: left;
  position: relative;
}
#destination ul {
  width: 100%;
  float: left;
  height: 70vh;
  text-align: center;
}
#destination ul li {
  width: 16.666%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#destination .sombra_destinos {
  width: 100%;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.3);
  float: left;
}
#destination h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 35vh 16px 0 16px;
}
/* ------ blog ------ */
#blog {
  background-color: #e12c22;
  width: 100%;
  float: left;
  min-height: 62vh;
  padding-top: 8vh;
}
#blog_content {
  float: left;
  margin-left: 80px;
}
#blog h1 {
  color: #fff;
  font-size: 36px;
}
/* ------ contacto ------ */
#contacto {
  width: 100%;
  float: left;
  height: 70vh;
  min-width: 1140px;
}
#contacto_left {
  float: left;
  width: 76%;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#contacto_right {
  float: right;
  width: 20%;
  height: 65vh;
  background-color: #fff;
  padding: 5vh 2% 0 2%;
}
#contacto_right label {
	display: none;
	visibility: hidden
}

#contacto_right .ginput_container_text {
	margin: 0
}

#contacto_right .gfield_label {
	display: none;
	visibility: hidden
}

#contacto_right .top_label {
	padding-top: 0;
	padding-bottom: 0
}

#contacto_right input, #contacto_right textarea {
	width: 100%;
	padding: 2% 2% 2% 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ff0002;
	font-size: 16px
}

#contacto_right textarea {
	margin-bottom: 0;
	height: 120px
}

#contacto_right .button {
	font-size: 16px;
	padding: 10px 20px;
	margin-top: 10px;
	text-align: center;
	width: 40%;
	float: left;
	border-style: none;
	line-height: 100%;
  background-color: #ff0002;
  color: #fff;
  text-transform: uppercase;
}
::placeholder {
  color: #000;
}
input:focus, textarea:focus {
    outline:none;
}
/* ------ nosotros ------ */
#nosotros_header {
  width: 100%;
  float: left;
  padding: 100px 0 90px 0;
  min-width: 1140px;
  background-image: url(images/nosotros.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
#nosotros_header p {
  color: #fff;
  font-size: 16px;
  line-height: 160%
}
#nosotros_header h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 24px;
}
#nosotros_header span.red_amp {
  color: #e12c22;
}
#historia {
  float: left;
  margin-left: 80px;
  width: 440px;
  padding-bottom: 290px;
  background-image: url(images/dreams.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#mision_vision {
  float: left;
  margin-left: 90px;
  width: 440px;
  padding-top: 50px;
}
#mision_vision h2 {
  font-size: 20px;
}
#mision_vision h2.sep_up {
  margin-top: 50px;
}
#nosotros_people {
  width: 100%;
  float: left;
  padding: 100px 0 90px 0;
  min-width: 1140px;
  background-color: #fff;
}
#nosotros_people h2 {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 24px;
}
.personas {
  width: 100%;
  float: left;
  margin-left: 80px;
  margin-bottom: 80px;
}
.personas ul {
  width: 100%
  float: left;
}
.personas ul li {
  float: left;
  margin-right: 20px;
  width: 180px;
}
.personas .per_foto {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #d6d6d6;
}
.personas h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}
/* ------ alojamiento ------ */
#alojamiento {
  width: 100%;
  float: left;
  height: 70vh;
  min-width: 1140px;
}
#refugios {
  float: left;
  width: 50%;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hostales {
  float: right;
  width: 50%;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#alojamiento .sombra {
  width: 50%;
  padding: 8vh 25% 0 25%;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.3);
}

#historia a
{
	color: #FFF;
	text-decoration: underline;
}

#alojamiento h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
#alojamiento h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 100%;
  padding-left: 22px;
  background-image: url(images/circulo_blanco.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 10px;
  margin-left: 10px;
}
#alojamiento h3 a {
  color: #fff;
}
/* ------ refuigios ------ */
#refugios_single {
  width: 100%;
  float: left;
  padding: 0 0 40px 0;
  min-height: 62vh;
  background-color: #efefef;
  min-width: 1140px;
}
#data_refugio {
  margin-top: 50px;
  float: left;
  margin-left: 80px;
  width: 510px;
}
#refugios_single h1 {
  color: #ff0002;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#refugios_single h2 {
  color: #ff0002;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
#refugios_single p {
  line-height: 160%
}
#instalaciones {
  width: 100%;
  margin-top: 20px;
  float: left;
}
#instalaciones p {
  color: #ff0002;
  text-transform: uppercase;
  font-size: 18px;
}
#foto_refugio {
  width: 460px;
  float: left;
  margin-left: 80px;
}
#foto_ref {
  width: 100%;
  float: left;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#reserva {
  background-color: #ff0002;
  width: 40%;
  float: left;
  text-align: center;
  padding: 12px 5%;
}
#reserva a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#recomendaciones {
  width: 40%;
  float: left;
  padding: 12px 5%;
}
#recomendaciones a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}
#refugios_single.hostal {
  background-color: #080c3c;
}
#refugios_single.hostal h2, #refugios_single.hostal h1 {
  color: #bd9652;
}
#refugios_single.hostal p {
  color: #fff;
}
#refugios_single.hostal #reserva {
  background-color: #bd9652;
}
#refugios_single.hostal #recomendaciones a {
  color: #bd9652;
}
/* ------ destinos_cat ------ */
#lugar_cat {
  float: left;
  width: 100%;
  min-width: 1140px;
  min-height: 70vh;
  border-top: 1px solid #999;
  background-color: #fff;
}
#foto_lugar {
  width: 380px;
  float: left;
  min-height: 70vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sombra_lugar {
  background-color: rgba(0,0,0,0.5);
  width: 300px;
  float: left;
  padding: 5vh 40px;
  min-height: 60vh;
}
#sombra_lugar h1 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 20px;
}
#sombra_lugar p {
  color: #fff;
  font-size: 17px;
  line-height: 160%;
}
#lugar_cat_data {
  margin-left: 60px;
  min-width: 700px;
  float: left;
  margin-top: 86px;
}
.destinos {
  width: 328px;
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #999;
}
.destino_image {
  width: 100%;
  float: left;
  height: 218px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.destinos_data {
  width: 90%;
  padding: 5%;
  float: left;
  background-color: #efefef;
  min-height: 140px;
}
.destinos_data h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px;
}
.destinos_data h3 {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.destinos_data p {}
.destinos_data h5 {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ff0002
}
.destinos_data h5 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
/* ------ single lugares ------ */
#lugar_cat_single {
  width: 700px;
  float: left;
  margin: 60px 0 60px 60px;
}
#lugar_cat_single {
  line-height: 160%;
}
#lugar_cat_single #text ul {
  margin-bottom: 20px;
}
#lugar_cat_single #text h3.titulos {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
}
#lugar_cat_single #text ul li::before, #actividades_otras ul li::before {
  content: "\2022";
  color: #ff0002;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  /* margin-left: -1em; */
}
#lugar_cat_single h3 {
  margin-bottom: 30px;
}
#lugar_cat_single h1 {
  color: #e12c22;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
}
#lugar_cat_single h2 {
  color: #e12c22;
  text-transform: uppercase;
  font-size: 20px;
}
.accordion {
    cursor: pointer;
    width: 100%;
    transition: 0.4s;
}
.accordion.active, .accordion:hover {
    font-weight: bold;
}
/* .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion.active:after {
    content: "\2212";
} */

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-top: 10px;
}
#lugar_cat_single
{
	min-height: 600px;
}
#lugar_cat_single #col_1 {
  width: 370px;
  float: left;
}
#lugar_cat_single #col_1_extend {
  width: 100%;
  float: left;
}
#lugar_cat_single #col_2 {
  width: 250px;
  float: right;
}
#lugar_cat_single #mapa {
  width: 100%;
  float: left;
}
#lugar_cat_single #mapa iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 20px
}
#lugar_cat_single #contacto_right {
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
}
#lugar_cat_single label {
	display: none;
	visibility: hidden
}

#lugar_cat_single .ginput_container_text {
	margin: 0
}

#lugar_cat_single .gfield_label {
	display: none;
	visibility: hidden
}

#lugar_cat_single .top_label {
	padding-top: 0;
	padding-bottom: 0
}

#lugar_cat_single input, #lugar_cat_single textarea {
	width: 100%;
	padding: 2% 2% 2% 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ff0002;
	font-size: 16px
}
#lugar_cat_single textarea {
	margin-bottom: 0;
}
#lugar_cat_single .button {
	font-size: 16px;
	padding: 10px 20px;
	margin-top: 10px;
	text-align: center;
	width: 40%;
	float: left;
	border-style: none;
	line-height: 100%;
  background-color: #ff0002;
  color: #fff;
  text-transform: uppercase;
}
.gform_wrapper .gform_footer {
  margin: 0;
}
/* ------ actividades ------ */
#actividad {
  width: 100%;
  float: left;
  text-align: left;
  background-color: #fff;
  padding-bottom: 6vh;
}
#actividad ul {
  width: 100%;
  float: left;
  height: 62vh;
  text-align: center;
  padding-top: 6vh;
  background-image: url('images/actividades.svg');
  background-repeat: no-repeat;
  background-position: top center;
  text-transform: uppercase;
}
#actividad ul li {
  font-size: 38px;
  line-height: 100%;
}
#actividad ul li.page-item-520 {
  font-size: 96px;
  margin-left: -240px;
  margin-bottom: 10px;
}
#actividad ul li.page-item-522 {
  font-size: 96px;
  margin-left: 40px;
  margin-bottom: 0px;
}
#actividad ul li.page-item-524 {
  font-size: 60px;
  margin-left: -320px;
  margin-bottom: 10px;
  margin-top: -10px
}
#actividad ul li.page-item-526 {}
#actividad ul li.page-item-528 {
  font-size: 80px;
  margin-left: 0px;
  margin-bottom: 5px;
}
#actividad ul li.page-item-530 {
  font-size: 62px;
  margin-left: 30px;
  margin-bottom: 10px;
}

#actividad ul li a {
  color: #000;
}
#actividades_single {
  width: 100%;
  float: left;
  padding: 0 0 40px 0;
  min-height: 62vh;
  background-color: #fff;
  min-width: 1140px;
}
#actividades_single h1 {
  font-size: 90px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 100%;
  padding: 110px 0 0 60px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 200px auto;
}
#data_actividades {
  margin-top: 50px;
  float: left;
  margin-left: 80px;
  width: 1060px;
}
#actividades_text {
  float: left;
  width: 360px;
}
#actividades_text p {
  line-height: 200%;
}
#actividades_img {
  float: right;
  width: 640px;
}
#slider {
  width: 100%;
  height: 380px;
  background-color: transparent;
}
.flexslider :focus {
	outline-color: #65afff;
	outline-color: rgba(101,175,255,.55)
}
.flexslider {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	zoom: 1;
  margin-top: 10px;
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}
.flexslider .slides img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: 100%
}
.flexslider .slides {
	zoom: 1
}
.flexslider .slides li {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 380px;
	width: 100%
}
.flexslider .slides>li:focus {
	outline-offset: -5px
}
.flex-container {
	zoom: 1;
	position: relative
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: -1px;
	display: block;
	visibility: visible
}
.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 88px;
	height: 83px;
	margin: -44px 0 0;
	position: absolute;
	top: 51%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
}
.flex-direction-nav a.flex-prev {
	background: url(images/flecha_izq.png) no-repeat center center;
}
.flex-direction-nav a.flex-next {
	background: url(images/flecha_der.png) no-repeat center center;
}
.flex-direction-nav .flex-prev {
	left: 0px
}
.flex-direction-nav .flex-next {
	right: 0px
}
#actividades_otras {
  width: 100%;
  float: left;
  margin-top: 30px;
}
#actividades_otras h2 {
  color: #e12c22;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}
#actividades_otras a {
  color: #000;
}
@media only screen and (min-width: 0px) and (max-width: 767px){
}

.enlaces-home
{
	width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 65%;
}

.enlace-home
{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	position: relative;
}

.enlace-home a
{
	width: auto;
	position: relative;
	padding: 5px 40px;
	font-size: 28px;
	color: #FFF;
	padding-left: 60px;
	font-weight: bold;
	padding-top: 7.5px;
}

.enlace-home a:after {
    border: 5px #fff solid;
    content: " ";
    position: absolute;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 0;
    left: 0;
    z-index: 2;
    transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}

.color-gray
{
	color: #616160;
}

#destination h2
{
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 26px;
	position: relative;
}

#destination h2:before {
    content:"• ";
    font-size: 32px;
    position: absolute;
    margin-left: -20px;
}

#destination .sombra_destinos
{
	background-color: rgba(0, 0, 0, 0.1);
}

#header #menu ul li.current_page_item a, #header #menu ul li.current_page_parent a
{
	font-weight: 600;
}

#sombra_lugar p
{
	font-weight: 300;
	line-height: 26px;
	text-align: justify;
}

#sombra_lugar
{
	background-color: rgba(0,0,0,0.25);
	width: calc(100% - 80px);
	height: 100%;
	display:table;
}

#sombra_inner
{
    display:table-cell;
    vertical-align:middle;
    min-height: 100px;
    width: 100%;
}

.destinos
{
	border: 0;
    width: 31%;
    margin: 20px 1.1%;
}

#foto_lugar
{
	width: 30%;
	height: 100%;
	position: relative;
}

#lugar_cat_data
{
	min-width: auto;
	width: calc(100% - 70px);
	margin: 0;
	padding: 35px;
	margin-left: 0%;
}

.destinos_data
{
	background-color: #a2a2a2;
	text-align: center;
	color: #FFF;
}

.destinos_data h2, .destinos_data h5, .destinos_data h3
{
	color: #FFF;
}

.destinos_data h3, .destinos_data h2
{
	letter-spacing: 2px;
}

.destinos_data p
{
	color: #FFF;
	text-align: center;
	font-weight: 300;
	font-size: 13px;
}

.destinos_data h5
{
	background-color: #ffffff;
    padding: 8px 15px;
}

.destinos_data h5 a
{
	color: #000;
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 2px;
}

#lugar_cat
{
	background-color: #f2f1f0;
	position: relative;
}

#lugar_cat_single h1
{
	font-size: 30px;
	letter-spacing: 3px;
}

#lugar_cat_single
{
	width: calc(50% - 120px);
	margin: 0;
    padding: 60px 60px 60px 60px;
    margin-left: 8%;
}

.inner-destino
{
	width: 100% !important;
	height: 350px !important;
	min-height: 350px !important;
}

#lugar_cat_single h2
{
	font-size: 18px;
	font-weight: 400;
	padding-top: 10px;
}

#lugar_cat_single h2.active
{
	font-weight: bold;
}

#reserva_form
{
	width: calc(30% - 80px);
	float: left;
	padding: 40px;
	background-color: #ecefee;
    margin-top: 115px;
    padding-bottom: 0;
    position: relative;
}

#reserva_form h2
{
	color: #e12c22;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

#reserva_form .gfield_label
{
	display: none;
}

#reserva_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])
{
	width: 100%;
	border: 0px;
	text-transform: uppercase;
	background-color: transparent;
	border-bottom: 1px solid #e12c22;
}

#reserva_form .gform_wrapper ul.gform_fields li.gfield
{
	padding-right: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e12c22;
  opacity: 1; /* Firefox */
  font-weight:500;
  text-transform: uppercase;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e12c22;
  font-weight:500;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #e12c22;
  font-weight:500;
}

#reserva_form .gform_wrapper textarea.medium
{
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #e12c22;
	text-transform: uppercase;
	height: 100px;
}

#reserva_form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]
{
	background-color: #e12c22;
	color: #FFF;
	font-weight: 300;
	padding: 10px 60px;
	border: 0;
	margin-left: -40px;
	text-transform: uppercase;
}

#reserva_form .gform_wrapper
{
	margin-bottom: 0;
}

#reserva_form .gform_wrapper .gform_footer
{
	padding-bottom: 0;
	margin-top: 0;
}

#actividad ul
{
	height: 75vh;
}

#actividad ul li.page-item-520
{
	font-size: 80px;
	letter-spacing: 20px;
	margin-top: 45px;
}

#actividad ul li.page-item-522
{
	font-size: 80px;
	font-weight: 900;
	letter-spacing: 25px;
	margin-top: -5px;
}

#actividad ul li.page-item-524
{
	font-weight: 100;
	font-size: 50px;
	letter-spacing: 10px;
	margin-top: 15px;
	margin-left: -350px;
}

#actividad ul li.page-item-526
{
	font-weight: 600;
	letter-spacing: 7px;
	font-size: 28px;
	margin-top: 20px;
}

#actividad ul li.page-item-528
{
	font-weight: 400;
	letter-spacing: 14px;
	margin-top: 15px;
	font-size: 64px;
}

#actividad ul li.page-item-530
{
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 10px;
	margin-top: 15px;
}

#act-titulo h1
{
	width: 75%;
	float: right;
	font-size: 90px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 100%;
    padding: 90px 0 0 80px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 180px auto;
    margin-top: 30px;
    font-weight: 400;
    letter-spacing: 18px;
}

#act-detalle
{
	width: 100%;
	float: left;
}

#act-detalle #actividades_img
{
	width: 50%;
	float: right;
}

#act-bajada
{
	width: 22%;
	float: right;
	margin-right: 3%;
	text-align: justify;
	line-height: 30px;
	font-size: 16px;
}

#act-bajada p
{
	text-align: justify;
}

#actividades_img #slider
{
	height: 380px;
}



.btn-red
{
	color: #FFF;
	font-weight: 300;
	padding: 10px 40px;
	background-color: #e12c22;
	float: left;
	font-size: 16px;
	letter-spacing: 3px;
}

#act-otras
{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.otra-actividad
{
	border: 1px solid #e12c22;
	display: inline-block;
	width: 120px;
	height: 120px;
	position: relative;
	margin-left: -4px;
}

#act-otras .otra-actividad:nth-child(even)
{
	background-color:#e12c22;
}

#act-otras .otra-actividad:nth-child(even) a
{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.otra-actividad a
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70% auto;
	left: 0;
	top: 0;
}

#alojamiento .sombra
{
	padding: 5vh 20% 0 20%;
	width: 60%;
}

#alojamiento h2
{
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 2px;
	margin-left: -15px;
	margin-bottom: 30px;
}

#refugios h4, #hostales h4
{
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

#alojamiento h3
{
	border: 1px solid #FFF;
	font-weight: 500;
	padding-left: 45px;
	background-position: 15px center;
	padding-top: 14px;
	padding-bottom: 12px;
	font-size: 16px;
	letter-spacing: 2px;
}

#data_refugio
{
	width: 45%;
	margin-left: 5%;
}

#foto_refugio
{
	width: 45%;
	float: left;
	margin-left: 0;
}

#reserva a
{
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 18px;
}

#data_refugio
{
	padding-right: 45px;
	width: calc(45% - 45px);
}

#refugios_single h1
{
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 4px;
	padding-left: 20px;
}

#refugios_single h1:before {
    content:"• ";
    font-size: 32px;
    position: absolute;
    margin-left: -20px;
}

#refugios_single p
{
	line-height: 24px;
	text-align: justify;
}

#refugios_single h2
{
	margin-top: 25px;
	font-weight: 500;
	letter-spacing: 1px;
}

#recomendaciones a
{
	font-weight: 300;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 16px;
}

#recomendaciones
{
	width: 45%;
	padding: 12px 1%;
	text-align: center;
	margin-top: 5px;
}

.instalacion
{
	width: 95%;
	float: left;
	border: 1px solid #e12c22;
	padding: 8px 10px;
	position: relative;
	color: #e12c22;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
	cursor: pointer;
	padding-bottom: 6px;
}

.instalacion span
{
	position: absolute;
	right: 10px;
}

.enlaces-destinos
{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.enlaces-destinos a
{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 1px;
	margin: 0 15px;
	font-size: 16px;
	color: inherit;
}

.enlaces-destinos a:before
{
	content: "• ";
    font-size: 32px;
    position: absolute;
    margin-left: -20px;
    color: #e12c22;
}

.enlaces-destinos a.activo
{
	color: #e12c22;
	font-weight: 500;
	font-size: 32px;
	letter-spacing: 2px;
}

.enlaces-destinos a:first-child:before
{
	display: none;
}

.enlaces-destinos a.activo:before
{
	margin-top: 6px;
    font-size: 24px;
    margin-left: -22px;
}

.enlaces-desinos-bottom
{
	margin-bottom: 0;
	margin-top: 30px;
}

.personas
{
	width: 90%;
	margin-left: 5%;
	margin-bottom: 40px;
}

.personas ul li
{
	width: calc(25% - 30px);
	margin-right: 0;
	padding: 15px;
	color: #e12c22;
	text-transform: uppercase;
	font-size: 11px;
}

.personas ul li a
{
	color: #e12c22;
}

.personas-middle
{
	width: 45%;
	float: left;
}

.personas .per_foto
{
	height: 130px;
}

.personas-no-margin
{
	margin-left: 0;
}

.personas h3
{
	font-weight: 300;
	letter-spacing: .5px;
	font-size: 11px;
}

#nosotros_people h2
{
	font-size: 26px;
	letter-spacing: 2px;
}

.personas-full ul li
{
	width: calc(12.5% - 30px);
	margin-right: 0;
	padding: 15px;
  min-height: 250px;
}

#nosotros_header p
{
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}

#nosotros_header h2
{
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: 400;
}

#lamina-over
{
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	padding-top: 70px;
	display: none;
}

#inner-lamina
{
	width: 90%;
	margin-left: 5%;
	float: left;
}

#listado-equipo
{
	width: 30%;
	float: left;
}

#listado-equipo h1
{
	letter-spacing: 2px;
}

#detalle-equipo
{
	width: 55%;
	float: left;
	margin-left: 5%;
	padding-top: 40px;
}

.area
{
	padding-left: 30px;
	margin-top: 20px;
	width: calc(100% - 30px);
	float: left;
}

.area h2
{
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.area.activa h2
{
	color: #e12c22;
	cursor: pointer;
}

.area:before
{
	content: "• ";
    font-size: 32px;
    position: absolute;
    margin-left: -20px;
    color: #e12c22;
}

.area-inner
{
	display: none;
}

.area.activa .area-inner
{
	display: block;
}

.area.activa .area-inner a
{
	//color: #e12c22;
}

.area-inner a
{
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 300;
	color: #666;
}

#detalle-equipo h4
{
	color: #616160;
	font-weight: 400;
	letter-spacing: 4px;
	font-size: 22px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

#detalle-equipo .foto-detalle
{
	width: 30%;
	height: 240px;
	background-color: #666;
	float: left;
	margin-top: -50px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#detalle-equipo p
{
	float: right;
	text-align: justify;
	width: 55%;
	margin-right: 10%;
	line-height: 26px;
	font-weight: 400;
}

#close-lamina
{
	font-weight: 100;
	position: absolute;
	right: 5%;
	top: 30px;
	font-size: 22px;
	text-decoration: underline;
	letter-spacing: 2px;
	cursor: pointer;
}

#contacto_right .button
{
	letter-spacing: 2px;
	margin-left: -27px;
	padding: 10px 60px;
	width: auto;
}

#contacto_right input, #contacto_right textarea
{
	font-size: 14px;
}

#contacto_right
{
	padding-top: 8vh;
}

#blog h1
{
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

#blog_content .fila
{
	width: 94%;
	float: left;
}

.panel p
{
	text-align: justify;
}

.noticia
{
	width: calc(50% - 30px);
	padding: 10px 30px;
	float: left;
	padding-left: 0px;
	margin-bottom: 30px;
}

.foto-noticia
{
	width: 30%;
	float: left;
	background-color: #666;
	height: 130px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fecha-noticia
{
	background-color: #000;
	color: #FFF;
	width: 10%;
	margin-left: 2%;
	padding: 5px 0;
	text-align: center;
	float: left;
	font-weight: 500;
	text-transform: uppercase;
}

.contenido-noticia
{
	float: left;
	width: 55%;
	margin-left: 3%;
	color: #FFF;
	font-weight: 200;
}

.contenido-noticia h3
{
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.contenido-noticia p
{
	color: #FFF;
	font-size: 12px;
	text-align: justify;
}

.contenido-noticia a
{
	color: #FFF;
}

#single-noticia
{
	width: 80%;
	background-color: #FFF;
	padding: 30px 0;
	float: right;
}

#foto-full
{
	width: 100%;
	float: left;
	background-color: #666;
	height: 320px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#single-noticia .fecha-noticia
{
	margin-top: 30px;
	width: 8%;
}

#detalle-noticia
{
	width: 87%;
	margin-left: 3%;
	float: left;
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 50px;
}

#detalle-noticia h1
{
	color: #e12c22;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#detalle-noticia p
{
	text-align: justify;
	color: #666;
	font-weight: 300;
	line-height: 26px;
}

.instalacion-inner
{
	width: 100%;
	float: left;
	padding: 10px 0;
	display: none;
}

.instalacion-inner ul
{
	margin-left: 30px;
}

.instalacion-inner ul li a
{
	color: #666;
	text-transform: uppercase;
}

.instalacion-inner ul li a:hover
{
	color: #e12c22;
}

.instalacion-inner ul li a:before
{
	content: "• ";
    font-size: 32px;
    position: absolute;
    margin-left: -20px;
    color: #e12c22;
}

.acordeon-instalacion
{
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.instalacion
{
	text-transform: uppercase;
}

.instalacion-inner p
{
	text-transform: none !important;
	font-weight: 300;
	color: #666 !important;
	font-size: 14px !important;
}

.mobilevisible
{
	display: none;
}

.none-mobile
{
	display: block;
}

#otros_tours {
    width: 30%;
    float: left;
    margin-top: 30px;
    padding-bottom: 0;
    margin-bottom: 50px;
}

#otros_tours .destinos
{
	width: 100%;
}

#otros_tours #slider
{
	height: 325px;
}

#otros_tours .flex-direction-nav .flex-next
{
	right: 0;
}

#otros_tours .flex-direction-nav .flex-prev
{
	left: 0;
}

#otros_tours .destino_image
{
	height: 150px;
}

#otros_tours .destinos_data p
{
	margin-bottom: 10px;
}

#otros_tours .flex-direction-nav a
{
	width: 60px;
    height: 80px;
}

#act-destinos
{
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
	float: left;
}

#act-destinos .destinos
{
	width: calc(33% - 24px);
  max-width: 460px;
}

#data_refugio ul li::before
{
	content: "\2022";
    color: #ff0002;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    /* margin-left: -1em; */
}

@media (max-width: 767px) {

	#header, #footer, #page, #lugar_cat, #actividades_single, #alojamiento, #refugios_single, #nosotros_header, #nosotros_people, #contacto
	{
		min-width: auto;
		max-width: 100%;
	}

	#home_page h1
	{
		font-size: 18px;
		font-weight: 500;
		width: 70%;
		margin-left: 5%;
		top: 30%;
	}

	#home_page h1:after
	{
		border-width: 3px;
	}

	.enlace-home
	{
		width: 90%;
		margin-left: 0%;
		margin-bottom: 40px;
	}

	.enlaces-home
	{
		top: 45%;
	}

	.enlace-home a
	{
		font-size: 22px;
		padding-top: 3.5px;
	}

	.enlace-home a:after
	{
		border-width: 3px;
	}

	#destination ul li
	{
		width: 100%;
	}

	#destination .sombra_destinos
	{
		height: 25vh;
	}

	#destination h2
	{
		margin: 11vh 16px 0 16px;
		font-size: 32px;
	}

	#destination ul
	{
		height: auto;
	}

	#foto_lugar
	{
		width: 100%;
		position: relative;
	}

	#lugar_cat_data
	{
		width: calc(100% - 40px);
		margin-left: 0;
		padding: 20px;
	}

	.destinos
	{
		width: calc(100% - 0px);
		padding: 0px;
	}

	.enlaces-destinos
	{
		text-align: center;
		margin-top: 15px;
	}

	.enlaces-destinos a
	{
		margin-bottom: 10px;
	}

	#sombra_lugar p
	{
		font-size: 14px;
		line-height: 30px;
	}

	.inner-destino
	{
		width: 100% !important;
	}

	#foto_lugar
	{
		min-height: 30vh;
	}

	#lugar_cat_single
	{
		width: calc(100% - 40px);
		padding: 20px;
		margin-left: 0;
	}

	#lugar_cat_single h1
	{
		font-size: 22px;
		letter-spacing: 3px;
		margin-bottom: 10px;
	}

	#reserva_form
	{
		width: calc(100% - 80px);
	    margin-top: -40px;
	}

	#reserva_form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]
	{
		width: 100%;
		padding: 10px 0;
		margin-left: 0;
	}

	#actividad ul
	{
		background-image: url(images/actividades.jpg);
	}

	#actividad
	{
		padding-bottom: 0px;
	}

	#actividad ul li
	{
		width: calc(80% - 35px) !important;
		margin: 0px !important;
		font-size: 18px !important;
		text-align: left;
		letter-spacing: 0px !important;
		font-weight: 400;
		margin-left: 10% !important;
		border: 1px solid #FFF;
		color: #FFF;
		padding: 15px 0;
		margin-bottom: 15px !important;
		padding-left: 35px;
	}

	#actividad ul li a
	{
		color: #FFF;
		font-weight: 500;
		letter-spacing: 1px;
	}

	#actividad ul li a:before
	{
		content:"• ";
	    font-size: 32px;
	    position: absolute;
	    margin-left: -20px;
	}

	.mobilevisible
	{
		display: block;
	}

	#actividad ul h1
	{
		font-size: 26px;
		font-weight: 500;
		letter-spacing: 2px;
		color: #FFF;
		text-align: left;
		width: 80%;
		margin-left: 10%;
		margin-bottom: 30px;
	}

	#act-titulo h1
	{
		width: calc(100% - 70px);
		letter-spacing: 5px;
		font-size: 42px;
	    padding: 70px 0 0 60px;
        background-size: 100px auto;
	}

	#act-bajada
	{
		width: 92%;
		margin-left: 4%;
		float: left;
		margin-top: 30px;
		font-size: 14px;
		line-height: 28px;
	}

	#act-detalle #actividades_img
	{
		width: 100%;
		float: left;
	}

	#actividades_img #slider
	{
		height: 200px;
	}

	#actividades_img #slider li
	{
		height: 200px;
	}

	#actividades_img .flex-direction-nav a
	{
		top: 20%;
	}

	#data_refugio
	{
		padding-right: 0;
	}

	.otra-actividad
	{
		margin-bottom: -7px;
	}

	#footer #direccion ul li
	{
		width: 40%;
		font-size: 11px;
	}

	#footer #direccion ul li p
	{
		font-size: 11px;
	}

	#footer #direccion ul li p a
	{
		color: #555;
	}

	#footer #direccion ul
	{
		margin-bottom: 30px;
	}

	#footer #certificaciones ul li
	{
		width: calc(20% - 10px);
	}

	#footer #certificaciones ul li img
	{
		width: 100%;
		height: auto;
	}

	#alojamiento
	{
		height: auto;
	}

	#refugios, #hostales
	{
		width: 100%;
		height: auto;
	}

	#alojamiento .sombra
	{
		height: auto;
		padding: 5vh 10% 0 10%;
		width: 80%;
		padding-bottom: 30px;
	}

	#alojamiento h3
	{
		font-size: 16px;
	}

	#data_refugio
	{
		width: calc(100% - 45px);
	}

	.instalacion
	{
		width: calc(100% - 20px);
	}

	#foto_ref
	{
		height: 250px;
	}

	#foto_ref h1
	{
		color: #FFF;
		font-size: 22px;
		margin-top: 15px;
		letter-spacing: 2px;
		font-weight: 400;
	}

	#foto_ref h1:before
	{
		display: none;
	}

	.none-mobile
	{
		display: none;
	}

	#foto_refugio
	{
		width: calc(100% - 45px);
		margin-left: 20px;
	}

	#reserva
	{
		width: 90%;
	}

	#recomendaciones
	{
		width: 100%;
	}

	#blog_content
	{
		width: 90%;
		margin-left: 5%;
	}

	.noticia
	{
		width: 100%;
	}

	#blog_content .fila
	{
		width: 100%;
	}

	.foto-noticia
	{
		width: 100%;
	}

	.fecha-noticia
	{
		width: 16%;
		margin-left: 0;
		margin-top: -20px;
	}

	.contenido-noticia
	{
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}

	.wrap
	{
		width: 100%;
	}

	#single-noticia
	{
		width: 94%;
		margin-left: 3%;
		float: left;
	}

	#single-noticia .fecha-noticia
	{
		margin-top: -20px;
		width: 16%;
		margin-left: 0;
	}

	#detalle-noticia
	{
		width: 94%;
	}

	#header #menu ul
	{
		margin-right: 0;
	}

	#header #menu ul li
	{
		width: 60%;
		margin-left: 30%;
	}

	#header #menu ul li:nth-child(1)
	{
	    background-image: url(images/punto.svg);
	}

	#header #logo
	{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 160px;
	}

	#burger-menu
	{
		width: 30px;
		height: 30px;
		position: absolute;
		background-image: url(images/burger.png);
		background-position: center center;
		background-size: 80% auto;
		background-repeat: no-repeat;
		border: 1px solid #000;
		border-radius: 2px;
		left: 15px;
	}

	#header #menu
	{
		display: none;
	}

	#historia
	{
		width: 90%;
		margin-left: 5%;
		padding-bottom: 190px;
	}

	#mision_vision
	{
		width: 90%;
		margin-left: 5%;
	}

	.personas-middle
	{
		width: 90%;
	}

	.personas ul li
	{
		width: calc(50% - 30px);
	}

	.personas-no-margin
	{
		margin-left: 5%;
	}

	#listado-equipo
	{
		display: none;
	}

	#detalle-equipo
	{
		width: 90%;
		padding-top: 0;
	}

	#detalle-equipo .foto-detalle
	{
		width: 100%;
		margin-bottom: 15px;
	}

	#detalle-equipo p
	{
		width: 100%;
		margin-right: 0;
	}

	#inner-lamina
	{
		position: absolute;
	    height: 75%;
	    overflow-y: scroll;
	}

	#contacto_left
	{
		width: 100%;
		height: 300px;
	}

	#contacto_right
	{
		width: calc(100% - 4%);
		height: auto;
		padding-top: 2vh;
	}

	#contacto
	{
		height: auto;
	}

	#foto_lugar
	{
		height: auto;
	}

	#otros_tours
	{
		width: 100%;
	}

	#act-destinos .destinos
	{
		width: 100%;
	}
}

.enlace-foot
{
	color: #54504f;
	font-size: 20px;
	margin-right: 5px;
}

#direccion a
{
	color: #54504f;
}

#home_page h1:after
{
	display: none;
}

.enlace-home a:after, .enlace-home a
{
	-webkit-transition: border-color .3s, color .3s; /* Safari prior 6.1 */
	transition: border-color .3s, color .3s;
}

.enlace-home a:hover:after
{
	border-color: #e12c22;
}

.enlace-home a:hover
{
	color: #e12c22;
}

.terminos-politicas
{
	width: 90%;
	float: right;
	margin-right: 3%;
	text-align: right;
	color: #54504f;
	margin-top: -20px;
}

.terminos-politicas a
{
	font-size: 12px;
	color: #54504f;
	font-weight: bold;
}

.personas .per_foto
{
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .3s; /* Safari prior 6.1 */
	transition:  all .3s;
}

.personas .per_foto:hover
{
	-webkit-filter: grayscale(0%);
}

.destino-desc
{
	font-size: 14px;
	line-height: 22px;
	margin-top: -5px;
}

#descargar-itinerario
{
	position: absolute;
	bottom: 10px;
	right: 0%;
	width: 40%;
}

#descargar-itinerario a
{
	color: #000;
	font-weight: 300;
}

#login-vertice
{
	width: 300px;
	height: 400px;
	position: absolute;
	margin-left: -150px;
	margin-top: -200px;
	top: 50%;
	left: 50%;
	text-align: center;
}

#login-vertice img
{
	height: 80px;
}

#login-vertice form input
{
	width: calc(100% - 10px);
	margin-top: 10px;
	font-size: 14px;
	border: 1px solid #efefef;
	height: 40px;
	border-radius: 3px;
	padding-left: 10px;
}

#login-vertice form a
{
	background-color: #e12c22;
	color: #FFF;
	height: 40px;
	margin-top: 10px;
	float: left;
	text-align: center;
	width: 100%;
	line-height: 40px;
	text-transform: uppercase;
}

.error
{
	border: 1px solid #e12c22;
	color: #e12c22;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	display: none;
}

#loader
{
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	text-align: center;
	z-index: 9999999;
}

#loader img
{
	height: 80px;
	margin-top: 20%;
	margin-bottom: 15px;
}

/* SLIDER */
.main-slider .item {height: 500px}

.background-slider
{
	height: 70vh;
}

.owl-carousel {
  z-index: 0;
}
.dots-theme .owl-nav {
  display: none;
}
.dots-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.dots-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.dots-theme .owl-dots .owl-dot span {
    border: 4px solid #FFFFFF;
    width: 25px;
    height: 25px;
    margin: 5px 7px;
    background: #c8102e;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-shadow: 0 0 10px #000000;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dots-theme .owl-dots .owl-dot.active span,
.dots-theme .owl-dots .owl-dot:hover span {
    background: #c8102e;
    border: 6px solid #c8102e;
    /*-moz-transform: scale(1.2) rotate(135deg);
    -webkit-transform: scale(1.2) rotate(135deg);
    -o-transform: scale(1.2) rotate(135deg);
    -ms-transform: scale(1.2) rotate(135deg);
    transform: scale(1.2) rotate(135deg);
    -webkit-border-radius: 0px;
    border-radius: 0px;*/
}
.dots-theme.dots-bottom .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
@media (min-width: 480px) {
  .dots-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 22px;
  }
  .main-slider .item {height: 350px}
  figure.principal {max-width: 300px;}
  .background-slider p {
    font-size: 1.25em;
  }
  .main-slider h1 {
    font-size: 2.5em;
  }
  .background-slider.gradient-slider:after {
    height: 50px;
  }
}
.slider-continue {
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .main-slider .item {height: 70vh}
  .intern-slider .item {height: 500px}
  .background-slider {padding-top: 120px;}
  figure.principal {max-width: 600px;}
  .background-slider.gradient-slider:after {
    height: 220px;
  }
  .dots-theme.dots-bottom .owl-dots {
    bottom: 30px;
  }
  .slider-continue {
    margin-top: -215px;
    padding-bottom: 30px;
  }
  .dots-theme .owl-nav {
      display: block;
      text-align: center;
      -webkit-tap-highlight-color: transparent;
  }
  .dots-theme .owl-nav [class*='owl-'] {
      color: #0e3356;
      color: rgba(14,51,86,1);
      position: absolute;
      top: 150px;
      display: inline-block;
      cursor: pointer;

      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
  }
  .dots-theme .owl-nav .owl-prev {
    left: 300px;
    font-size: 300%;
    font-weight: bold;
    top: 390px;
  }
  .dots-theme .owl-nav .owl-next {
    right: 300px;
    font-size: 300%;
    font-weight: bold;
    top: 390px;
  }
  .dots-theme .owl-nav [class*='owl-']:hover {
      color: #0e3356;
      color: rgba(14,51,86,1);
      text-decoration: none;
  }
  .dots-theme .owl-nav .disabled {
      opacity: 0.5;
      cursor: default;
  }
  .dots-theme .owl-nav.disabled + .owl-dots {
      margin-top: 10px;
  }

}

.background-slider
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.dots-theme.dots-bottom .owl-dots
{
	display: none !important;
}

#absolute-home
{
	position: absolute;
	top: 0;
	z-index: 999;
	height: 50vh;
	width: 100%;
}

.destino-lugar #foto_lugar
{
	width: 100%;
	position: relative;
	height: 400px;
	min-height: 400px;
}

.destino-lugar #sombra_lugar
{
	min-height: 200px;
	padding: 0px 40px;
	text-align: center
}

#lugares .background-slider
{
	padding-top: 0;
}

.destino-lugar .item h1
{
	font-size: 36px !important;
	font-family: 'Heebo', sans-serif;
	font-weight: 500 !important;
}

.destino-lugar .item p
{
	width: 70%;
	margin-left: 15%;
	text-align: center !important;
}

.owl-prev
{
	width: 50px;
	height: 50px;
	background-color: #000;
	color: #FFF;
	top: 48% !important;
    left: 30px !important;
    outline-style: none
}

.owl-next
{
	width: 50px;
	height: 50px;
	background-color: #000;
	color: #FFF;
	top: 48% !important;
    right: 30px !important;
    outline-style: none
}

.owl-prev:after
{
	content: "«";
	font-size: 100px;
	color: #FFF;
}

.owl-next:after
{
	content: "»";
	font-size: 100px;
	color: #FFF;
}

@media (max-width: 767px) {

	.destino-lugar .item h1
	{
		margin-top: 40px;

	}

	.destino-lugar .item p
	{
		width: 90%;
		margin-left: 5%;
		line-height: 22px !important;
	}

	.terminos-politicas
	{
		margin-top: 20px;
		width: 90%;
		margin-right: 5%;
		text-align: center;
	}

	#descargar-itinerario
	{
		width: 100%;
	    text-align: center;
	    bottom: -30px;
	}

}

#slider .destinos
{
	margin-left: 0;
}

@media (max-width: 1364px){

  #certificaciones {
    float: left;
    width: 100%;
  }
  #footer #certificaciones ul {
    float: left;
  }
  .terminos-politicas
  {
  	width: 90%;
  	float: left;
  	margin-left: 0;
  	text-align: left;
  	margin-top: 20px;
  }
}


@media only screen and (min-width: 1366px) and (max-height: 608px){
	#contacto
	{
		min-height: 80vh;
		background-color: #FFF;
	}

	#contacto_left
	{
		height: 80vh
	}

	#actividad ul
	{
		height: 97vh;
	}
}

.readmore
{
	font-size: 16px;
}
