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

html, body {margin:0px;}


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,800;1,400;1,500;1,600&family=Taviraj:ital,wght@0,200;0,400;0,500;0,600;0,800;1,600&display=swap');




#video-show {
    height: 100vh;
        width: 100%;
        object-fit: fill; 
		position: relative;
		z-index:-4;
		margin-top:-120px !important;
		display:block !important
}

#showresponsive {display:none !important}

@media (max-width: 450px) {
#show {display:none !important}
#showresponsive {display:block !important}
}

#responsivelogo{display:none}

@media (max-width: 450px) {
	#responsivelogo{display:block; margin-right:auto; margin-left:auto; margin-top:150px; margin-bottom:100px; width:100%; max-width:250px}
}

 #sticker {
      background:transparent;
      color: white;
      width:100%;
      text-align: right;
	   height:78px;
	   max-width:2000px;
	   z-index:5
    }
	
	.spacer1{height:40px; width:100%}
	
	
	
	
	
	
	
	
	
:root{
    --white: #f9f9f9;
    --black: #36383F;
    --grey: #85888C;
}

/* Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

/* Header */
.header{
    background-color: var(--black);
    box-shadow: 1px 1px 5px 0px var(--grey);
	opacity: 85%;
    width: 100%;
	position: fixed;
	z-index:5
}

/* Logo */

.logo{
    display: inline-block;
    color: var(--white);
    margin-left:5px;
	position:relative;
text-align:left;
float:left;
}

/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    background-color: var(--black);
    overflow: hidden;
    
}

.menu a{
    display: block;
    padding: 15px;
	padding-top: 32px;
    color: var(--white);
	font-family: 'Taviraj', serif;
	font-style:italic;
	font-weight:bold;
     cursor:pointer;
}



.menu a:hover{
     color: #CC3;
		font-size:18px;
		transition: .5s ease-out;
		cursor:pointer
}

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */

.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}


.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: var(--white);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 5px;
}

.hamb-line::after{
    top: -5px;
}


.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}


/* Responsiveness */

@media (min-width: 1010px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;

    }

    .menu li{
        float: left;
    }

    .menu a:hover{
        color: #CC3;
		font-size:18px;
		transition: .5s ease-out;
    }
    
    .hamb{
        display: none;
    }
	




}






#socialSide {position: fixed;
  bottom: 26px;
  right: 16px;
  font-size: 18px;
  z-index:1; transition: transform .2s;
  cursor:pointer}
  
  #socialSide:hover {transform: scale(1.2); cursor:pointer}

  
  div#blur1 { margin:auto;
  font-family: 'Roboto Slab', serif; font-size:18px; width:80%; text-align:center; font-weight:bold; color:#333333;}
  
  div#blur1 span {margin:2%}
  
  button {
  background: transparent;
  color: #8F5045;
  font: inherit;
  padding: 0.75em 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration:none; border:0px
}

.block {
  background: transparent;
  text-align: center;
  color: black;
 
}
.block.with-padding {
  padding: 5em 0;
}
.block.with-border {
  
}
.block.hidden {
  display: none;
}
.block li {
  padding: 1em 0.5em;
  margin: 0 1em;
}
.block li + li {
 
}

.clear {clear:both; width:100%; height:10px; background-color:#FFF}

.mainLogo {max-width:350px; height:auto; margin:auto}

.mainIntro {margin: 0px; background-color:#FFF}














section {
  min-height:100vh ;
  display: flex;
  justify-content: center;
  align-items: center;
}
section:nth-child(1) {
  color: #000;
  background-image:url(../1m463n35/bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}
section:nth-child(2) {
	background-image:url(../1m463n35/bg_pink.jpg);
  color: #42455a;
   background-repeat:no-repeat;
  background-size:cover;
}
section:nth-child(3) {
  color: ;
}
section:nth-child(4) {
  color:;
  background: ;
}
section .container {
  margin: 30px;
  
}

section .container2 {
  margin:0px;
  width:100%;
}

section .container3 {
  margin: 150px;
  
}

section h1 {
  font-size: 3rem;
  margin: 20px;
}
section h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

section .special {
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
   font-family: 'Taviraj', serif;
	font-style:italic;
	margin-left:;
	color:#FFF
}

section .special2 {
	font-family: 'Roboto Slab', serif;
	font-size:24px;
	color:#FFF
	}

section .text-container {
  display: flex;
 
}

section .text-container2 {
  display: table;
  margin:0px;
    width:100%;
}

section .text-container3 {
  display: block;
  margin:0px;
    width:50%;
}

section .text-container2 .text-box {
  margin: 20px;
  padding: 20px;
    display: table-cell;
}

section .text-container3 .text-box {
  margin: 20px;
  padding: 20px;
    display: block;
}

section .text-container .text-box {
  margin: 20px;
  padding: 20px;
  background: #00c2cb;
  width:100%
}

section .text-container .text-box1 {
  margin: 10px;
  padding: 10px;
  background: transparent;
}

section .text-container .text-box h3 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

section .text-container .text-box1 h3{
	 font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
   margin-top: 15px;
 font-family: 'Taviraj', serif;
	font-style:italic;
	  color:#85888C;
	font-weight:bold;
}

section .text-container .text-box1 p{
text-align: center;
font-family: 'Roboto Slab', serif;
padding-top:15px
}

section .text-container3 .text-box3 p{
text-align: left;
font-family: 'Roboto Slab', serif;
padding-top:15px;
color:#FFF;
font-size:30px;
font-weight: 500; margin:2%
}

section .text-container .text-box1 a {
text-decoration:none;
border:solid 2px #7d9771;
padding:12px;
font-size: 22px;
 font-family: 'Roboto Slab', serif;
 color:#7d9771
}

section .text-container .text-box1 a:hover {
text-decoration:none;
border:solid 2px #FFF;
padding:12px;
font-size: 22px;
 font-family: 'Roboto Slab', serif;
 color:#FFF;
 background-color:#7d9771;
 transition: .8s ease-out
}

section .text-container3 .text-box3 a {
text-decoration:none;
border:solid 2px #FFF;
padding:12px;
font-size: 26px;
 font-family: 'Roboto Slab', serif;
 color:#FFF;
 
 
}

section .text-container3 .text-box3 a:hover {
text-decoration:none;
border:solid 2px #FFF;
padding:12px;
font-size: 26px;
 font-family: 'Roboto Slab', serif;
 color:#FFF;
 background-color:#7d9771;
 transition: .8s ease-out
}

@media (max-width: 1010px) {
  section h1 {
    font-size: 1.5rem;
    text-align: center;
  }
  section .text-container {
    flex-direction: column;
	margin:0px;
	padding:0px
  }
  
  section .container {
  margin:15px 0px 15px 0px;
}

section .text-container2 {
  display: table-row;
  margin:0px
}

section .container3 {
  margin:15px 0px 15px 0px;
}

section .special {
	margin:15px
	}

section .text-container2 .text-box {
  margin: 20px;
  padding: 20px;
  background:;
    display: block;
}

section .text-container3 {
  display:block;
  margin:20px;
    width:100%;
}

.column {
    width: 100%; 
	display:block
  }
  
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1.5s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}

@media (max-width: 450px) {
	.active.fade-left {
  animation: none;
}
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 450px) {

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}

	
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.mainText {
	 text-align:center;
  font-family: Roboto, sansirf;
  font-weight:bolder;
  font-size:24px;
  color:#483719;	
	}
	
	.mainText2 {
	 text-align:left;
 font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin-left:5%;
   margin-top:8%;
  font-weight:400;
	}
	
	.mainText3 {
	 text-align:left;
 font-family: 'Taviraj', serif;
  font-size:24px;
  color:#85888C;	
  margin:5%;
   margin-top:8%;
  font-weight:400;
	}
	
	.sueno {
	 text-align:left;
 font-family: 'Taviraj', serif;
  font-size:18px;
  color:#85888C;	
  margin-left:;
   margin-top:8%;
  font-weight:100;
	}
	
	.suenoBottom{
		text-align:center;
 font-family: 'Taviraj', serif;
  font-size:18px;
  color:#85888C;	
  margin-left:;
   margin-top:8%;
  font-weight:100;
		}
	
	div.relative {
  position: relative;
 
} 

div.absolute {
  position: absolute;
  bottom:30px;
  width: 90%;
  
}

.textRooms1 {
	position: absolute;
	background-color:#FFF;
	width:100%;
	text-align:center;
	margin-left:20px;
	margin-right:-20px;
	position:absolute;
	color: #85888C
}

.textRooms1 h3{
	margin-top:10px;
	margin-bottom:5px;
	font-size:22px}
	
	.textRooms1 p{
		color:#7d9771;
		font-family: 'Roboto Slab', serif;
		margin-bottom:10px;
		font-size:18px
	}

section .text-container2 .text-box .btn_rooms1{margin-top:70px; text-align:center; font-size:20px; font-family: 'Roboto Slab', serif;}

section .text-container2 .text-box a {
text-decoration:none;
border:solid 2px #7d9771;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #FFF;
 background-color:#7d9771

}

section .text-container2 .text-box a:hover {
text-decoration:none;
border:solid 2px #7d9771;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #63d7de	;
 background-color: #FFF;
 transition: .8s ease-out
}

section .text-container2 .text-box .btn_rooms1{margin-top:70px; text-align:center; font-size:18px; font-family: 'Roboto Slab', serif; color:#85888C}

section .text-container2 .text-box a {
text-decoration:none;
border:solid 2px #7d9771;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #FFF;
 background-color:#7d9771

}

section .text-container2 .text-box a:hover {
text-decoration:none;
border:solid 2px #7d9771;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #7d9771	;
 background-color: #FFF;
 transition: .8s ease-out
}





/*.parallax {
  
  background-image: url('../1m463n35/sueno-del-mar-beachfront-hotel.jpg');

  height: 70vh; 

  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}

@keyframes parallax {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}




@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}
*/
.image-zoom {
  width: 100%;
  position: relative;
  background: #000000;
  overflow: hidden;
  height: 100vh
}
.image-zoom:before {
	background-color:#FFF;
  background:linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) ), url('../1m463n35/sueno-del-mar-beachfront-hotel.jpg') no-repeat center;
  content: "";
   background-size:cover;
  display: inline-block;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  /*z-index: -1;*/
  animation: 45s ease 0s normal none infinite running zoomin;
  -webkit-animation: 45s ease 0s normal none infinite running zoomin;
  -o-animation: 45s ease 0s normal none infinite running zoomin;
  -moz--o-animation: 45s ease 0s normal none infinite running zoomin;
}

@keyframes zoomin {
    0% { transform: scale(1.5, 1.5) }
    50% { transform: scale(1, 1) }
    100% { transform: scale(1.5, 1.5) }
}


#footerSueno {
	background-color: #738286; padding-top:5%;
	padding-bottom:5%
	}


.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


#footerSueno .textfooter1 {color:#FFF; margin:2%; text-align:center; font-family: 'Roboto Slab', serif; }

#footerSueno .imgdiv {width:100%; margin:auto}


@media (max-width: 1010px) {
	.column {
  float:none;
  width:100%;
  margin:auto;
  max-width:300px
}
#footerSueno img {width:100%; margin:auto; max-width:300px;}
}

.column table {width:100%; max-width:250px; margin:auto; padding-top:15%}


#footerSueno img:hover {
		cursor:pointer}
		
.textfooter {padding-top:15%}


 .material-symbols-outlined {
	 color:#FFF;
	 padding-top:6px;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}

.spanTable {
text-align:left !important; color:#FFF; font-family: 'Roboto Slab', serif; font-size:20px; margin-left:10px
}

.textboxtable {height:50px}

td{vertical-align:middle; height: 40px;}

td a {text-decoration:none; color:#FFF}

td a:hover {text-decoration:none; color: #573E52; transition: .5s ease-out;}

.column  .table2 {
	padding-top:80px
}

 .spacer {width:100%; height:50px}
	  
	  .LogoBtm {max-width:220px; margin:auto; width:100%}
	  
	  .tableBtm {width:340px; margin:auto}
	  
	  
	  .tableBtm a {
		text-decoration:none;
border:solid 2px #999;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #999;
 background-color:#transparent

	  }
	  
	  .tableBtm a:hover {
		text-decoration:none;
border:solid 2px #999;
padding:12px;
font-size: 16px;
 font-family: 'Roboto Slab', serif;
 color: #FFF;
 background-color:#999

	  }

