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

html {
  font-size: 14px;
  line-height: 1.45em;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}
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;
}

#portada {
  /* max-width: 1800px; */
  width: 100%;
  margin: 0 auto;
}

.cabezal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 43px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 996;
}

.cabezal::before {
  box-shadow: none;
  height: 1px;
}
.cabezal .wrapper {
  background-color: #fff;
  height: 43px;
}

.logo {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  position: absolute;
  top: 0;
  /*-webkit-transition: -webkit-box-shadow 334ms cubic-bezier(0.4, 0, 1, 1);
    transition: -webkit-box-shadow 334ms cubic-bezier(0.4, 0, 1, 1);
    transition: box-shadow 334ms cubic-bezier(0.4, 0, 1, 1);
    transition: box-shadow 334ms cubic-bezier(0.4, 0, 1, 1), -webkit-box-shadow 334ms cubic-bezier(0.4, 0, 1, 1);*/
  z-index: 1001;
}
#portada .logo {
  text-align: left;
  margin: 0;
  max-width: 130px;
  padding: 3px 0px 0px 10px;
}
.logo img {
  vertical-align: top;
}
#menu1 {
  float: right;
  margin-right: 10px;
  margin-top: 8px;
  display: block;
}
#menu1 a {
  display: block;
  padding: 0.095em 0.45em 0.095em 0.65em;
}

.botmenu {
  border-radius: 4px;
  outline: none;
  text-decoration: none;
  text-align: center;
  font-family: 'Century Gothic', Futura, sans-serif;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.9em;
  letter-spacing: 1px;
  cursor: pointer;
  background: #ff5c26;
  padding-left: 0.3em;
}
.pre-content {
  position: relative;
  width: 100%;
  height: 43px;
}
/*fondos*/
.bannerhead {
  min-height: 220px;
  background-position: 55% 0%;
  background-image: url(../imagenes/fdo-small1-bis1.jpg);
  background-repeat: no-repeat;
  background-size: auto 228px;
  margin-top: 0;
}
#cabecera {
  min-height: 343px;
  text-align: center;
  margin: 0 auto;
	position: relative;

}
#cabecera .fdo-wrap {
  background-image: url('../imagenes/fdo-cabecera.jpg');
  background-repeat: repeat-x;
}
#content {
  position: relative;
  min-height: 100%;
  /*-webkit-transform: translate(0, 0, 0);
    transform: translate(0, 0, 0);*/
  background: #ffffff;
}
#footer {
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  width: 100%;
  clear: both;
  background: #f6f6f6;
}
#footer .wrap,
#info {
  margin: 0 auto;
  width: 96%;
}
.copyright,
.nav {
  text-align: center;
}
.logopie {
  margin: 0 auto !important;
  float: none;
  display: block;
}
/**/
#cabecera .titulo,
#cabecera .subtitulo {
  font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
  width: 96%;
  margin: 0 auto;
  color: #525252;
}
#cabecera .titulo h1 {
  font-size: 2.2em;
  line-height: 1em;
  font-weight: bold;
  margin: 0 auto;
  text-transform: uppercase;
}
#cabecera .subtitulo h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0.3em auto 0.5em auto;
}

#precio {
  height: 104px;
  width: 104px;
  max-width: 104px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  left: 58%;
  top: 2%;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
}
#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: #ffffff;
  padding: 5% 0 0 0;
  width: 100%;
  font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
  font-weight: bold;
  word-wrap: break-word;
  text-align: center;
}
.oferta .valor {
  margin: 0.05em auto 0.1em auto;
  font-size: 1.9em;
  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.9em;
  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: 1em;
    display: inline-block;
    line-height: 90%;
}
.envio {
  color: #ffffff;
  font-size: 10px;
  line-height: 120%;
  margin: 0 auto;
  letter-spacing: 1px !important;
  padding: 0 0 0 3px;
}
.envio.off{
	display: none;
}
.tit {
  font-size: 1.72em;
  line-height: 1em;
  margin: 0.7em auto;
  font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
#masinfo {
  margin-bottom: 1em;
}
#masinfo li {
  list-style-type: none;
  background: url(../imagenes/item.jpg) no-repeat 0.4em 0.3em;
  padding-left: 1.4em;
  margin-bottom: 0.4em;
  line-height: 1.3em;
  font-size: 1.15em;
  color: #666666;
}
.boton {
  padding: 0.15em 0;
  text-align: center;
  margin: 0 auto;
}
#masinfo .boton {
  margin: 1em auto;
}
a.bot,
#bot2 {
  display: inline-block;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff  !important;
  font-family: 'Century Gothic', Arial, Helvetica, sans-serif !important;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  background: #ff5c26;
  border-radius: 10px;
  border: 4px solid #e8e8e5;
  font-size: 1.8em;
  padding: 0.4em 1.1em 0.45em 1.2em;
}
#boton,
.botm {
  font-family: 'Century Gothic', 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.8em;
  line-height: 1.9;
  /*padding:0.4em 1.2em 0.5em 1.2em;*/
  font-weight: bold;
  letter-spacing: 2px;
  border: 4px solid #ffccbb;
  border-radius: 12px;
  cursor: pointer;
  outline: none;
  background: #ff5c26;
  min-width: 200px;
}
/*estaban antes*/

#disfruta {
  width: 57%;
  float: left;
  margin-left: -7%;
  max-width: 479px;
}
#box {
  width: 47%;
  float: right;
  text-align: right;
  margin-top: 16%;
  max-width: 412px;
}
#recurso1 img,
#box img,
#box2 img {
  vertical-align: bottom;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#invitacion {
  clear: both;
  position: relative;
  background: #ffe7df;
  border-top: 4px solid #ffffff;
}
#reserva {
  padding: 2.5em 3.5% 3.5em 3.5%;
  z-index: 30;
  position: relative;
}
.tit2 p {
  color: #666666;
  font-size: 2em;
  font-weight: bold;
  line-height: 0.9em;
  margin: 0.4em auto 0.4em auto;
  /* width: 62%; */
  font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
  text-align: center;
}
.tit2 span {
  /*font-size: 0.85em;*/
  white-space: nowrap;
  text-transform: uppercase;
  line-height: normal;
}
.nav {
  padding: 0.3em 0em;
}
.nav li {
  margin: 0px;
  padding: 0em 0.7em 0em 0em;
  display: inline;
  background: none;
  font-size: 0.95em;
  white-space: nowrap;
}
.small {
  font-size: 0.95em;
  line-height: 1.35em !important;
}
a,
.nav a {
  text-decoration: none;
  color: #128a98;
  white-space: nowrap;
  outline: none;
}
a:hover,
.nav a:hover {
  color: #999999;
}

/*form*/
form {
  max-width: 500px;
  margin: 0 auto;
}
label {
  display: block;
  width: 30%;
  float: left;
  font-size: 1em;
  padding: 0.45em 0.35em 0.35em 0em;
  line-height: 1.2em;
  text-align: right;
}
#acepto {
  margin: 0 auto !important;
}
#tratamiento {
  width: 65%;
}
#hijos,
#mascotas {
  float: left;
  width: 65%;
  clear: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#tratamiento label,
#hijos label {
  width: auto;
  margin-right: 0.6em;
}
#mascotas label {
  width: auto;
  margin-right: 0.6em;
}
#acepto label {
  width: 100% !important;
  font-size: 0.95em;
  padding: 1em 0em 0.5em 0em;
  line-height: 1.5em;
  text-align: center;
}
input,
select,
textarea,
.inputbox {
  padding: 3px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin: 2px 2px;
  font-size: 1em;
}
.inputbox {
  border: 1px solid #ffccbb;
  background: #ffffff;
  width: 100%;
  border-radius: 0px !important;
  box-shadow: none !important;
}
select.inputbox {
  border: 1px solid #ffccbb;
  background: #ffffff;
  width: auto;
  /*max-width:65%;*/
  margin-top: 4px;
  border-radius: 0px !important;
  box-shadow: none !important;
}
#form1 div,
#form2 div {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  clear: both;
}
.fix {
  vertical-align: middle;
  padding: 0;
  float: left;
  width: 68%;
  clear: none !important;
  margin-top: 0 !important;
}
fieldset {
  padding: 0;
  border: 0px;
  width: 100%;
  margin: 0 auto;
}
input[type='checkbox'],
input[type='radio'] {
  margin: 1px 3px;
  border: #ffccbb;
  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;
}
#form1 select,
#form1 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 #ffccbb;
  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;*/
}

/*mensajes set2022*/
.mensajes {
  display: table;
  margin: 0 auto;
  font-size: 13px;
  line-height: 110%;
}
.mensajes img {
  max-width: initial;
  float: left;
  margin-right: 2px;
}
#error span,
.error {
  color: #cc0000;
  text-align: left;
}
#exito span,
.exito {
  color: #336699;
  text-align: left;
}
.cell2 {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 2px;
}
.inputbox.valido {
  color: #3d8c96 !important;
}
/*cambio clase*/
.user span {
  display: none;
}
.user .oldclass {
  color: #cc0000;
  display: block;
}
.user .newclass {
  font-size: 11px;
  line-height: 110%;
  margin: 0px 0px 0px 32%;
  color: #cc0000;
  left: 0px;
  display: block;
  clear: both;
}
#miconditions.newclass {
  margin: 0px 0px 0px 0;
  text-align: center;
}
/*pagpago ???*/
/*galeria*/
.slider {
  width: 95%;
  margin: 2.5% auto;
}
.slick-slide {
  margin: 0px 20px;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

/*.slick-slide img {
      width: 100%;
}*/

.slick-prev:before,
.slick-next:before {
  color: #eeeeee;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}
.slick-prev {
  left: 0px !important;
  position: absolute;
  z-index: 1;
}
.slick-next {
  right: 0px !important;
  position: absolute;
  z-index: 1;
}

#galeria {
  font-family: 'Century Gothic', Futura, sans-serif;
  text-align: center;
  background-image: url('../imagenes/solapa.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

#galeria p {
  margin: 0.3em 0;
  font-size: 115%;
  line-height: 145%;
}
p.valoracion {
  font-size: 100% !important;
  margin: 0 auto;
}
.slick-slide .valoracion img {
  width: 16px;
  height: 16px;
  max-width: 16px;
  margin: 2px 3px;
  display: inline-block;
  vertical-align: top;
}
#galeria .com_tit {
  color: #d8799d;
  font-weight: bold;
  line-height: 120%;
}
#galeria .com_txt {
  line-height: 143%;
}
#galeria .com_nom {
  font-size: 104%;
}
#galeria div.line {
  width: 25%;
  margin: 10px auto;
  height: 2px;
  border-bottom: 1px dotted #cccccc;
}

@media (hover: hover) {
  /* when hover is supported */
  #boton:hover,
a.bot:hover,
.botm:hover,
.botmenu: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);
}
}

@media (visited: visited){
	#boton:visited,
a.bot:visited,
.botm:visited,
.botmenu:visited {
  background: #ff5c26 !important;
	color:#ffffff !important;
}
}

@media (max-device-width: 320px) {
}

@media (max-device-width: 480px) {
  #cabecera .titulo h1 {
    font-size: 1.9em;
    line-height: 1.1em !important;
  }
  #masinfo li {
    font-size: 1.1em;
    line-height: 1.35em;
  }
  #reserva {
    padding: 2.5em 2.5% 3em 2.5%;
  }
}

@media (min-width: 413px) {
  .bannerhead {
    min-height: 290px;
    /*background-position: 35% 0%;*/
    background-image: url('../imagenes/fdo-small1-bis1.jpg');
    background-repeat: no-repeat;
    background-size: auto 290px;
    margin-top: 0;
  }
}
@media (min-width: 481px) {
  .bannerhead {
    min-height: 340px;
    background-position: 55% 0%;
    background-image: url(../imagenes/fdo-small1-bis1.jpg);
    background-repeat: no-repeat;
    background-size: auto 340px;
    margin-top: 0;
  }
  .cabezal::before {
    background: #ffffff;
    bottom: 0;
    content: '';
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    /*box-shadow: 0px 8px 5px -3px rgba(0,0,0,0.1);*/
  }
  .cabezal,
  .cabezal .wrapper,
  .pre-content {
    height: 56px;
  }
  #menu1 a {
    font-size: 1.3em;
  }
  #portada .logo {
    max-width: 165px;
  }
  .tit {
    font-size: 2em;
  }
  #disfruta {
    width: 50%;
    margin-left: 8%;
    max-width: 240px;
  }

  #box {
    float: right;
    margin-top: 0%;
    width: 42%;
    max-width: 230px;
  }
  #precio {
    transform: scale(1.2);
  }
  #precio2 {
    transform: scale(1.2);
    margin-top: -75px;
  }
}

/*@media (min-width: 600px){
.bannerhead{
	min-height: 435px;
    background-position: 35% 0%;
    background-image: url(../imagenes/fdo-small1.jpg);
    background-repeat: no-repeat;
    background-size: 768px auto;
    margin-top: 0;
}
	.cabezal, .cabezal .wrapper, .pre-content {
    height: 52px;
}
}*/

@media (max-width: 690px) {
  a.bot {
    font-size: 1.6em;
  }
  #boton,
  .botm {
    font-size: 1.6em;
    margin: 0 auto;
  }

  #info {
    width: 96%;
    padding: 0em 4.5% 0.5em 4.5%;
    max-width: 500px;
  }
}

@media (min-width: 691px) {
  .cabezal,
  .cabezal .wrapper,
  .pre-content {
    height: 66px;
  }
  #portada .logo {
    max-width: 190px;
    padding: 3px 0px 0px 15px;
  }
  #menu1 a {
    font-size: 1.45em;
    line-height: 2em;
    padding: 0 0.9em 0 1em;
  }

  #menu1 {
    margin-right: 2%;
    margin-top: 1.5%;
  }
  .bannerhead {
    height: 430px;
    background-position: 50% 0%;
    background-image: url(../imagenes/fdo-small1-bis1.jpg);
    /* background-repeat: no-repeat; */
    background-size: auto 445px;
  }

  #cabecera .wrap {
    width: 94%;
    margin: 0 auto;
  }
  #cabecera .titulo h1 {
    font-size: 2.75em;
    line-height: 120%;
  }
  #cabecera .subtitulo h2 {
    font-size: 1.35em;
    line-height: 145%;
    margin: 0.3em auto 0.9em auto;
  }
  a.bot {
    font-size: 2em;
    border: 6px solid #e8e8e5;
    border-radius: 12px;
    padding: 0.4em 1.3em 0.5em 1.45em;
  }
  #boton {
    font-size: 2em;
    line-height: 1.9;
    border: 6px solid #ffccbb;
    border-radius: 12px;
    /*padding: 0.4em 1.35em 0.5em 1.35em;*/
    min-width: 256px;
  }
  #precio {
    transform: scale(1.5);
    left: 60%;
    top: 7%;
  }
  #precio2 {
    transform: scale(1.5);
    left: 6%;
    top: 5px;
  }

  .dot2 {
    background-color: #16a6b6;
  }
  .oferta {
    padding-top: 6%;
  }
  .envio,
  .oferta {
    transform: scale(0.9);
  }
  .valor {
    transform: scale(1.14);
    margin: 0.1em auto 0.1em auto;
  }
  .dto .valor {
    margin: 0.1em auto 0.1em auto;
  }
	.oferta.cod {
    padding: 0.2em 0em 0em 0;
    line-height: 100%;
    transform: scale(0.8);
}
	.oferta.cod .valor {
    margin: 0.15em auto 0.1em auto;
    font-size: 2.1em;
}
.oferta.cod .valor span {
    /*letter-spacing: -1px;*/
    font-size: 0.85em;
    display: inline-block;
    margin: 2px 0 0 0;
    line-height: 90%;
}
	.cod span span {
    line-height: 100%;
}
	.envio.off {
    display: block;
    margin-top: -5px;
    line-height: 105%;
}
  .dot2 {
    background-color: #16a6b6;
  }

  .slider {
    width: 100%;
    margin: 0% auto;
  }
	.slick-slide {
  margin: 0px 20px;
}
  #galeria {
    max-width: 600px;
    margin: 1em auto 0 auto;
  }
  #galeria p {
    margin: 0.3em 0;
    font-size: 125%;
  }
  #galeria .com_nom {
    font-size: 115%;
  }
  .slick-slide .valoracion img {
    width: 22px;
    height: 22px;
    max-width: 22px;
    vertical-align: bottom;
  }
  p.valoracion {
    font-size: 100% !important;
    margin: 0.5em auto 1em auto !important;
  }
  #info {
    /* width: 100%; */
    margin: 4em auto 3em auto;
    position: relative;
    z-index: 1;
  }
  #info .boton {
    display: none;
  }
  #masinfo {
    /*width: 76%;*/
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  #masinfo .tit,
  .tit2 p {
    font-size: 2.3em;
  }
  .tit2 span {
    display: inline-block;
    font-size: inherit;
  }
  #masinfo li {
    font-size: 1.2em;
    margin-bottom: 0.55em;
  }

  #disfruta {
    width: 33%;
    float: left;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 0;
  }

  #box {
    width: 30%;
    float: right;
    margin-top: 0%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
  }
  #reserva {
    padding: 4em 3.5% 4em 3.5%;
  }
  #dia {
    /* width: 70px !important; */
  }
  #mes {
    /* width: 120px !important; */
  }
  #anyo {
    /* width: 110px !important; */
  }
  .user label {
    display: block;
    width: 27%;
  }
  .user .newclass {
    margin: 0px 0px 0px 28%;
  }

  #acepto {
    margin: 0 auto !important;
    width: 65%;
  }
  #ir {
    height: 60px;
  }
}

@media (min-width: 1020px) {
  .cabezal,
  .cabezal .wrapper,
  .pre-content {
    height: 66px;
  }
  .cabezal::before {
    box-shadow: 0px 8px 5px -3px rgba(0, 0, 0, 0.1);
  }
  #portada .logo {
    max-width: 190px;
    padding: 3px 0px 0px 15px;
  }
  #menu1 a {
    font-size: 1.45em;
    line-height: 2em;
    padding: 0 0.9em 0 1em;
  }

  #menu1 {
    margin-right: 2%;
    margin-top: 1.3%;
  }
  .bannerhead {
    height: 510px;
    background-position: 53% 0%;
    background-image: url(../imagenes/fdo-big2.jpg);
    background-repeat: no-repeat;
    background-size: 1320px auto;
    margin-top: 0;
    position: absolute;
    width: 100%;
  }
  #cabecera .wrap {
    background-image: none;
    width: 42%;
    position: absolute;
    z-index: 10;
    top: 50px;
    margin: 0 0 0 3%;
  }
  .galeria-wrap {
    width: 42%;
    position: relative;
    z-index: 10;
    margin: 0 0 0 3%;
  }
  #cabecera .titulo h1 {
    font-size: 2.9em;
    line-height: 120%;
  }
  #cabecera .subtitulo h2 {
    font-size: 1.35em;
    line-height: 145%;
    margin: 0.3em auto 0.9em auto;
  }
  #precio {
    transform: scale(1.5);
    left: 72%;
    top: 17%;
  }
  #precio2 {
    transform: scale(1.5);
    left: 79%;
    top: 10%;
  }

  .dot2 {
    background-color: #16a6b6;
  }
  .envio,
  .oferta {
    transform: scale(0.9);
  }
  .valor {
    transform: scale(1.14);
  }
  .slider {
    width: 100%;
    margin: 0% auto;
  }

  #galeria {
    margin-top: -20px;
    padding-top: 10px;
    background-size: 92%;
    background-position: 50% 0;
    min-height: 230px;
  }
  #galeria p {
    margin: 0.3em 0;
    font-size: 123%;
  }
#galeria p.long{
	font-size: 115%;
}
  #galeria .com_nom {
    font-size: 115%;
  }

  p.valoracion {
    font-size: 100% !important;
    margin: 0.5em auto 0.5em auto !important;
  }
  #info {
    width: 100%;
    margin: 0em 0% 2em auto;
    display: table;
  }
  #info .boton {
    display: none;
  }
  #masinfo {
    width: 60%;
    max-width: 470px;
  }
  #masinfo .tit {
    font-size: 2.3em;
    text-align: left;
  }
  #masinfo .tit,
  .tit2 p {
    font-size: 2.4em;
  }
  .tit2 span {
    display: inline-block;
    font-size: inherit;
  }
  #masinfo li {
    font-size: 1.2em;
    margin-bottom: 0.55em;
  }

  #disfruta {
    width: 28%;
    position: absolute;
    top: -10%;
    right: 3%;
    max-width: 100%;
  }
  #recurso1 {
    max-width: 454px;
  }

  #box {
    width: 25%;
    float: right;
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
  #recurso3 {
    visibility: visible;
    height: auto;
    width: auto;
    clip: auto;
    margin-top: -55%;
  }
  #box2 {
    visibility: visible;
    width: 32%;
    position: absolute;
    z-index: 5;
    left: -6%;
    bottom: 0;
    clip: auto;
    height: auto;
    max-height: 650px;
  }
  #reserva {
    padding: 2.5em 3.5% 3.5em 3.5%;
  }
  #acepto {
    margin: 0 auto !important;
    width: 100%;
  }
  #footer {
    padding-top: 2em;
    padding-bottom: 1.5em;
  }
  .copyright {
    width: 100%;
    text-align: left;
    margin: 0em 0em 0em 0.5em;
    float: left;
  }
  .copyright .small {
    /* float:left; */
  }
  .copyright div {
    display: table;
    width: 100%;
  }
  .nav {
    padding: 0.5em 0;
    text-align: left;
    /* float: left; */
  }
  .logopie {
    margin: -15px 3px 0px 0px !important;
    float: left;
  }
  .marcapie {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1320px) {
  .bannerhead {
    background-size: 1650px auto;
    height: 630px;
  }
#cabecera {
    min-height: 430px;
}
  #cabecera .titulo h1 {
    font-size: 3.7em;
  }
  #cabecera .subtitulo h2 {
    font-size: 1.7em;
    line-height: 145%;
    margin: 0.3em auto 0.9em auto;
  }
  .cabezal,
  .cabezal .wrapper,
  .pre-content {
    height: 76px;
  }
  #portada .logo {
    max-width: 100%;
    padding: 3px 0px 0px 15px;
  }
  #menu1 a {
    font-size: 1.95em;
    line-height: 2em;
    padding: 0 1.1em 0 1.3em;
    border-radius: 6px;
  }
  #menu1 {
    margin-right: 2%;
    margin-top: 0.7%;
  }
  a.bot {
    font-size: 2.7em;
    border: 8px solid #e8e8e5;
    border-radius: 15px;
    padding: 0.4em 1.3em 0.5em 1.45em;
  }
  #boton {
    font-size: 2.7em;
    border: 8px solid #ffccbb;
    border-radius: 15px;
    /*padding: 0.4em 1.35em 0.5em 1.35em;*/
    line-height: 2;
    min-width: 336px;
  }

  .slick-slide .valoracion img {
    width: 28px;
    height: 28px;
    max-width: 28px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 26px;
  }
  p.valoracion {
    font-size: 130% !important;
    margin: 0.5em auto 1em auto !important;
  }
  #galeria {
    background-size: 100%;
	min-height: 300px;
  }
  .slider {
    width: 96%;
    margin: 0% auto;
  }

  #galeria p {
    margin: 0.3em 0;
    font-size: 152%;
  }
	#galeria p.long{
		font-size: 140%;
	}
  #galeria .com_nom {
    font-size: 145%;
  }
  #masinfo {
    max-width: 45%;
  }
  #masinfo {
    max-width: 600px;
  }
  #masinfo li {
    font-size: 1.5em;
    margin-bottom: 0.55em;
    background-size: 14px;
  }
  #masinfo .tit,
  .tit2 p {
    font-size: 3em;
  }
  #precio {
    transform: scale(1.9);
    left: 72%;
    top: 17%;
  }
  #precio2 {
    transform: scale(1.9);
    left: 79%;
    top: 10%;
  }
  .oferta span {
    font-size: 0.7em;
  }
  .envio {
    transform: scale(0.85);
  }
  form {
    max-width: 610px;
  }
  .mensajes {
    font-size: 1.1em;
  }
  .user label {
    font-size: 1.3em;
    width: 30%;
  }
  .user .newclass {
    margin: 0px 0px 0px 31%;
    font-size: 13px;
  }
  #form1 select,
  #form1 select option {
    border: 2px solid #ffccbb;
  }
  .inputbox {
    font-size: 1.3em;
    border: 2px solid #ffccbb;
  }

  #acepto {
    width: 100%;
  }
  #acepto label {
    width: 100% !important;
    font-size: 1.1em;
  }
  #box {
    max-width: 423px;
  }
  #box2 {
    left: -5%;
  }
  .copyright .small,
  .nav a {
    font-size: 1.1em;
  }
}

@media (min-width: 1640px) {
  .bannerhead {
    background-size: 1920px auto;
    height: 717px;
  }
  .cabezal,
  .cabezal .wrapper,
  .pre-content {
    height: 84px;
  }
  .logo img {
    width: 210px;
  }
  #menu1 a {
    font-size: 2em;
  }
#cabecera {
    min-height: 500px;
}
  #cabecera .titulo h1 {
    font-size: 4em;
  }
  #cabecera .subtitulo h2 {
    font-size: 1.9em;
  }
  #cabecera .wrap {
    top: 87px;
    width: 38%;
    margin: 0 6%;
  }
.galeria-wrap {
    margin: 0 0 0 4%;
}
	#galeria {
    max-width: 620px;
		padding-top: 20px;
}
  #galeria p {
    margin: 0.3em 0;
    font-size: 165%;
  }
#galeria p.long {
    font-size: 150%;
    line-height: 150%;
}
  #masinfo {
    max-width: 670px;
  }
  #masinfo li {
    font-size: 1.65em;
    margin-bottom: 0.6em;
  }
  #info {
    margin: 1em 0% 4em auto;
  }
  #masinfo .tit,
  .tit2 p {
    font-size: 3.35em;
  }
  #disfruta {
    top: 0;
  }
  #precio2 {
    left: 76%;
  }
  #box2 {
    max-height: 700px;
    left: 2%;
  }
}
