/*Filtros imagenes*/
a.filtro:hover{
	filter: brightness(62%) drop-shadow(3px 5px 3px #272727);
-webkit-filter: brightness(62%) drop-shadow(3px 5px 3px #272727);
-moz-filter: brightness(62%) drop-shadow(3px 5px 3px #272727);
}

.imagen:hover {
    filter: sepia(40%);
    -webkit-filter: sepia(40%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.insta-01:hover{
    filter: sepia(40%);
    -webkit-filter: sepia(40%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*  no se 
form input{
	padding: 13px 36px;
	background-color: #90c5f2;
	font-size: 14px;
	border: 0px solid #26292E;
	font-weight: 500;
	color: #383838;
	vertical-align: middle;
	font-family: 'Titillium Web', sans-serif;
	margin-top: 10px;
	padding: 6px 10px;
}
form input:hover{
	
	background-color: rgb(188, 89, 91);
	color: #ffffff;
	-webkit-transition: all 0.1s linear;	
	   -moz-transition: all 0.1s linear;
		 -o-transition: all 0.1s linear;
		    transition: all 0.1s linear;
}



/*------*/

.footer-area {
    background-color: #161616;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}
/* Video */
a.contrast:hover{
    -webkit-filter: contrast(1.5);
	-webkit-transition: all 0.1s linear;	
	   -moz-transition: all 0.1s linear;
		 -o-transition: all 0.1s linear;
		    transition: all 0.1s linear;
   
}
.container .fons{
	background-color: aqua!important;
}

/*.fondillo{
	background-color: aquamarine!important;
}*/
  


.headline h5:hover{
	color: #007c89!important;
}

p{
	color:#403B3B!important; 
}
p.direccion{
	color:#716f6f!important;
}
a.cookies{
	color: #525252!important;
}

a.micolor:hover{
	color: #007c89!important;
	font-weight: 500;
}
h5.micolor:hover{
	color: #007c89!important;
	
}
a.menunav:hover{
	color: #fff!important;
}

h6.espai{
	color: #f8f8f8!important;
	padding-top: 10px;
	color: #ff0027!important;
	font-size: 1.1rem;
}

/* boton area */
hr{
	background-color: #007C89!important;
}
h5 span{
	color: #08A186!important;
	font-weight: lighter;
}
h5.reservat{
	color: #cbcbcb;
	font-weight: lighter;
}
.area-privada{
	background-color: #08A186;
}
.area-privada:hover{
	background-color: rgb(59, 195, 171);
}

/*....Linea block...*/
.single-blog-content .post-content blockquote {
    border-left: 2px solid;
    border-color: #08A186;
    padding-left: 30px;
}
/*...............*/
p span{
	color: #0869A1;
}

/* Esquina fotos*/
img.curva1{
border-radius: 15px 0px 0px 0px;
-moz-border-radius: 15px 0px 0px 0px;
-webkit-border-radius: 15px 0px 0px 0px;
border: 0px solid #000000;
}
img.curva2{
border-radius: 0px 0px 0px 15px;
-moz-border-radius: 0px 0px 0px 15px;
-webkit-border-radius: 0px 0px 0px 15px;
border: 0px solid #000000;
}
img.curva3{
border-radius: 0px 15px 0px 0px;
-moz-border-radius: 0px 15px 0px 0px;
-webkit-border-radius: 0px 15px 0px 0px;
border: 0px solid #000000; 
}
img.curva4{
border-radius: 0px 0px 15px 0px;
-moz-border-radius: 0px 0px 15px 0px;
-webkit-border-radius: 0px 0px 15px 0px;
border: 0px solid #000000; 
}


.mapa{
	width: 100%
}

/*............    Parallax   ...*/
#contact-us {
  background-image:url(../img/slide/Llar_de_infants_el_Passeig_espai_privat_01.jpg);
    /*background-size: cover;*/
  padding-bottom: 90px; 
	opacity: 0.6;
}


.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: rgba(255, 255, 255, 0.28);
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.53);
}

.container-fluid-yo {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

h5.llar{
	color: #101010;

}

a.mail{
	font-size: 20px;
}

.trans{
	transition:all .5s ease-in-out;
}
.blanco{
	color: #f8f8f8!important;
}
.yo-right{
	float: right;
}























