﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?dkkrlm');
  src:  url('../fonts/icomoon.eot?dkkrlm#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dkkrlm') format('truetype'),
    url('../fonts/icomoon.woff?dkkrlm') format('woff'),
    url('../fonts/icomoon.svg?dkkrlm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e942";
}






body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	font-family: 'Open Sans', sans-serif;
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.pulse {
    animation-name: pulse
}


#cabecera{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	background: rgba(255,240,201,0.7);
	width: 100%;
	height: 100px;
	float: left;
}

.desvanecida{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	border: 0px solid red;

	background: #006633;
	background: -moz-linear-gradient(top, rgba(255,240,201,0.7) 0%, rgba(255,240,201,0.6) 33%, rgba(255,240,201,0.3) 65%, rgba(255,240,201,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,240,201,0.7)), color-stop(33%,rgba(255,240,201,0.6)), color-stop(65%,rgba(255,240,201,0.3)), color-stop(100%,rgba(255,240,201,0.1)));
	background: -webkit-linear-gradient(top, rgba(255,240,201,0.7) 0%, rgba(255,240,201,0.6) 33%, rgba(255,240,201,0.3) 65%,rgba(255,240,201,0.1) 100%);
	background: -o-linear-gradient(top, rgba(255,240,201,0.7) 0%,rgba(255,240,201,0.6) 33%,rgba(255,240,201,0.3) 65%,rgba(255,240,201,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(255,240,201,0.7) 0%,rgba(255,240,201,0.6) 33%,rgba(255,240,201,0.3) 65%,rgba(255,240,201,0.1) 100%);
	background: linear-gradient(top, rgba(255,240,201,0.7) 0%,gba(255,240,201,0.6) 33%,rgba(255,240,201,0.3) 65%,rgba(255,240,201,0.1) 100%);

	width: 100%;
	height: 60px;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	position: relative;
	z-index: 102;
	width: 28%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#cabecera-lado{
	width: 70%;
	float: right;
}

#datos{
	width: 100%;
	text-align: right;
	float: left;
}

#datos a{
	text-decoration: none;
}

#datos span{
	position: relative;
	top: 0px;
	background: rgba(0,0,0,0.5);
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0 0 0 20px;

	border-radius: 0 0 5px 5px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#whatsapp{
	position: relative;
	top: 4px;
	height: 20px;
}

#menu{
	width: 80%;
	float: right;
	margin-top: 20px;
}

#menu-r{
	background: rgba(209,95,54,0.6);
	width: 100%;
	color: white;
	text-align: center;
	font-size: 19px;
	font-family: 'Slabo 27px', serif;
	float: left;
	padding: 8px 0;
	cursor: pointer;
	display: none;
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu ul{
	border: 0px solid red;
	width: 100%;
	float: left;
}

#menu ul li{
	width: 18%;
	float: left;
	margin: 0 1%;
}

.menu{
	background: rgba(209,95,54,0.6);
	width: 100%;
	color: white;
	font-size: 19px;
	font-family: 'Slabo 27px', serif;
	text-align: center;
	padding: 8px 0;

	border-radius: 4px;

	transition:all 0.2s;
}

.menu:hover, .activo{
	background: rgba(209,95,54,1);
	padding: 12px 0;
	margin-top: -4px;
}


#efecto{
	border: 0px solid red;
	width: 100%;
	height: auto;
	float: left;
}


#banner{
	background: #343434;
	width: 100%;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: white;
	float: left;
	padding: 15px 0;

	/*animation: move linear 2000ms infinite;*/
}

@keyframes move {
  0% {
    text-shadow:
      4px -4px 0 hsla(0, 100%, 50%, 1), 
      3px -3px 0 hsla(0, 100%, 50%, 1), 
      2px -2px 0 hsla(0, 100%, 50%, 1), 
      1px -1px 0 hsla(0, 100%, 50%, 1),
      -4px 4px 0 hsla(180, 100%, 50%, 1), 
      -3px 3px 0 hsla(180, 100%, 50%, 1), 
      -2px 2px 0 hsla(180, 100%, 50%, 1), 
      -1px 1px 0 hsla(180, 100%, 50%, 1)
    ;
  }
  25% {    
    text-shadow:      
      -4px -4px 0 hsla(180, 100%, 50%, 1), 
      -3px -3px 0 hsla(180, 100%, 50%, 1), 
      -2px -2px 0 hsla(180, 100%, 50%, 1), 
      -1px -1px 0 hsla(180, 100%, 50%, 1),
      4px 4px 0 hsla(0, 100%, 50%, 1), 
      3px 3px 0 hsla(0, 100%, 50%, 1), 
      2px 2px 0 hsla(0, 100%, 50%, 1), 
      1px 1px 0 hsla(0, 100%, 50%, 1)      
    ;
  }
  50% {
    text-shadow:
      -4px 4px 0 hsla(0, 100%, 50%, 1), 
      -3px 3px 0 hsla(0, 100%, 50%, 1), 
      -2px 2px 0 hsla(0, 100%, 50%, 1), 
      -1px 1px 0 hsla(0, 100%, 50%, 1),
      4px -4px 0 hsla(180, 100%, 50%, 1), 
      3px -3px 0 hsla(180, 100%, 50%, 1), 
      2px -2px 0 hsla(180, 100%, 50%, 1), 
      1px -1px 0 hsla(180, 100%, 50%, 1)
    ;
  }
  75% {
    text-shadow:
      4px 4px 0 hsla(180, 100%, 50%, 1), 
      3px 3px 0 hsla(180, 100%, 50%, 1), 
      2px 2px 0 hsla(180, 100%, 50%, 1), 
      1px 1px 0 hsla(180, 100%, 50%, 1),
      -4px -4px 0 hsla(0, 100%, 50%, 1), 
      -3px -3px 0 hsla(0, 100%, 50%, 1), 
      -2px -2px 0 hsla(0, 100%, 50%, 1), 
      -1px -1px 0 hsla(0, 100%, 50%, 1)      
    ;
  }
  100% {
    text-shadow:
      4px -4px 0 hsla(0, 100%, 50%, 1), 
      3px -3px 0 hsla(0, 100%, 50%, 1), 
      2px -2px 0 hsla(0, 100%, 50%, 1), 
      1px -1px 0 hsla(0, 100%, 50%, 1),
      -4px 4px 0 hsla(180, 100%, 50%, 1), 
      -3px 3px 0 hsla(180, 100%, 50%, 1), 
      -2px 2px 0 hsla(180, 100%, 50%, 1), 
      -1px 1px 0 hsla(180, 100%, 50%, 1)
    ;
  }  
}



#wrapP{
	width: 1200px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	margin: 20px 0;
	float: left;
}


.titulo-pestana{
	width: 100%;
	text-align: center;
	float: left;
}

.titulo-pestana div{
	background: white;
	color: rgba(209,95,54,1);
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
	display: inline-block;
}


#reservacion{
	width: 100%;
	float: left;
	padding: 20px 0;
}

#forma-ladoi{
	width: 50%;
	float: left;
	padding-right: 20px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#forma-ladod{
	width: 50%;
	float: left;
}




#mapa{
	background: white;
	width: 100%;
	float: left;
	padding: 20px 0;
}

#mapa-conten{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

#mapa b{
	width: 35%;
	text-align: center;
	font-size: 34px;
	line-height: 65px;
	float: left;
	padding: 20px 0;
}

#mapa b span{
	font-weight: normal;
}

#mapa iframe{
	width: 62%;
	float: left;
	margin-left: 20px;
}



.seccion{
	width: 61%;
	font-size: 23px;
	line-height: 33px;
	float: left;
	padding: 15px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion strong{
	color: #d15f36;
}

.imagen-seccion{
	width: 35%;
	float: left;
}

.imagen-seccion img{
	width: 100%;
}



table{
	background: white;
	width: 100%;
	margin: 20px 0;
	float: left;
}

table tr td{
	border: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
	padding: 15px 0;
}

.importante{
	text-align: center;
	font-weight: bold;
}




#imagenes{
	width: 100%;
	text-align: center;
	float: left;
}

#imagenes img{
	margin: 0 40px;
}



.galeria{
	width: 100%;
	float: left;
}




#super-cabecera{
	background: url(../images/super-cabecera.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 250px;
	float: left;
}


#reservacion{
	width: 100%;
	float: left;
	padding: 20px 0;
}

#forma-ladoi{
	width: 50%;
	float: left;
	padding-right: 20px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#forma-ladod{
	width: 50%;
	float: left;
}




#mapa{
	background: white;
	width: 100%;
	float: left;
	padding: 20px 0;
}

#mapa-conten{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

#mapa b{
	width: 35%;
	text-align: center;
	font-size: 34px;
	line-height: 65px;
	float: left;
	padding: 20px 0;
}

#mapa b span{
	font-weight: normal;
}

#mapa iframe{
	width: 62%;
	float: left;
	margin-left: 20px;
}





.parte{
	width: 100%;
	float: left;
}




#footer{
	background: rgba(209,95,54,1);
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	position: relative;
	color: white;
	padding: 10px;
	float: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.anuncio{
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	padding:20px 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.seccion-footer a{
	color: white;
}

.titulo-seccion-footer{
	font-weight: bold;
	font-size: 22px;
	padding: 10px 0;
}

.desarrollo-seccion-footer{
	line-height: 22px;
	padding:10px 0;
}

#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
}

.tel{
	font-size: 22px;
	font-weight: bold;
}


@media screen and (max-width: 1200px){
	#cabecera-conten, #wrapP, #mapa-conten, #footer-conten{
		width: 100%;
		float: left;
	}

	#pagina{
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#mapa{
		width: 100%;
	}
}

@media screen and (max-width: 1100px){
	#menu{
		width: 100%;
	}
}

@media screen and (max-width: 1000px){
	.seccion-footer{
		width: 50% !important;
		height: 250px;
	}
}

@media screen and (max-width: 800px){
	#cabecera{
		position: relative;
	}

	#logotipo{
		width: 40%;
	}
	#cabecera-lado{
		width: 45%;
	}

	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 700px){
	#mapa b{
		width: 100%;
	}
	#mapa iframe{
		width: 90%;
		margin: 0 5%;
	}

	table tr td{
		display: block;
	}
}

@media screen and (max-width: 650px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 20px 0 0 0 !important;
	}

	.seccion-footer{
		width: 100% !important;
		height: auto;
	}
}

@media screen and (max-width: 600px){
	#cabecera{
		height: auto;
	}
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 60%;
	}

	#cabecera-lado{
		width: 100%;
		margin: 10px 0;
	}

	#forma-ladoi, #forma-ladod{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	#logotipo img{
		width: 80%;
	}
	#datos span{
		width:50%;
		text-align: center;
		float: left;
		margin: 0;
	}

	.w100{
		width: 100% !important;
		margin-top: 5px !important;
	}
}




