/*css*/

.c1{
	color:#34648c !important;
}

.f1{
	background-color: rgba(0.175.196.1) !important;
}
/*GRIS*/
.c2{
 color: #6F7C85 !important;
}
.f2{
	background-color: rgba(216,216,214,1) !important;
}
.f9{
	background-color: rgba(173,173,173,.5) !important;
	border-radius: 5px;
}
.f10{
	background-color: rgba(173,173,173,.9) !important;
	border-radius: 5px;}

/*GRIS 2 oscuro*/
.c3{
 color: #6f6f6f !important;
}
.f3{
	background-color: rgba(111,111,111,1) !important;
}

.f30{
	background-color: rgba(111,111,111,.5) !important;
}
.c4{
	color: white;
}
/*Azul tatami*/
.f4{
	background-color: white;
}
/*Azul tatami*/
.f5{
	background-color: rgba(56,98,151,1);
}
/*azul salud*/
.c6{
	color: #74A2BC;
}
.f6{
	background-color: rgba(116,162,188,1);
}
/*Verde Salud*/

.c7{
	color: #A3BE89;
}
.f7{
	background-color: rgba(163,190,137,1);

}
/*GRIS OSCURO*/

.c8{
	color: #0C0C0D;
}
.f8{
	background-color: rgba(12,12,13,0.9);

}
.c15{
  color: #34648c;
}
.c10{
color: rgba(188.18.27.1) !important;
}
.active{
	color: #9E1D1E !important;
}
#services h1{
	
}

#redes li {
display: inline;
width: 50px;
}
#pilates{
	padding: 7px ;
	background-color: rgba(12,12,13,0.9);
}
#horarios h4{
	color:#ADADAD !important;
	border-bottom:#ADADAD 1px solid; 
}
#horarios h3{
	background-color: rgba(188.18.27.1) !important;
	color:#ADADAD !important;
	margin: auto;
	text-align: center;
	border-radius: 7px;
}
#horarios p{
	
}
.p7{
	padding: 7px;
}
.br7{
	border-radius: 7px;
}

/*/////////////////galeria*/

#gallery {
  padding: 0;
}
/*--gallery---*/
.gallery-left {
  padding: 0 0.2em;
  margin-bottom:0.3em;
}
.portfolio-bottom {
  margin-top: 2em;
}
.gallery {
  padding: 4em 0;
}
.gallery-left img {
  width: 100%;
}
.gallery-bottom {
  margin-top: 3em;
}

#acupuntura {
    background: url(../images/salud/holistic-salud-banner-2.jpg) no-repeat center center; 
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    
}
#opacio{
	background: url(../images/home/holistic-home-salud-banner-iz2.jpg) no-repeat center center;
    min-height: 500px;
    font-size: 30px;
    }

    #acufrase{
    	position: absolute;
    	top: 25%;
    	left: 10%;
    	width: 45%;
    }

    #home-acupuntura{
    	background-color: rgba(163,190,137,1);
    	min-height: 480PX;
    }
    #home-acupuntura h1{
    	color: #FFF;
    }
    #home-acupuntura p {
    	color: #FFF;
    	text-align: left;
    	padding: 15px;
    }

#tarifas{
	font-size: 1.8em;
}


.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
}

.modal-backdrop.in {
  filter: alpha(opacity=0);
  opacity: 0;
}











/*  movil*/

@media (max-width: 768px) {
	#acufrase{
		font-size: 0.7em;
    	position: absolute;
    	top: 12%;
    	left: 7%;
    	width: 50%;
    }
}