@font-face {
	font-family:"plateia_bold-webfont";
	src:url("../fonts/plateia_bold-webfont.eot?") format("eot"),
	url("../fonts/plateia_bold-webfont.woff") format("woff"),
	url("../fonts/plateia_bold-webfont.ttf") format("truetype"),
	url("../fonts/plateia_bold-webfont.svg#plateia_bold-webfont") format("svg");
	font-weight:normal;
	font-style:normal;
	}
@font-face {
	font-family:"Montserrat-Bold";
	src:url("../fonts/Montserrat-Bold.eot?") format("eot"),
	url("../fonts/Montserrat-Bold.woff") format("woff"),
	url("../fonts/Montserrat-Bold.ttf") format("truetype"),
	url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
	}


#servicios{
  	padding: 30px 0px   95px;
  	text-align: center;
	background-color: #fff;
	}
#servicios h1{
 	border-bottom: solid 1px #3374b4;
	padding-bottom: 10px;
	font-size: 30px;
	color: #3374b4;
	margin-top: 33px;
	text-align: left;
	font-family:"plateia_bold-webfont";
	}
#servicios h4 {
	position: relative;
	margin-top: 33px;
	text-align: justify;
	font-size: 19px;
	font-family:"plateia_bold-webfont";
	color: #000;
	}
.servicio{
  	margin-top: 40px;
  	float: left;
  	position: relative;
  	width: 100%;
  	border: 3px solid #fff;
	}
.caption-ser{
  	width: 100%;
  	background: #0000004D;
  	min-height: 100%;
  	font-size: 22px;
  	line-height: 25px;
  	color: #FFF;
  	text-align: left;
  	padding: 25px 15px;
  	position: absolute;
  	left: 0px;
  	top: 0px;
	}
.caption-ampliar{
  	width: 99px;
  	height: 61px;
  	position: absolute;
  	bottom: 6px;
  	right: 6px;
  	background: url(../img/ampliar.png);
	}
.caption-ampliar:hover{
  	background: url(../img/ampliar-h.png);
	}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	z-index:9999;
	}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
	}
.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
	}
.fancybox-opened {
	z-index: 999999;
	}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}
.fancybox-outer, .fancybox-inner {
	position: relative;
	}
.fancybox-inner {
	overflow: hidden;
	}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
	}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
	}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
	}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
	}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;
	}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
	}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
	}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 999999;
	}
.fancybox-prev {
	left: 0;
	}
.fancybox-next {
	right: 0;
	}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99999;
	visibility: hidden;
	}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
	}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
	}
.fancybox-nav:hover span {
	visibility: visible;
	}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
	}
/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
	}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index:9999;
	background-image:url(../img/fancybox_overlay.png);
	}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
	}
.fancybox-opened .fancybox-title {
	visibility: visible;
	}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: -25px;
	margin-left: -15px;
	z-index:99999;
	}
.fancybox-title-float-wrap .child {
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: #000;
	color: #4286b0;
	line-height: 24px;
	white-space: nowrap;
	}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
	}
.fancybox-title-inside-wrap {
	padding-top: 10px;
	}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
	}




@media (max-width: 800px){

	#servicios h1 {
		font-size: 21px;
    }
	.navbar-header {
	    float: none;
	}
	.navbar-left,.navbar-right {
	    float: none !important;
	}
	.navbar-toggle {
	    display: block;
			background: #fff !important;
	}
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
	    top: 0;
	    border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-nav {
	    float: none!important;
	    margin-top: 7.5px;
	}
	.navbar-nav>li {
	    float: none;
	}
	
	.collapse.in{
	    display:block !important;
	}
	.texto-photo {
    	font-size: 18px;
    	text-align: center;
	}
	.texto-photo img {
    	float: none;
    	text-align: center;
    	margin: 10px auto;
    	display: inline-block;
	}
	footer p{
		margin-top: 30px;
	}
	.web a {
    	font-size: 12px;
	}
	#quienes p {
		margin-top: 15px;
		float: left;
		font-size:15px;
		line-height:19px;
	}
	#quienes h1{
		font-size:30px;
	}
	
	.photo2 h1 {
    	font-size: 22px;
	}
	#home-text h1{
		font-size:35px;
		margin-top:-2px;
		margin-bottom:15px;
	}
	.caption-ser {
    	font-size: 14px;
    	line-height: 20px;
	}
	.menu-home h2{
		font-size:21px;
	}
	.caption-home{
		font-size:21px;
	}
	#menus-home h1{
		font-size:34px;
	}
	#textura h1{
		font-size:27px;
	}
	#servicios h4 {
    	margin-top: 24px;
    	font-size: 14px;
    	line-height: 20px;
	}
}


@media (max-width:1000px) and (min-width:800px){
	
	#servicios h1{
		font-size:22px;
	}
	
	.caption-ser{
		line-height:13px;
		font-size:12px;
	}
	
	#carousel-menus2 h3{
		font-size:14px;
	}
	
	#textura h1{
		font-size:31px;
	}
	
	.caption-home{
		font-size:21px;
	}
	
	#menus-home h1{
		font-size:33px;
	}
	
	.menu-home h2{
		font-size:17px;
		margin-top:9px;
	}
	
	.menu-home p{
		font-size:15px;
		margin-top:15px;
		line-height:16px;
	}
	
	#home-text h1{
		font-size:46px;
	}
}


@media (max-width:1500px) and (min-width:1000px){
	
	
	
	#home-text h1{
		margin-top:6px;
	}
	
	.caption-home{
		font-size:22px;
	}
	
	#menus-home h1{
		font-size:33px;
	}
	
	.menu-home h2{
		margin-top:6px;
	}
	
	.menu-home p{
		margin-top:15px;
		font-size:16px;
		line-height:18px;
	}
	
	.photo2 h1{
		font-size:28px;
	}
	
	#clientes h1{
		font-size:36px;
	}
	
	.caption-ser{
		font-size:15px;
		line-height:18px;
	}

}


@media (max-width:1800px) and (min-width:1500px){
	
	.caption-ser{
		font-size:16px;
	}
	
	#home-text p{
		font-size:17px;
	}
}


@media (max-width:1920px) and (min-width:1800px){
	
	.caption-ser{
		font-size:21px;
	}
	
	#home-text p{
		font-size:17px;
	}
}