html { 
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
table {
  background-color: #FFFFFF;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
}
textarea {
  resize: vertical;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
}
input[type="search"] {
  box-sizing: inherit;

  -webkit-appearance: none;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background-color: #f4f4f4;
  font-weight: 400;
  font-family: DINPro, 'PT Sans', sans-serif;
}
a {
  color: #ac120a;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
.wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
}
section {
  display: inline-block;
  width: 100%;
}
.background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.height100 {
  min-height: 100%;
  width: 100%;
}
.height75 {
  overflow: hidden;
  height: 70%; 
  
}
.height50 {
  overflow: hidden;
  height: 50%;
}
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 50px 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 529px) {
  .btn {
    padding: 8px 30px 10px;
  }
}
.btn.btn-normal {
  background-color: transparent;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: -1px;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all 0.13s ease-in;
  -moz-transition: all 0.13s ease-in;
  -o-transition: all 0.13s ease-in;
  transition: all 0.13s ease-in;
}
.btn.btn-normal.rojo {
  border: 2px solid #ac120a;
  color: #ac120a;
}
.btn.btn-normal.rojo:hover {
  background-color: rgba(172, 18, 10, 0.08);
}
.btn.btn-normal.negro {
  border: 2px solid #000000;
  color: #000000;
}
.btn.btn-normal.negro:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.btn.btn-big {
  color: #ffffff;
  letter-spacing: -2px;
  font-size: 30px;
  line-height: 25px;
}
@media only screen and (max-width: 529px) {
  .btn.btn-big {
    letter-spacing: -1px;
    font-size: 22px;
  }
}
.btn.btn-outline {
  border: 2px solid #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.13s ease-in;
  -moz-transition: all 0.13s ease-in;
  -o-transition: all 0.13s ease-in;
  transition: all 0.13s ease-in;
}
.btn.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
h2 {
  margin: 70px 0 0;
  color: #4b4b4b;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -2.8px;
  font-weight: 700;
  font-size: 56px;
  line-height: 58px;
}
@media only screen and (max-width: 529px) {
  h2 {
    margin-bottom: -10px;
    font-size: 38px;
  }
}
#galeria h2,
#descripcion h2 {
  margin: 70px 0 20px;
  font-size: 34px;
}
h3 {
  margin: 0 0 30px;
  color: #7d7d7d;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
}
@media only screen and (max-width: 529px) {
  h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
ul li {
  margin: 10px 0;
}
.awesome {
  padding: 30px 0;
  background-color: #ac120a;
  text-align: center;
}
.awesome h1 {
  display: block;
  margin: 0 auto;
  width: 75%;
  color: #ffffff;
  letter-spacing: -0.9px;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
.awesome h1 a {
  margin-left: 30px;
}
@media only screen and (max-width: 800px) {
  .awesome h1 {
    width: 95%;
    font-size: 26px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 529px) {
  .awesome h1 {
    width: 95%;
    font-size: 22px;
    line-height: 26px;
  }
}
#servicios {
  margin-top: 50px;
}
#textoInicial {
  margin-top: 100px;
} 
#textoInicial p {
  padding: 0 170px;
  color: #4b4b4b;
  text-align: center;
  letter-spacing: -0.52px;
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (max-width: 800px) {
  #textoInicial p {
    padding: 0 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 529px) {
  #textoInicial p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
#textoInicial .logo {
  margin: 50px 0;
  text-align: center;
}
.gridItem {
  position: relative;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  min-height: 300px;
  width: 33.3333%;
  background-position: 50% 50%;
  background-size: 115%;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: -webkit-background-size 0.25s ease;
  -moz-transition: -moz-background-size 0.25s ease;
  -o-transition: background-size 0.25s ease;
  transition: background-size 0.25s ease;  
}
.gridItem.versus {
  display: none;
}
.gridItem.ciudad {
  min-height: 200px;
  width: 20%;
  cursor: pointer;
}
@media only screen and (max-width: 529px) {
  .gridItem.ciudad {
    margin-bottom: 10px;
    width: 100%;
  }
}
.gridItem.ruta {
  min-height: 200px;
  width: 25%;
  cursor: pointer;
}
@media only screen and (max-width: 529px) {
  .gridItem.ruta {
    margin-bottom: 10px;
    width: 100%;
  }
}
.gridItem:hover,
.gridItem.activo {
  background-size: 120%;
}
.gridItem:hover .fondo,
.gridItem.activo .fondo {
  text-align: center;
  opacity: 1;
}
.gridItem:hover .fondo img,
.gridItem.activo .fondo img {
  display: inline-block;
  margin-top: 43%;
}
.gridItem:hover .boton,
.gridItem.activo .boton {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.gridItem.activo:after {
  position: relative;
  display: block;
  margin: 42px auto 24px;
  width: 100%;
  /*content: url("../imagenes/check.png");*/
	content: url("../imagenes/check.png");
  text-align: center;
}
.gridItem.galeria {
  width: 25%;
}
@media only screen and (max-width: 1000px) {
  .gridItem.galeria {
    width: 33%;
  }
}
@media only screen and (max-width: 800px) {
  .gridItem.galeria {
    width: 50%;
  }
}
@media only screen and (max-width: 529px) {
  .gridItem.galeria {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .gridItem {
    width: 50%;
  }
}
@media only screen and (max-width: 529px) {
  .gridItem {
    width: 100%;
  }
}
.gridItem .nombre,
.gridItem .ciudad {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: -1.8px;
  font-size: 30px;
  line-height: 32px;
}
.gridItem .nombre small,
.gridItem .ciudad small {
  display: block;
  margin: -13px 0;
  letter-spacing: 0;
  font-size: 13px;
}
.gridItem .boton {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: -webkit-transform 0.25s,-moz-transform 0.25s,-o-transform 0.25s,transform 0.25s;
  -webkit-transform: translate(0px, 70px);
  -moz-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  -o-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}
.gridItem .boton.ciudad {
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 529px) {
  .gridItem .boton {
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
  }
}
.gridItem .boton .btn {
  position: relative;
  left: -50%;
  padding: 7px 30px 7px;
  text-align: center;
}
.gridItem .boton .btn.btn-outline {
  background-color: rgba(0, 0, 0, 0.5);
}
.gridItem .fondo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(172, 18, 10, 0.5);
  opacity: 0;
}
.specs .spec {
  display: inline-block;
  width: 24.5%;
  color: #ffffff;
  vertical-align: top;
}
@media only screen and (max-width: 800px) {
  .specs .spec {
    margin-bottom: 30px;
    width: 49%;
  }
}
.specs .spec .tipo {
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 21px;
  line-height: 24px;
}
@media only screen and (max-width: 529px) {
  .specs .spec .tipo {
    font-size: 16px;
    line-height: 19px;
  }
}
.specs .spec .dato {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: -7px;
  font-weight: 700;
  font-size: 90px;
  line-height: 70px;
}
@media only screen and (max-width: 529px) {
  .specs .spec .dato {
    font-size: 64px;
    line-height: 50px;
  }
}
#descripcion {
  margin-top: 60px;
  clear:both; /** mts 30112015 **/
}
#descripcion p {
  padding: 0 220px;
  color: #4b4b4b;
  text-align: justify;
  letter-spacing: -0.52px;
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (max-width: 800px) {
  #descripcion p {
    padding: 0 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 529px) {
  #descripcion p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
#descripcion .logo {
  margin: 50px 0;
  text-align: center;
}
#cta {
  margin: 60px 0 100px;
  padding: 15px 0;
  background-color: #ffffff;
  text-align: center;
}
#cta img {
  margin: 0 40px;
}
#experiencias-text {
  margin-top: 20px;
  padding: 60px;
}
#experiencias-text p {
  padding: 0 200px;
  color: #4b4b4b;
  text-align: center;
  letter-spacing: -0.52px;
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (max-width: 800px) {
  #experiencias-text p {
    padding: 0 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 529px) {
  #experiencias-text p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
#experiencias-text .logo {
  margin: 50px 0;
  text-align: center;
}
#experiencias {
  margin: 40px 0 100px;
}
.experiencia {
  margin: 20px 0 60px;
}
.experiencia h4 {
  text-align: left;
  font-size: 31px;
  opacity: 0.7;
}
@media only screen and (max-width: 800px) {
  .experiencia h4 {
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  .experiencia h4 {
    text-align: center;
  }
}
.experiencia .info {
  min-height: 200px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.experiencia .info:hover {
  background-color: #ac120a;
}
.experiencia .info:hover .foto {
  opacity: 0.6;
}
.experiencia .info:hover .text {
  color: #ffffff;
}
.experiencia .info:hover .cta a {
  border-color: #ffffff;
  color: #ffffff;
}
.experiencia .info:hover .detalles {
  border-color: #ffffff;
}
.experiencia .info:hover .precio {
  border-color: #ffffff;
  color: #ffffff;
}
.experiencia .info:hover .precio .precio-old {
  color: #ffffff;
}
.experiencia .info:hover .tiempo .count {
  color: #ffffff;
}
.experiencia .info .foto {
  display: inline-block;
  margin-right: 2%;
  width: 24%;
  height: 200px;
  background-size: cover;
  vertical-align: top;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 529px) {
  .experiencia .info .foto {
    width: 100%;
  }
}
.experiencia .info .text {
  display: inline-block;
  padding: 20px 0;
  width: 70%;
  vertical-align: top;
}
@media only screen and (max-width: 529px) {
  .experiencia .info .text {
    padding: 20px;
    width: 100%;
  }
}
.experiencia .info .text .cta {
  float: right;
}
@media only screen and (max-width: 800px) {
  .experiencia .info .text .cta {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  .experiencia .info .text .cta {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
.experiencia .detalles {
  display: inline-block;
  margin-top: 20px;
  padding: 0;
}
.experiencia .detalles .precio,
.experiencia .detalles .tiempo {
  display: inline-block;
  vertical-align: top;
}
.experiencia .detalles .precio {
  margin-right: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  color: #ac120a;
  text-align: center;
  font-size: 29px;
  line-height: 30px;
}
@media only screen and (max-width: 529px) {
  .experiencia .detalles .precio {
    margin: 0;
    padding: 0;
    width: 45%;
  }
}
.experiencia .detalles .precio .precio-old {
  color: #686868;
  font-size: 19px;
}
.experiencia .detalles .tiempo {
  margin-right: 30px;
  padding-top: 5px;
  padding-right: 30px;
  padding-left: 10px;
  border-right: 1px solid #999999;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  .experiencia .detalles .tiempo {
    margin-right: 0;
    padding: 0;
    width: 53%;
  }
}
.experiencia .detalles .tiempo .count {
  color: #ac120a;
  font-size: 19px;
}
.experiencia .detalles .btn {
  margin-top: 4px;
}
#detalle {
  margin: 40px 0 100px;
  color: #4b4b4b;
}
#detalle .foto {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
@media only screen and (max-width: 529px) {
  #detalle .foto {
    width: 100%;
  }
}
#detalle .foto .background {
  min-height: 400px;
  width: 100%;
}
#detalle .foto .detalles {
  margin-bottom: 20px;
  padding: 20px 20px 30px;
  background-color: #ffffff;
}
#detalle .foto .precio,
#detalle .foto .cta {
  display: inline-block;
  vertical-align: top;
}
#detalle .foto .precio {
  width: 45%;
  color: #ac120a;
  font-size: 29px;
  line-height: 26px;
}
@media only screen and (max-width: 800px) {
  #detalle .foto .precio {
    font-size: 20px;
  }
}
@media only screen and (max-width: 529px) {
  #detalle .foto .precio {
    font-size: 29px;
  }
}
#detalle .foto .precio .old {
  color: #808080;
  font-size: 19px;
}
#detalle .foto .cta {
  float: right;
  width: 50%;
  text-align: right;
}
#detalle .foto .cta a {
  margin-top: 0;
}
#detalle .foto .tiempo {
  margin-top: 10px;
}
#detalle .texto {
  display: inline-block;
  float: right;
  width: 49%;
  vertical-align: top;
}
@media only screen and (max-width: 529px) {
  #detalle .texto {
    margin-top: 40px;
    padding: 0 20px;
    width: 100%;
  }
}
#detalle .condiciones {
  padding-top: 20px;
  border-top: 1px solid #c9c9c9;
}
@media only screen and (max-width: 529px) {
  #detalle .condiciones {
    padding: 0 20px;
  }
}
#detalle .opciones {
  margin-bottom: 30px;
  border: 1px solid #ac120a;
}
#detalle .opcion {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ac120a;
  text-decoration: none;
  font-size: 14px;
}
#detalle .opcion.activo {
  background-color: #ac120a;
  color: #ffffff;
}
#detalle .opcion:hover {
  background-color: #dc170d;
  color: #ffffff;
}
#detalle .opcion:last-child {
  border-bottom: 0;
}
#detalle .descripcion {
  margin-top: 40px;
}
#detalle .descripcion .texto {
  float: none;
  margin-bottom: 40px;
  padding: 20px;
  width: 100%;
  background-color: #ffffff;
}
#detalle .descripcion .desc {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#detalle .descripcion .loc {
  display: inline-block;
  float: right;
  width: 47%;
  vertical-align: top;
}
.ciudad {
  margin: 40px 0;
}
.ciudad h4 {
  text-align: left;
  font-size: 31px;
  opacity: 0.7;
}
@media only screen and (max-width: 800px) {
  .ciudad h4 {
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  .ciudad h4 {
    text-align: center;
  }
}
.ciudad .detalles {
  overflow: hidden;
  background-color: #ffffff;
}
.ciudad .foto,
.ciudad .texto,
.ciudad .mapa {
  display: inline-block;
  vertical-align: top;
}
.ciudad .foto {
  width: 20%;
  height: 100%;
}
.ciudad .foto img {
  width: 100%;
  height: auto;
}
.ciudad .texto {
  padding: 10px;
  width: 55%;
  font-size: 14px;
}
.ciudad .mapa {
  position: relative;
  float: right;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 25%;
  width: 20%;
  height: 0;
}
.ciudad .mapa iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videos {
  margin: 0 0 60px;
}
.video {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 1%;
  padding-top: 30px;
  padding-bottom: 30%;
  width: 47%;
  height: 0;
}
@media only screen and (max-width: 529px) {
  .video {
    margin: 1% 0;
    padding-bottom: 55%;
    width: 100%;
  }
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#proceso h3 {
  margin-bottom: 10px;
  text-align: left;
}
#proceso h3 span {
  color: #000000;
  font-weight: 700;
}
#proceso .form {
  display: inline-block;
  margin: 50px 0 100px;
}
#proceso .form.narrow {
  margin: 50px 0 150px 10%;
  width: 80%;
}
#info_experiencia .form.narrow {
  margin: 0 auto;
  width: 40%;
}

@media only screen and (max-width: 800px) {
  #proceso .form.narrow {
    margin: 50px 0 150px 3%;
    width: 94%;
  }
  #info_experiencia .form.narrow {
    margin: 0 auto;
    width: 40%;
  }
  
}
#proceso .col {
  display: inline-block;
  margin: 0 0.8%;
  width: 48%;
  vertical-align: top;
}
#proceso .col:first-child {
  margin-left: 0;
}
#proceso .col:last-child {
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 529px) {
  #proceso .col {
    margin-bottom: 30px;
    width: 100%;
  }
}
#proceso .form-input {
  width: 100%;
}
#proceso .form-input .half {
  display: inline-block;
  width: 48.5%;
}

#proceso .form-input .half:last-child {
  float: right;
}
    
/** mts modificación para corregir que en el diseño inicial la fecha ocupa todo el ancho del formulario **/                
#proceso .form-input #fecha_nacimiento 
{
	float:left;	
}
      
#proceso #sexo
{
	clear:both;	
	margin-top:26px;
	color:#666666;
}

#proceso #sel_nac
{
	float:right;
}

#proceso #sel_nac select
{
	width:50px;
}

/** fin modif. **/

#proceso .form-input .third {
  display: inline-block;
  width: 30%;
}
#proceso .block {
  display: inline-block;
  margin: 0 0.35%;
  width: 19%;
  height: 200px;
  border: 2px solid #ffffff;
  color: #ffffff;
  vertical-align: top;
  text-align: center;
  line-height: 100px;
  cursor: pointer;
}
#proceso .block:hover {
  border: 2px solid #000000;
}
#proceso .block:first-child {
  margin-left: 0;
}
#proceso .block:last-child {
  float: right;
  margin-right: 0;
}
#proceso2 .form {
  display: inline-block;
  margin: 50px 0 100px;
}
#proceso2 .form.narrow {
  margin: 50px 0 50px 10%;
  width: 80%;
}
@media only screen and (max-width: 529px) {
  #proceso2 .form.narrow {
    margin: 50px 0 50px 5%;
    width: 90%;
  }
}
#proceso2 .form-input {
  display: inline-block;
  width: 100%;
}
#proceso2 .form-input .half {
  display: inline-block;
  width: 48.5%;
}
@media only screen and (max-width: 529px) {
  #proceso2 .form-input .half {
    width: 100%;
  }
}
#proceso2 .form-input .half:last-child {
  float: right;
}
#proceso2 .form-input .third {
  display: inline-block;
  width: 30%;
}
#proceso2 .form-input select {
  display: inline-block;
  width: 48.5%;
}
@media only screen and (max-width: 529px) {
  #proceso2 .form-input select {
    margin-bottom: 10px;
    width: 100%;
  }
}
#proceso2 .col {
  display: inline-block;
  margin: 0 0.8%;
  width: 48%;
  vertical-align: top;
}
#proceso2 .col.small {
  width: 38%;
}
#proceso2 .col.big {
  width: 60%;
}
#proceso2 .col:first-child {
  margin-left: 0;
}
#proceso2 .col:last-child {
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 529px) {
  #proceso2 .col {
    margin-bottom: 20px;
    width: 100% !important;
  }
}
#proceso2 .advertencia {
  display: none;
  margin: -20px 0 10px;
  text-align: center;
}
#proceso2 .advertencia .text {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ac120a;
  color: #ffffff;
  text-align: center;
}
#proceso2 .advertencia.mostrar {
  display: block;
}
#proceso2 .fecha {
  padding: 10px;
  border: 1px solid #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#proceso2 .fecha .mes {
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
#proceso2 .fecha .mes a {
  padding: 0 10px;
  text-decoration: none;
  font-size: 13px;
}
#proceso2 .fecha .dias {
  margin-bottom: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#proceso2 .fecha .dias .dia {
  display: inline-block;
  padding: 5px 0;
  width: 12.9%;
  text-align: center;
  font-size: 13px;
}
#proceso2 .fecha .num {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  width: 12.9%;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 35px;
  cursor: pointer;
}
#proceso2 .fecha .num.activo {
  border-color: #000000;
}
#proceso2 .fecha .num.activo:after {
  position: absolute;
  top: 11px;
  right: 2px;
  display: block;
  content: url("../imagenes/check_minimini.png");
}
#proceso2 .fecha .num.libre {
  background-color: #12ac0a;
}
#proceso2 .fecha .num.libre.activo,
#proceso2 .fecha .num.libre:hover {
  background-color: #0f9409;
}
#proceso2 .fecha .num.full {
  background-color: #dc170d;
}
#proceso2 .fecha .num.full:hover {
  cursor: not-allowed;
}
#proceso2 .fecha .num.otro {
  background-color: #398fe6;
}
#proceso2 .fecha .num.otro:hover {
  cursor: not-allowed;
}
#proceso2 .horas {
  padding: 10px;
  border: 1px solid #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#proceso2 .horas .horario {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  text-transform: uppercase;
}
#proceso2 .horas .hora {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  width: 15.3%;
  border: 1px solid #ffffff; 
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 35px;
  cursor: pointer;
}
#proceso2 .horas .hora.activo {
  border-color: #000000;
}
#proceso2 .horas .hora.activo:after {
  position: absolute;
  top: 11px;
  right: 1px;
  display: block;
  content: url("../imagenes/check_minimini.png");
}
#proceso2 .horas .hora.libre {
  background-color: #12ac0a;
}
#proceso2 .horas .hora.libre.activo,
#proceso2 .horas .hora.libre:hover {
  background-color: #0f9409;
}
#proceso2 .horas .hora.full {
  background-color: #dc170d;
}
#proceso2 .horas .hora.full:hover {
  cursor: not-allowed;
}
#proceso2 .horas .hora.otro {
  background-color: #398fe6;
}
#proceso2 .horas .hora.otro:hover {
  cursor: not-allowed;
}
#proceso2 .leyendas {
  padding: 10px;
}
#proceso2 .leyendas .leyenda {
  padding: 3px 0;
  font-size: 12px;
}
#proceso2 .leyendas .color {
  display: inline-block;
  width: 20px;
  height: 15px;
  vertical-align: top;
}
#proceso2 .leyendas .color.disponible {
  background-color: #17dc0d;
}
#proceso2 .leyendas .color.completo {
  background-color: #dc170d;
}
#proceso2 .leyendas .color.otro {
  background-color: #398fe6;
}
#proceso2 .alojamiento {
  margin-bottom: 40px;
  text-align: center;
}
#proceso2 .alojamiento button {
  position: relative;
  display: inline-block;
  margin: 20px 10px 0;
  padding: 10px 40px 10px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ac120a;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 17px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#proceso2 .alojamiento button.activo,
#proceso2 .alojamiento button:hover {
  background-color: #000000;
}
#proceso2 .alojamiento button.activo:after {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  content: url("../imagenes/check_mini.png");
}
#proceso2 .alojamientoNoche {
  display: none;
  margin: 0 auto;
  padding: 0;
  width: 60%;
  border: 1px solid #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media only screen and (max-width: 529px) {
  #proceso2 .alojamientoNoche {
    width: 90%;
  }
}
#proceso2 .alojamientoNoche > div {
  padding: 7px 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  font-weight: bold;
}
#proceso2 .alojamientoNoche > div:last-child {
  border-bottom: 0;
}
#proceso2 .alojamientoNoche .selector5b {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  width: 32.2%;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}
#proceso2 .alojamientoNoche .selector5b.activo {
  border-color: #000000;
}
#proceso2 .alojamientoNoche .selector5b.activo:after {
  position: absolute;
  /*top: 11px;*/
  top:3px;
  right: 1px;
  display: block;
  content: url("../imagenes/check_minimini.png");
}
#proceso2 .alojamientoNoche .selector5b.libre {
  background-color: #12ac0a;
}
#proceso2 .alojamientoNoche .selector5b.libre.activo,
#proceso2 .alojamientoNoche .selector5b.libre:hover {
  background-color: #0f9409;
}
#proceso2 .alojamientoNoche .selector5b.full {
  background-color: #dc170d;
}
#proceso2 .alojamientoNoche .selector5b.full:hover {
  cursor: not-allowed;
}
#proceso2 #resumen {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border: 1px solid #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media only screen and (max-width: 529px) {
  #proceso2 #resumen {
    width: 100%;
  }
}
#proceso2 #resumen div {
  padding: 7px 10px;
  border-bottom: 1px solid #e6e6e6;
}
#proceso2 #resumen div:last-child {
  border-bottom: 0;
}

#proceso2 #resumen .texto
{
	line-height:12px;
}


 .errMsg .error, #errMsg .error {
  margin: 5px auto 0;
  padding: 3px 0;
  width: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ac120a;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #ffffff;
  text-align: center;
  -webkit-animation: alertBg 1s linear alternate;
  -moz-animation: alertBg 1s linear alternate;
  -o-animation: alertBg 1s linear alternate;
  animation: alertBg 1s linear alternate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

 .errMsg .error
{
	width:100%;
}


@media only screen and (max-width: 529px) {
  #errMsg .error {
    width: 90%;
  }
}

/*
#proceso .errMsg .error,#proceso2 #errMsg .error {
  margin: 5px auto 0;
  padding: 3px 0;
  width: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ac120a;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #ffffff;
  text-align: center;
  -webkit-animation: alertBg 1s linear alternate;
  -moz-animation: alertBg 1s linear alternate;
  -o-animation: alertBg 1s linear alternate;
  animation: alertBg 1s linear alternate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#proceso .errMsg .error
{
	width:100%;
}


@media only screen and (max-width: 529px) {
  #proceso2 #errMsg .error {
    width: 90%;
  }
}
*/
@-moz-keyframes alertBg {
  0% {
    background-color: #ac120a;
  }
  50% {
    background-color: #e6180d;
  }
  100% {
    background-color: #ac120a;
  }
}
@-o-keyframes alertBg {
  0% {
    background-color: #ac120a;
  }
  50% {
    background-color: #e6180d;
  }
  100% {
    background-color: #ac120a;
  }
}
@keyframes alertBg {
  0% {
    background-color: #ac120a;
  }
  50% {
    background-color: #e6180d;
  }
  100% {
    background-color: #ac120a;
  }
}
label {
  margin: 0 0 5px;
  width: 100%;
  color: #666666;
  font-size: 15px;
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  margin-bottom: 12px;
  padding: 10px 8px;
  width: 100%;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #666666;
  font-size: 15px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover {
  border: 1px solid #808080;
}
select {
  padding: 9px 3px;
  border: 1px solid #b3b3b3;
  color: #666666;
  font-size: 15px;
}
input[type="radio"] {
  margin-right: 6px;
}
button[type="submit"] {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px 10px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ac120a;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 17px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
button[type="submit"].btn-big {
  display: block;
  margin: 20px auto 60px;
  padding: 15px 40px 15px;
  font-size: 24px;
}
button[type="submit"]:hover {
  background-color: #000000;
}
header .logo {
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-right: 24px;
  width: 280px;
}
@media only screen and (max-width: 1200px) {
  header .logo {
    margin-right: 1%;
    width: 23%;
  }
}
@media only screen and (max-width: 1000px) {
  header .logo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  header .logo {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  header .logo {
    position: relative;
    z-index: 75;
    display: block;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
  }
}
header .logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) {
  header .logo img {
    width: 30%;
  }
}
@media only screen and (max-width: 529px) {
  header .logo img {
    width: 50%;
  }
}
header nav {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 0;
  width: 888px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ac120a;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  header nav {
    width: 74%;
  }
}
@media only screen and (max-width: 800px) {
  header nav {
    display: inline-block;
    margin-left: 5%;
    width: 90%;
  }
}
@media only screen and (max-width: 529px) {
  header nav {
    display: none;
  }
}
header nav a {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 8px;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -1.57px;
  font-weight: 700;
  font-size: 21px;
}
@media only screen and (max-width: 1200px) {
  header nav a {
    padding: 0.7%;
    font-size: 19px;
  }
}
@media only screen and (max-width: 1000px) {
  header nav a {
    padding: 0.4%;
    font-size: 18px;
  }
}
header nav a.destacado {
  color: #f9ff00;
}
header nav a.destacado img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
}
header nav a.destacado:before {
  background-color: #f9ff00;
}
header nav a:before {
  position: absolute;
  bottom: 3px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
header nav a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
header .award {
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  header .award {
    position: absolute;
    top: 30px;
    right: 5%;
    margin: 0;
  }
}
@media only screen and (max-width: 529px) {
  header .award {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
  }
}
header .award img {
  vertical-align: top;
}
@media only screen and (max-width: 529px) {
  header .award img {
    width: 90px;
    height: auto;
  }
}
header .award .socialmedia {
  display: inline-block;
  float: right;
  padding-right: 10px;
}
@media only screen and (max-width: 529px) {
  header .award .socialmedia {
    display: none;
  }
}
header .award .socialmedia a {
  display: inline-block;
  padding-left: 5px;
}
header .titulo {
  /*padding: 20px 5px 0 0; mts 04122015*/
  padding: 0px 5px 0 0;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
  letter-spacing: -3.65px;
  /*font-size: 49px;
  line-height: 51px; mts 04122015*/
  font-size: 43px;
  line-height: 45px;	
}
header .titulo.vehiculo {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  header .titulo {
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  header .titulo {
    display: block;
    padding: 20px 5px 0 0;
    text-align: center;
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 38px;
  }
}
.awards {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 140px;
  height: 140px;
}
@media only screen and (max-width: 529px) {
  .awards {
    display: none;
  }
}
.topBar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background: url('../imagenes/fondo_header.png') repeat-x;
}
.mobilenav {
  display: none;
}
@media only screen and (max-width: 529px) {
  .mobilenav {
    display: block;
  }
}
.mobilenav .nav-toggle {
  position: absolute;
  margin-top: 10px;
  background-color: red;
  cursor: pointer;
}
.mobilenav .nav-toggle span {
  margin: 7px 0 0 7px;
  background-color: red;
}
.mobilenav .nav-toggle span:before {
  top: -10px;
}
.mobilenav .nav-toggle span:after {
  bottom: -10px;
}
.mobilenav .nav-toggle span,
.mobilenav .nav-toggle span:before,
.mobilenav .nav-toggle span:after {
  position: absolute;
  z-index: 100;
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 2px;
  background: #FFFFFF;
  content: "";
  transition: all 0.3s ease-in-out;
}
.mobilenav .nav-toggle span.active,
.mobilenav .nav-toggle span:before.active,
.mobilenav .nav-toggle span:after.active {
  top: 0;
}
.mobilenav .nav-toggle.active span {
  background-color: transparent;
}
.mobilenav .nav-toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
}
.mobilenav .nav-toggle.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mobilenav .nav-items {
  position: fixed;
  top: 100%;
  bottom: 0;
  z-index: 10;
  padding-top: 80px;
  width: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mobilenav .nav-items.active {
  top: 0;
  opacity: 0.85;
}
.mobilenav .nav-items a {
  display: block;
  margin: 20px 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 21px;
}
.mobilenav .nav-items a.destacado {
  color: #f9ff00;
}
.mobilenav .nav-items a.destacado img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
}
footer {
  display: inline-block;
  padding: 40px 0 20px;
  width: 100%;
}
footer p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (max-width: 800px) {
  footer p {
    text-align: center;
    line-height: 15px;
  }
}
@media only screen and (max-width: 529px) {
  footer p {
    text-align: center;
    line-height: 15px;
  }
}
footer .col {
  display: inline-block;
  margin-right: 24px;
  width: 128px;
  vertical-align: top;
}
@media only screen and (max-width: 800px) {
  footer .col {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  footer .col {
    display: none;
  }
}
footer .cols2 {
  display: inline-block;
  float: right;
  width: 280px;
  vertical-align: top;
}
@media only screen and (max-width: 800px) {
  footer .cols2 {
    display: block;
    float: none;
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 529px) {
  footer .cols2 {
    display: block;
    float: none;
    margin: 0 auto;
    width: 90%;
  }
}
footer .cols2 .pagos {
  margin-top: 80px;
}
@media only screen and (max-width: 800px) {
  footer .cols2 .pagos {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 529px) {
  footer .cols2 .pagos {
    margin-top: 30px;
    text-align: center;
  }
}
footer .titulo {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.52px;
  font-size: 20px;
}
footer a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.35px;
  font-size: 14px;
  line-height: 24px;
}
footer a:hover {
  text-decoration: underline;
}
footer form {
  position: relative;
}
footer input[type="email"] {
  margin-top: 5px;
  padding: 8px 10px;
  width: 100%;
  border: 0;
  font-size: 12px;
}
footer input[type="email"]:hover {
  border: 0;
}
footer button[type="submit"] {
  position: absolute;
  top: 5px;
  right: 0;
  margin-top: 0;
  padding: 6px;
  border: 0;
  background-color: transparent;
  color: #ac120a;
  text-transform: uppercase;
  letter-spacing: -0.37px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}
footer button[type="submit"]:hover {
  background: transparent;
}
/*! Lity - v1.5.0 - 2015-09-22
* http://sorgalla.com/lity/
* Copyright (c) 2015 Jan Sorgalla; Licensed MIT */
.lity {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  outline: none !important;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  outline: none !important;
  text-align: center;
}
.lity-wrap:before {
  display: inline-block;
  margin-right: -0.25em;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.lity-loader {
  position: absolute;
  top: 50%;
  z-index: 9991;
  margin-top: -0.8em;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  position: relative;
  z-index: 9992;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
}
.lity-close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9994;
  padding: 0;
  width: 35px;
  height: 35px;
  outline: none;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  cursor: pointer;

  -webkit-appearance: none;
}
.lity-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  padding: 0;
  outline: none;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  display: block;
  max-width: 100%;
  border: 0;
  line-height: 0;
}
.lity-iframe .lity-container {
  max-width: 964px;
  width: 100%;
}
.lity-iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.lity-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-hide {
  display: none;
}


/** Pantalla de Compra **/

#compra .form {
  display: inline-block;
  margin: 50px 0 100px;
}
#compra .form.narrow {
  margin: 50px 0 50px 10%;
  width: 80%;
}
@media only screen and (max-width: 529px) {
  #compra .form.narrow {
    margin: 50px 0 50px 5%;
    width: 90%;
  }
}
#compra .form-input {
  display: inline-block;
  width: 100%;
}
#compra .form-input .half {
  display: inline-block;
  width: 48.5%;
}
@media only screen and (max-width: 529px) {
  #compra .form-input .half {
    width: 100%;
  }
}
#compra .form-input .half:last-child {
  float: right;
}
#compra .form-input .third {
  display: inline-block;
  width: 30%;
}
#compra .form-input select {
  display: inline-block;
  width: 48.5%;
}
@media only screen and (max-width: 529px) {
  #compra .form-input select {
    margin-bottom: 10px;
    width: 100%;
  }
}
#compra .col {
  display: inline-block;
  margin: 0 0.8%;
  width: 48%;
  vertical-align: top;
}
#compra .col.small {
  width: 38%;
}
#compra .col.big {
  width: 60%;
}
#compra .col:first-child {
  margin-left: 0;
}
#compra .col:last-child {
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 529px) {
  #compra .col {
    margin-bottom: 20px;
    width: 100% !important;
  }
}

#compra #errMsg .error {
  margin: 5px auto 0;
  padding: 3px 0;
  width: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ac120a;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #ffffff;
  text-align: center;
  -webkit-animation: alertBg 1s linear alternate;
  -moz-animation: alertBg 1s linear alternate;
  -o-animation: alertBg 1s linear alternate;
  animation: alertBg 1s linear alternate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;   	
}
  

@media only screen and (max-width: 529px) {
  #compra #errMsg .error {
    width: 90%;
  }
}



#compra .datos-oferta 
{
  margin: 20px 0 60px;
  float:left;		
  min-height: 206px;
  width: 72%;
  background-color: #ffffff;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

    
@media only screen and (max-width: 1035px)
{
	#compra .datos-oferta
	{ 
		width:70%;        
	}	
}
          

@media only screen and (max-width: 970px)
{
	#compra .datos-oferta
	{ 
		width:65%;        
	}	
}


@media only screen and (max-width: 873px)
{
	#compra .datos-oferta
	{ 
		width:100%;        
	}	
}

#compra .datos-oferta h4 
{
  text-align: justify;
  font-size: 20px;
  opacity: 0.7;
}

@media only screen and (max-width: 800px) 
{
 #compra .datos-oferta h4 
  {
    text-align: center;
  }
}

@media only screen and (max-width: 529px) 
{
  #compra .datos-oferta h4 
  {
    text-align: center;
  }
}


#compra .datos-oferta .foto    
{
  display: inline-block;
  margin-right: 2%;
  width: 24%;
  height: 200px;
  background-size: cover;
  vertical-align: top;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 529px) 
{
  #compra .datos-oferta  .foto 
  {
    width: 100%;
  }
}

#compra .datos-oferta .text 
{
	 display: inline-block;
	 padding: 20px 0;
	 width: 70%;
	 text-align:justify;	 
	 vertical-align: top;
}


@media only screen and (max-width: 529px) 
{
  #compra .datos-oferta .text 
  {
    padding: 20px;
    width: 100%;
  }
}

 
#compra .datos-compra
{
	width:25%;
	min-width:290px;
	background:none;
	display:inline-block;
	float:right;
	margin:20px 0 10px;	
}

@media only screen and (max-width: 1035px)
{
	#compra .datos-compra
	{
		width:28%;
	}
	
}
    
 
@media only screen and (max-width: 970px)
{
	#compra .datos-compra
	{ 
		width:34%;        
	}	
}


@media only screen and (max-width: 873px)
{
	#compra .datos-compra
	{ 
		width:100%;
		display:block;        
		margin-bottom:50px;
	}	
}




#compra .datos-compra #resumen 
{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display:inline-block;
  border: 1px solid #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}



/*@media only screen and (max-width: 1035px)
{

	#compra .datos-compra #resumen
	{
		width:35%;
		display:block;
	}	
	
}
*/

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

	#compra .datos-compra #resumen
	{
		width:50%;
		display:block;
	}	
	
}

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

	#compra .datos-compra #resumen
	{
		width:82%;	
	}	
	
}

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

	#compra .datos-compra #resumen
	{
		width:100%;	
	}	
	
}




/*@media only screen and (max-width: 529px) 
{
  #compra .datos-compra #resumen 
  {
    width: 100%;
  }
}*/




#compra  .datos-compra #resumen div 
{
  padding: 7px 10px;
  border-bottom: 1px solid #e6e6e6;
}

#compra  .datos-compra #resumen div:last-child 
{
  border-bottom: 0;
}


#compra  .datos-compra #resumen .valor
{
	float:right;
}


#compra  .datos-compra #resumen input[type="text"]                             
{
	display:inline;
	text-align:right;
	border:none;
	background:none;
	padding:0;
	width:auto;
	color:#000000;
}

#compra .datos-compra #resumen #cantidad 
{
	margin-left:84px;
}




#compra .datos-usuario 
{
  margin: 20px 0 60px;
  float:left;		
  min-height: 214px;
  width: 72%;
  background-color: #ffffff;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media only screen and (max-width:694px)
{
	#compra .datos-usuario 
	{
		width:100%;
	}
}

#compra .datos-usuario label
{
	display:inline;
	margin:6px;
}

#compra .datos-usuario h2 label
{
	font-size:32px;
}

#compra .datos-usuario .col.big
{
	margin:10px;
}

#compra .datos-usuario .col.small   
{
	width:36%;
}

@media only screen and (max-width:529px)
{
	#compra .datos-usuario .col.small   
	{
		text-align:center;
	}	
}

@media only screen and (max-width:873px)
{
	#compra .datos-usuario .col.small   
	{
		width:33%;
	}	
}

#compra .datos-usuario #condiciones    
{
	font-size:14px;	
	line-height:22px;
	margin-top:80px;
	display:inline-block;
	color:#D22002;
}

#compra .datos-usuario #condiciones a
{
	color:#D22002;
}


#compra h3.titulo-datos-usuario
{
	width:60%;
}

@media only screen and (max-width:694px)
{
	#compra h3.titulo-datos-usuario
	{
		width:100%;
	}
	
	#compra .datos-usuario #condiciones    
	{
		margin-top:16px;
	}
}



#compra .botones-compra
{
	display:inline-block;
	background:none;
	min-height:220px;
	float:right;
}


@media only screen and (max-width:694px)       
{   
	#compra .botones-compra
	{
		width:100%;  
	}

	#compra .botones-compra #botones
	{
		width:50%; 
		margin:0 auto !important;
		margin-bottom:50px !important; 
	}

}
             
#compra .botones-compra .boton_pago
{
	background:#ffffff;
	width:130px;
}

#compra .botones-compra .boton_pago a
{
	display:block;
	height:66px;
	width:100%;
	margin:0 auto;	
	box-shadow:5px 5px 5px #cccccc;
	margin-top:5px;
}


#compra .botones-compra h4
{
	background:#F4F4F4;
	margin-bottom:0;
}

#compra #precio_total
{
	font-size:45px;
	color:#4B80B1;
}

#compra #precio_total label
{
	font-size:35px;
}


/** Pantalla de Compra **/ 
  

/** Usuario modificado / reservaOk **/
#usuarioModificado,#reservaOk 
{
  margin-top: 10px;
}
#usuarioModificado p,#reservaOk p 
{
  padding: 0 170px;
  color: #4b4b4b;
  text-align: center;
  letter-spacing: -0.52px;
  font-size: 20px;
  line-height: 25px;
}

@media only screen and (max-width: 800px) 
{
  #usuarioModificado p,#reservaOk p 
  	{
	    padding: 0 20px;
	    font-size: 18px;
  	}
}

@media only screen and (max-width: 529px) 
{
  #usuarioModificado p ,#reservaOk p
  {
    padding: 0 20px;
    font-size: 16px;
    line-height: 18px;
  }
}

#usuarioModificado .logo ,#reservaOk .logo
{
  margin: 50px 0;
  text-align: center;
}

/** fin usuario modificado / reservaOk **/                   



/** formulario recuperar password 	  **/                           

#proceso #col_password
{
	display:block;
	margin:0 auto !important;
	float:none;
}
/** fin formulario recuperar password **/                                               


/** formulario aviso.tpl **/
#proceso #col_aviso
{
	display:block;
	margin:0 auto !important;
	float:none;
}

#proceso #col_aviso .logo
{
	padding:0;
	text-align:center;
}
#proceso #col_aviso .logo img
 {
	width:50px;
}	

#proceso #col_aviso h3,#proceso #col_aviso p
 {
	text-align:center;
}	




/** fin formulario aviso.tpl **/


/*contact-form*/

.InfCont{
	text-align:center;
}

.InfCont > h4 > strong{
	color: rgb(172, 18, 10);
	font-size: 25px;
}

#email{
	width: 263px;
}

#datepicker{
	width: 263px;
}

.tcenter{
	text-align: center;
}

@media only screen and (max-width: 640px) {
  #info_experiencia .form.narrow{
    width: 90%;
  }
}

/*fi contact-form*/

/* cms */

/*General*/
.rte{
	text-align:center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0px auto;
	width: 1200px;
}

.rte > p{
	text-align:justify;
}

.rte > * > p{
	text-align:justify;
}

/*Quines Somos*/
.pricelist{
	padding: 0px 170px;
	color: #4B4B4B;
	text-align: center;
	letter-spacing: -0.52px;
	font-size: 20px;
	line-height: 25px;
}

@media only screen and (max-width: 1220px) {
	.rte3{
		width:900px;
	}
}

@media only screen and (max-width: 980px) {
	
  /*Terminos y Condiciones*/
  .rte3{
		width: 700px;
  }
  
  /*Quines Somos*/
  .rte4{
	width: 980px;
  }
	
	
  .pricelist{
	  padding-left: 90px;
  }
  

}

@media only screen and (max-width: 840px) {
	
/*Terminos y Condiciones*/
  .rte3{
		width: 500px;
  }
  
  /*Quienes Somos*/
  .rte4{
	width: 810px;
  }
	
  /*Quines Somos*/
  .pricelist{
	  padding-left: 100px;
  }


  
}

@media only screen and (max-width: 640px) {
	
	
  /*Terminos y Condiciones*/
  .rte3{
		width: 300px;
  }
  
  /*Quienes Somos*/
  .rte4{
	width: 640px;
  }
  
  /*Quines Somos*/
  .pricelist{
	padding-left: 50px;
  }
  


}

@media only screen and (max-width: 465px) {
  
  /*Quienes Somos*/
  .rte4 > .logo{
	  width: 420px;
	margin-left: -100px;;
  }
  
  .pricelist{
	padding-left: 50px;
  }

}

  /*Política de cookies*/
  .rte9 {
	  width:80%;
  }

/*fi cms*/

/* Localitzacio */

.awesome > .wrapper > h1 > a{
	color:#FFF;
	margin-left:0px;
	text-decoration: none;
}

.ciudad > a{
	color:#000;
}

/*fi Localitzacio*/


/* Calendario */
/*.marcado
{
	font-size: 12px;
	background-color:#ff0000;
	text-decoration: none;
	font-weight: bold;
	color:#fff
}
.no_marcado
{
	font-size: 12px;
	background-color:#00ff00;
	text-decoration: none;
	font-weight: bold;
	color:#fff
}		

.marcado_gris
{
	font-size: 22px;
	background-color:#888888;
	text-decoration: none;
	color:#fff;
	font-weight: bold;
}

.marcado_azul
{
	font-size: 12px;
	background-color:#33f;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
}		
*/

#lista_horas span   
{
	color:#929292;     
	width:20%;
	display:block;
	margin:0 auto;      	
}

/* fin Calendario */

/* formulario reservas */
.pendiente
{
	color:#ac120a;
}

.completado
{
	color:#0F9409;
}	
	
textarea.full
{
	width:100%;
}

#proceso2 #warningMsg .warning {
  margin: 5px auto 0;
  padding: 3px 0;
  width: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*background-color: #ac120a;*/
	background-color: #ffff00;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #ffffff;
  text-align: center;
  -webkit-animation: alertBg 1s linear alternate;
  -moz-animation: alertBg 1s linear alternate;
  -o-animation: alertBg 1s linear alternate;
  animation: alertBg 1s linear alternate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


@media only screen and (max-width: 529px) {
  #proceso2 #warningMsg .warning {
    width: 90%;
  }
}

#proceso2 #okMsg .ok  {
  margin: 5px auto 0;
  padding: 3px 0;
  width: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	/*background-color: #0F9409 !important	;*/
	background-color: #398FE6  !important	;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #ffffff;
  text-align: center;
  -webkit-animation: alertBg 1s linear alternate;
  -moz-animation: alertBg 1s linear alternate;
  -o-animation: alertBg 1s linear alternate;
  animation: alertBg 1s linear alternate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


@media only screen and (max-width: 529px) {
  #proceso2 #okMsg .ok {
    width: 90%;
  }
}

.error a
{
	color:#FFDD8C;
	font-weight:bold;
}

/* fin formulario reservas */


/* Selección Cupón dispone de hotel / Experiencia  */
.rhotel
{
	display:none;
}
/* Selección Cupón dispone... */  

/* Formulario de solicitud de información */
#info_experiencia .logo {
    margin: 50px 0;
    text-align: center;
}
/* fin formulario info. */


/* Listado experiencias */
#servicios .logo 
{
    margin: 50px 0;
    text-align: center;
}

#servicios hr
{
	margin-top: 55px;
	color:#cccccc;
}

/* Fin listado experiencias */


.carousel, .carousel-inner
{
	height:380px;
}

#experiencias-text 
{
	min-height:333px;
}

/* fin características comunes */