@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');




/* ------ COLORS ------ */

body{
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	min-height: 100%;
}


/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgba(26, 26, 26, 0.7);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	left:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}

.img-100{
	width: 100%;
	height: auto;
}

/* ----- Cookies ----- */
#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #000000;
    box-shadow: 0px -5px 15px gray;
    padding: 7px;
    text-align: center;
    z-index: 99;
	color: #FFFFFF;
}


/* ----- Miscellaneous ----- */
.fixed-top {
transition: transform .3s;
}



/* ----- whatsapp Float icon -----*/
.whatsapp-float-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}

.whatsapp-float-icon img{
    width: 70px;
    height: auto;
}

/* ----- Header ----- */
.header{
	padding: 10px 10px;
	background-color: #1a1a1a;
	color: #fff;
	font-weight: 300 !important;
	font-size: 14px !important;
}


.header .header-icon{
	font-size: 14px;
}

.header ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.header li{
	display: inline-block;
}

.header li a{
	color: #ffffff;
	text-decoration: none;
}

.header .topbar-left li a {
	padding: 0px 10px;
}

.header .topbar-right li a {
	padding: 0px 3px;
}

.header .languaje{
	padding-left: 20px !important;
}


.header li a:hover{
	color: #000000 !important;
}


/* ----- Slide ----- */
#slides{
	height: 600px !important;
	width: 100% !important;
	left: 0 !important;
}

.slider-one{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	animation: slider-one 5s linear infinite;
}

.slider-one-image{
	  width: 110%;
	  height: 100%;
	  background-image: url("../../imagenes/spa/marina-spa.jpg");  
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  animation: zoom-out 5s linear infinite;
}
  

.slider-two{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	animation: slider-two 5s linear infinite;
}

.slider-two-image{
	  width: 110%;
	  height: 100%;
	  background-image: url("../../imagenes/cafe/cafe-marina.webp");  
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  animation: zoom-out 5s linear infinite;
}

.slider-tree{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	animation: slider-tree 5s linear infinite;
}

.slider-tree-image{
	  width: 110%;
	  height: 100%;
	  background-image: url("../../imagenes/restaurant/restaurante-marina.jpg");  
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  animation: zoom-out 5s linear infinite;
}


.slider-four{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	animation: slider-four 5s linear infinite;
}

.slider-four-image{
	  width: 110%;
	  height: 100%;
	  background-image: url("../../imagenes/bar/bar-marina.webp");  
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  animation: zoom-out 5s linear infinite;
}



.slider-icon-spa{
	width: 100px;
	height: 100px;
	background-image: url("../../imagenes/icon-spa-white.png");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: drop-shadow(1px 1px 2px #000);
	filter: drop-shadow(1px 1px 2px #000);
}

.slider-icon-cafe{
	width: 100px;
	height: 100px;
	background-image: url("../../imagenes/icon-cafe-white.png");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: drop-shadow(1px 1px 2px #000);
	filter: drop-shadow(1px 1px 2px #000);
}

.slider-icon-restaurante{
	width: 100px;
	height: 100px;
	background-image: url("../../imagenes/icon-restaurante-white.png");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: drop-shadow(1px 1px 2px #000);
	filter: drop-shadow(1px 1px 2px #000);
}

.slider-icon-bar{
	width: 100px;
	height: 100px;
	background-image: url("../../imagenes/icon-bar-white.png");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: drop-shadow(1px 1px 2px #000);
	filter: drop-shadow(1px 1px 2px #000);
}

  
.slider-text h2 {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
}
  
.slider-text {
		position: absolute;
		top: 40%;
		left: 5%;
		color: #ffffff;
		width: 600px;
		text-transform: capitalize;
		animation: text-up 12s linear infinite;
		transform: translateY(100px);
		animation-delay: 0s;
		text-shadow: 1px 1px 2px black;
		font-size: 18px;
}
  


@keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.5, 1.5);
	}
	100% {
	  transform: scale(1, 1);
	}
  }

  @keyframes text-up {
	10% {
	  transform: translateY(0px);
	}
  
	100% {
	  transform: translateY(0px);
	}
  }
  
  @keyframes zoom-out {
	100% {
	  width: 100%;
	}
  }
  

@media (max-width: 767px) {
	#slides{
		height: 200px !important;
	}
	
	#slides img{
		max-height: 200px !important;
	}

}

/* ----- BUTTONS ----- */
.btn-dsg-1{
	font-family: 'Playfair Display', serif;
	color: #000000 !important;
	font-size: 18px;
}

.btn-dsg-1 i{
	margin-left: 5px;
}

/* ----- WELCOME ----- */
.welcome{
	padding: 80px 0px;
	text-align: center;
}

.welcome h1{
	font-family: 'Playfair Display', serif;
	/*font-family: 'Cormorant Garamond', serif;*/

}

.welcome-img{
	width: 200px;
	height: auto;
	margin-bottom: 20px;

}


/* ----- CALL OUTS ----- */
.callouts{
	background-color: #f7f5f3;
	padding: 60px 0px;
}



.callouts{
	background-color: #f7f5f3;
	padding: 60px 0px;
}

.callouts-block{
	padding: 5px;
}
.callouts-frame{
	border: thin solid white;
	padding: 20px;
	transition: 0s background-color;
}

.callouts-frame:hover{
	background-color: #FCEAEA;
	transition: 2s background-color;
}

.callouts .callout-icon{
	width: auto;
	height: 180px;
	margin-bottom: 30px !important;
	display: block;
	margin: 0 auto;
}


.callouts h3{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.callouts a{
	color: #000000 !important;
	text-align: center;
	text-decoration: none;
}


/* ----- Experiencia ----- */
.experiencia{
	padding: 80px 0px;
	background-color: white;
}

.experiencia .experiencia-background{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/experiencia-background.png");
	background-position: right center;
	background-size: 80%;
	background-repeat: no-repeat;

}

.experiencia .experiencia-img{
	padding: 30px 0px 30px 0px;
	width: 100%;
	height: auto;
}


.experiencia .experiencia-textblock{
	padding: 60px;
}

.experiencia .experiencia-textblock h2{
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	margin-bottom: 30px;
}

.experiencia .experiencia-textblock p{
	text-align: justify;
}

/* ----- Eventos ----- */
.eventos{
	padding: 80px 0px;
	background-color: white;
}

.eventos .eventos-background{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/eventos-background.png");
	background-position: left center;
	background-size: 80%;
	background-repeat: no-repeat;

}

.eventos .eventos-img{
	padding: 30px 0px 30px 0px;
	width: 100%;
	height: auto;
}

.eventos .eventos-textblock{
	padding: 60px;
}

.eventos .eventos-textblock h2{
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	margin-bottom: 30px;
}

.eventos .eventos-textblock p{
	text-align: justify;
}


/* ----- Spa Novia ----- */
.spanovia{
	padding: 80px 0px;
	background-color: white;
}

.spanovia .spanovia-background{
	width: 110%;
	height: 100%;
	background-image: url("../../imagenes/spa-novia-background.png");
	background-position: right center;
	background-size: 80%;
	background-repeat: no-repeat;

}

.spanovia .spanovia-img{
	padding: 30px 0px 30px 0px;
}

.spanovia .spanovia-textblock{
	padding: 60px;
}

.spanovia .spanovia-textblock h2{
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	margin-bottom: 30px;
}

.spanovia .spanovia-textblock p{
	text-align: justify;
}




/* ----- Mapa ----- */
.mapa{
	height: 450px;
	width: 100%;
	overflow: hidden;
}

.mapa .mapa-size{
	width: 100%;
	height: 450px;
	object-fit: cover;
	
}

/* ----- Footer ----- */
.footer{
	background-color: #000000;
	padding: 60px 0px;
	color: #ffffff !important;
	border-top: 3px solid #54595F;
}

.footer .small{
	font-size: 10px;
}

.footer a{
	color: #ffffff !important;
	text-decoration: none;
}

.logo-footer{
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer-icons .footer-icon{
	font-size: 14px;
}

.footer-icons ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.footer-icons li{
	display: inline-block;
}

.footer-icons li a{
	font-weight: 100 !important;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
}

.footer .address{
	color: #ffffff;
	font-size: 13px;
}

.footer .schedule{
	color: #ffffff;
	text-align: right;
	font-size: 13px;
}


.footer .pay-forms ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .pay-forms li{
	display: inline-block;
	padding: 3px;
}


/* ----- Side Navbar ----- */


body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	overflow-x: hidden;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000000;
	/*background: #1a1a1a;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #000000;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
	background-color: #1c1c1c;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #1c1c1c !important;
}

.sidebar-nav .sidebar-brand img{
    width: 200px;
	margin-bottom: 30px !important;
	padding: 20px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #000000;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 50px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}


/* ----- Content Block ---- */
.collage{
	padding: 40px 0px 0px 0px;
}

/* ----- Spa  ----- */

.banner-spa .banner-img{
 width: 100%;
 height: auto;
 position: relative;
}

.banner-spa .logo-banner-img{
	position: absolute;
	height: 400px;
	width: auto;
	z-index: 1;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	-webkit-filter: drop-shadow(0px 5px 5px #000);
	filter: drop-shadow(0px 5px 5px #000);
	opacity: 0.8;
}


.spa{
	padding:0 !important;
	margin: 0 !important;
	border-top: thin solid #FCEAEA; 
	border-bottom: thin solid #FCEAEA; 
}

.spa-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	overflow-x: hidden;

}


.spa-grid h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.spa-grid p{
	text-align: justify;
}
	
.spa-grid .grid-1 {
	padding: 30px;
	grid-area: 1 / 1 / 2 / 2;
}

.spa-grid .grid-2 {
	padding: 30px;
	grid-area: 1 / 2 / 2 / 3;
	background-color: #FEF8F7; 
}

.spa-grid .grid-3 {
	overflow: hidden;
	grid-area: 1 / 3 / 2 / 4;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/spa/marina-spa-1.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}
.spa-grid .grid-4 {
	grid-area: 1 / 4 / 2 / 5;
	padding: 30px;
	background-color: #FCEAEA; 
}

.spa-grid .grid-5 {
	grid-area: 2 / 1 / 4 / 3;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/spa/marina-spa-2.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}



.spa-grid .grid-6 {
	grid-area: 3 / 3 / 4 / 4;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/spa/marina-spa-productos-naturales.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.spa-grid .grid-7 {
	grid-area: 3 / 4 / 4 / 5;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/spa/marina-spa-y-belleza.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.spa-grid .grid-8 {
	padding: 30px;
	grid-area: 2 / 3 / 3 / 5;
}
.spa-grid .grid-9 {
	grid-area: 4 / 1 / 5 / 2;
	padding: 30px;
}
.spa-grid .grid-10 {
	grid-area: 4 / 2 / 5 / 4;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/spa/marina-spa-3.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}

.spa-grid .grid-11 {
	grid-area: 4 / 4 / 5 / 5;
	padding: 30px;
	background-color: #FCEAEA; 
}


@media (max-width: 767px) {
	.spa-grid {
		display: block;
	}

	.spa-grid .grid-1, .spa-grid .grid-2, .spa-grid .grid-3, .spa-grid .grid-4, .spa-grid .grid-5, .spa-grid .grid-6,.spa-grid .grid-6 ,.spa-grid .grid-8 ,.spa-grid .grid-9,.spa-grid .grid-10,.spa-grid .grid-11{
		display: block;
		min-height: 250px;
	}
}

/* ----- servicios  ----- */
.servicios{
	padding: 40px 0px 20px 0px;
}

.servicios h4 {
    font-family: 'Playfair Display', serif;
	text-align: center;
	margin-bottom: 10px;
	font-size:42px;
}

.spa-element{
	width: 250px;
	display: block;
	margin: 0 auto;
}

.servicios-item{
	margin-bottom: 40px;
}

.servicios-item hr{
	margin: 0;
	padding: 0;
}

.servicios-item h5{
	font-family: 'Playfair Display', serif;
	text-align: left;
	margin-bottom: 10px;
	font-size:28px;
}

/* ----- Reserva  ----- */
.spa-reserva{
	padding: 20px 0px 40px 0px;
}

.spa-reserva{
	text-align: center;
}



.reserva-btn{
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin: 0 auto;
	border: solid thin #000000;
	border-radius: 50px;
    display: block;
    cursor: pointer;
    color: #000000;
    font-size: 20px;
    padding: 5px;
    text-decoration: none;
    width: 200px;
    background-color: rgba(0,0,0,0);
}

.reserva-btn:hover{
	background-color:#000000;
	transition: 2s background-color;
	color: white;
}



.flower-left{
	width: 150px;
	transform:translate3d(0px, 44.375px, 0px)rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); -webkit-transform:translate3d(0px, 44.375px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1); 
	margin-left: 20px;
	transform: translatey(0px);
	animation: float 10s ease-in-out infinite;
}

.flower-right{
	width: 150px;
	transform:translate3d(0px, 44.375px, 0px)rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1.3) scaleY(1.3) scaleZ(1.3); -webkit-transform:translate3d(0px, 44.375px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1.3) scaleY(1.3) scaleZ(1.3); 
	margin-right: 20px;
	transform: translatey(0px);
	animation: float 10s ease-in-out infinite;
	float: right;
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}



/* ----- Packages  ----- */
.packages{
	padding:80px 10px;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/spa/packages-background.png");  
	background-position:bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FEF8F7 !important;
}

.packages .packages-block{
	padding: 8px;
}

.packages .packages-frame{
	border: thin solid #AD9393;
	padding: 40px;
	background-color: rgba(252, 234, 234, 0.4);
	transition: 0s background-color;
	
}

.packages .packages-frame:hover{
	background-color: rgba(252, 234, 234,0.8);
	transition: 3s background-color;
}

.packages h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 42px;
	margin-bottom: 30px;
}

.packages h3{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
	color:#AD9393;
}

.packages p{
	text-align: center;
}

.packages a{
	text-align: center !important;
	display: block;
	margin: 0 auto;
	color:#AD9393 !important;
}


.packages .price{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
}

.packages .price span{
	font-size: 20px;
	line-height: 40px;

}


.installations{
	padding: 80px 10px;
    background: url("../../imagenes/spa/marina-spa-instalaciones.jpg") no-repeat top center fixed;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.installations h4{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
	color: white;
}

.installations p{
	text-align: center;
	color: white;
}

.installations .installations-img{
	height: 300px;
	width: auto;
	margin-bottom: 20px !important;
	margin: 0 auto;
	display: block;
}

/* ----- Marina -----*/
.about-us{
	padding: 80px 0px;
}

.about-us-img{
	width: 200px;
	height: auto;
	margin-bottom: 30px !important;
	margin: 0 auto;
	display: block;


}

.about-us h1{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 48px;
	margin-bottom: 30px;
}

.about-us h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
}

.about-us p{
	text-align: center !important;
	color: #000;
}

.about-us a{
	text-decoration: none;
	text-align: center !important;
	color: #000;
}

.banner-aboutus .banner-img{
	width: 100%;
	height: auto;
	position: relative;
}
   
.banner-aboutus .logo-banner-img{
	position: absolute;
	height: 200px;
	width: auto;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-filter: drop-shadow(0px 5px 5px #000);
	filter: drop-shadow(0px 5px 5px #000);
	opacity: 0.8;
}

/* ----- Cafe  ----- */

.banner-coffee{
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.banner-coffee video{
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}


.banner-coffee .logo-banner-img{
	   position: absolute;
	   height: 400px;
	   width: auto;
	   z-index: 1;
		top: 50%;
		 left: 50%;
		 transform: translate(-50%, -50%);
	   -webkit-filter: drop-shadow(0px 5px 5px #000);
	   filter: drop-shadow(0px 5px 5px #000);
	   opacity: 0.8;
}
   
   
.coffee{
	   padding:0 !important;
	   margin: 0 !important;
	   border-top: thin solid #EAE7DE; 
	   border-bottom: thin solid #EAE7DE; 
}

.coffee-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	overflow-x: hidden;

}


.coffee-grid h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.coffee-grid p{
	text-align: justify;
}
	
.coffee-grid .grid-1 {
	padding: 30px;
	grid-area: 1 / 1 / 2 / 2;
}

.coffee-grid .grid-2 {
	padding: 30px;
	grid-area: 1 / 2 / 2 / 3;
	background-color: #EAE7DE; 
}

.coffee-grid .grid-3 {
	overflow: hidden;
	grid-area: 1 / 3 / 2 / 4;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/cafe/marina-cafe-1.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}
.coffee-grid .grid-4 {
	grid-area: 1 / 4 / 2 / 5;
	padding: 30px;
	background-color: #D8C2A9; 
}

.coffee-grid .grid-5 {
	grid-area: 2 / 1 / 4 / 3;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/cafe/marina-cafe-5.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}



.coffee-grid .grid-6 {
	grid-area: 3 / 3 / 4 / 4;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/cafe/marina-cafe-3.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.coffee-grid .grid-7 {
	grid-area: 3 / 4 / 4 / 5;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/cafe/marina-cafe-4.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.coffee-grid .grid-8 {
	padding: 30px;
	grid-area: 2 / 3 / 3 / 5;
}
.coffee-grid .grid-9 {
	grid-area: 4 / 1 / 5 / 2;
	padding: 30px;
}
.coffee-grid .grid-10 {
	grid-area: 4 / 2 / 5 / 4;
	width: 100%;
	height: 100%;
	background-image: url("../../imagenes/cafe/marina-cafe-2.jpg");  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}

.coffee-grid .grid-11 {
	grid-area: 4 / 4 / 5 / 5;
	padding: 30px;
	background-color: #EAE7DE; 
}


@media (max-width: 767px) {
	.coffee-grid {
		display: block;
	}

	.coffee-grid .grid-1, .coffee-grid .grid-2, .coffee-grid .grid-3, .coffee-grid .grid-4, .coffee-grid .grid-5, .coffee-grid .grid-6,.coffee-grid .grid-6 ,.coffee-grid .grid-8 ,.coffee-grid .grid-9,.coffee-grid .grid-10,.coffee-grid .grid-11{
		display: block;
		min-height: 250px;
	}
}

.coffee-installations{
	padding: 80px 10px;
    background: url("../../imagenes/cafe/marina-cafe-instalaciones.jpg") no-repeat top center fixed;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.coffee-installations h4{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
	color: white;
}

.coffee-installations p{
	text-align: center;
	color: white;
}

.coffee-installations .installations-img{
	height: 300px;
	width: auto;
	margin-bottom: 20px !important;
	margin: 0 auto;
	display: block;
}




/* ----- Contacto  ----- */
.contact-us{
	padding: 80px 0px;
}


.contact-us h1{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 48px;
	margin-bottom: 30px;
}

.contact-us h2{
	font-family: 'Playfair Display', serif;
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
}

.contact-us p{
	text-align: center !important;
	color: #000;
}

.contact-us a{
	text-decoration: none;
	text-align: center !important;
	color: #000;
}

.banner-contact .banner-img{
	width: 100%;
	height: auto;
	position: relative;
}
   
.banner-contact .logo-banner-img{
	position: absolute;
	height: 200px;
	width: auto;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-filter: drop-shadow(0px 5px 5px #000);
	filter: drop-shadow(0px 5px 5px #000);
	opacity: 0.8;
}

.contact-info-icon{
	width: auto;
	height: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px !important;
}

.ubicacion{
	height: 450px;
	width: 100%;
	overflow: hidden;
}

.ubicacion .mapa-size{
	width: 100%;
	height: 450px;
	object-fit: cover;
	
}

/* ----- Restaurante -----*/
.restaurante{
	padding:0 !important;
	margin: 0 !important;
}

.restaurante-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	}
	
	.restaurante-grid .grid-1 { 
		grid-area: 1 / 1 / 3 / 3; 
		width: 100%;
		height: 100%;
		background-image: url("../../imagenes/restaurant/restaurante-marina-platillo-7.jpg");  
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	
	}
	.restaurante-grid .grid-2 { 
		grid-area: 1 / 3 / 2 / 5; 
		width: 100%;
		height: 250px;
		background-image: url("../../imagenes/restaurant/restaurante-marina-platillo-1.jpg");  
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.restaurante-grid .grid-3 { 
		grid-area: 2 / 3 / 3 / 4; 
		width: 100%;
		height: 100%;
		background-image: url("../../imagenes/restaurant/restaurante-marina-platillo-3.jpg");  
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	
	}
	.restaurante-grid .grid-4 { 
		grid-area: 2 / 4 / 3 / 5; 
		width: 100%;
		height: 100%;
		background-image: url("../../imagenes/restaurant/restaurante-marina-platillo-10.jpg");  
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	
	}

@media (max-width: 767px) {
	.restaurante-grid {
		display: block;
	}

	.restaurante-grid .grid-1,
	.restaurante-grid .grid-2,
	.restaurante-grid .grid-3,
	.restaurante-grid .grid-4{
		display: block;
		min-height: 250px;
	}
}

/* ----- Bar  -----*/
.bar{
	padding:0 !important;
	margin: 0 !important;
}

.bar-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	}
	
	.bar-grid .grid-1 { 
		grid-area: 1 / 1 / 3 / 3; 
		width: 100%;
		height: 100%;
		background-image: url("../../imagenes/bar/marina-bar-mixologia-2.jpg");  
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	
	}
	.bar-grid .grid-2 { 
		grid-area: 1 / 3 / 2 / 5; 
		width: 100%;
		height: 250px;
		background-image: url("../../imagenes/bar/marina-bar-mixologia-1.jpg");  
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.bar-grid .grid-3 { 
		grid-area: 2 / 3 / 3 / 4; 
		width: 100%;
		height: 100%;
		background-image: url("../../imagenes/bar/marina-bar-mixologia-3.jpg");  
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	
	}
	.bar-grid .grid-4 { 
		grid-area: 2 / 4 / 3 / 5; 
		width: 100%;
		height: 100%;
		background-image: url("../../imagenes/bar/marina-bar-mixologia-4.jpg");  
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	
	}

@media (max-width: 767px) {
	.bar-grid {
		display: block;
	}

	.bar-grid .grid-1,
	.bar-grid .grid-2,
	.bar-grid .grid-3,
	.bar-grid .grid-4{
		display: block;
		min-height: 250px;
	}
}