@font-face{
	font-family: 'FontAwesome';
	src: url('../assets/fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../assets/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../assets/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../assets/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
#logo .inner .content  {
	width: 600px;
	min-height: 55vh;
	height: 55vh !important;
	margin: 0px auto;
/*	height: 50vh !important;
	background-image: url(../images/bg_top.jpg);*/
}

#logo .inner .content img{
	width: 600px;
	height: auto;
	margin: 0px auto;
/*	height: 50vh !important;
	background-image: url(../images/bg_top.jpg);*/
}

.inner header .logoneuro {
	background-image: url(../images/fondo-slide.png);
	width: 250px;
	height: 250px;
/*	height: 50vh !important;
	background-image: url(../images/bg_top.jpg);*/
		background-size: cover;
		background-position: center center;
}
p.titulos {
	color: #67686b;
	width: 100%;
	text-align: center;
	font-size: 4em;
}
.cuatro {
	width: 22%;
	height: 400px;
	margin: 1.5%;
	float: left;
}

.cuatro img{
	width: 100%;
	border-radius: 10px;
	height: auto;
	color: #5200C7;
}
.cuatro p{
	color: #67686b;

; 	font-size: large;
}
.inner .cuatro h3 {
}

.cuatro p strong {
	color: #67686b;
	font-size: large;
	text-align: center;
}

a.face{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	color: #FFF;
	background: rgba(134,187,126,.50);
	border-radius: 3px;
	text-decoration: none;
	font-variant: small-caps;
	font-size: x-large;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
a.face:hover{
	
	background:  rgba(107,107,107,.50);
	
}

.clear {
	clear:both;
}
ul.servicios {
	list-style-type: none;
}

@media (max-width: 980px){
	
	#logo .inner .content  {
	width: 550;
	min-height: 50vh;
	height: 50vh !important;
	margin: 0px auto;
/*	height: 50vh !important;
	background-image: url(../images/bg_top.jpg);*/
}

#logo .inner .content img{
	width: 550px;
	height: auto;
	margin: 0px auto;
/*	height: 50vh !important;
	background-image: url(../images/bg_top.jpg);*/
}
	
	ul.servicios {
	list-style-type: none;
	width: 800px;
	margin: 0px auto;
}
	.cuatro {
	width: 350px;
	height: 400px;
	margin: 20px;
	float: left;
}


}



@media (max-width: 700px){
	
	#logo .inner .content  {
	width: 400px;
	min-height: 35vh;
	height: 35vh !important;
	margin: 0px auto;
/*	height: 50vh !important;
	background-image: url(../images/bg_top.jpg);*/
}

#logo .inner .content img{
	width: 400px;
	margin: 0px auto;
/*	height: 50vh !important;
	background-image: url(../images/bg_top.jpg);*/
}
	
	ul.servicios {
	list-style-type: none;
	width: 600px;
	margin: 0px auto;
}
	.cuatro {
	width: 250px;
	height: 350px;
	margin: 0px 20px;
	float: left;
}


	
}

@media (max-width: 480px){
	
	#logo .inner .content  {
	width: 250px;
	min-height: 29vh;
	height: 29vh !important;
	margin: 0px auto;
/*	height: 50vh !important;
	background-image: url(../images/bg_top.jpg);*/
}

#logo .inner .content img{
	width: 250px;
	height: auto;
	margin: 0px auto;
/*	height: 50vh !important;
	background-image: url(../images/bg_top.jpg);*/
}
	
	ul.servicios {
	list-style-type: none;
	width: 320px;
	margin: 0px auto;
}
	.cuatro {
	width: 280px;
	height: 370px;
	margin: 0px;
	float: none;
}


	
}

