#header-2 {
	min-height: 92px;
}
.navbar-default {
	background: #FFF;
}
section.content-1-5{
    /*/background: #F9F9F9;
	padding: 80px 0;
	padding: 16vh 0;
	background-image: url('images/uploads/fondo-casa.jpg');
	background-size: cover;
	background-repeat: no-repeat;/*/
}
.social li a:hover i:after {
	background: #999;
}
.contact-1 .contact-info span {
	color: #00AEE8;
}
.btn.btn-primary {
	background-color: #FF5E00;
	box-shadow: 0 2px #DE5302;
}
.btn.btn-primary:hover {
	background: #1abc9c;
	box-shadow: 0 2px #16a085;
	cursor: pointer;
}
.underlined-title hr {
	width: 12%;
	border-width: 2px;
	border-color: #00AEE8;
}
#header-2 .main-nav .nav .nav-item.active a, 
#header-2 .main-nav .nav .nav-item a:focus {
	color: #3498DB;
}

@media all and (max-width:900px){
	.content-block,
	section.content-1-5 {
		padding: 40px 0;
	}
}
@media all and (max-width:600px){
	.content-block,
	section.content-1-5 {
		padding: 20px 0;
		padding-top: 30vw;
	}
	
	section.content-1-5{
		background-size: contain;
	}
	
	.pull-right,
	.pull-left{
		float: none !important;
		text-align: center;
	}
	.footer-1-3 .brand-img{
		display: inline-block;
	}
}

@media (min-width: 1200px){
	.aux-margen-izq {
		margin-left: 3%;
		width: 43%;
	}
	.aux-margen-der {
		margin-left: 5%;
	}
}



.bg-deepocean.alsa {
	background-color: #02223a !important;
}
.btn.btn-primary {
	background-color: #bdd61a;
	box-shadow: 0 2px #a5bb17;
}

.promo-3 {
	background: #F9F9F9;
	padding: 80px 0;
	padding: 16vh 0;
	/*/background-image: url('images/uploads/fondo-casa.jpg');/*/
	background-size: cover;
	background-repeat: no-repeat;
	text-shadow: 0 0 10px #005390;
}
.promo-3 .btn-outline.outline-light, 
.promo-3 .icon.outline-light {
	background-color: #ffffff;
	background-color: #ffffff99;
	background-color: rgba(255, 255, 255, 0.6);
	color: #005d96;
}
.promo-3 .btn-outline.outline-light:hover, 
.promo-3 .icon.outline-light:hover {
	background-color: #ffffff;
	color: #2c3e50;
	cursor: pointer !important;
}
.promo-3 .bg-filtros {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/* background-color: #0000001f; */
	/* background-color: #607d8b33; */
	/* background-color: #03a9f433; */
	background-color: #3498db;
	background-color: #3498db33;
	background-color: rgba(52, 152, 219, 0.2);
	/*/ filter: saturate(0.5);/*/ 
}
.promo-3 .container {
	position: relative;
}





#promo-3 .hero {
	/*/position: relative;/*/
	box-sizing: border-box;
	min-height: initial !important;
	overflow: hidden;
	padding: 0;
	width: 100vw;
	/*/height: 37vw;/*/
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
}

/*/ EFECTO SLIDER  /*/
.hero .animation {
	position:absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background-size: cover; 
	background-position: center; 
	background-attachment: fixed; 
	opacity: 0.0;
}
.hero .animation{ opacity: 0.0; 
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: opacity 3s ease-out; 
	-moz-transition: opacity 3s ease-out; 
	-o-transition: opacity 3s ease-out; 
	transition: opacity 3s ease-out;
}
.hero .animation.active{ opacity: 1.0 !important; }





.filter li.active a {
	color: #3498db;
}


/* CORRECCIÓN (viene de header-2.css : 61), que queda mal en dropdown */
#header-2 .main-nav .nav .nav-item.active a {
	color: unset;
}
#header-2 .main-nav .nav .nav-item.active > a, 
#header-2 .main-nav .nav .nav-item a:focus {
	color: #3498DB;
}
@media only screen and (min-width: 768px){
	#header-2 .main-nav .nav .nav-item.active .dropdown-menu a {
		color: #FFFFFF;
	}				
}



/* Igual al estilo de p {} 
Porque el texto html del editor, separa por divs, no por párrafos.
*/
.texto_html {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #515157;
}
.texto_html > div {
	margin: 15px 0;
}


.footer-1-3 .address {
	color: #ffffff;
	margin: 9px 0 0 0;
	line-height: 1.4;
}



/* Para el contenedor desplegable de la galería */

.row.galeria {
    max-height: 600px;
    overflow: hidden;
}
.row.galeria.extendido {
    max-height: inherit;
    max-height: initial;
    overflow: visible;
}
.galeria_mas {
    position: relative;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 40px;
    margin-top: -60px;  
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.5+29,1+82 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 29%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 29%,rgba(255,255,255,1) 82%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 29%,rgba(255,255,255,1) 82%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.galeria_mas.oculto {
    display: none;
}
.galeria_mas span {
    font-size: 46px;
    color: #DDD;
    cursor: pointer;
}