/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/*
Color dAzul
#31458a
*/


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f4f4f4 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f4f4f4 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #f4f4f4 !important;
}




/* Pedro 20200607  */
.content-wrap.sinmargenes {
	position: relative;
	padding: 0px 0 !important;
}

.quick-contact-widget .sm-form-control { margin-bottom: 10px; }


.dark .sm-form-control:not(.not-dark) {
	/* pedro color: #999;*/
	color:white;
	background-color: rgba(101,116,167,0.8); /*  */
	border-color: rgba(0,0,0,0.25);
}

.button {
    background-color: #27376e;
    color: #FFF;
}



::selection {
	background: #31458a !important;
	color: #FFF;
	text-shadow: none;
}

.button.button-3d:hover {
    background-color: #5b6ba2 !important;
    opacity: 0.9;
}


.one-page-arrow {
    
bottom: 100px;}

/*
Opacidad de las cajas de los Hoteles 
H:\proyectos\Zero_hotels\WEb\20200607-a\demos\real-estate\real-estate.css

He cambiado la opacidad a color blanco 0 opacidad
*/

.real-estate-properties [class^=col-] > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.1) !important;
	opacity: 0.1;
	opacity: 0.1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	
}

.real-estate-properties [class^=col-] > a:hover:before { opacity: 1;}


}


.corrf  a:hover:before { opacity: 1; background: url('../images/zero/hoteles/madrid-zero/on-madrid-zero.jpg') no-repeat bottom center; background-size: cover; z-index:30}




.madrid-destino 		a:hover:before { opacity: 1; background: url('../images/zero/destinos/madrid.jpg') 			no-repeat bottom center; 			background-size: cover; z-index:30}
.santander-destino  	a:hover:before { opacity: 1; background: url('../images/zero/destinos/santander.jpg') 		no-repeat bottom center; 			background-size: cover; z-index:30}
.comillas-destino 		a:hover:before { opacity: 1; background: url('../images/zero/destinos/comillas.jpg') 		no-repeat bottom center; 			background-size: cover; z-index:30}
.mallorca-destino  		a:hover:before { opacity: 1; background: url('../images/zero/destinos/palma.jpg') 			no-repeat bottom center; 			background-size: cover; z-index:30}



.madrid 		a:hover:before { opacity: 1; background: url('../images/zero/hoteles/madrid-zero/on-madrid-zero.jpg') 		no-repeat bottom center; 			background-size: cover; z-index:30}
.santander  	a:hover:before { opacity: 1; background: url('../images/zero/hoteles/santander-zero/santander-zero.jpg') 	no-repeat bottom center; 		background-size: cover; z-index:30}
.comillas  		a:hover:before { opacity: 1; background: url('../images/zero/hoteles/comillas-stela/on-comillas-stela.jpg') no-repeat bottom center; 	background-size: cover; z-index:30}
.santanderneo  	a:hover:before { opacity: 1; background: url('../images/zero/hoteles/santander-neo/on-santander-neo.jpg') 	no-repeat bottom center; 		background-size: cover; z-index:30}
.mallorcastela  a:hover:before { opacity: 1; background: url('../images/zero/hoteles/mallorca-stela/on-mallorca-stela.jpg') no-repeat bottom center; 	background-size: cover; z-index:30}



.app 		a:hover:before { opacity: 1; background: url('../images/zero/experiencias/zero-app/caja-app-off.jpg') 		no-repeat bottom center; 			background-size: cover; z-index:30}
.star 		a:hover:before { opacity: 1; background: url('../images/zero/experiencias/zero-star/caja-star-off.jpg') 		no-repeat bottom center; 			background-size: cover; z-index:30}
.life 		a:hover:before { opacity: 1; background: url('../images/zero/experiencias/zero-life/caja-life-off.jpg') 		no-repeat bottom center; 			background-size: cover; z-index:30}
.style 		a:hover:before { opacity: 1; background: url('../images/zero/experiencias/zero-style/caja-style-off.jpg') 		no-repeat bottom center; 			background-size: cover; z-index:30}
.gourmet 		a:hover:before { opacity: 1; background: url('../images/zero/experiencias/zero-gourmet/caja-gourmet-off.jpg') 		no-repeat bottom center; 			background-size: cover; z-index:30}


/*

.real-estate-properties .colorpedro h3  {
	color:red !important	
}

.real-estate-properties .colorpedro:hover:before  h3 {
	color:white !important	
}
*/


.real-estate-item-image .comentarios {
	display: block;
	position: absolute;
	top: 200px;
	left: 20px;
	z-index: 1;
	font-size: 20px;
	padding: 5px 8px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color:white
}




.prueba:hover {color: red !important; }
.pruebas:hover {background-color:transparent !important;}




.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #31458a;
    margin-bottom: 30px;
}


h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #31458a; }


.heading-block {
    margin-bottom: 10px;
}


.heading-block:after {
    margin-top: 10px;
    border-top: 2px solid #31458a;
}
/* está en style.css
.heading-block:after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #444;
}*/




#primary-menu ul li > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-weight: 800;
    font-size:1em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




#footer .footer-widgets-wrap {
    position: relative;
    padding: 40px 0;
}


.feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img {
    border: none !important;
    background-color: transparent !important;
    color: #31458a;
    border-radius: 0;
}


.section {
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
    background-color: white;
    overflow: hidden;
}



.section.pedro{background: url('../images/zero/marca.png') no-repeat center center; background-size: cover;}
.colorpedro{color:red !important}
.colorpedro:hover {color: blue !important; }




.altura50{margin-top:50px}






#page-menu nav {
    
    background-color: #31458a !Important;
   
}




#page-titlepedro.page-title-parallax {
    padding: 10px 0 !important;
    text-shadow: none;
    border-bottom: none;
}


#header.full-header #primary-menu > ul {
    float: left;
   padding-right: 0px !important;
   margin-right: 0px !important;
    border-right: 1px solid #EEE;
}


body,
.dropdown-menu { font-size: 0.8rem !important; }




.real-estate-item-desc {
    position: relative;
    margin-top: 20px;
    padding: 0 0px !important; 
	
}


.real-estate-item-link {
    position: absolute;
    top: 2px;
right: 0px !important;}




#page-title.page-title-parallax1 {
    padding: 10px 0px 20px 0px;
    text-shadow: none;
    border-bottom: none;
}




/*
file:///H:/proyectos/Zero_hotels/WEb/20200607-a/lightbox.html

file:///H:/proyectos/Zero_hotels/WEb/20200607-a/style-boxes.html


file:///H:/proyectos/Zero_hotels/WEb/20200607-a/social-icons.html


file:///H:/proyectos/Zero_hotels/WEb/20200607-a/thumbnails-slider.html


file:///H:/proyectos/Zero_hotels/WEb/20200607-a/headings-dropcaps.html

*/