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

body{
	font-family: 'Quicksand', sans-serif;
	background: url(./img/fondo.jpg);
	font-size: 25px;
	color: #068bbf;
}

.clear{
	clear: both;
}

.cabecera{
	background: #fff url(./img/flores.jpg) no-repeat center center;
	border-bottom: 10px solid #c5deed;
	-webkit-box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.12);
	box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.12);
	width: 100%;
	position: absolute;
	height: 260px;
}

.conten{
	width: 100%;
	max-width: 1170px;
	margin: auto;
	position: relative;
}

.atras{
	left: 10px;
	top: 10px;
	position: absolute;
}

.cabecera .conten{
	padding: 30px;
	text-align: center;
}

h1, h2{
	color: #000;
	font-weight: bold;
}

h1{
	font-size: 3em;
	margin: 20px;
}

.menu {
    width: auto;
    font-size: 18px;
    text-align: right;
    clear: both;
    float: right;
}

.bloque{
	width: 100%;
	max-width: 1170px;
	margin: auto;
	background: #fff;
}

.bloque1{
	
	background: #ecedf3;
	padding: 20px;
	color: #068bbf;
	text-align: center;
	border-bottom: 10px solid #fff;
	padding-top: 260px;

}

.bloque1 .columna1{
	float: left;
	width: 39%;
	padding: 10px;
}

.bloque1 .columna2{
	float: right;
	width: 59%;
	padding: 40px;
	padding-top: 100px;
}

.bloque3, .bloque-galeria{
	padding: 60px;
}

.bloque3 .conten{
	max-width: 600px;
	text-align: center;
}


.bloque4{
	background: #101c2b;
	padding: 50px;
}

.bloque4 .columna1, .bloque4 .columna2{
	display: inline-block;
	width: 49%;
	text-align: center;
}

.footer{
	background: #52b7df;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 15px;
}

.footer a{
	text-decoration: underline;
	color: #fff;
}

.dropdown:hover .dropdown-menu{
	display: block;
}

.dropdown-menu {
    display: none;
    background: #00b9e4;
    border: none;
    -webkit-border-radius: 5px 5px 40px 40px;
    -moz-border-radius: 5px 5px 40px 40px;
    -o-border-radius: 5px 5px 40px 40px;
    border-radius: 5px 5px 40px 40px;
    width: 100%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: left;
}

ul.dropdown-menu a {
    color: #fff !important;
    padding: 5px 15px;
}

.item{
	width: 48%;
	margin: 1%;
	float:left;
	position: relative;
	overflow: hidden;
}

.item .slider{
	width: 100%;
}

.slick-prev{
	left: 20px;
	opacity: 0;
}

.slick-next{
	right: 20px;
	opacity: 0;
}

.slick-prev:before, .slick-next:before{
	color: #000;
}

.item:hover .slick-prev, .item:hover .slick-next{
	opacity: 1;
}

.item .faldon{
	background: rgba(74, 78, 92, 0.89);
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 1.8em;
	position: absolute;
	bottom: -390px;
	transition: all .3s ease-in-out;
}

.item.gris .faldon{
	background: rgba(74, 78, 92, 0.9);
}
.item.amarillo .faldon{
	background: rgba(227, 200, 68, 0.9);
}
.item.rosa .faldon{
	background: rgba(215, 140, 170, 0.9);
}
.item.azul .faldon{
	background: rgba(8, 140, 191, 0.9);
}
.item.verde .faldon{
	background: rgba(94, 181, 108, 0.9);
}

.item:hover .faldon{
	bottom: 0;
}

.item .faldon .titulo{
	font-size: 1.2em;
	font-weight: bold;
}

.item .enlace{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	display: block;
}

.wrap-lightbox{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.89);
	position: fixed;
	top: 0;
	z-index: 100000;
	display: none;
}

.lightbox{
	height: 90vh;
	margin: auto;
	text-align: center;
	margin-top: 2%;
}

.lightbox img{
	    border: 3px solid #fff;
}

.bloque5{
	width: 100%;
	background: #FFF;
	padding: 30px;
	text-align: center;
}

.bloque6{
	width: 100%;
	background: #c4deed;
	padding: 30px;
	text-align: center;
	display: none;
}

.slider{
	height: 100%;
}

@media (max-width: 640px) {
	
	body{
		font-size: 18px;
	}

	.bloque1 .columna1, .bloque1 .columna2, .bloque4 .columna1, .bloque4 .columna2{
		float: none;
		width: 100%;
	}

	.bloque1 .columna2{
		padding: 0;
	}
	
	.cabecera{
		height: auto;
	}
	
	.cabecera .conten{
		padding: 12px;
	}
	
	.atras{
		position: relative;
		float: left;
		margin-bottom: 20px;
	}
	
	.bloque-galeria{
		padding: 20px;
	}
	
	.item{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		float:left;
		position: relative;
		overflow: hidden;
	}
	
	.item .faldon{
		bottom: 0;
		font-size: 12px;
	}
	
	.slick-prev{
		opacity: 1 !important;
	}
	
	.slick-next{
		opacity: 1 !important;
	}
	
	.item .faldon{
		position: relative;
	}
	
	.bloque5{
		display: none;
	}
	
	.bloque6{
		display: block;
	}
	
}

@media (max-width: 400px) {
	
	h1{
		font-size: 2em;
	}
	
	h2{
		font-size: 1.5em;
	}
	
	.nav > li > a {
	    position: relative;
	    display: block;
	    padding: 7px !important;
	}
	
	
}