:root {
    --brand-color-bg: #d8b989 !important; 
} 
@font-face {
  font-family: "GaramondR", serif;
  src: url("fonts/EBGaramond-Regular.ttf") ;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GaramondB", serif;
  src: url("fonts/EBGaramond-Bold.ttf") ;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "DoulosN", serif;
  src: url("fonts/DoulosSIL-Regular") ;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FuturaN", sans-serif;
  src: url("fonts/Nunito-Regular.ttf") ;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FuturaB", sans-serif;
  src: url("fonts/Nunito-Bold.ttf") ;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }

@font-face {
   font-family: "FuturaL", sans-serif;
  src: url("fonts/Nunito-Light.ttf") ;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }
  
* {padding: 0;}

html {
  scroll-behavior: smooth;
}
.display-mobile  {display:none !important;}

body {
	background-color: #fff;
    color: #444546;
	margin:0 auto;
  overflow-x:hidden;
}

h2, h3 {font-family:GaramondR !important;}
h1 {font-size:2.5rem; font-family: DoulosN !important; font-style: italic; text-align:center;}
h2 {font-size:2 rem;}   

ul {margin-left:25px;}

p {font-size: 16px;
    letter-spacing: 0;}
 a{text-decoration:none !important;}
td {width:50%; padding:15px;}
.letra12 {
    font-style: italic;
    font-weight: bold;
}
.left {text-align:left !important;}

figure {margin: 0px !important;}



.hover03 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	opacity: .5;
}

figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.raya {
    width: 7.5rem;
    border-bottom: 1px solid #d8b989;
    margin: 1.25rem auto;
    display: block;
}
.wrap{width: 500px; position: absolute;
    left: 627px; transform: rotate(-28deg);}
.seccion {clear:both; padding-top:70px; position: relative; margin: auto;}
.seccion h2{text-align:center;}
.ancho1360 {max-width:1360px; margin:auto;}

.boton {
    font-family: GaramondR;
    background-color: #d8b989;
    color: #fff;
    padding: 17px 35px;
    text-decoration: none;
    font-size: .75rem;
    font-weight: bold;
}

.img-text {
    width: 100%;
    margin-top: -70px;
    color: #fff;
    padding: 0px 30px;}
.img-text h3 {margin-bottom:0px; line-height: 1.5rem;}
.texto-cen {text-align: center;}
.room-text a {
    line-height: 50px;
    letter-spacing: 3px;
}
.boton-blanco {
    color: #212529;
    background: #fff;
    border: 1px #d8b989 solid;
    padding: 10px 20px;
}
.rombo-inclinado {width: 500px; position: absolute; left: 627px; transform: rotate(-28deg);}

.mod-languages {
    position: fixed;
    top: 23px;
    right: 0px;
    z-index: 9999999;
  width:50px;
}
.li-mx { display:none !important;}
div.mod-languages a {
 text-decoration: none;
    font-size: 21px;
    color: #000;
} 
.flechas-room1, .flechas-room2, .flechas-room3, .flechas-room4, .flechas-room5, .flechas-room6, .flechas-room7, .flechas-room8, .flechas-room9, .flechas-room10, .flechas-room11, .flechas-room12 {position:relative;}
*****************/
.raya {    
   width: 7.5rem;
   border-bottom: 1px solid #d8b989;
   margin: 1.25rem auto;
   display: block;
}
.raya-izq {
   width: 5rem;
   border-bottom: 1px solid #d8b989;
   display: block;
  margin-bottom:15px;
}
  /************* Back to top **********/
#button-top {
  display: inline-block;
  background-color: #d8b989;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-top:active {
  background-color: #555;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}

/**********Signup************/
.rsform{

    background: url(/images/layout/sign-up.jpg);
  background-size: cover;
    padding-top: 223px;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    font: inherit;
    vertical-align: baseline;
background-position: center bottom;
}
#Email {width: 500px;
    height: 50px;
    margin-left: 51px;
    border-radius: 0px;}
.col-form-label {display:none;}
.rsform-block-email {width: 563px; float: left;}
#Submit{width: 132px; height: 49px; border-radius: 0px; background-color: #d8b989; border:none;}
#rsform_1_page_0 {padding-bottom:50px;}

.signup {clear:both; padding-top: 80px;}
.signup-image{padding-top: 327px;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  .aa{position: absolute;
    margin-top: -246px;
    width: 35rem;
    padding: 3rem;}
  .aa h2,
  .aa p{color:#fff;text-align:left;}
  .aa p{color: #fff;
    text-align: left;
    margin-bottom: 1.25rem;
    font-size: .9375rem;
    line-height: 1.3125rem;
    letter-spacing: 0;
        }
.signup-image img{    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

    }

   .raya-blanca {width: 7.5rem;
    border-bottom: 1px solid #fff;
    display: block;
}
 
 
  .boton-cafe {background-color: #4e2200; color: #fff;padding: 17px 35px; text-decoration:none; font-size: .75rem; font-weight: bold;}

/************** bOOKING eNGINE **************/
.wrapper-rh-h {margin-top: -5rem !important;}
.form-input{
  padding: 1rem;
    border: 3px solid var(--brand-color-bg);
    box-shadow: 0 2px 5px grey;
    background-color: #eceae6 !important;
    justify-content: center;justify-content: center;
}

.p-0 {margin: auto !important;}
.widget-rh-h {z-index: 999; width:1080px !important;}
.airport-wrapper-h {width: 287px !important;}
.dropdown__field {width:150px !important;}
.check-in-out {width:280px !important;}
.active-tab-rh-H {background: #d8b989 !important;}

.form-input {border:none !important; background:#fff;}

.col-lg-12 mt-3 btn-wrapper-rh-h{
    width: 164px !important;
}
.col-lg-12 {width: auto !important; max-width:100%;}
.post {border: none; box-shadow: none !important; padding: 8px 30px !important; background: #d8b989 !important; }
.post-title {color:#fff !important;}
form .mt-3 {margin-top: 6px !important;}
.check-in-label, .check-out-label {font-size: 13px; font-weight: 100 !important;}
.check-in-date, .check-out-date {font-size: 15px !important;}
.widget-rh-h .check-in, .widget-rh-h .check-out  {color:#000 !important;}

.tabs-rh-h {justify-content:center;}
.wrapper-rh-h .tabs-rh-h li a {border-radius:0px !important; }
.wrapper-rh-h .tabs-rh-h li {margin: 0px 10px;}
.autoComplete_wrapper { height: 3rem !important;}
.selectdiv:after {top:7px !important;}
.wrapper-rh-h .field-icon { height: auto !important;}
.item-offer-details {width:95% !important;}
  /************ Header - Menu ***********/
#myBtn {float: left;
    margin-top: 22px;
    margin-left: 15px;
       position:absolute;
       z-index:999;}
#header {
   width:100%; 
   height:157px; 
   position:fixed;
   z-index:999999;
}
#header:hover {
   background-color:#f1efeb;
}
#top{
   margin: 0 auto; 
   border-bottom: 1px solid #ddd; 
   height:78px;
  color:#fff;
}
#header-izq {float:left; margin-top: 22px; margin-left:50px;}
#header-izq p{margin:0px;}
#header-izq a, #header-der a, #tel {text-decoration:none; color:#fff;}
#header-der {float: right; position: relative; margin-top: -59px; margin-right:50px;}
.hide {display: none;}
.tel:hover + .hide {
   display: block; 
   color: #fff; 
   background-color:#4e2200;
   position:absolute; 
   z-index:999999;
   font-size:1.5rem; 
   margin:23px 120px;
}
.fa {margin: 8px; font-size:20px !important;}
.logo {
  width:339px; 
  margin:0 auto;
}
.logo img {
   height: 77px; 
   margin: 0 auto; 
   display: block;
}
.reservation-boton{
  font-family:GaramondR;
    background-color: #d8b989;
    color:#fff;
    padding: 7px 30px;
   text-decoration: none; 
    font-size:12px; 
  font-weight:bold;
  margin-left:10px;
}
#lang {color: #fff;
    font-size: 17px;
    margin: 0px 7px;
       position:relative;
      top:3px;}
#lang1 {color: #fff; font-size: 17px; margin: 0px 20px; float:right; position:relative; display:none; top:3px;}
#tel1 {color: rgb(0, 0, 0);
    margin-right: 10px;
    position: relative;
    top: 2px;}
#rombo{display:none; float:left; width:48px; margin-left:60px;}
#rombo img {width:100%;}
#reservation-boton  {
  font-family:GaramondR;
    float: right;
    position: relative;
    margin-top: 0px;
    background-color: #d8b989;
    color:#fff;
    padding: 7px 30px;
   text-decoration: none; 
    font-size:12px; 
  font-weight:bold;
  display:none;
  float:left;
}
#fa6 {display:none; color:#000; float:left; cursor:pointer;}

.header{
    position:relative;
    max-width:100%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    z-index:1;
    height: 78px;
}
.header a{
    text-decoration:none;
    color:#fff;
 }
.header ul{
    list-style:none;
    margin:0px;
}
#der, #izq {width:180px !important; }
#tel1, #tel2 {display:none;}

.menu-items {
    display:flex;
    align-items:center;
}
.menu-items li {
    padding: 10px 28px;
    transition: background 0.3s ease-in-out;
    font-size: 12px;
    letter-spacing: 2px;
}
.mega-menu {
      background: #f1efeb;
    position:absolute;
    left:0;
    width:100%;
  margin-top: 0px;
    top:76px;
    opacity:0;
    visibility:hidden;
    transition: all 0.3s ease;
}
.mega-menu .content{
    padding:2.5rem;
    width:100%;
   max-width: 1200px;
    margin: 0 auto;
}


.mega-menu p {color:#4e2200;}

.mega-menu .content1{
    background: #f1efeb;
    padding:2.5rem;
    display:grid;
    grid-template-areas: 'weddings events rfp rfp';
    gap: 1rem;
    width:100%;
    justify-content: space-between;
}
.col1 {display:inline-flex;}
.menu-cell{width: 25%; margin-left: 30px;}
.menu-cell img {width:100%;}
.menu-cell h3 {font-size: 15px; font-family: serif;    color: #4e2200; font-style: italic; padding-top: 13px; font-weight: 500;}
#col4 p {font-size: 13px; line-height: 15px;}
.boton-cel {border: 1px solid; padding: 10px 50px; color: #000 !important;}
.boton-cel:hover { background-color: #d8b989; color:#fff !important; border:#d8b989 1px solid;}
.content h2 {text-align: left; font-size: 23px; font-style: italic;}
.content .col {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    line-height:3rem;
    margin-left:20px;
}
  .col-wed {grid-area:weddings;}
  .col-eve {grid-area:events; margin-left:20px;}
  .col-rfp {grid-area:rfp; margin-left:20px;}
.content .col .img-wrapper {
    display:block;
    position:relative;
    width:100%;
    height:71px;
    overflow:hidden;
    margin-bottom: 20px;
}
.content .col .img {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}
.content .col img {
    width:71px;
    height:85px;
    transition: transform 0.3s ease-in-out;
    height: auto !important;
    margin: unset !important;
}
.content .col .link-text {
    margin-left: 81px;
    padding-top: 10px;
    display: flex;
    text-transform: uppercase;
}
.content .col .link-text1, .content1 .col-wed .link-text1,.content1 .col-eve .link-text1 {
    font-size: 12px;
    margin-left: 81px;
    padding-top: 16px;
    display: flex;
    line-height: 16px;
    text-transform: uppercase;
}
.content1 .col-wed .link-text1,.content1 .col-eve .link-text1 {margin-left:0px;}
.content .col .link-text2 {
    margin-left: 81px;
    display: flex;
    line-height: 30px;
    color:#d8b989;
}
.content .col .img-wrapper:hover img {
    transform: scale(1.1);
}
.content .col .img-wrapper .link-text {
  display: inline-block;
  position: relative;
}

.content .col .img-wrapper::after .link-text{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;

}
.content .col .img-wrapper:hover::after .link-text{
  transform: scaleX(1);
  transform-origin: bottom left;
}
.content .col .img-wrapper:hover .link-text, 
.content .col .img-wrapper:hover .link-text1,
.content1 .col-wed .img-wrapper:hover .link-text1,
.content1 .col-eve .img-wrapper:hover .link-text1{
    text-decoration:underline;
}
.content .col h2, .content1 .col-wed h2, .content1 .col-eve h2 {
    background: none;
    font-size: 1rem;
    color:#d8b989;
    text-align: initial;
    letter-spacing:3px;
}
.separador {
  border-right: 1px solid #ddd; 
  padding-right:20px;
}
.col .mega-links li, .col .mega-links li a { 
  padding: 0 1rem; 
}
.menu-items li:hover .mega-menu {
    top:60px;
    opacity:1;
    visibility: visible;
}


  /***************** Mobile *************/
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    /* z-index: 1; */
    top: 0;
	right: 0;

		background-color:#eceae6 !important;
	opacity:.9;
    /*background-color: rgba(236,240,235) !important; */
    overflow-x: hidden; 
    transition: 0.5s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.overlay-content {
	position: relative;
    top: 50%;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -376px;
}

#myModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 425px; /* Full width */
  max-width:100%;
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}

#myBtn { cursor:pointer;}
#overlay {
    height: 100%;
    width: 0;
    position: fixed;
    /* z-index: 1; */
    top: 0;
	right: 0;

		background-color:#373737 !important;
	
    overflow-x: hidden; 
	background: url(/images/layout/rombo-transparente.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#overlay-content {
	position: relative;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}




.overlay a {
    text-decoration: none;
    color: #4e2200;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color:#cf7b00;
    /*color: #000; 
	font-weight:bold;*/

}

.overlay #closebtn {
    cursor:pointer;
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
	position:fixed;
	color:#4e2200;
}

#menu-izq { 
	float: left; 
	text-align:right; 
	width:254px;
	position:fixed;
	top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}

#menu-izq h2 {
font-family: Helvetica-condensed;
    font-size: 40px;
	color:#d8b989;
/*    color: #4e2200; */
    text-transform: uppercase;
    padding: 10px 0;
    letter-spacing: 3px;
    text-align: left;
    font-weight: 600;
    margin-top: 28px;
}
#menu-izq h3, #menu-der h2 {	
	    font-family: Helvetica-condensed;
    font-size: 35px;
    color: #4e2200;
    text-transform: uppercase;
    padding: 4px 0;
    letter-spacing: 3px;
    margin-bottom: 16px;
    text-align: left;
}
#menu-izq p, #menu-der p { 
    font-size:17px;    
	text-align: justify;
    font-family: Helvetica;
    letter-spacing: 1px;
	color:#4e2200 !important;
	margin: 10px 0px;
}



/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */


/* Style the subnav content - positioned absolute */
#menu-der {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  /*height:800px;
      top: 0;
    width: 50%; */

    margin-left: 244px;
	margin-top:-43px;

}

/* Style the subnav links */
#menu-der a {
  text-decoration: none;
}

/* Add a grey background color on hover */


/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover #menu-der {
  display: block;
}




.subnavbtn {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.subnavbtn::after {
    content: '';
    display: block;
    width: 0;
    background: #fff;
    transition: width .3s;
	max-width:90px;
	
}

/**.subnavbtn:hover::after {
   width: 10%;
   position:absolute;
	margin-top:-12px;
	padding-top:1px;
	margin-left:130px;
    //transition: width .3s;
}
**/

.subnav:hover::before{ 
    content: '';
    position: absolute;
    height: 1px;
    background-color: #4e2200;
    width: 20rem;
    margin-top: 12px;
    left: inherit;
    right: 23px;
    width: 98px;
    height: 1px;
}

.linea { 
display:none;
}


/**********Slider *********/
  .cover-banner-inner {
    height: 95vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    z-index: 99 !important;
    width: 100%;
}
   .cover-banner-inner h2 { mmargin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: #fff;
    text-align:center;
    line-height:5rem;}
.raya-slider {position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10.5rem;
    border-bottom: 1px solid #fff;
    margin: 1.25rem auto;
    display: block;}
.raya-slider2 {position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10.5rem;
    border-bottom: 1px solid #fff;
    margin: 1.25rem auto;
    display: block;}
/******* 2 columnas ***********/
  .row-col {
  display: flex;
}

/* Create two equal columns that sits next to each other */
.column-offer {
  flex: 50%;
  margin:10px;
  align-content: center;
}
  .column-offer img {width:100%;}

/********************* HOME **************/
.texto-home {position:relative; padding-top: 70px; width: 630px; margin: 0 auto;}
.texto-home h1{text-align:center;}
.texto-home p{text-align:center;}

.img-2 {width: 48%; float: left; margin:1%;}
.img-2 img{width: 100%;}

.subraya-blanca, .subraya-negra{color: #444546; font-size: 15px; display: inline-block; position: relative; width:fit-content;}
.subraya-blanca::after, .subraya-negra::after {
  content:'';
  position:absolute;
  height:1px;
  left:0;
  bottom:-2px;
  width:100%;
  transition: width .2s ease-out;
}
.subraya-blanca::after {background:#fff; }
.subraya-blanca, .subraya-blanca:hover {color:#fff !important;letter-spacing: 2px;}
.subraya-negra::after {background:#444546;}
.subraya-blanca:hover:after, .subraya-negra:hover:after {width:0;}

/***.mySlides2  {position: relative;
    height: 600px;
    max-width: 1360px;
    margin: 0 auto;
    margin: 10px !important;                        
    clear: both;
    display: none;} ***/
.col70{width: 86%; float: left;}
.col70 img, .col70izq img, .col70a img{width:100%; height:600px;}
.col30-container {
  display: grid;
  text-align:center;
  grid-template-columns: auto;
  grid-template-rows: 120px 150px;
  width: 460px;
  height: 460px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background: #fff;
  padding: 40px 50px;
  float: right;
  box-shadow: 11px 11px 4px -9px #ccc;
}

.col30izq-container {
    display: grid;
    text-align:center;
    grid-template-columns: auto;
    grid-template-rows: 120px 150px;
    width: 400px;
    height: 417px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    background: #fff;
    padding: 40px 50px;
    float: right;
    box-shadow: 11px 11px 4px -9px #ccc;}

.col30-container > div, .col30izq-container > div,   {
  text-align: center;
  padding: 20px 0;
}

.col30{text-align: center;
    width: 460px;
    height: 460px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: #fff;
    padding: 55px;
    float: right;
    box-shadow: 11px 11px 4px -9px #ccc;
}
.col30izq{text-align: center;
    width: 385px;
    height: 385px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: #fff;
    padding: 45px;
    box-shadow: -10px 11px 4px -9px #ccc;
}
.col30izq-container a,.col30-container a,.col30 a, .col30izq a, .col2-promo a, .col30a a{font-family:GaramondR;background-color: #d8b989; color: #fff; padding: 9px 35px; text-decoration: none; font-size: .75rem; font-weight: bold;}
.col30izq-container a:hover,.col30-container a:hover, .col30 a:hover, .col30izq a:hover, .col2-promo a:hover, col30a a:hover, #reservation-boton:hover, #header-der a:hover, .boton-wed:hover, #submit:hover, .boton:hover {color:#444546;}
   .grid-container1h {
  display: inline-grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.grid-container1h h3, .col-tab h3, .col-cell h3,  .img-2 h3, .img-3 h3,.item-offer__text h3 {font-size:1.7rem; margin:0px; position: relative; line-height:1.3rem;}
.item1h {grid-column:1 / span 3; padding:10px; margin-top:-24px;}
.item2h {display:grid;grid-column:4 / span 2; align-content: flex-start; padding:10px; margin-top:-24px;}
.item3h {grid-column:1 / span 2; align-content: center; text-align: center;    padding: 50px;}
.item4h {grid-column:3 / span 3; padding:10px;}


  .item1h img, .item2h img, .item4h img {width:100%;} 
  .fade:not(.show) { opacity: 1 !important;}
  .mySlides1, .mySlides2  {
     max-width: 1400px;
    margin: 0px 50px !important;
    width: 90%;
    margin: auto !important;
    position: relative;}
.col1-promo {
    width: 75%;
    z-index: 99;}
.col1-promo3 {width: 75%; z-index:99; width: 49%; position: absolute; right: 50px; top: 81px; top: 50%; transform: translateY(-50%);}

  .col1-promo img {width:100%; padding:3% 0%;}
  .col2-promo {position: absolute;
    width: 25%;
    padding: 3%;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    right: 0;}
.col3-promo {
width: 49%;
    position: absolute;
    right: 50px;
    top: 81px;
    top: 50%;
    transform: translateY(-50%);}

.col1-promo1 {width: 50%; z-index:99;}
  .col1-promo1 img {width:100%; padding:3% 0%;}
  .col2-promo1 {position: absolute;
    width: 48%;
    padding: 3%;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    right: 0;}
  .recuadro {clear: both;
    position: absolute;
    width: 80%;
    height: 100%;
    border: 5px #d8b989 solid;
    right: -14px;}
.flechas {    z-index: 999;
    bottom: 0px;
    position: absolute;
    transform: translateY(-50%);
    top: 82%;
    margin: 0% 80.5% !important;
         color: #d8b989 !important;}

  .ancho100 {width:100%; padding-top:70px;}}
  .ancho1360 {max-width:1360px; position: relative; margin: auto;}
  .fondo {
    background-image: url(/images/home/fondo-wellness.jpg);
    background-size: cover;
    height: 600px;
    width: calc(100% - 15px);
    background-position: center;
    position: relative;
    margin: 10px;
    max-width: 1400px;
    margin: auto;
  }
.fondo::before {content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);}


.is-selected::before {content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1) !important;}
.carousel-cell {width: 66%;}
.carousel-cell::before {content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);}
.carousel-cell img {width:100%;height: 600px; object-fit: cover;}
.flickity-page-dots {display:none;}

.col-tab h4 {font-size:13px;}
 .col-tab h5{font-size: 12px;  padding-top: 14px; margin-left: 15px;}

.buttons {
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 20px;
 } 
.flechas {    max-width: 1400px;
    width: 90%;
    margin: auto !important;
    position: relative;}
.flechas-der {
  position: absolute;
  color: #d8b989 !important;
  width: 460px;
  height: 83px;
  bottom: 58px;
  right: 0%;
  text-align:center;
 }
.flechas-izq {
    position: relative;
    color: #d8b989 !important;
    width: 400px;
    height: 83px;
    bottom: 14px;
    left: -30px;
    text-align: center;
 }
.prev, .next, .prev1, .next1 {
    cursor: pointer;
    color: #d8b989 !important;
    padding: 6px;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

  
.flechas2 {text-align: center; width: 385px; position: absolute; top: 64%; transform: translateY(-50%);color: #d8b989 !important}

/**************  mod deals ************/

  .flickity-page-dots {display:none;}
  
  .carousel-cell1 {width: 370px; margin: 10px; }
  .carousel-cell1 img {width:100%;}
  .carousel-cell1 h2 {font-size: 1.7rem; color: #fff; text-align: left; line-height: 1.4rem; margin-bottom: 0px;}
  .carousel-cell1 h3 {color:#fff; text-align:left; font-size: 1rem; font-family: inherit !important; margin-bottom: 8px;}
  .carousel-cell1 a {letter-spacing:2px;color:#fff; text-align:left;}
  
  .carousel-text1 {padding: 0px 30px; margin-top: -95px; color: #fff; text-align: left; position:relative;}
 

  
  .carousel-cell2 {width: 370px; margin: 10px; }
  .carousel-cell2 img {width:100%;}
  .carousel-cell2 h2 {font-size: 1.7rem; color: #fff; text-align: left; line-height: 1.4rem; margin-bottom: 0px;}
  .carousel-cell2 h3 {color:#fff; text-align:left; font-size: 1rem; font-family: inherit !important; margin-bottom: 20px;}
  .carousel-cell2 a {letter-spacing:2px;color:#fff; text-align:left;}
  
  .carousel-text2 {padding: 0px 30px; margin-top: -115px; color: #fff; text-align: left; position:relative;}


.carousel-cel-text {
  width: 90%;
  margin: auto;
  padding-top: 18px;
}
.carousel-cel-text h3 {
  color: #212529;; 
  font-size: 1.5rem;
  font-family: inherit !important;
  margin-bottom:5px;
}

/************** in gallery **********/
.ingallery-container {
    margin-top: 80px;
    margin-bottom: 80px;
}
/************ Rooms ************/
.room {
    width: 50%;
    padding: 10px;
    margin: initial !important;
    float: left;
}
.room-text h3 {padding-top: 10px;}
.grid-room img {width: 100%;}
.prev-room {right: 41px;}
.next-room {right: 0;}
.prev-room, .next-room {
    cursor: pointer;
    background: #fff;
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    width: auto;
    padding: 16px;
    color: #d8b989 !important;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}
.amenity {
    width: 117px;
    display: inline-grid;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    padding-bottom: 20px;
}
.item6 img {
    width: 80px;
    margin: 0 auto;
}

/***************** Amenities ************/
.grid-container1 {
    display: grid
;
    column-gap: 100px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
    width: 90%;
    max-width: 1156px;
    margin: 0 auto;
}
.grid-item {
    border-bottom: 1px solid;
    padding: 18px 0px 5px;
}
.grid-item img {
    vertical-align: middle;
    margin-right: 20px;
    width: 26px;
    height: 26px;
}

/**************Things to do *********************/
    .col-tab {    width: 100%; margin-top: -90px; color: #fff; padding: 0px 30px;}

.col1-things {padding-right:5px; padding-left:10px;}
.col2-things {padding-left:5px; padding-right:10px;}
.col1-things, .col2-things, .col1-sport, .col2-sport {
    width: 50%;
    float: left;
    position: relative;
    z-index: 9;
}
.col1-things img, .col2-things img {
    width: 100%;
}

.col-cell {position: relative; margin-bottom: 10px; }
.col-cell-text {    
    position: absolute;
    width: 100%;
    bottom: 20px;
    color: #fff;
    padding: 0px 30px;}
/**************** restaurants *******************/


.is-selected::before {content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1) !important;}
.carousel-cell {width: 66%;}
.carousel-cell::before {content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);}
.carousel-cell img {width:100%;}
.flickity-page-dots {display:none;}

/* Style the tab */
.tab {
  float: left;
  width: 15%;
}

/* Style the buttons inside the tab */



/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #eee;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #eee;
}

/* Style the tab content */
.tabcontent {
  float: left;
  width: 85%;
  border-left: none;
}
.tabcontent img {width:100%;}
  
.col-tab1 {margin-right:25px; float:left;margin-top:10px;}
.col-bar {text-align: center !important;margin-top: 10px;}
.col-bar a{
  color: #212529;
    padding: 2px 30px;
    display: block;
    width: 170px;
    margin: auto;
    z-index: 9999999999999;
    position: relative;
   text-align:center;
}
.col-bar h3 {color:#212529; text-align: center; font-size:1.5rem; margin-bottom:5px;}
.col-bar h4 {font-size:1rem;}
.col-bar h5 {font-size:12px;}
  .marg-90 { position: absolute; bottom:10px; color: #fff; padding: 0px 30px; width:100%;}
  .col-tab1 h3 {margin-bottom: 0px; margin-top:0px;}
.col-tab1 h4 {font-size: 13px;position: relative;}
 .col-tab1 h5{font-size: 12px;  padding-top: 22px;}
 .col-tab1 a {color: #212529; padding: 10px 30px; display: block; margin-top: 5px;}

.boton-blanco1 { 
  border: 1px #d8b989 solid;
  align-content: center;
  text-align: center;
  color:#fff;
}
.boton-blanco { 
  color: #212529;
    border: 1px #d8b989 solid;
  align-content: center;
    text-align: center;
}

.boton-blanco1:hover, .boton-blanco:hover { background-color: #d8b989; color:#fff !important; border:#d8b989 1px solid;}
/* carousel */
.carousel{
    argin: 10px;
    height: 70vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.carousel .list .item{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}
.item:before {
	content:'';
	position: absolute;
        top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}
.carousel .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel .list .item .content{
    position: absolute;
    top: 20%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}
.carousel .list .item .author{
    font-weight: bold;
    letter-spacing: 10px;
}
.carousel .list .item .title,
.carousel .list .item .topic{
    font-size: 4em;
    font-weight: bold;
    line-height: 1.3em;
}
.carousel .list .item .topic{
    color: #f1683a;
    font-size: 2em;
}
.buttons{
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 20px;
}
.carousel .list .item .buttons button{
    border: none;
    background-color: #eee;
    letter-spacing: 3px;
    font-weight: 500;
}
.buttons button{font-size: 12px;width: 130px; height: 40px;}
  
.carousel .list .item .buttons button:nth-child(2){
    background-color: transparent;
    color: #fff;
    letter-spacing: 1px;
}
.carousel .list .item .buttons button:nth-child(4){
    background-color: transparent;
    color: #fff;
    letter-spacing: 1px;
    height:40px;
}
  .carousel .list .item .buttons button:nth-child(6){
    background-color: transparent;
    color: #fff;
    letter-spacing: 1px;
    height:40px;
}
/* thumbail */
.thumbnail{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}
.thumbnail .item{
    width: 150px;
    height: 220px;
    flex-shrink: 0;
    position: relative;
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.thumbnail .item .content{
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.thumbnail .item .content .title{
    font-weight: 500;
}
.thumbnail .item .content .description{
    font-weight: 300;
}
.description {font-size:12px;}  
/* arrows */
.arrows{
    position: absolute;
    top: 74%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.arrows button{
    background:none;
    font-size:60px;
    color: #fff;
    border: none;
     font-family: monospace;
    transition: .5s;
}
.arrows button:hover{
    color: #d8b989;
}

/* animation */
.carousel .list .item:nth-child(1){
    z-index: 1;
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons
{
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}
@keyframes showContent{
    to{
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.carousel .list .item:nth-child(1) .content .title{
    animation-delay: 1.2s!important;
}
.carousel .list .item:nth-child(1) .content .topic{
    animation-delay: 1.4s!important;
}
.carousel .list .item:nth-child(1) .content .des{
    animation-delay: 1.6s!important;
}
.carousel .list .item:nth-child(1) .content .buttons{
    animation-delay: 1.8s!important;
}
/* create animation when next click */
.carousel.next-car .list .item:nth-child(1) img{
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}

@keyframes showImage{
    to{
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.carousel.next-car .thumbnail .item:nth-last-child(1){
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}
.carousel.prev-car .list .item img{
    z-index: 100;
}

@keyframes showThumbnail{
    from{
        width: 0;
        opacity: 0;
    }
}
.carousel.next-car .thumbnail{
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext{
    from{
        transform: translateX(150px);
    }
}

/* running time */

.carousel .time{
    position: absolute;
    z-index: 1000;
    width: 0%;
    height: 3px;
    background-color: #f1683a;
    left: 0;
    top: 0;
}

.carousel.next-car .time,
.carousel.prev-car .time{
    animation: runningTime 3s linear 1 forwards;
}

@keyframes runningTime{
    from{ width: 100%}
    to{width: 0}
}


/* prev click */

.carousel.prev-car .list .item:nth-child(2){
    z-index: 2;
}

.carousel.prev-car .list .item:nth-child(2) img{
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}


@keyframes outFrame{
    to{
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.carousel.prev-car .thumbnail .item:nth-child(1){
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}
.carousel.next-car .arrows button,
.carousel.prev-car .arrows button{
    pointer-events: none;
}
.carousel.prev-car .list .item:nth-child(2) .content .author,
.carousel.prev-car .list .item:nth-child(2) .content .title,
.carousel.prev-car .list .item:nth-child(2) .content .topic,
.carousel.prev-car .list .item:nth-child(2) .content .des,
.carousel.prev-car .list .item:nth-child(2) .content .buttons
{
    animation: contentOut 1.5s linear 1 forwards!important;
}

@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}
@media screen and (max-width: 678px) {
    .carousel .list .item .content{
        padding-right: 0;
    }
    .carousel .list .item .content .title{
        font-size: 30px;
    }
    .carousel .list .item .content {
        top:9%;
    }
}

.justify-content-center {
    justify-content: center !important;
}
  #offer1, #offer2, #offer3, #offer4 {display:none;}
  .c-button--lg {
        font-size: 15px;
        line-height: 26px;
            position: absolute !important;
    top: 137px;
    }
  .c-button--underline {
    border-bottom: 1px solid rgba(53, 97, 122, .5);
    color: #35617a;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 5px;
    position: relative;
    white-space: normal;}
  .row-offer {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap-reverse;
    margin-left: calc(var(--bs-gutter-x)* -.5);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-top: calc(var(--bs-gutter-y)* -1);
    position:relative;
    max-width: 1500px;
    margin: 0 auto;
}
.item-offer {
    margin: 10px !important;
    position: relative;
    padding: 0px ! important;
}
.item-offer img {width:100%;}
.item-offer__blackout, .item-offer__text {
    bottom: 0;
    cursor: pointer;
    position: absolute;
}
.item-offer__text {
    padding: 0px 30px 18px;
    z-index: 2;
}
.item-offer__text h3{text-align:left; color:#fff;}
  .c-title--white {
    color: #fff;
}

.c-title--white {
    color: #fff;
}
.item-offer__diamond {
    bottom: -10px;
    display: flex;
    justify-content: center;
    left: calc(50% - 9px);
    position: absolute;
    z-index: 1;
}
 .d-none {
    display: none !important;
} 
  .item-offer__diamond:after {
    background: #404040;
    content: "";
    height: 18px;
    transform: rotate(45deg);
    width: 18px;
}
.item-offer-details__border {
    border: 1px solid #919297;
    padding: 45px 30px;
    position: relative;
   overflow:auto;
}
.mb-1 {
    margin-bottom: .25rem !important;
}

  .item-offer-details__description {
    font-size: 16px;
    line-height: 23px;
}

.item-offer__button { color:#fff;}
.wedd-packages-col{
padding: 15px;
    width: 50%;
    float: left;
}
.wedd-packages-col li{list-style: disc !important;   }
  .c33 {width: 31.7%; float: left; margin: 10px; position: relative;}
  .c33 img {width:100%;}

    .c100 {clear: both;
    margin: 10px;
    border: 1px solid;
    position:relative;
}
  .item-offer-details__cross {
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px !important;}
  .item-offer-details__cross-inner {
    display: flex;
    justify-content: flex-end;
    padding: 20px;}
  .item-offer-details__close {
    background: 0 0;
    border: none;
    display: block;
    height: 30px;
    position: relative;
    width: 30px;
}
  .item-offer-details__close:after, .item-offer-details__close:before {
    background: #000;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}
  .item-offer-details__close:before {
    transform: rotate(45deg);
}
  .item-offer-details__close:after {
    transform: rotate(-45deg);
}
.grid-room{display: grid;
    text-align: center;
    grid-template-columns: auto;}
/******************* weddings **********/
.stay {
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 10px;
}
.weddings-detail {
    list-style: none;
    width: 32%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
    border-right: 1px solid;
}
.weddings-detail h3 {
    font-size: 1rem;
    margin-bottom: 0px;
    color: #d8b989;
    line-height: 1rem;
  padding-top:10px;
}
#wedding-form {
    background: #ccc;
    padding: 50px;
}
#rsform_3_page_0 {width: 800px;
    max-width: 90%;
    margin: auto;}
.col-sm-9 {width: 100% !important;}

.img-icon-wed {
  width: 30px;
    float: left;
    margin-right: 9px;
    padding-top: 7px;
}
.wed-detail h3 {
  color: #bf95a9;
   padding: 7px 0px 0px;
}
.boton-wed {
    width: 256px !important;
    background-color: #bf95a9;
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 4px;
    position: absolute;
    bottom: 12px;
    right: 33px;
}
.form-control { background-color: #eceae6 !important;}
/**************** Celebrate *********************/
.columns {
    clear: both;
    padding: 60px 10px 10px 10px;
    max-width: 930px;
    margin: 0 auto;
}
.cols-der {
    text-align: right;
    width: 43% !important;
    float: left;
}
.cols-izq {
    width: 43% !important;
    float: right;
}
.cols-der h2, .cols-izq h2 {
    padding-bottom: 0px !important;
    font-size: 30px;
    text-align: inherit;
    text-align: center;
}
.cols-der li, .cols-izq li {
    padding-bottom: 3px !important;
    list-style: none;
    letter-spacing: 1px;
    font-size: .9375rem;
    text-align: center;
}
.cols-der li {
    margin-right: 0px !important;
}
/************** todo incluido **********/

.item1 { grid-area: video; }
.item2 { grid-area: resort; margin-left:30px}
.item3 { grid-area: marina; margin-left:30px}
.item4 { grid-area: adicionales; }
.item5 { grid-area: actividades; }
.item6 { grid-area: video2; }
.grid-container {
  display: grid;
    grid-template-areas:
    'video resort'
    'video marina';
  gap: 10px;
  padding: 10px;
     grid-template-columns: 40% 60%;
    width: 1000px;
  max-width:100%;
}
.grid-container1 {
  display: grid;
    grid-template-areas:
    'adicionales video2'
    'actividades video2';
  gap: 10px;
  padding: 10px;
      grid-template-columns: 60% 40%;
    width: 1000px;
  max-width:100%;
}
.grid-container2 {
  display: grid;
    grid-template-areas:
    'video resort'
    'video marina';
  gap: 10px;
  padding: 10px;
     grid-template-columns: 50% 50%;
    width: 1000px;
  max-width:100%;
  margin:0 auto;
}
.grid-container > div, .grid-container1 > div, .grid-container2 > div {
  padding: 20px 0;
  font-size: 18px;
}


/*********************** temazcal ****************/
/* Style the tab */
.tab {
  float: left;
  width: 24%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}


  .tab button:after {
content: "\f0da";
    font-family: 'Font Awesome 5 Pro', 'FontAwesome';
    position: relative;
    color: #d8b989;
    margin-left: 20px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #eee;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #eee;
}

/* Style the tab content */
.tabcontent {
    float: left;
    width: 73%;
    border-left: none;
}
.tabcontent img {width:100%;}
  
.col-tab2 { float:left;}
.col-tab2 p{padding: 14px; background: #eee; font-size:15px;}
/***.col1-sport {width:70%;}
  .col2-sport{
position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 42px;
}
**/
.col1-sport img, .col2-sport img {
    width: 100%;
    margin: 10px 0px;
}

  /***********Footer**********/
#footer {background:#4b3331;}
#footer p{margin-bottom:0px; line-height:22px;}

.footer-wrapper {
    width:1095px;
    margin: 0 auto;
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
    justify-content: space-between;
    padding: 50px 0px 15px 0px;;
    border-bottom: 1px solid #fff;
    }
    .footer-wrapper .col {
    flex-direction:column;
    justify-content:space-between;
      color:#fff;
    }
    .footer-wrapper .col a{
      margin:0px;
      color:#ffffff;
      font-size: .9rem;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 34px;
      text-decoration:none;
      font-family: GaramondR;
    }
 .blanco {color:#fff !important;}
  .footer-wrapper .col a:hover{text-decoration:underline;}
    .footer-wrapper h2 {
      text-align: left;
      margin-bottom: 0;
      font-size: 1.0625rem;
      line-height: 1.4375rem;
      text-transform: uppercase;
      color:#fff;
      letter-spacing: 0;
      font-weight: 400;
      padding-bottom:9px;
    }
     .footer-social-media {padding:8px 0px 30px 0px;; width:1092px; margin:0 auto;}
     .footer-social-media img {margin-right:5px;} 

.t1500 {width: 570px; margin: 0 auto;}

.t1500 img {height:60px; margin:0px 21px 21px;}

/***********Gallery***************************/
  .row-gallery {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.col-gallery {
  -ms-flex: 33.3%; /* IE10 */
  flex: 33.3%;
  max-width: 33.3%;
  padding: 0 4px;
}

.col-gallery img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/****************FAQs***************/

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

  /************ Menu mobile ***************/
  nav1 .m-menu ul {margin-left:0px;}
  nav1 .m-menu ul h2{font-size:30px;}
  nav1 .m-menu li label{line-height: 30px !important;font-weight: 600; margin-right:15px;}
  nav1 .m-menu li img{width:120px;}
 

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: 40px;
    color: #000;
    opacity: 1;}

li {list-style:none;}
.bullet {list-style:disc;}
nav1 .m-menu__checkbox {
  display: none;
}
nav1 label.m-menu__toggle {
  cursor: pointer;
}
nav1 .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
/*  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);*/
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
      background: rgb(241, 239, 235);
  border-radius:0px;
  border:none;
  background-image: url(/images/layout/rombo-transparente.png);
    background-position: 50% 86%;
    background-repeat: no-repeat;
  background-size: contain;
}
nav1 .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 50;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav1 .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav1 .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav1 .m-menu .m-menu {
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
nav1 .m-menu ul {
  height: 100%;
  overflow-y: auto;
  padding-top:35px;
}
nav1 .m-menu ul li a, nav1 .m-menu ul li label {
  display: block;
  text-align: left;
  line-height: 30px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
}
nav1 .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav1 .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav1 .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav1 .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav1 .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrapper {
  width: 480px;
  height: 667px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.ceter-item img {width:170px;}
.center-item {display: flex; align-items: center; padding:20px;}
.left30 {margin-left:30px;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {border: none;
    border-radius: 0px;}
/* The Close Button */
.close {
color: #000;
    float: right;
    font-size: 43px;
    font-weight: bold;
    margin-left: 20px;
    opacity: 1;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
  #myModal {top: 75px;
    padding-top: 0px;
    border: none;}

/*************************************/
/*****************MOBILE**************/

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

.display-mobile  {display:block !important;}
.display-desktop, .recuadro, .header{display:none !important;}
  .fa {color:#000;}
#header {height: 78px !important;}
#top {background: rgb(241, 239, 235);}
  #button-top {bottom: 58px;}
.mod-languages {margin-right:7px;}
 #fa1 {color: #000 !important;} 
  .seccion {padding-top:20px;}
  .slider-top {padding-top: 79px;}
  .cover-banner-inner {height:100vw;}
  .cover-banner-inner h2 {font-size:3rem; top:40%; text-transform:capitalize;}
.grid-container1h h3, .col-tab h3, .img-2 h3, .img-3 h3, .item-offer__text h3, .img-text h3 {
    font-size: 1.5rem; margin: 0px 0px 0px 0px;}
.item1h {padding: 0px 10px;}

  /*********** Home *****/
    .mySlides1 {display: block !important;}
  .fondo {height:704px;}
  .col70, .col30 {flex-basis:100%;}
  .col70{height:200px;}
  .col30 {
              transform: none;
        margin: 0px;
        top: 183px;
    width:100%;
    padding:20px;
    height: 423px;
}
.col30-container {
  width:100%;
  top:69%;;
}
  .flechas-der{
    position: relative;
    width: 100%;
    bottom: auto;
  }

  
  .mySlides2 {height:604px;display: block !important;}
  .flechas1 {
text-align: center;
    width: 488px !important;
    position: absolute;
    color: #d8b989 !important;
    bottom:93px;
  }
  .flechas2 {width:326px; top:83%;}
 .col1-promo {
   width:100%;}

  .col3-promo {width: 90%;
    position: relative;
    margin: 0 auto;
    top: 23px;
    transform: none;
    right: auto;}
.col30izq {
  margin: 0px;
    width: 100%;
    top: 70%;
    box-shadow: 11px 11px 3px -8px #ccc;
  }
.col30izq-container {
  width: 90%;
    position: relative;
    left: 0px;
    margin: auto;
  top: 38px;
    transform: none;
}
  /*************** Footer ************/
#footer {
  padding-top: 53px;
  padding-bottom: 53px;
  text-align:center;
  color:#fff;
}
#footer h1 {
   font-size: 30px;
   line-height: 34px;
}
#footer a{
  font-size: 13px;
  padding: 13px;
  color:#fff;}
#mod-custom117 {padding:3px;}  

#footer p {line-height: 40px; font-size:14px;}
.mitad{width:50%;}
/*************** signup ****************/
.rsform {padding-top:195px;margin-top: 50px;}
#rsform_1_page_0 {
    padding-bottom: 68px; 
}
.aa {
    position: absolute;
    margin-top: -285px;
    width: 90%;
    padding: 3rem;
}
.aa p, .aa h2 {text-align:center;}
.rsform-block-email {
    width: 90%;
    margin: 0 auto;
   float:none;}
#Email {
    width: 100%;
    height: 50px;
    margin-left: auto;
    text-align:center;}
.col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 100%;
        max-width: 100%;
    }
.row {margin-left:auto !important; margin-right: auto !important; margin: 0 auto;}
#Submit {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
}
.centrada {margin:1rem auto;}
/***********************/
.room {width:100%;}
.texto-home {width:90%;}
.amenity {width: 32.5%;}

/*****  2 cols ***********/
.row-col {
margin-bottom: 25px;
    display: block;
}
  .column-offer {
    display: block;
    margin: 10px;
    width: auto;
}
  .column-offer h2 {text-align: center;}
  /************* Barra bottom ********/
 .botons-bottom {display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: white;
    color: black;
    box-shadow: 0 5px 5px 3px #333;
    background:#4b3331;
    }
  .col-botones-footer {width: 33.3%;
    float: left;
    border: 1px solid #555;
    padding: 8px;}
   .botons-bottom a {color:#fff !important;}
  .boton-carrousel {height:30px}
  .col a {color:#000; font-size:12px;}
.ingallery-container {
    width: 90%;
    margin: auto;
  margin-top:50px;
}
 
  .col1-promo1, col2-promo1,  .col2-promo {width:100%;}
.col2-promo1, .col2-promo {    position: relative;
        width: 100%;
        padding: 0%;
        text-align: center;
        transform: none;
        top: 0px;}
.col2-promo {margin-top:30px;}
.col2-promo1 h2{text-align:center !important;}
.grid-container1 {column-gap: 20px;}
.col1-things, .col2-things, .col1-sport, .col2-sport {width: 100%; padding: 0px;}
.grid-container1h {display: block;}

.img-2 {width:100%; margin:0px;}
 .col30izq {             text-align: center;
        width: 90%;
        height: auto;
        position: relative;
        top: auto;
        transform: none;
        box-shadow: none;
        margin-left: 5% !important;
        margin-top: 10%;
           padding-bottom:90px;}
  .col70 img, .col70izq img, .col70a img {height: auto;}
  /************ Menu mobile ***************/
  nav1 .m-menu ul {margin-left:0px;}
  nav1 .m-menu ul h2{font-size:30px;}
  nav1 .m-menu li label{line-height: 30px !important;font-weight: 600; margin-right:15px;}
  nav1 .m-menu li img{width:120px;}
 
#header-izq {margin-left: 40px; margin-top:28px;}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: 40px;
    color: #000;
    opacity: 1;}
#myBtn {margin-left:5px;}
  #fa5 {color:#128C7E  !important; font-weight:bolder;}
  
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: 40px;
    color: #000;
    opacity: 1;}

li {list-style:none;}
.bullet {list-style:disc;}
nav1 .m-menu__checkbox {
  display: none;
}
nav1 label.m-menu__toggle {
  cursor: pointer;
}
nav1 .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
/*  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);*/
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
      background: rgb(241, 239, 235);
  border-radius:0px;
  border:none;
}
nav1 .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 50;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav1 .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav1 .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav1 .m-menu .m-menu {
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
nav1 .m-menu ul {
  height: 100%;
  overflow-y: auto;
  padding-top:35px;
}
nav1 .m-menu ul li a, nav1 .m-menu ul li label {
  display: block;
  text-align: left;
  line-height: 30px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
}
nav1 .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav1 .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav1 .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav1 .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav1 .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrapper {
  width: 480px;
  height: 667px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.ceter-item img {width:170px;}
.center-item {display: flex; align-items: center; padding:20px;}
.left30 {margin-left:30px;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {border: none;
    border-radius: 0px;}
/* The Close Button */
.close {
color: #000;
    float: right;
    font-size: 43px;
    font-weight: bold;
    margin-left: 20px;
    opacity: 1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
  #myModal {top: 75px;
    padding-top: 0px;
    border: none;}
  ul h2{font-size: 40px;
    color: #d8b989;}
.row-offer {display:block;}
  .wedd-packages-col {width:100%;}
  .wedd-packages-col li {list-style:disc}
  .boton-wed{right:68px;}
  .carousel-cell {width: 80%;}
.col-xl-4 {width:auto!important;}
.tab button { padding: 12px 0px;}
  .tabcontent img {
    width: 100%;
    height: 370px;}

.mar80 {width:99%;}
 .col-tab1 h3 {margin-top:14px;;} 
 .col-tab1 h5 {margin: 0px; padding: 0px;} 
  .col-tab1 a {margin-top: 10px; padding: 4px 30px;}
.col-tab1 {margin-right: 13px; margin-top:0px}
.tab button:after {margin-left: 7px;}
.tabcontent {width: 70%;}
 .tab {width: 29%;}
}

  /******************* Gallery*****************/
  /* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .col-gallery {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding:0px;
            margin: 0px 8px;
  }
    .row-gallery {padding:0px;}
  .grid-container > div, .grid-container1 > div {margin:30px; padding:0px}
.grid-container, .grid-container1 {display: block;}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-gallery {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding:0px;
            margin: 0px 8px;
  }
  .row-gallery {padding:0px;}
}







