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

	body{
		background-color: #FAC501;
		font-family: 'Source Sans Pro', sans-serif;
		
	}


	footer body{
		border:none;
	}

.bodycontenedor{
	background-color: #fff;
	min-height: 100%;
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}

/*home*/


.idioma {
 		width: 30px;
 		height: 25px;
 		position: absolute;
 		right: 20px;
 		top: 15px;
 		float: right;
 		
 			
 	}


.slide img {width: 100%;
           margin-top: auto;
          
                     } 

.contenedor {
	
	width:98%;
	max-width:1200px;
	height: 100%;
	margin:auto;
	
	
}
 



.menu_bar {
	display: none;
	}

header {
	background:#1AA298 ;
	width:100%;
	border-bottom:5px solid #FAC501;
	padding-top: 10px;
 
}
 
header .logo img {
	width:200px;
	}
 
	
header .index {
	width: 280px;
	height: 150px;
	background:rgba(255, 255, 255, 0.64);
	border-left:5px solid #FAC501;
	border-right: 5px solid #FAC501;
	position: absolute;top: 150px; left: 80px;
	z-index: 1000;	
}		
	
header .logo {
	width: 200px;
	background:rgba(255, 255, 255, 0.64);
	border-left:5px solid #FAC501;
	border-right: 5px solid #FAC501;
	padding-top: 10px;

}



header .logo img {
	width:100%;
	vertical-align: top;
}


header .logo a {
	color:#fff;
	text-decoration: none;
	line-height:50px;
}



header nav {
	background:#1AA298;
	z-index:1000;
	justify-content: flex-end;
	margin-right: 30px;
	text-align: right;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 
header nav ul li:hover {
	background:#FAC501;
}
 
header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;
	text-align: left;
}
 
header nav ul li .children {
	display: none;
	background:#ccc;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .flecha {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
 

.titulo {display: inline-block;
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
	margin-bottom: 30px;

}

.catalogo li {float: left; width: 30%; margin:0 1% 2% 1%;list-style:none;}
.catalogo img {width: 100%}
.catalogo ul {margin: -1%}			



	


.col-der iframe {
	width: 100%;
	height: 400px}

 
.main {
	background:#fff;
	padding:20px;
	line-height: 30px;
	float: left;
	width: 60%;

}

.primero{
	height: 100%;
}
 
.main article {
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom:2px solid #1AA298;
	height: 100%;
	height: auto !important;
        
}
 
.main article:nth-last-child(1){
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:none;
	width: 100%;
}
 
aside {
	border-left:2px solid #1AA298;
	background:#fff;
	padding:20px;
	float: right;
	width: 40%;
	overflow: hidden;
	height: 100%;
	height: auto !important;
}

aside .titulo_nov {
	background:#1AA298;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-weight: 400;

}
.video{
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
	margin-bottom: 30px;
 }

.novedades{
	color: #fff;
	font-size: 28px;
	padding: 5px;
	
	
		
}

.novedades p {
	padding: 5px;
}
.imagen_novedad p{
	padding: 10px;

}

.fecha{
	color:#1AA298;
	border-bottom: 2px solid #1AA298;
	padding-bottom:10px; 
}
aside .widget {
	background:#1AA298;
	height:150px;
	margin:10px;

}
 

.footer{
	/* Flexbox */
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 15px;

}

footer {
	background:#ccc;
	width: 100%;
	padding:20px;
 
	/* Flexbox */
	display: flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
 
footer .links {
	font-size: 14px;
	display:flex;
	flex-wrap:wrap;
	
}

 
footer .links a {
	flex-grow:1;

	font-weight: 300;
	padding:10px;
	color:#000;
	text-align: center;
	text-decoration:none;
}
 
footer .links a:hover {
	color:#1AA298;
	
}

 footer .excelsior a {
text-decoration:none;
color:#000;

 }
footer .excelsior a:hover {
	color:#1AA298;
 }




.redes li {
	display: inline-block;
	margin:15px 0;
}
.redes a{
	display: block;
	text-decoration: none; 
	width: 24px;
	height: 24px
}
.redes span{
	display: none
}


.facebook {
	background:url(../images/facebooksprite.png); 
	border-radius: 4px;
}
.facebook:hover {
	background:url(../images/facebooksprite.png);
	background-position: bottom;
}
.instagram {
	background: url(../images/instagramsprite.png);
	border-radius: 4px;
}
.instagram:hover {
	background:url(../images/instagramsprite.png);
	background-position: bottom;
}
.google {
	background: url(../images/googlesprite.png);
	border-radius: 4px;
}
.google:hover {
	background:url(../images/googlesprite.png);
	background-position: bottom;
}

.youtube {
	background: url(../images/youtubesprite.png);
	border-radius: 4px;
}
.youtube:hover {
	background:url(../images/youtubesprite.png);
	background-position: bottom;
}

footer p {
	color: #999; font-size: 0.9em;
	text-align: center;
	font-weight: 400;
	text-align: justify;
}

.icono_condominio{
	margin-top: 5px;
}

.datos p{
	display: block;
	text-align: center;
}

p{	
	text-align: justify;
    line-height: 30px;
}
/* Playa */

#uno{
	margin-bottom: 20px;
	border-bottom:2px solid #1AA298;
}

#dos{
	margin-bottom: 20px;
	
}

#tres{
	margin-bottom: 20px;
	border-bottom:2px solid #1AA298;
}

#cuatro{
	margin-bottom: 20px;
	border-bottom:2px solid #1AA298;
}

#cinco{
	margin-bottom: 20px;
	border-bottom:2px solid #1AA298;
}

#seis{
	margin-bottom: 20px;
	border-bottom:2px solid #1AA298;
}

#siete{
	margin-bottom: 20px;
	border-bottom:2px solid #1AA298;
}

#ocho{
	margin-bottom: 20px;
	border-bottom:2px solid #1AA298;
}

#nueve{
	margin-bottom: 20px;
	border-bottom:2px solid #1AA298;
}

#diez{
	margin-bottom: 20px;
	border-bottom:2px solid #1AA298;
}


.mapaplaya{
	width: 100%;
}

.inicio{
	float: right;
	font-weight: 300;
	padding:10px;
	color:#000;
	text-align: left;
	text-decoration:none;
}


 
.inicio:hover {
	color:#1AA298;
	
}

.flechaup{
	margin-left:10px;
	margin-right:0px;
}

div.playas{
  -moz-column-count: 2;
-moz-column-gap: 10px;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
column-count: 2;
column-gap: 10px;
margin-bottom: 20px;

}

.garopaba a{
	font-weight:700;
	color:#000;
	text-align: right;
	text-decoration:none;
	padding-right: 30px;
	padding-top: 10px;

}
.garopaba li{
	list-style: none;
	
}


.numero{
	margin: 10px;
}

.playas a:hover {
	color:#9E59A2;
}

.playas a{
	font-weight:400;
	color:#000;
	text-align: right;
	text-decoration:none;
	padding-right: 30px;
	padding-top: 10px;

	}

.playas li{
	list-style: none;

	
}
.playas li:hover {
	background-color: #ccc;
}
.fotoplaya li {
	float: left; 
	width: 30%;
	margin:0 1% 2% 1%;
}
.fotoplaya img {
	width: 100%;
}
.fotoplaya {
	margin: 1%;
	list-style:none;
}

.clear{clear: both; }


.main p{
	margin-bottom: 20px;
}

.descarga{
	display: none;
}


/* Contacto */

.contacto_left{
	float: left;
	width: 100%;
	line-height: 2em;

}
.contacto_right{
	float: right;
	width: 40%;

}
.contacto{
	background-color: #ccc;
	height: 50%;

}
.consulta{
	height: 650px;
 	background-color: #ccc;
 	padding: 2%;
 }
.clear{clear: both;}

.mapa{
	width: 100%;
	height: 300px;
	border:0px;
}

.mapa_local{
	width: 100%;
	
}
.campos{
	width: 97%;
	height: 30px;
}
.confirma{
	min-height:450px;
	text-align: center;
	font-size: 2em;
	color: #ccc;
}

textarea.campos {
	height: 100px;
}

.enviar {
	background-color: #1AA298;
    padding: 15px 30px;
    float: right;
    color: #fff;

}
.enviar:hover{ 
	background-color: #FAC501;
}

.calle {
	background: #1AA298;
   	color: #fff;
    font-size: 22px;
    text-align: center;

}

/*condominio*/

 #owl-demo .itemg{
  margin: 3px;
}
#owl-demo .itemg img{
  display: block;
  width: 100%;
  height: auto;
}
.mapacondominio{
	width: 80%;
	margin: 0 auto;
	height: 100%;
	text-align: center;	
}

.servi{
	text-align: center;
	margin: 5px;
	display: inline-block;
	padding: 20px;
}

.servicios{
	text-align: center;
}
/* Actividades */

.calesita{
	width: 70%;
	margin: 0 auto;

}
.subtitulo {
	font-weight:600;
	
}
.secciones{
	width: 80%;
	margin: 0 auto;
}

.main.actividades article{
	border-bottom: none;
	}
.actividades{
	background-color:#fff;
	width: 100%;
	padding:50px;
	line-height: 30px;
	margin: 0 auto; 
}

/* chalets */
.chalets{
	background-color:#fff;
	width: 100%;
	padding:25px;
	line-height: 30px;
	margin: 0 auto; 
}

.chalet_texto{
	padding:25px;
}


.casa6{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.clar1{
	clear: both;

}
.simplegallery {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.simplegallery .content {
    background: #fff;
   	width: 380px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;

   
    
}

.simplegallery .content img {
    width: 100%;
    border: 5px solid #1AA298;
}

.uno .thumbnail {
    display: inline-block;
    width: 300px;
    height: 260px;
    background: url(../images/casita/chalet1/Chalet1.png) no-repeat center top;
    padding-top: 84px;
    text-align: right;
    padding-right: 27px;
}

.simplegallery .thumbnail .thumb {
    margin:1px;
    cursor: pointer;
    display: inline-block;
}


.simplegallery .thumbnail .thumb img {
    border: 1px solid #9c9c9c;
    width: 100%;

    
}

.simplegallery .thumbnail .last {
    margin: 0;
}




 .dos .thumbnail {
    display: inline-block;
    width: 330px;
    height: 170px;
    background: url(../images/casita/chalet2/Chalet2.png) no-repeat center top;
    padding-top: 88px;
    text-align: right;
    padding-right: 27px;
}

 
.tres .thumbnail {
    display: inline-block;
    width: 300px;
    height: 270px;
    background: url(../images/casita/chalet3/Chalet3.png) no-repeat center top;
    padding-top: 24px;
    text-align: right;
    padding-right: 27px;
}









a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;
    display:none;
    padding:14px 20px;
    margin-top:-30px; 
    margin-left:28px;
    line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}

a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}



.slide img{width: 100%; margin-top: auto;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

 #owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}




















/* mediaquery 1265px */

 
@media screen and (max-width: 1265px) {
	
	div.playas {
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		#1AA298;
		column-count: 2;
		column-gap: 10px;}

.clar1{
	clear: none;
 	
}

.casa6{
	width: 70%;
	text-align: center;


}
}


/* mediaquery 1000px */

 
@media screen and (max-width: 1000px) {
	
header {
	padding-top: 10px;
}
.contacto_left{
	float: none;
	width: 100%;
}

.contacto_right{
	float: none;
	width: 100%;
}

.main {
	
	width: 100%;
	padding:10px;
}
aside{
	float: none;
	width: 100%;
	border-left: none;
	padding:10px;
	
}


}
/* mediaquery 950px */

@media screen and (max-width: 950px) {
.simplegallery .content {
    width: 250px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 25px;
   
}




.casa6{
	width: 80%;

}

	/* mediaquery 850px */

 
@media screen and (max-width: 850px) {
	
	header .index {
	
	top: initial;
	left: 0px;


	
}		
	header .logo {
		position: relative;
		margin: 10px auto;
		z-index: 1002;
	}

	
	

	
	.idioma{ 
		z-index: 1000;
	}

 	

	

 	} 


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

	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#1AA298;
		z-index: 999;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	
	
 
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: absolute;
		right:100%;
		margin: 0;
		overflow: scroll;

	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		
		
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .flecha {
		float: right;
	}

	.mapacondominio{
	width: 100%;
	margin: 0 auto;
	height: 100%;

}



	.footer {
		align-content: space-around;
		
	} 
}

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

	.footer{
		justify-content: center;
		align-items: center;
	}
	.redes{
	margin-top: 15px;

	}

	.catalogo li {width: 45%}

	

	.secciones{
	width: 100%;
	margin: 0 auto;
}
	.fotoplaya li {
	float: none; 
	width: 60%;
	margin:0 auto;%
}	

}

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

div.playas {
		-moz-column-count: 1;
		-moz-column-gap: 10px;
		-webkit-column-count: 1;
		-webkit-column-gap: 10px;
		column-count: 1;
		column-gap: 10px;
}	

p{
	text-align: left;
}

}

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

	.idoma {
  	margin-right: -20px;
  }
	

  .fotoplaya li{
		width: 100%;
	}

	
.mapaplaya{
	display: none;
}

.descarga{
	display: block;

}
.catalogo li {width: 95%}
  
}

.uno .thumbnail {
	width:280px;
	padding-right:15px;
}

.dos .thumbnail {
	width:290px;
	padding-right:7px;
}

.tres .thumbnail {
	width:280px;
	padding-right:15px;
}

.chalets
{padding: 0px;}

.chalet_texto{
	padding:15px;
}

body{ background-color: #fff;}

.actividades{
	padding:20px;
}