@charset "utf-8";
/* CSS Document */

html {
  font-size: 1em;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
}
*:before,
*:after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}

body,
img,
form,
label,
fieldset,
div,
ul,
li {
  border: 0 none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0px;
}

picture{
	vertical-align: bottom;
    display: inline-block;
    line-height: 100%;
}
#portada {
  width: 100%;
  margin: 0 auto;
	min-width: 320px;
}

.cabezal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 51px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 996;
	box-shadow: 1px 1px 4px 2px #00000030;
}

.cabezal::before {
  /*box-shadow: none;*/
  height: 1px;
}
.cabezal .wrapper {
  background-color: #FFFDFA;
  height: 51px;
}
.pre-content {
  position: relative;
  width: 100%;
  height: 51px;
}

a,
.nav a {
  text-decoration: none;
  color: #128a98;
  white-space: nowrap;
  outline: none;
}
a:hover,
.nav a:hover {
  color: #999999;
}
.small {
  font-size: 0.84em;
    line-height: 1.4em;
}
.logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  position: absolute;
  z-index: 1001;
}
#portada .logo {
  text-align: left;
  margin: 0;
  max-width: 130px;
  padding: 4px 0px 0px 10px;
}
#menu1 {
    float: right;
    margin-right: 3%;
    margin-top: 2.25%;
}
#menu1 a.botmenu {}
#m1{display: block;}

#m2{
	display: none;
}
.desc{
	visibility: hidden;
    width: 1px;
    height: 1px;
    float: left;
	font-size: 0.95em;
}
/*botones*/
.botmenu, .botsmall {
  border-radius: 6px;
    outline: none;
    text-decoration: none;
    text-align: center;
    font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    line-height: 2em;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: #FF6F3E;
    padding: 0em 1em 0em 1em;
    display: inline-block;
    border: solid 2px #ffffff;
}
.botsmall {
  letter-spacing: 0.05em;
  cursor: pointer;
  background: #02D2D3;
  padding: 0.15em 1em 0.15em 1.3em;
	display: inline-block;
	box-shadow: 0px 0px 6px 4px #E6E6E6;
	margin: 0.5em 0;
}
a.bot {
    display: inline-block;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif !important;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0.35em auto;
    background: #FF6F3E;
    border-radius: 6px;
    border:none;
    font-size: 1.375em;
    padding: 0.6em 1.2em 0.65em 1.2em;
	box-shadow: 0px 0px 5px 2px #C4BAAC;
	min-width: 200px;
	white-space: normal;
}
#boton{
  font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1.7em;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 0.02em;
    border: 1px solid #FF6F3E;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    box-shadow: 0px 0px 10px 4px #E0D6C8;
    padding: 0.4em 0.8em 0.4em 0.95em;
    background-color: #FF6F3E;
    margin: 0.5em 0;
	width: 100%;
	white-space: nowrap;
}
#boton span{
	display: inline-block;
	vertical-align: text-top;
	font-size: 0.9em;
}
.boton{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
#boton_submit{
	width: 96%;
}
/*25-9-2024*/#opiniones a.bot {
        max-width: 90%;
        padding: 0.6em 0.75em 0.65em 0.75em;
}
#cabecera a.bot{
	background: #FF632E;
	width: 100%;
	/*26-9*/padding: 0.7em 0.5em 0.75em 0.5em;
	max-width: 336px;
}
#comofunciona .cols a.links{
	display: none;
}
/*fondos globales*/
.fondo-cabezal{
	background: #ffffff url(../imagenes/fdo-cabecera-big-big2.jpg) no-repeat 50% 0%;
    z-index: 0;
    background-size: 150% 300px;
    width: 100%;
	height: 300px;
    position: absolute;
    left: 0%;
	display: block;
	top:62px;
	}
#cabecera{
  background: #FDF1E3;
  position: relative;
}
#comofunciona{
	background: #ffffff;
	padding-top:2.5em !important;
}
#opiniones{
  background: #FFF1EE;
	border-top:solid 10px #FFF1EE;
	padding-top: 0px !important;
}
#opinion{
	background: #FEFAF5;
	border-bottom:solid 10px #FDF1E3;
	padding:  1em 0 0.5em 0;
}
#content{
	background: #FAFCF9;
	overflow: hidden;
}
#ediciones{
	background: #FEFAF5;
	border-top:10px solid #FDF1E3;
}
#portada #encuesta{
  background: #FDF1E3;
  padding: 1.5em 0 1em 0;
  border-bottom: solid 30px #FCEBD6;
  border-top: solid 111px #FCEBD6;
  position: relative;
}
#faqs{
	background: #FEFAF5;
	border-bottom: 10px solid #E9E9E9;
}
h1, h2, h3, h4, p.at,.tit,.com_nom, .desc, .tips {
	font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif !important;
	font-weight: bold;
}

#cabecera .titulo{
    position: relative;
    z-index: 0;
    display: table;
	margin: 0 auto;
}

#cabecera .titulo h1{
    font-size: 2em;
    line-height: 1.1em;
    font-weight: bold;
    margin: 0.35em auto 0.15em auto;
    color: #555555;
}
#cabecera .titulo h1 i{
	display: block;
}
#cabecera .titulo .pad{
	padding: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#cabecera .titulo .pad0{
	padding: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#cabecera .at{
	color: #FFE1D7;
    /*font-size: 13px;*/
    font-weight: bold;
    margin: 0em 0 0.1em 0;
    line-height: 1em;
    font-size: 0.8em;
}

#cabecera .subtitulo h2{
	color:#555555;
	font-weight: bold;
}
.color{
	color:#FF5C26;
}
.tit{
	color: #555555;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
}
.tit i{
	/*display: block;*/
}
#cabecera h2{
	font-size: 1.125em;
    margin: 0.25em auto;
	line-height: 1.3em;
}
.tit{
	font-size: 1.125em;
    margin: 0.4em auto;
	line-height: 1.4em;
}
#cabecera .descripcion{
	margin: .5em 0;
}
.dismiss {
    font-size: .65em;
    text-align: center;
    color: #888888;
    margin: 0em auto 1em auto;
    line-height: 1.2em;
	position: relative;
}
#disfruta{
    position: relative;
    z-index: 100;
    width: 100%;
    margin-bottom: 0.25em;
    margin-left: -2%;
    text-align: right;
}
#recurso1 img, #recurso2 img {
	vertical-align: bottom;
}
.fdo-wrap{
	display: table;
	width: 100%;
    margin: 0 auto;
	position: relative;
    z-index: 1;
	/*max-width: 620px;*/
}
.fdo-wrap .wrap{
	width: 87%;
    margin: 0 auto 0.5em auto;
    text-align: center;
}
#cabecera .promo{
	width: 87%;
    margin: 0.75em auto 1.5em auto;
    text-align: center;
}
#info{
	margin: 0 auto 0em auto;
    background: #FFFFFF;
    padding-top: 2em;
}
#masinfo{
	padding: 2em 6.5%;
}
#masinfo .tit,
#comofunciona h4{
	font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    margin: 0.5em auto 0 auto;
    line-height: 1.3em;
}
#masinfo li {
  list-style-type: none;
  background: url(../imagenes/item.jpg) no-repeat 0.4em 0.3em;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.4em;
  font-size: 0.94em;
  color: #666666;
}
#masinfo .tips li{
	background: url(../imagenes/item2.png) no-repeat 0.25em 0em;
    background-size: 32px 32px;
    font-size: 0.95em;
    font-weight: bold;
    padding-left: 2.7em;
    margin-bottom: 0.75em;
    padding-bottom: 0.5em;
}
/*items*/
#masinfo .items{
	margin: 1em auto;
}
#masinfo .col1.tips li,
#masinfo .col2.tips li{
	background: none;
	/*25-9-2024*/font-size: 1.075em;
	line-height: 1.5em;
	font-weight: normal;
	padding-left: 0em;
	margin-bottom: 0.25em;
	padding-bottom: 0.5em;
	text-align: left;
}

#masinfo .col1.tips .change .ico-tits{
	flex-direction: row-reverse;
}
#masinfo .ico-tits{
	display: flex;
    align-items: flex-end;
}
#masinfo .ico-tits .tit {
font-size: 1.125em;
margin: 1em 0.25em;
font-weight: bold;
text-align: left;
    }
#masinfo .change .ico-tits .tit {
        text-align: right;
    }
#comofunciona,
#opiniones,
#ediciones,
#masinfo,
#faqs{
	text-align: center;
	padding-top: 1em;
	padding-bottom: 3em;
}
#ediciones h3, #opiniones h3{
	font-size: 2em;
	line-height: 1.2em;
	text-align: center;
	margin:0.5em auto;
	width: 75%;
	font-weight: bold;
}
#masinfo h3,
#comofunciona h3,
#faqs h3{
	font-size: 1.75em;
    line-height: 1.3em;
    text-align: center;
    margin: 0.5em auto;
    font-weight: bold;
}
#comofunciona h3{
	width: 80%;
}
#ediciones h3{
	padding: 0.7em 0;
	margin: 0 auto;
}

#portada .cols{
	width: 87%;
	margin: 0em auto 0em auto;
	text-align: left;
}
#comofunciona{
	position: relative;
}
#comofunciona .shape{
    width: 100%;
    height: 290px;
	top:0;
    /*shape-outside: inset(20px 50px 10px 0 round 0px);*/
    position: absolute;
    z-index: 0;
	background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #EDF8FE 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #FFFFFF),
    color-stop(100%, #EDF8FE)
  );
  background: -webkit-linear-gradient(
    top,
    #FFFFFF 1%,
    #EDF8FE 100%
  ); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(#FFFFFF, #EDF8FE);
}
#comofunciona .cf{
	position: relative;
	z-index: 1;
	width: 100%;
}
#comofunciona .cf2{
	display: flex;
    border: solid 2px #DCEDF8;
    width: 94%;
    margin: 1.5em auto;
}
#comofunciona .cf2 .productos{
	width: 20%;
    background: #ffffff url(../imagenes/disfrutabox-caja.png) no-repeat 100% 100%;
    margin-right: 10px;
}
#comofunciona .cf2 .txt-productos{
	width: 80%;
    margin: 1em 0.25em 0.5em 0;
}
#comofunciona .cf2 .tit{
	text-align: left;
	font-size: 1.25em;
	margin: 0em 0 0.25em 0;
}
/*25-9-2024*/#comofunciona .cf2 p{
	text-align: left;
	margin: 0 0 0.5em 0;
	font-size: 1.075em;
}
#comofunciona .cf2 .boton{
	display: none;
}
#comofunciona .cols{
    /*margin: 0em auto 1em auto;*/
	width: 100%;
}

#comofunciona .ico-tits{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#comofunciona .ico-tits .ico-pasos{
	/*text-align: right;*/
}
#comofunciona .ico-tits .ico-pasos img {
        width: 340px;
	height: 162px;
    }
#comofunciona .tit{
	font-size: 1.5em;
	margin: 0em auto 0.5em auto;
	line-height: 1.25em;
	text-align: center;
}
#comofunciona p{
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
	width: 90%;
    margin: 0 auto 0.5em auto;
}
#comofunciona .nro{
display: block;
    width: 46px;
    height: 46px;
    /* line-height: 115%; */
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.3em 0.55em;
    text-align: center;
    background: #02D2D3;
    color: #ffffff !important;
    border-radius: 50%;
    margin-right: 0.2em;
    /*margin-left: -3px;*/
}
#opiniones p.valoracion,
#opinion p.valoracion{
  font-size: 100% !important;
  margin: 0.25em auto 0.75em auto;
}
.valoracion img {
  width: 20px;
  height: 20px;
  max-width: 20px;
  margin: 2px 4px 2px 0px;
  display: inline-block;
  vertical-align: top;
}

#opiniones .cols{
    margin: 0 auto;
    width: 85%;
}
#opinion .cols{
	width: 85%;
}
#opiniones .cols .perfiles,
#opinion .cols .perfiles{
	width: 70px;
    height: 65px;
    padding-top: 5px;
    float: left;
}
#opiniones .cols .perfiles img,
#opinion .cols .perfiles img{
        width: 60px;
        height: 60px;
        max-width: 60px;
}
#opiniones .com_txt, #opiniones p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*font-size: 0.95em;*/
	line-height: 1.45em;
	margin: 0 auto 1em auto;
}
#opiniones .com_txt{
	font-size: 1em;
}
#opiniones .com_nom{
	font-size: 1.25em;
    margin: 0.35em 0 0 0;
    font-weight: bold;
}
#opinion .com_nom{
	font-size: 1em;
    margin: 0em 0 0 0;
    font-weight: bold;
    padding-top: 0.5em;
}
#faqs{
	padding: 2em 6% 3em 6%;
}
#faqs .desplegables{
	max-width: 640px;
	padding: 0.15em 0;
}
a.links{
	font-weight: bold;
	font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif;
	    font-size: 1.32em;
    margin: 0 0 0.35em 0;
}

/*formulario #paso1 portada*/
.registro{
	text-align: center;
    padding: 2em 4%;
	/*border:solid 1px red;*/
}
#paso1 h3 {
    font-size: 2.375em;
    line-height: 1.1em;
    text-align: center;
	margin: 0 0 0.35em 0;
	color:#555555;
	font-weight: bold;
}
#paso1 h3 em{
	font-size: 0.575em;
	font-style: normal;
	display: block;
}
.registro .tit2 {
    font-size: 1em;
    font-weight: bold;
    font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif;
    margin: 0 0 0.35em 0;
    text-align: center;
    color:#555555;
    display: inline-block;
}
.registro .separator{
	text-align: center;
	max-width: 550px;
    margin: 1em auto;
}
.registro hr {
    display: inline-block;
    width: 20%;
    border-top: 2px solid #E0D6C8;
    margin: 5px 5px;
    text-align: center;
}
.registro #sesion .tit2{
	text-align: left;
	margin: 0;
}
.registro p {
    font-size: 0.95em;
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 0.5em;
}
.registro a{
	white-space: initial;
}
.imgform {
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 8px 15px;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#paso1 form{
  margin: 0 auto;
}
#reserva form div {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  clear: both;
}
#reserva fieldset {
  padding: 0;
  border: 0px;
  width: 97%;
  margin: 0 auto;
}
#reserva fieldset#sesion{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
#acepto {
	width: 98% !important;
  margin: 0.5em auto !important;
}
/*feb2024*/#acepto span {
    font-size: 0.84em;
    line-height: 1.4em;
    text-align: center;
}
#acepto p{
	display: inline;
}
/*feb2024*/#acepto span{
	display: block !important;
}

input,
select,
textarea,
.inputbox {
  padding: 12px 12px 12px 52px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin: 2px 2px;
  font-size: 1.07em;
}
.inputbox {
  border: 2px solid #E0D6C8;
  background: #ffffff;
  width: 100%;
  border-radius: 0px !important;
  box-shadow: none !important;
}
select.inputbox {
  border: 1px solid #ACDDCF;
  background: #ffffff;
  width: auto;
  margin-top: 4px;
  border-radius: 0px !important;
  box-shadow: none !important;
}
input[type='checkbox'],
input[type='radio'] {
  margin: 1px 3px;
  border-color: #ACDDCF;
  box-shadow: none;
}
#dia {
  margin: 2px 0px 2px 2px;
  padding: 4px;
  width: 22% !important;
  max-width: 60px !important;
}
#mes {
  margin: 2px 0px;
  padding: 4px;
  width: 46% !important;
}
#anyo {
  margin: 2px 0px;
  padding: 4px;
  width: 27% !important;
}
#cp {
  width: 90px;
}
#reserva select,
#reserva select option {
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  line-height: 1.3;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: solid 1px #ACDDCF;
  border-radius: 0px !important;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.4em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 50%;
  /*opcion al padding left*/
  /*text-indent: 15px;*/
}
/*error servidor portada*/
.mensajes {
    margin: 5px 2.5% !important;
    overflow: hidden;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.95em;
    line-height: 110%;
}
.mensajes img{
	width: 24px;
    height: 24px;
    max-width: 24px;
}
.mensajes span{
	display: inline-block;
    color: #CC0000 !important;
    text-align: left;
    padding: 0 5px;
}

div.mensaje_error {
    margin: 0 !important;
	text-align: left;
    background: url("../imagenes/error.png") no-repeat 0 50%;
    background-size: 15px;
    color: #CC0000;
}
div.mensaje_exito {
    margin: 0 !important;
	text-align: left;
	background: url("../imagenes/exito.png") no-repeat 0 50%;
    background-size: 15px;
    color: #009400;
}

div.mensaje_error span,
div.mensaje_exito span{
    display: flex;
    padding-left: 20px;
    min-height: 32px;
    align-items: center;
	font-size: 13px;
    line-height: 120%;
}

.inputbox.valido {
  color: #3d8c96 !important;
}
/*cambio clase*/
.user span {
  display: none;
}
.user .oldclass {
  color: #cc0000;
  display: block;
}
.user .newclass {
  font-size: 13px;
    line-height: 110%;
    margin: 5px 5px;
    color: #cc0000;
    left: 0px;
    display: block;
    clear: both;
    text-align: left;
}
#miconditions.newclass {
  text-align: center;
}
.boton-google,
.boton-facebook{
	width: 280px;
    text-align: center;
    display: flex;
    align-items: center;
	background: #ffffff;
	margin: 0 !important;
}
#bt-google,
#bt-facebook {
    width: 100%;
    font-weight: normal;
    color: #666666;
    height: 100%;
    border: 2px solid #e0d6c800;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 2px #E0D6C8;
    padding: 4px 3% 4px 3%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px auto;
    font-size: 1.07em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    /* text-indent: 15px; */
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#bt-usuario{
    width: auto;
    font-weight: bold;
    color: #ffffff;
    height: 100%;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 2px #E0D6C8;
    padding: 7px 15px 7px 15px;
    text-align: center;
    font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif;
    margin: 10px 0 10px 1em;
    font-size: 1.07em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #FF6F3E;
    /* text-indent: 15px; */
    display: flex;
    flex-direction: row;
    align-content: center;
	justify-content: center;
    align-items: center;
	/*25-9-2024*/white-space: nowrap;
}
form a .imgform2 {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 10px;
}

/*portada footer*/
/*feb2024*/#footer {
  padding-top: 1em;
  padding-bottom: 1em;
  /*float: left;*/
  width: 100%;
  clear: both;
  background: #f6f6f6;
}
#footer .wrap {
  margin: 0 auto;
  width: 96%;
}
.copyright,
.nav {
  text-align: center;
}
.logopie {
  margin: 0 auto !important;
  float: none;
  display: block;
}
.nav {
  padding: 0.3em 0em;
}
.nav li {
  margin: 0px;
  padding: 0em 0.7em 0em 0em;
  display: inline;
  background: none;
  font-size: 0.88em;
  white-space: nowrap;
}
#ediciones .wrap{
	background: #FAFCF9;
}
#visor{
	width: 100%;
}

.pad1{
	display: table;
	background: #FAFAFA;
	padding-top: 0.1em;
	margin-bottom: 0.5em;
}
.ed{
	background: #EEEEEE;
	text-align: left;
	padding:0 1em;
	font-family: 'Century Gothic', 'Futura', 'Reem Kufi', sans-serif;
    font-weight: normal;
	margin: 2px 0px;
	color:#AAAAAA;
	font-size: 0.95em;
	display: block;
	cursor: pointer;
}
.ed .tit{
	display: inline-block;
	text-align: left;
	padding-right: 0.2em;
	color: #AAAAAA;
	font-size: 1.19em;
	margin: 0.36em 0;
}
.ed.active{
	background: #FAFAFA;

}
.ed.active, .ed.active .tit{
	color:#666666 !important;
}
#precio {
  height: 104px;
  width: 104px;
  max-width: 104px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  z-index: 15;
  left: 3.5%;
  /* top: 2%; */
  background: #ffffff;
  border-radius: 50%;
}
#precio2 {
  height: 104px;
  width: 104px;
  max-width: 104px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  left: 3.5%;
  top: 0;
  margin-top: -65px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
}
.dot {
  height: 92px;
  width: 92px;
  background-color: #16a6b6;
  border-radius: 50%;
  display: inline-block;
  margin: 6px;
}
.dot2 {
  height: 92px;
  width: 92px;
  background-color: #ff5c26;
  border-radius: 50%;
  display: inline-block;
  margin: 6px;
}
.oferta {
  position: relative;
  z-index: 2;
  color: #534532;
  padding: 5% 0 0 0;
  width: 100%;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  word-wrap: break-word;
  text-align: center;
}
.oferta .valor {
  margin: 0.05em auto 0.1em auto;
  font-size: 1.875em;
  letter-spacing: -1px !important;
  display: block;
}
.dto .valor {
  font-size: 2.2em;
  margin: 0em auto 0.15em auto;
  letter-spacing: -1.5px !important;
  padding-left: 5px;
}

.oferta span {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.valor span {
  font-size: 0.8em;
  letter-spacing: 0;
}
.valor span span {
  font-size: 0.9em !important;
  letter-spacing: 0;
}
.oferta.cod{
    padding: 0.8em 0 0 0;
    line-height: 110%;
}
.cod span{
  font-size: 0.7em;
  line-height: 110%;
  text-transform: inherit;
  letter-spacing: 0;
}
.cod span span {
    text-decoration: line-through;
    display: block;
    letter-spacing: normal;
    font-size: 15px;
}
.oferta.cod .valor span {
    margin: 0;
    letter-spacing: -2px;
    font-size: 0.85em;
    display: inline-block;
    line-height: 90%;
}
.envio {
  color: #534532;
  font-size: 12px;
  line-height: 110%;
	font-weight: 700;
  margin: 0 auto;
  letter-spacing: 1px !important;
  padding: 0 0 0 3px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.envio.off{
	display: none;
}

.box3{
	background: #FCEBD6;
	position: relative;
	width: 100%;
    height: 111px;
    text-align: center;
}
.registro #foto{
	display:none;
}
.box3 #precio2{
	top: 50px;
    right: 0;
}
.video-wrap{
	max-width: 500px;
    margin: 0 auto;
    padding: 11px 2.5% 10px 2.5%;
}
.container-video{
position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
	border-radius: 10px;
}
.container-video iframe,
.container-video img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*precios nuevos destacados*/
.destacado{
	position: relative;
	z-index: 1;
	font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #444444;
	font-size: 0.85em;
	background: #FFF702;
	display: inline-block;
	padding: 0px 10px;
	transform:skewX(-10deg);
	margin-left: -110px
}
.destacado span{
	font-size: 1.25em;
}
#precio3 .dot,
#precio4 .dot{
    /*width: 94%;*/
	width: 260px;
    height: 52px;
    background-color: #FBD297;
    border-radius: 0;
    display: flex;
    margin: -5px auto 1em auto;
    max-width: 300px;
    border: solid 2px #FDF1E3;
	transform: rotate(-1.5deg);
    box-shadow: #9F998E -2px 2px 0px 1px;
}
#precio3 .oferta.cod,
#precio4 .oferta.cod{
	display: flex;
    padding: 0px 0px 0 15px;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    /*25-9-2024*/line-height: normal;
}
#precio3 .oferta.cod .valor span,
#precio4 .oferta.cod .valor span{
	display: inline;
}
#precio3 .cod span span,
#precio4 .cod span span{
    text-decoration: line-through;
    /*display: inline;*/
    letter-spacing: normal;
    font-size: 14px;
    margin: 0;
}
#precio3 .valor,
#precio4 .valor{
	display:inline-block;
	margin:5px 10px 5px 10px;
}
#precio3 .envio.off,
#precio4 .envio.off{
	display: inline-flex;
    padding: 0 10px 0 5px;
    font-size: 12px;
    text-align: left;
    align-items: center;
	margin: 0;
    line-height: 110%;
}
#precio3 .valor.old,
#precio4 .valor.old{
  display: block !important;
  font-size: 1px;
  color: #444444;
  }
#precio4{
	position: absolute;
    left: 0;
    width: 100%;
    margin: 0 auto;
    top: -45px;
}
#opiniones .fotos{
	width: 100%;
    height: 100%;
    overflow: hidden;
	/*max-height: 128px;*/
	margin-bottom: 2em;
}
#opiniones .fotos img{
	display: block;
    float: right;
    width: 33.33%;
    height: auto;
vertical-align: bottom;
}
#f-1{
	background-image: url(../imagenes/opinion-foto1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}
.desplegables{
	width: 100%;
	max-width: 640px;
    margin: 0 auto;
	position: relative;
}
.desplegables div label{
	display: block;
	width: 100%;
	float: none;
	font-size: 1.075em;
	padding: 0.35em 0em 0.35em 0em;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
}
.desplegables .tx{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.desplegables .ico{
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
}
.desplegables .fq{
	background: #ffffff;
	border:solid 2px #ffffff;
	border-radius: 5px;
    box-shadow: 0px 0px 6px 2px #e0d6c89e;
    padding: 4px 3% 4px 3%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px auto;
}
/* Ocultar las cajas al principio */
  .box {
    display: none;
  }
.desplegables div > input[type="radio"]{
    position: absolute;
    margin: 0;
    width: 94%;
    height: auto;
    padding: 6% 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
.desplegables div > label{
	/*padding: 0 !important;*/
}
  /* Mostrar la caja siguiente cuando su radio correspondiente esté seleccionado */

.desplegables div input[type="radio"]:checked + label + .box {
    display: block;
  }

  .desplegables div > input[type="checkbox"]{
    position: absolute;
    margin: 0;
    width: 94%;
    height: auto;
    padding: 6% 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
.desplegables div > label{
	/*padding: 0 !important;*/
}
  /* Mostrar la caja siguiente cuando su checkbox correspondiente esté seleccionado */

.desplegables div input[type="checkbox"]:checked + label + .box {
    display: block;
  }
  /* Estilos básicos para las cajas */
  /*25-9-2024*/.box {
    text-align: left;
	font-size: 1em;
	  line-height: 1.5em;
  }
.box p{
	margin: 0.35em 0;
}
  /* Estilos para colocar los elementos en columna */
  .desplegables div input[type="radio"],
  .desplegables div label {
    display: block;
  }
  .desplegables div input[type="checkbox"],
  .desplegables div label {
    display: block;
  }


/*otros animados*/
.cols .color {
	position: relative;
	animation: col 2s ease infinite;
}
@keyframes col{
	0%{color:#666666; background-blend-mode: darken}
}
/*botones animados*/
a.bot{
	animation: bac 0.75s 1;
}
a.bot span {
    position: relative;
    top: -2px;
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif !important;
	animation: mibot 1.25s ease-out infinite;
}
@keyframes mibot {
  from {right: 10px;}
  to {right: 0px;}
}
a.bot:hover span {
  padding-left: 0px;
}
a.bot span:after {
	content: ' ';
	left:0;
	padding-left: 0;
}

/**/
#cabecera a.bot{
	animation: bac 0.75s 1;
}
@keyframes bac{
	from {opacity: 0.25; transform: scale(0.9); }
	to{opacity: 1; transform: scale(1); }
}
#cabecera a.bot span {
    position: relative;
    top: -2px;
	font-size: 1.15em;
	animation: mi 1.25s ease-out infinite;
}
@keyframes mi {
  from {right: 20px;}
  to {right: 0px;}
}
#cabecera a.bot:hover span {
  padding-left: 0px;
}
#cabecera a.bot span:after {
	content: ' ';
	left:0;
	padding-left: 0;
}

/*destacado precio*/
.destacado{
	position: relative;
	scale: 1 1;
	animation: des 2s 10;
}
#precio4 .destacado,
#precio4 .dot,
#precio3 .destacado,
#precio3 .dot{
	position: relative;
	scale: 1 1;
	animation: des 2s infinite;
}
@keyframes des {
	50% {rotate: y -1deg; rotate: z -2deg; }
}

@keyframes otra{
	0% {opacity: 0;}
	100%{opacity: 100%;}
}


@media (hover: hover) {
  /* when hover is supported */
  #boton:hover,
a.bot:hover,
#cabecera a.bot:hover,
.botm:hover,
.botmenu:hover,
	a#bt-usuario:hover{
  color: #ffffff;
  background: #ff5c26;
  background: -moz-linear-gradient(top, #128794 0%, #159dac 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #128794),
    color-stop(100%, #159dac)
  );
  background: -webkit-linear-gradient(
    top,
    #128794 1%,
    #159dac 100%
  ); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(#128794, #159dac);
		border-color:#FAFCF9;
}
	#boton:hover,
	#cabecera a.bot:hover{
		border-color:#128794;
	}
	.ed:hover{
		background: #FFFFFF;
	}

	a#bt-facebook:hover,
	a#bt-google:hover,
	.fq:hover{
		border: solid 2px #E0D6C8;
	}

	/*#opiniones .fotos img#f-3:hover, #opiniones .fotos img#f-3:focus{
		transform: scale(1.1); transition: 0.5s;
	}*/
	#opiniones .fotos img:hover, #opiniones .fotos img:focus{
		transform: scale(1.1); transition: 0.5s;
	}
	#opiniones .fotos{
		transition: 0.5s;
	}
	#opiniones .fotos:hover{
		background-size: 880px auto;
	}
}

@media (visited: visited){
	#boton:visited,
a.bot:visited,
#cabecera a.bot:visited,
.botm:visited,
.botmenu:visited,
	a#bt-usuario:visited{
  background: #ff5c26 !important;
	color:#ffffff !important;
}
	a#bt-facebook:visited,
	a#bt-google:visited{
		border: solid 2px #ACDDCF;
	}

#boton:visited,
#cabecera a.bot:visited{
		border-color:#128794;
	}
}


@media (min-width: 240px) and (max-width: 374px) {
  /*fuentes chicas*/
	#masinfo h3, #comofunciona h3, #faqs h3 {
		font-size: 1.5em;
	}
	#masinfo .ico-tits img{
    max-width: 120px;
	}
	#comofunciona .tit{
	font-size: 1.35em;
	}
	#comofunciona .ico-tits .ico-pasos img{
		width: 320px;
		height: auto;
	}
	#comofunciona .cf2{
	width: 96%;
    margin: 1.5em auto;
	}
	#opiniones .cols{
    margin: 0.25em auto;
    padding: 0;
    width: 90%;
	}
	#paso1 h3 {
		font-size: 2.25em;
	}
	#paso1 h3 em {
		font-size: 0.525em;
	}

}


@media (max-width: 374px) {
  #cabecera .titulo h1{
	font-size: 1.8em;
    /*line-height: 1.1em;*/
	}
	#cabecera .descripcion{
	font-size: .98em;
    line-height: 1.5em;
    margin: 0.5em 0;
	}
	#cabecera h2 {
    font-size: 1.125em;
	}
	#cabecera .tit {
		width: 90%;
		margin-left:auto;
		margin-right: auto;
	}
	/*25-9-2024*/#opiniones .boton{}
	#comofunciona {
		padding-top: 3.25em !important;
	}
	#comofunciona .shape{
	height: 270px;
	}
	.nav li {
    font-size: 0.84em;
}
	.dismiss{
		width: 80%;
	}
	.fdo-wrap .wrap {
    width: 87%;
	}
	#opiniones .com_nom{
	font-size: 1.2em;
	}
	a.links {
    font-size: 1.25em;
	}

	#masinfo .tit{
		width: 100%;
}
	.tit i{
	display: block;
}

	#ediciones h3, #opiniones h3{
	font-size: 1.75em;
	line-height: 1.2em;
	width: 80%;
	}
	#opiniones .cols .perfiles, #opinion .cols .perfiles {
    width: 60px;
    height: 60px;
    padding-top: 5px;
    float: left;
	}
	#opiniones .cols .perfiles img, #opinion .cols .perfiles img {
    width: 52px;
    height: 52px;
    max-width: 52px;
}
	#portada #encuesta{
		border-top: solid 100px #FCEBD6;
		padding: 0.5em 0;
	}
	.fondo-cabezal{
	background: #ffffff url(../imagenes/fdo-cabecera-big-big2.jpg) no-repeat 50% 0%;
    z-index: 0;
    background-size: auto 217px;
    width: 100%;
    height: 217px;
    position: absolute;
    left: 0%;
	top:51px;
    display: block;
	}
	#disfruta {
   margin-top: -190px !important;
	}
	#recurso4 img{
	position: relative;
    margin: 0 auto 0 -17%;
    max-width: 112%;
    max-height: 100%;
	}
	#faqs {
    padding: 2em 5%;
	}
}

@media (max-width: 1023px) {
  /*iconos*/
	.ico-pasos img{
		/*width: auto;
		height: 111px;
		max-width: inherit;
		padding-left: 30px;*/
	}
	.perfiles img{
		width: 60px;
    	height: 60px;
		max-width: 60px;
	}
	.pad2 img{
		max-width: 82px;
    	height: 90px;
		margin-left: 10%;
	}

}


@media (min-width: 375px) and (max-width: 411px) {
  .cabezal,
  .cabezal .wrapper,
  .pre-content {
    height: 58px;
  }
	#portada .logo {
    max-width: 136px;
    padding: 6px 0px 0px 10px;
}
	#portada .logo img{
		width: 126px;
		height: 42px;
	}
	.botmenu, .botsmall{
		font-size: 1.25em;
		line-height: 1.9em;
	}

	.fdo-wrap .wrap {
		width: 87%;
	}
	#cabecera .titulo h1 {
	font-size: 2em;
	}
	#cabecera .at {
    font-size: 0.85em;
	margin: 0em 0 0.3em 0;
	}
	#cabecera .titulo .pad {
    padding: 0;
}
	#cabecera .titulo .pad0 {
    padding: 0;
    position: relative;
    width: 95%;
    margin: 0 auto;
}
	#cabecera h2{
    font-size: 1.2em;
}
	#cabecera a.bot{
	font-size: 1.7em;
    padding: 0.55em 1.5em 0.65em 1.5em;
	}
	#opiniones h3, #ediciones h3{
	  font-size: 2em;
	}
	#masinfo h3, #comofunciona h3, #faqs h3 {
		font-size: 1.75em;
	}
	#masinfo .ico-tits .tit{
		font-size: 1.25em;
	}
	.registro {
    padding: 2em 6%;
	}
	.fondo-cabezal {
    background-size: auto 238px;
    height: 238px;
    top: 58px;
	}
	#disfruta{
		margin-top: -210px !important;
	}
	#recurso1 img{
		width: 264px;
		height: 240px;
	}
	#recurso4 img {
    position: relative;
    margin: 0 auto 0 -14%;
    max-width: 112%;
    max-height: 100%;
}
	.oferta span, .envio {
    /*font-size: 0.57em;*/
	}
	#precio3,#precio4{
    transform: scale(1.18)
	}

}

@media (min-width: 412px) and (max-width: 479px) {
	.cabezal,
  .cabezal .wrapper,
  .pre-content {
    height: 62px;
  }
	#portada .logo {
    max-width: 156px;
    padding: 6px 0px 0px 10px;
}
	#portada .logo img{
		width:146px;
		height:49px;
	}
	.botmenu, .botsmall {
    font-size: 1.25em;
    line-height: 1.9em;
}
	#cabecera .titulo h1{
		/*font-size: 2.35em;*/
	}
	#cabecera .at{
		font-size: 0.9em;
		margin: 0em 0 0.35em 0;
	}
	#cabecera .titulo .pad {}
	#cabecera h2 {
    font-size: 1.25em;
}
	#cabecera a.bot{
	font-size: 1.7em;
    padding: 0.55em 1.5em 0.65em 1.5em;
	}
	.fondo-cabezal{
	background-size: auto 244px;
    height: 244px;
    top: 62px;
	}
	#disfruta {
    margin-top: -210px !important;
	}
	#disfruta img{
		/*max-width: 412px;*/
	}
	#recurso1 img {
    width: 264px;
    height: 240px;
	}
	#recurso4 img {
    position: relative;
    margin: 0 auto 0 -11%;
    max-width: 112%;
    max-height: 100%;
	}
	.oferta span, .envio {
    font-size: 0.57em;
	}
	#precio3,
	#precio4{
    transform: scale(1.18)
	}
}

/*480-540-766.html  (desde 480px a 767px) - 480-a-767.jpg*/
@media (min-width: 480px) {
	.cabezal,
  .cabezal .wrapper,
  .pre-content {
    height: 62px;
  }
  #portada .logo {
	  max-width: 156px;
	}
	#portada .logo img{
		width:146px;
		height:49px;
	}
	#menu1 {
    margin-top: 8px;
}
	#cabecera .titulo{
    position: relative;
    z-index: 0;
    width: 100%;
}
	#cabecera .titulo h1{
		font-size: 2.375em;
		line-height: 1.125em;
		margin: 0.35em auto 0em auto;
	}
	#cabecera .at{
		font-size: 1.125em;
		margin: 0em 0 0.4em 0;
		text-align: left;
	}
	#cabecera .titulo .pad {}
	#cabecera .fdo-wrap .pad0{
		max-width: 480px;
		margin: 0 auto;
	}
	#disfruta{
		margin-top: -280px;
		max-width: 580px;
	}
	#disfruta img{
		/*max-width: 470px;*/
	}
	#recurso1 img {
    width: 338px;
    height: 309px;
	}
	#recurso4 img {
    position: relative;
    margin: 0 auto 0 -16%;
    max-width: 200%;
    max-height: 100%;
    width: 531px;
	}
	#masinfo h3, #comofunciona h3, #faqs h3 {
    font-size: 1.875em;
    line-height: 1.3em;
    margin: 0.5em auto 0 auto;
	width: 90%;
}
	#ediciones h3, #opiniones h3 {
    font-size: 2.125em;
	width: 70%;
	}
	.botmenu, .botsmall {
    font-size: 1.30em;
    border-radius: 8px;
    border: solid 3px #ffffff;
	}
	#cabecera h2 {
    font-size: 1.25em;
		margin: 0.6em auto;
}
	#cabecera .descripcion {
    font-size: 1.07em;
}
	#cabecera .promo {
    margin: 0.5em auto 2.5em auto;
	}
	#masinfo .tit,
	#comofunciona h4 {
        font-size: 1.25em;
        margin: 0.5em auto 0em auto;
    }
	#masinfo .ico-tits .tit {
    font-size: 1.25em;
}
	#masinfo ul.col1,
	#masinfo ul.col2{
		padding: 0 2%;
        max-width: 540px;
        margin: auto;
	}
	#cabecera a.bot {
    border-radius: 8px;
	font-size: 1.7em;
    padding: 0.55em 1.5em 0.65em 1.5em;
}
	#portada .cols {
		width: 85%;
		max-width: 600px;
	}
	#recurso2{
		max-width: 530px;
    margin: 0 auto;
	}
	#comofunciona .shape {
		height: 250px;
	}
	#comofunciona p{
	line-height: 150%;
	}
	#comofunciona .cols{}
	#comofunciona .cf2 .productos{
		min-height: 132px;
        min-width: 110px;
	}
	#comofunciona .cf2 .txt-productos {
    width: auto;
    margin: 1em 1em 0.5em 0;
	}
	#opiniones .cols{
    width: 93%;
	}
	#opiniones h3 span{
	width: 80%;
}
	#opinion .valoracion img{
width: 23px;
height: 23px;
max-width: 23px;
margin: 2px 4px 2px 0px;
display: inline-block;
vertical-align: top;
}
	#opiniones .cols .perfiles, #opinion .cols .perfiles {
    width: 76px;
    height: 65px;
}
	#opiniones .cols .perfiles img, #opinion .cols .perfiles img {
    width: 60px;
    height: 60px;
    max-width: 60px;
}
  #comofunciona .tit {
    /*font-size: 1.25em;*/
	}

  .tit {
    font-size: 2em;
  }
	#ediciones h3{
		padding:0.7em 0;
	}
	.ed {
    padding: 0.35em 1em;
    margin: 2px 0 0 0;
	}
	#portada #encuesta{
	padding: 1em 4% 1em 4%;
	}
	.registro{}
	.registro .pad2{
		/*max-width: 500px;*/
    margin: 0 auto;
	}
	#reserva fieldset,
	#acepto{
	/*max-width: 485px;*/
	max-width: 450px;
    margin: 0 auto;
	}
	#paso1 h3 {
    font-size: 2.375em;
	margin: 0 0 0.45em 0;
}
	.registro .tit2{
		margin: 0 0 0.45em 0;
	}
	.descripcion-pasos{
		/*width: 95%;*/
		margin: 0 auto;
	}
	#paso1 form{
		/*margin: 1em auto;*/
	}
	#boton{
		font-size: 1.7em;
		padding: 0.42em 1em 0.45em 1em;
		max-width: 280px;
	}
	#precio {
    width: 177px;
    height: 155px;
	max-width: 177px;
	}
	#precio2 {
    width: 170px;
    height: 150px;
    max-width: 170px;
    background-size: cover;
	}
	.globo {
    padding: 40px 0px 42px 0px;
}
	.oferta span,
	.envio{
		font-size: 0.75em;
	}
	.oferta.cod .valor,
	.oferta .valor{
		font-size: 2em;
		margin:0.1em auto 0.25em auto;
	}
	.oferta span.valor-old {
		font-size: 1.35em;
	}

	.box3 #precio2{
		top:125px;
	}
	.registro #foto img{
	}
	#precio3,
	#precio4{
    transform: scale(1.18);
	top: -55px;
	}
	.video-wrap{
    padding: 18px 2.5% 18px 2.5%;
}
	#opiniones .fotos{
		margin-bottom: 3em;
	}
	#faqs .desplegables {
    max-width: 640px;
    padding: 1em 0;
	}
}

@media (min-width: 768px) {
	/*#m2{display: block;}*/
	/*#m1{display: none;}*/

	.glifo{display: none;}
	.desc{
	visibility: hidden;
    width: auto;
    height: auto;
    float: left;
    display: inline-table;
    vertical-align: middle;
    padding: 1.5em 1em;
	}
  .cabezal,
  .cabezal .wrapper,
  .pre-content {
    height: 62px;
  }
	.pre-content{}
  #portada .logo {
   max-width: 176px;
    float: left;
    position: relative;
	padding: 4px 0px 0px 20px;
  }
	#portada .logo img {
    width: 156px;
    height: 52px;
	}
	#portada .logo img,
	#disfruta img{
		/*vertical-align: bottom;*/
	}
  .botmenu {}
  #menu1 {
    margin-right: 2%;
    margin-top: 8px;
  }

	#cabecera .titulo .pad {
    padding: 1.5em 0% 0em 0%;
	}

	#cabecera .titulo h1{
		font-size: 2.75em;
        margin: 1% 0 0% 0%;
	}
	#cabecera .titulo {
    position: relative;
    z-index: 5;
    width: 100%;
}
	#cabecera .fdo-wrap .pad0 {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: center;
	}
	.fdo-wrap .wrap{
	margin: 0 auto 1em auto;
	}
	#cabecera .descripcion {
    font-size: 1.06em;
    line-height: 1.50em;
}
	#masinfo a.bot, #comofunciona a.bot, #ediciones a.bot, #opiniones a.bot {
    font-size: 1.55em;
    border-radius: 6px;
    padding: 0.6em 1em 0.7em 1em;
 }
 #comofunciona a.bot{
    padding: 0.6em 0em 0.7em 0em;
 }
	#cabecera a.bot {
		border-radius: 8px;
        font-size: 1.875em;
        padding: 0.55em 1.5em 0.65em 1.5em;
        max-width: 380px;
	}
	.fdo-wrap .boton {}
	#masinfo ul.col1{
	padding-left: 1.5em;
	}
	.fondo-cabezal {
    background-size: 150% 280px;
    width: 100%;
    height: 280px;
    top: 62px;
}
	#disfruta{
	width: 100%;
    max-width: 100%;
    margin-top: -240px;
    text-align: right;
    margin-bottom: 0;
    margin-left: 8%;
    margin-right: 0;
	}
	#disfruta img{
	/*max-width: 385px;*/
	}
	#recurso4 img {
    position: relative;
    margin: -160px auto 0 -27%;
    max-width: 200%;
    max-height: 100%;
    /*width: 560px;*/
}
	#recurso1 img {
    width: 620px;
    height: 327px;
}
	/*opinion*/
	#opinion .row{
	display: flex;
    width: 88%;
    margin: 0 auto;
		align-items: center;
		max-width: 820px;
	}
	#opinion .row .perfil{
		width: 44%;
        padding-right: 2%;
	}
	#masinfo .tit, #comofunciona h4{
    font-size: 1.3em;
    text-align: center;
	}
	#masinfo .tips li{
	background: url(../imagenes/item2.png) no-repeat 0.5em -0.25em;
    background-size: 32px 32px;
    font-size: 1em;
    font-weight: bold;
    padding-left: 3em;
    margin-bottom: 0.75em;
    padding-bottom: 0.5em;
	padding-right: 0.5em;
	}
	/*items*/
	#masinfo .items {
    margin: 1.5em auto 0em auto;
	}
	#masinfo ul.col1.tips {
    display: flex;
        width: 46%;
		float: left;
        flex-direction: column;
        padding: 0;
		/*26-9*/min-height: 250px;
		margin: 0 2%;
    }
	#masinfo ul.col2.tips {
        display: flex;
        width: 100%;
        align-items: center;
        float: none;
        margin: 0 auto;
		padding: 0;
        clear: both;
    }
	#masinfo .col1.tips li,
	#masinfo .col2.tips li{
	background: none;
	font-weight: normal;
	padding: 0;
	margin-bottom: 0.75em;
	padding-bottom: 0.5em;
	}
	#masinfo .ico-tits{
	display: flex;
    align-items: flex-end;
    justify-content: center;
}
	#masinfo h3, #comofunciona h3, #faqs h3{
		width: 95%;
	}
	#comofunciona .shape {
        height: 290px;
    }
	#comofunciona .cf {
		padding:0 5%;
	}
	#comofunciona .cf2{
		width: 100%;
	}
	#comofunciona .cf2 .productos {
       background-position: 50% 100%;
		width: 10%;
    }
	#comofunciona .row{
	width: 95%;
	margin: 2em auto 0 auto;
	clear: both;
	display: flex;
	}
	#comofunciona .cols {
    width: 100%;
    padding: 0;
    max-width: initial;
	}
	#comofunciona .tit {
    margin: 0em auto 0.35em auto;
    /*max-width: 210px;*/
    width: 100%;
	}
	#comofunciona .tit .space{
		display: block;
		height: 15px;
	}
	#comofunciona .ico-tits {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
	}
	#comofunciona .ico-tits .ico-pasos{
		margin: 0 auto;
	}
	#comofunciona .ico-tits .ico-pasos img {
    width: 100%;
	max-width: 100%;
	height: auto;
    max-height: 145px;
	}
	#comofunciona p{
		width: 94%;
	}
	#comofunciona .cf2 .txt-productos {
        margin: auto 0 auto 0;
		width: 80%;
    }
	#comofunciona .cols .botsmall{
		display: none;
	}
	#comofunciona .cols a.links{
		display: block;
		margin: 0.7em 0 0.7em 0;
	}
	#comofunciona, #ediciones {
    padding-bottom: 3em;
    padding-top: 3em !important;
	}
	#ediciones{
		/*padding-bottom: 0em;*/
	}
	#opiniones{}
	#opiniones .com_nom {
        font-size: 1.2em;
    }
	#opiniones .row{}
	#opiniones .cols {
    width: 90%;
    max-width: initial;
	padding: 0.35em 0em 0em 0em;
	}
	#opiniones .cols .perfiles{
		padding: 0;
	}
	.pad1 {
    display: flex;
    background: #FAFAFA;
    padding-top: 0.1em;
    margin-bottom: 0.5em;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-end;
	}
	#ediciones h3, #opiniones h3 {
        font-size: 2.25em;
        width: 90%;
    }
	#visor{
	width: 78%;
    float: right;
	display: flex;
	}
	.ediciones-menu{
	display: flex;
    width: 22%;
    flex-direction: column;
    justify-content: flex-end;
}
	.ed{
    padding: 0.5em 1.5em;
    margin: 2px 0 0 0;
	}
	.ed .tit {
    display: block;
    padding-right: 0;
    margin: 0;
}
	.registro {
    padding: 2.5em 0 2.5em 0;
	}
	#paso1 h3 {
    font-size: 2.375em;
    margin: 0 0 0.35em 0;
}
	#paso1 h3 em {
    font-size: 0.625em;
}
	.box3 {
    width: 100%;
}
	#portada #encuesta{
		display: table;
		width: 100%;
		padding: 2.5em 5% 2.5em 5%;
		border-top: 10px solid #FCEBD6;
		border-bottom: 10px solid #FCEBD6;

	}
	.registro #foto {
        display: block;
        float: left;
        width: 50%;
    }
	.registro #foto img {
    margin-top: -10px;
    max-width: 88%;
	margin-left: -6%;
	}
	#reserva{
	width: 47%;
    float: right;
    margin:-70px 1.5% 0 1.5%;
	}
	#precio{
	margin-right: 25%;
	}
	.box3 #precio2{
		top:175px;
	}
	.globo {
    /*padding: 45px 0px 42px 0px;*/
	}
	#recurso4 img {
    position: relative;
    margin: -160px auto 0 -30%;
    max-width: 200%;
    max-height: 100%;
    /* width: 560px; */
}
	.video-wrap {
    max-width: 600px;
    padding: 20px 2.5% 10px 2.5%;
	}

	#precio3, #precio4 {
        transform: scale(1.25);
		margin-bottom: 1.3em;
    }
	#precio4{
	position: relative;
    top: 0;
    width: 34%;
    margin: 0 auto 0 7%;
    left: 0;
	}


}

/*de 912 a 1023*/
@media (min-width: 912px) {
	#cabecera .titulo h1 {
    width: 100%;
}
  .cabezal,
  .cabezal .wrapper,
  .pre-content {
    /*height: 58px;*/
  }
	.pre-content {
    /*height: 94px;
    background: #ffffff;*/
}

	#cabecera .titulo {
    position: relative;
    width: 100%;
	}

	#cabecera .titulo .pad {
    padding: 1.35em 0% 1.35em 0%;
	}
	.fdo-wrap .wrap {}
	.fdo-wrap .boton{}
	#disfruta {}
	#disfruta img{}
	.dismiss{
		margin-right: 4%;
	}
	#recurso4 img {
    position: relative;
    margin: -160px auto 0 -40%;
    max-width: 200%;
    max-height: 100%;
    /* width: 560px; */
	}
	#opiniones h3, #ediciones h3 {
    font-size: 2.25em;
}
	#masinfo h3, #comofunciona h3, #faqs h3 {
		font-size: 2em;
	}
	#masinfo .tit, #comofunciona h4 {
        font-size: 1.375em;
    }

	#opiniones .cols{
		width: 82%;
	}
	#paso1 h3 {
    /* font-size: 2.5em; */
    /* margin: 0 0 0.35em 0; */
}
	.box3{}

	.registro {
		padding: 1.5em 0;
	}
	.registro .pad2 {
    width: 50%;
    float: right;
	margin: 0px auto;
}
	#reserva {
        width: 50%;
        margin: 0px auto;
    }
	#acepto{
		/*max-width: 100%;*/
	}
	#acepto p{
		display: block;
		margin-bottom: 0;
	}
	#opiniones .fotos{
		margin-bottom: 4em;
        max-height: 274px;
        background: url(../imagenes/opinion-foto4.jpg) no-repeat 100% 100%;
	}
	#opiniones .fotos img {
    display: block;
        float: right;
        width: 30%;
        height: auto;
        vertical-align: bottom;
	}
	#f-1{
		width: 40% !important;
        max-height: 274px !important;
	}
	#comofunciona .tit .space {
        display: none;

    }
}

/*ipad horizontal */
@media (min-width: 1024px)  {
  #cabecera h2 {
    font-size: 1.3em;
	  line-height: 1.5em;
    margin: 0.6em auto;
}
	#masinfo .tit {
        font-size: 1.375em;
        margin: 0.6em auto;
    }
	#cabecera .titulo .pad {
    padding: 1em 0% 0em 0%;
}
	#cabecera .titulo h1 {
		text-align: left;
	}
	#cabecera .titulo h1 i{
		display: inline;
	}
	.fondo-cabezal {
    background-size: 150% 420px;
    width: 100%;
    height: 420px;
    top: 62px;
	}
	#disfruta{
	 margin-left: 0;
    margin-top: 0;
		position: relative;
	}
	#disfruta img {}
	.fdo-wrap{
	padding: 0;
    width: 33%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 6%;
    display: flex;
    align-content: center;
    align-items: center;
    height: 350px;
	}
.video-wrap {
max-width: 625px;
margin: 0 0 0 40%;
width: 60%;
padding: 20px 0 10px 2.5%;
}
	.container-video{
		border-radius: 10px 0px 0px 10px;
	}
	#cabecera .promo{
	position: relative;
    width: 100%;
    display: flex;
	margin: 1em auto 3em auto;
	}
.promo .boton{
max-width: 625px;
position: absolute;
width: 58%;
margin: 0em 0 0 42%;
}
	#precio3{
	width: 42%;
    margin: -10px 0 0 8%;
	}
	.fdo-wrap .wrap{
	text-align: left;
    width: 100%;
    margin: 0 auto;
	}
#cabecera a.bot {
max-width: 430px;
	margin: 0 auto;
}
	#cabecera .descripcion {
    font-size: 1.125em;
    line-height: 1.50em;
	}
	#cabecera .fdo-wrap .pad0 {
    display: flex;
    flex-direction: row;
    width: 83%;
    margin: 0 0 0 17%;
    align-items: stretch;
	}
	#precio, #precio2{
	margin-right: 0;
    transform: scale(1.1);
    margin-left: -2%;
	}
	.dismiss{
		text-align: right;
		margin-right: 0;
		margin-bottom: 0;
	}
	#cabecera .foto{
	position: relative;
    /* margin-top: 230px; */
    z-index: 3;
    height: 450px;
    vertical-align: bottom;
	}
	#recurso1 {
   width: 690px;
    height: 363px;
    margin-top: -320px;
	}
	#recurso1 img {
    width: 690px;
    height: 363px;
    margin-top: 0;
	}
	#disfruta2{
	width: 700px;
    height: 369px;
	}
	#recurso4 img {
    position: relative;
    margin: 80px auto 0 -21%;
    max-width: 700px;
    max-height: 100%;
    width: 700px;
    height: 369px;
	}
	.fdo-wrap a.bot{
	box-shadow: 0px 0px 16px 6px #5ac8bb;
    border: solid 3px #ffffff;
	padding: 0.5em 1.8em 0.55em 1.8em;
	}
	#recurso2{
		max-width: 100%;
		min-width: 452px;
	}
	#info{
		display: flex;
		margin: 0 auto;
		padding: 0;
	}
	#masinfo{
	padding: 3em 0;
	max-width: 1440px;
    width: 88%;
    flex-direction: row;
    margin: 0 auto;
	}
	#masinfo h3, #comofunciona h3, #faqs h3 {
    font-size: 2em;
    line-height: 1.3em;
    margin: 1em auto 0 auto;
    width: 100%;
    }

	#info .tit i{
		display: block;
	}
	#masinfo li{
		font-size: 95%;
	}
	/*items*/
	#masinfo .items{
		display: flex;
		flex-direction: row;
	}
	#masinfo .ico-tits {
    display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
}
	#masinfo .col1.tips .change .ico-tits {
    flex-direction: column;
}
	#masinfo ul.col1 {
    padding-left: 0em;
	}

	#masinfo ul.tips{
	display: flex;
    width: 100%;
	align-items: center;
	}
	    #masinfo ul.col1.tips {
        display: flex;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 1.25%;
		/*font-size: 0.95em;*/
    }
	#masinfo ul.col2.tips {
        display: flex;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 1.25%;
		/*font-size: 0.95em;*/
    }
	#masinfo .change .ico-tits .tit {
    text-align: left;
}
	#masinfo .col1.tips li,
#masinfo .col2.tips li{
	background: none;
	font-weight: normal;
	margin-bottom: 0.75em;
	padding-bottom: 0.5em;
}
	#masinfo .ico-tits .tit{
		margin: 0.5em 0em 0.5em 0;
	}
	#opiniones{
		border-top: 15px solid #FFF2EC;
        border-bottom: 15px solid #FFF2EC;
	}
	#opiniones h3, #ediciones h3 {
    font-size: 2.5em;
	}
	#comofunciona{
		padding-top: 4em !important;
	}
	#comofunciona .shape {
    width: 100%;
	height: 290px;
	}
	#comofunciona .cf {
        padding: 0 6%;
    }
	#comofunciona .boton{display: none;}
	#comofunciona .cf2 .productos {
        background-position: 50% 100%;
        width: 10%;
    }
	#comofunciona .cf2 .txt-productos {
        margin: auto 0 auto 0;
        width: 65%;
    }
	#comofunciona .cf2 .boton{
    display: block;
    width: 30%;
    margin: 0 2% 0 auto;
	}
	#comofunciona .cf2{
	display: flex;
	width: 100%;
	margin: 1.5em auto;
	align-content: center;
	align-items: center;
}
	.ico-pasos img {
    width: auto;
    height: 118px;
}

	#comofunciona p,
	#opiniones .com_txt, #opiniones p,
	.registro p{
		font-size: 1em;
	}
	#comofunciona .row, #opiniones .row{
	}
	#ediciones h3 {
    /*font-size: 2.375em;*/
	}
	.ed{
		font-size: 1em;
		padding: 1em 2.2em;
	}
	.ed .tit {
    font-size: 1.325em;
}
	#ediciones .wrap{
		/*background: #FAFAFA;*/
	}
	#ediciones .pad1{
		max-width: 1110px;
    margin: 0 auto;
	}
	#visor {
    max-width: 870px;
}
	#portada #encuesta {
    padding: 3.5em 6% 3.5em 6%;
    margin-top: 0px;
	}
	#encuesta .wrap{
	display: table;
    margin: 0 auto;
	}
	#encuesta .wrap div{
		display: table-cell;
	}
	#paso1 h3 {
		font-size: 2.5em;
	}
	.registro #foto img {
	max-width: 410px;
	margin-top: -30px;
	}
	#reserva{
	width: 46%;
    margin: 0 2%;
	}
	.registro .pad2{
	width: 46%;
    margin: 0 2%;
	float: right;
	}
	.pad2 img {
    max-width: 96px;
    height: 108px;
    margin-left: -96px;
	}
	#reserva fieldset {
    width: 100%;
    max-width: 460px;
	}
	#reserva fieldset > div{
		width: 100%;
		/*margin: 0 0.5em;*/
	}
	#precio4 {
        margin: 0px auto 0 14%;
    }
	.copyright {
    text-align: left;
    margin: 0;
    display: table;
	}
	.copyright div {
    display: table-cell;
    text-align: left;
    width: 190px;
    width: auto;
    vertical-align: middle;
    padding: 0 1em 0 0;
	}
	.logopie {
    margin: 0 !important;
    display: inline;
	}
	.copyright p{
		margin:0.7em 0;
	}
	.copyright, .nav {
    text-align: left;
	}
	#opiniones .fotos{
		margin-bottom: 4em;
        max-height: 367px;
        background: url(../imagenes/opinion-foto4.jpg) no-repeat 100% 100%;
	}
	#opiniones .fotos img {
    display: block;
    float: right;
    width: 25%;
    height: auto;
    vertical-align: bottom;
 }
	#f-1{
		width: 25%!important;
		max-height: 367px !important;
	}
	#f-2{
		display: inline !important;
	}
	#faqs .desplegables {
    max-width: 750px;
    padding: 1em 0;
	}

	@media (min-width: 1111px){
	#masinfo li{
	font-size: 100%;
	}
	#comofunciona .row, #opiniones .row{}

	#ediciones .wrap {
    display: flex;
	}
	#ediciones .pad1{
	}
	#ediciones h3{}
	#visor {
    max-width: 100%;
	}
	.ed {
    font-size: 1em;
    padding: 1em 1em;
		}
	.container-video {
        border-radius: 10px;
    }
	}
	@media (min-width: 1224px){
	.fdo-wrap {
    max-width: 100%;
    width: 35%;
    left: 8%;
    display: flex;
    align-items: center;
    height: 350px;
	}
	.video-wrap {
        max-width: 625px;
        margin: 0 0 0 45%;
	}
	.promo .boton {
        max-width: 625px;
        position: absolute;
        width: 58%;
        margin: 0em 0 0 46%;
    }
	#precio3 {
        margin: -10px auto 0 14%;
    }
	#cabecera .titulo h1 {
		font-size: 3.5em;
	}
	#cabecera h2 {
		font-size: 1.5em;
	}
	#comofunciona .tit{
		max-width: 100%;
	}
	#comofunciona .tit .space {
    display: inline;
	}
	#comofunciona .cf2 .productos{
	/*width: 15%;*/
	background-position: 50% 100%;
	margin-right: 10px;
	}
	#masinfo h3 br{
	display: none;
	}
	.registro{
	max-width: 1220px;
    margin: 0 auto;
	}
	}
}

/*escritorio */
/*@media (min-width: 1366px)*/
@media (min-width: 1440px){
	.cabezal, .cabezal .wrapper, .pre-content {
    height: 84px;
}
	.pre-content {}
	.botmenu{
	font-size: 1.625em;
    border: solid 4px #ffffff;
    padding: 0 1.5em 0 1.5em;
    border-radius: 10px;
    line-height: 1.75;
	letter-spacing: 1px
	}
	#menu1 {
    margin-top: 14px;
	}
	#portada .logo{
	max-width: 220px;
	}
	#portada .logo img{
	width: 204px;
    max-width: 204px;
    height: 68px;
	}
	.desc {
    padding: 1.7em 1em;
    font-size: 1.2em;
	}

	#cabecera .titulo .pad {
    /*padding: 2.1em 0% 2.1em 0%;*/
	}
	#cabecera .titulo {
    position: relative;
    z-index: 0;
    width: 100%;
	}
	.fdo-wrap {
    height: 380px;
    width: 40%;
    max-width: 630px;
    display: flex;
    align-items: center;
    left: 7%;
    justify-content: center;
	}
	.fdo-wrap .wrap {
    margin: 0 auto;
	}
	#cabecera .fdo-wrap .pad0 {
    width: 81%;
	align-items: baseline;
	}
	#precio {
    margin-right: 0;
    transform: scale(1.4);
    margin-left: -2%;
	}
	.box3 #precio2 {
    transform: scale(1.3);
    margin-right: 5%;
    top: 40px;
	}
	.fondo-cabezal {
    background-size: 150% 600px;
    width: 100%;
    height: 600px;
    top: 0px;
	}
	#cabecera .foto {
    height: 547px;
	}
	#disfruta{}
	#recurso1 {
    width: 820px;
    height: 433px;
    margin-top: -380px;
	}
	#recurso1 img {
    width: 820px;
    height: 433px;
    margin-top: 0px;
	}
	#disfruta2 {
    width: 885px;
    height: 467px;
	}
	#recurso4 img {
    position: relative;
    /* margin: 80px auto 0 -10%; */
    max-width: 885px;
    max-height: 100%;
    width: 885px;
    height: 467px;
	}
	.dismiss{
		font-size: 0.7em;
	}
	#info {
    margin: 0 auto;
    width: 100%;
	}
	#cabecera .at {
		font-size: 1.6em;
	}
	#cabecera .titulo h1 {
    font-size: 3.8em;
    margin: 1% 0% 1% 0%;
	}
	#cabecera h2 {
    font-size: 1.65em;
    margin: 0.6em auto;
	}
	#cabecera .descripcion {
    font-size: 1.45em;
    line-height: 1.4em;
	}
	#cabecera a.bot {
		font-size: 2.375em;
		max-width: 500px;
	}
	#recurso2{
		margin:0px;
	}
	#masinfo{
	max-width: 1420px;
	padding-top: 4em;
	}

	#masinfo .tit, #comofunciona h4 {
    font-size: 1.8em;
	margin: 0.5em auto 0 auto;
	}
	#comofunciona p, .registro p {
    font-size: 1.2em;
	}
	#masinfo li {
    background-size: 14px;
    padding-left: 1.5em;
	font-size: 1.125em;
    line-height: 1.5em;
	}
	#masinfo .tips li {
    background: url(../imagenes/item3.png) no-repeat 0em 0.25em;
    background-size: 34px 30px;
	padding-right: 1em;
	font-size: 1.1em;
	}
	#masinfo .col1.tips li, #masinfo .col2.tips li {
        font-size: 1.125em;
    }
	#masinfo .ico-tits .tit {
        margin: 0.5em 1.5em 0.5em 0;
    }
	#masinfo .ico-tits img{
	width: auto;
    max-height: 140px;
	}
	#comofunciona,
	#ediciones{
	padding: 4em 0 6em 0;
	}
	#ediciones{
		border-top: 15px solid #FDF1E3;
	}
	#comofunciona .ico-tits {}
	.ico-pasos img {
	height: auto;
    margin-bottom: 0.5em;
    max-width: 153px;
    width: auto;
    max-height: 125px;
	}
	#comofunciona .ico-tits .ico-pasos img {
    width: 100%;
    height: auto;
    max-height: 160px;
    }
	#comofunciona .nro {
    /* margin-left: 0; */
    font-size: 1.4em;
    width: 54px;
    height: 54px;
    padding: 0.3em 0.5em;
	}
	#comofunciona .shape {
        width: 100%;
        height: 300px;
    }
	#comofunciona .cf2 .productos {
    width: 14%;
    }
	#comofunciona .cf2 .txt-productos {
        width: 60%;
    }
	#masinfo h3, #comofunciona h3, #faqs h3 {
    font-size: 2.5em;
    width: 100%;
	}
	#masinfo .items{
		margin:2.5em auto 0 auto;
	}
	#opiniones h3,
	#ediciones h3 {
    font-size: 3.125em;
	}
	#opiniones h3 img {
    width: 60px;
    height: 48px;
	}
	#opiniones .cols .perfiles {
	width: 90px;
	height: 76px;
}
	.valoracion img {
    width: 26px;
    height: 26px;
    max-width: 26px;
}
	#opiniones .com_nom {
    font-size: 1.5em;
    padding-top: 0.3em;
	}
	#opiniones p.valoracion{
	margin: 0 auto 1em auto;
	}
	#opiniones .com_txt{
		font-size: 1.2em;
	}
	a.bot{
	font-size: 1.625em;
	border-radius: 8px;
	}
	#comofunciona .tit{
		font-size: 1.75em;
	}
	#comofunciona .row {
    max-width: 1320px;
    width: 100%;
	}
	#opiniones .row {}
	#opiniones .cols {
		padding: 0.5em 0em 0em 0em;
	}
	#comofunciona .cols {
		width: 92%;
    }
	#comofunciona .cf2 {
        margin: 2.5em auto 1.5em auto;
		max-width: 1420px;
    }
	#comofunciona .cf2 .tit {
    font-size: 1.5em;
	margin: 0.5em 0 0.35em 0;
	}
	#opinion {
    border-bottom: solid 15px #FDF1E3;
    padding: 1em 0 1.5em 0;
	}
	#opinion .row{
		max-width: 1170px;
	}
	#opinion .row .perfil {
        width: 30%;
        padding-right: 2%;
        margin: 0;
    }
	#opinion .cols .perfiles {
        width: 100px;
        height: 90px;
    }
	#opinion .row .perfil-tx {
        width: 70%;
    margin: 0;
    max-width: 100%;
    }
	#opiniones .cols .perfiles img {
        width: 76px;
        height: 76px;
        max-width: 76px;
    }
	#opinion .cols .perfiles img {
        width: 84px;
        height: 84px;
        max-width: 84px;
    }
	#opinion .com_nom {
		font-size: 1.5em;
	}
	#opinion .valoracion img {
        width: 26px;
        height: 26px;
        max-width: 26px;
        margin: 2px 6px 2px 0px;
 }
	#opinion .com_txt {
        font-size: 1.25em;
        line-height: 160%;
    }
	.cols a.links{
		font-size: 1.5em;
	}
	.fdo-wrap a.bot, #masinfo a.bot, #comofunciona a.bot, #ediciones a.bot, #opiniones a.bot {
    font-size: 2.125em;
    border-radius: 8px;
    padding: 0.45em 1.2em 0.5em 1.2em;
    margin: 1em auto;
	}
	.fdo-wrap a.bot{
	font-size: 2.5em;
    border-radius: 10px;
    padding: 0.5em 1.7em 0.5em 1.7em;
    border: solid 4px #ffffff;
	box-shadow: 0px 0px 16px 6px #5ac8bb;
	margin: 0.5em auto;
	}
	.ed {
    font-size: 1.125em;
    padding: 1em 1.5em;
	}
	.ed .tit {
    font-size: 1.45em;
	line-height: 1.3em;
	}
	#ediciones .wrap {
    background: #FAFAFA;
    display: flex;
	margin-bottom: 1em;
	max-width: 1720px;
	margin-left: auto;
	margin-right: auto;
	}
	#ediciones .pad1{
	max-width: 100%;
    margin: 0;
    display: flex;
	}
	#ediciones h3{}
	.pad2 img {
    max-width: 120px;
    height: 134px;
    margin-left: -120px;
	}
	.registro .tit2 {
    font-size: 1.2em;
		margin: 0 auto;
	}
	.registro #logs .tit2{
		font-size: 1.2em;
	}
	#paso1 h3 {
    font-size: 3.125em;
	}
	#paso1 h3 em{
		font-size: 0.675em;
		font-style: normal;
		display: block;
	}
   .registro {
	}
	#boton{
	font-size: 2.125em;
	padding: 0.4em 1.6em 0.45em 1.8em;
	margin: 0.4em auto;
	max-width: 345px;
	}
	#acepto p {
    font-size: 1.1em;
    line-height: 1.5em;
	}
	#acepto span {
    font-size: 0.81275em;
    /*line-height: 1.5em;*/
	}
	.copyright p{
	font-size: 0.9em;
    line-height: 1.5em;
	}
	.nav li{
	font-size: 0.9em;
    line-height: 1.5em;
	}

	input, select, textarea, .inputbox{
		font-size: 1.25em;
	}
	.user .newclass {
		font-size: 13.5px;
	}
	.registro #foto {
        width: 46%;
    }
	#reserva {
        width: 52%;
        margin: 0;
    }
	.registro .pad2 {
        width: 52%;
        margin: 0;
    }
	#reserva fieldset, #acepto{
		max-width: 600px;
        width: 100% !important;
	}
	#reserva .inputbox {
    /*border: 2px solid #ACDDCF;*/
	padding: 12px 12px 12px 56px;
	}
	.imgform{
		margin: 10px 14px;
	}
	#bt-facebook,
	#bt-google{
		font-size: 1.25em;
		padding: 7px 3% 7px 3%;
		margin: 18px auto;
	}
	.boton-google, .boton-facebook {
		width: 370px;
	}
	form a .imgform2{
		margin:0 20px;
	}
	#bt-usuario{
		font-size: 1.25em;
		padding: 12px 4% 12px 4%;
	}
	.box3{
	width: 40%;
    max-width: 770px;
    right: 56%;
    margin-top: 100px;
    height: 770px;
	}
	.box3 #foto img{
		width: 98%;
    height: 98%;
    max-width: 868px;
	}
	#portada #encuesta{
		padding: 5em 4% 5em 4%;
		border-top: 15px solid #FCEBD6;
        border-bottom: 15px solid #FCEBD6;
	}
	.video-wrap {
        max-width: 700px;
        margin: 0 0 0 47%;
        width: 53%;
        padding: 20px 2% 10px 2%;
    }
	.promo .boton {
        max-width: 720px;
        position: absolute;
        width: 58%;
        margin: 0em 0 0 46%;
        }
	#precio3 {
		transform: scale(1.55);
		margin: -30px 0 30px 8%;
	}
	#precio3 .dot {
       width: 330px;
		margin: -7px auto 1em auto;
    }
	#precio3 .cod span span {
    font-size: 15px;
    margin: 0 5px;
}
	#precio3 .envio.off{
		font-size: 13px;
		letter-spacing: 0px;
	}
	#precio3 .destacado{
		margin-left: -140px;
		padding: 2px 15px;
	}
	#precio4 {
		transform: scale(1.55);
        margin: 0px 0 0 13%;
	}
	#opiniones .fotos{
		margin-bottom: 4em;
		max-height: 367px;
		background: url(../imagenes/opinion-foto1.jpg) no-repeat 0% 100%;
		background-size: 850px;
	}
	#opiniones .fotos img {
    display: block;
    float: right;
    width: 367px;
    height: auto;
    vertical-align: bottom;
 }
	#f-1{
        display: none !important;
	}
	.desplegables div label{
		font-size: 1.2em;
	}
	.box {
    font-size: 1.05em;
}
	#faqs {
    border-bottom: 15px solid #E9E9E9;
}
	#faqs .desplegables {
        max-width: 950px;
    }
}

@media (min-width: 1640px){
	#cabecera .titulo h1 {
    font-size: 4em;
	}
	#cabecera .fdo-wrap .pad0 {}
	#cabecera .descripcion {
    font-size: 1.5em;
    line-height: 1.4em;
	}
	#cabecera h2 {
    font-size: 2em;
    margin: 0.6em auto;
	}
	.fdo-wrap a.bot {
	font-size: 2.75em;
    padding: 0.45em 1.8em 0.5em 1.8em;
    border: solid 6px #ffffff;
    border-radius: 14px;
    margin: 0.3em auto;
	}
	#precio {
    margin-right: 0;
    transform: scale(1.6);
    margin-left: 0%;
	}
	.box3 #precio2 {
    transform: scale(1.6);
    margin-right: 6%;
    top: 120px;
	}
	.box3 #foto img {
    width: 100%;
    height: 100%;
    max-width: 868px;
}
	.box3 {
	width: auto;
    max-width: 960px;
    right: 46%;
    margin-top: 60px;
    height: 600px;
}
	#cabecera .foto {
    height: 638px;
	}
	#disfruta {}
	#recurso1 {
    width: 977px;
    height: 515px;
    margin-top: -480px;
	}
	#recurso1 img {
    width: 977px;
    height: 515px;
    margin-top: 0px;
	}
	#disfruta2 {
    width: 1056px;
    height: 557px;
	}
	#recurso4 img {
    position: relative;
    /* margin: 80px auto 0 -10%; */
    max-width: 1056px;
    max-height: 100%;
    width: 1056px;
    height: 557px;
	}
	a.bot {
    font-size: 1.75em;
    border-radius: 8px;
	}
	#info {
	max-width: 100%;
	}
	#masinfo {
	/*width: 95%;*/
	}
	#masinfo .tips li {
    background: url(../imagenes/item3.png) no-repeat 0em 0.25em;
    background-size: 50px 45px;
    font-size: 1.25em;
    padding-left: 3em;
    padding-right: 1.5em;
	}
	#masinfo h3{
        font-size: 2.5em;
        line-height: 1.3em;
        margin: 0.5em auto 0 auto;
    }
	#masinfo .col1.tips li, #masinfo .col2.tips li {
        font-size: 1.185em;
    }
	#masinfo .ico-tits img{
	width: auto;
    max-height: 164px;
	}
	#comofunciona h3 {
        font-size: 2.7em;
        line-height: 1.3em;
        margin: 0.5em auto 0 auto;
    }
	#opiniones .cols {
	}
	#opiniones .row {
    /*max-width: 1430px;*/
	}
	#opiniones h3 span {
    width: 100%;
	margin-bottom: 0.5em;
	}
	#opiniones h3 img{
		width: 60px;
		height: 48px;
	}
	#opiniones .com_nom {
        font-size: 1.5em;
        padding-top: 0.35em;
    }
	#comofunciona .row{
    width: 100%;
	}
	#comofunciona .cols{
	}
	#comofunciona .tit {
    font-size: 1.875em;
	}
	#comofunciona h3 {
    font-size: 2.8em;
    width: 100%;
    max-width: 1440px;
	}
	#opiniones h3{
	font-size: 3.375em;
	}
	#comofunciona .shape{
    width: 100%;
    height: 350px;
    margin-top: 0px;
	}
	#comofunciona .nro{
		width: 72px;
		height: 72px;
		font-size: 1.4em;
	}

	#opiniones h3, #ediciones h3 {
    font-size: 3.375em;
	}
	pad2 img {
    max-width: 130px;
    height: 146px;
    margin-left: -130px;
	}
	#portada #encuesta {
        border-top: 15px solid #FCEBD6;
        border-bottom: 15px solid #FCEBD6;
    }
	#precio4 {
        margin: 0px 0 0 36%;
    }
	#paso1 h3 {
		font-size: 3.125em;
	}
	.registro {
    max-width: 100%;
	}
	.registro #foto {
        width: 56%;
    }
	.registro #foto img {
        max-width: 100%;
        margin-top: -30px;
    }
	.registro .pad2 {
        width: 44%;
        margin: 0;
    }
	#reserva {
        width: 44%;
        margin: 0;
    }
	#reserva fieldset, #acepto{
		/*max-width: 700px;*/
	}
	#comofunciona{
	padding: 6em 0 !important;
    width: 100%;
    margin: 0 auto;
	}
	#comofunciona .ico-tits .ico-pasos img {
    width: 100%;
    height: auto;
    max-height: 180px;
    }
	#comofunciona .cf2 .tit {
    font-size: 1.57em;
    margin: 0.5em 0 0.35em 0;
    }
	#opiniones{
	padding: 6em 0 3em 0;
	}
	#ediciones{
		/*margin-bottom: 6em;*/
	}
	.fdo-wrap {
    width: 38%;
	height: 450px;
    }
	.fdo-wrap .wrap {
		top: 150px;
	}
	.video-wrap {
        max-width: 830px;
        margin: 0 0 0 44%;
        width: 55%;
        padding: 20px 0 10px 2.5%;
    }
	    .container-video {
        border-radius: 20px 20px 20px 20px;
    }
	#cabecera a.bot {
        font-size: 2.75em;
		max-width: 580px;
    }
    .promo .boton {
    max-width: 820px;
    }
	#precio3 {
	margin: -50px auto 50px 6%;
	}
	.destacado{
		font-size: 1em;
		margin-left: -160px;
	}
	#precio3 .dot{
		width: auto;
		max-width: 330px;
	}
	#precio3 .cod span span {
    display: inline;
    font-size: 17px;
    margin: 0 5px;
}
	#precio3 .envio.off, #precio4 .envio.off{
		font-size: 13px;
		letter-spacing: 0px;
	}
	#portada #encuesta{
		padding: 6em 4% 6em 4%;
	}
	#opinion .com_nom {
		font-size: 1.5em;
	}
	#opinion .valoracion img {
        width: 32px;
        height: 32px;
        max-width: 32px;
		margin: 2px 6px 2px 0px;
	}
	#opinion .com_txt {
        font-size: 1.375em;
		line-height: 160%;
    }
}
@media (min-width: 1921px){
	#opiniones .fotos {
        background-size: 1000px;
        max-width: 2000px;
        margin: 0 auto 4em auto;
    }
}
