.banner{
	
}

.banner img{
	width: 100%;
}


.servicios{
	padding: 80px 0px;
}

.titulo-seccion{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 40px;
}
.titulo-seccion::before{
	content: ' ';
	background-color: #76a3db;
	position: absolute;
	height: 3px;
	width: 20px;
	left: -1px;
	bottom: -3px;
}

.cuadro{
	color: #fff;
	background-color: #04235f;
	height: 262px;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500;
	position: relative;
}

.cuadro.alt{
	background-color: #76a3db;
}
.cuadro.rosa{
	background-color: #f84f6c;
}
.cuadro .contenido{
	position: relative;
	width: 100%;
	height: 100%;
}
.cuadro .icon{
	
}
.cuadro .title{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	width: 100%;
	position: absolute;
	bottom: 0;
	
}

.cuadro a{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0px;
	top: 0px;
}



.mosaico a{
	color: #04235f;
	text-decoration: none;
}

.navegacion{
	padding: 00px 0px 80px;;
}

.tile{
	width: 100%;
	height: 260px;
	background-color: #e9e9e9;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
	padding: 15px;
	background-size: cover;
	overflow: hidden;
}
.tile .tile-slide{
	height: 260px;
}
.tile .contenido{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.tile.horizontal{
	height: 300px;
}
.tile.horizontal .tile-slide{
	height: 300px;
}
.tile.vertical{
	height: 550px;
}
.tile.vertical .tile-slide{
	height: 550px;
}
.tile .title{
	font-weight: 700;
	font-size: 30px;
	position: relative;
}
.tile .title.big{
	font-weight: 700;
	font-size: 65px;
}
.tile .title.bigger{
	line-height: 74px;
	font-size: 80px;
}

.bg-rt{
	background-position: right top;
}


.tile-shadow{
	background-image: -ms-radial-gradient(left top, ellipse farthest-side, rgba(255,255,255,1) 0%, rgba(51,102,255,0) 100%);
	background-image: -moz-radial-gradient(left top, ellipse farthest-side, rgba(255,255,255,1) 0%, rgba(51,102,255,0) 100%);
	background-image: -o-radial-gradient(left top, ellipse farthest-side, rgba(255,255,255,1) 0%, rgba(51,102,255,0) 100%);
	background-image: -webkit-gradient(radial, left top, 0, left top, 515, color-stop(0, rgba(255,255,255,1)), color-stop(100, rgba(51,102,255,0)));
	background-image: -webkit-radial-gradient(left top, ellipse farthest-side, rgba(255,255,255,1) 0%, rgba(51,102,255,0) 100%);
	background-image: radial-gradient(ellipse farthest-side at left top, rgba(255,255,255,1) 0%, rgba(51,102,255,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	z-index: 9;
	width: 100%;
}
.tile-slider{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 8;
	top: 0;
	left: 0;
}
.tile-slide{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	
}
.tile-footer{
	background-color: #76a3db;
	color: #fff;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	padding: 10px 20px;
	width: 100%;
	font-size: 18px;
}





#parallax_quote {
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 350px;
}
#parallax_quote .background {
    position: absolute;
    width: 100%;
    height: 300%;
    background-size: cover;
    top: -200%;
    z-index: 9;
    background-position: center center;
}
#parallax_quote .shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 10;
	color: #ffffff;
	font-size: 110px;
	padding: 93px 0px;
	cursor: pointer;
}


/*	ESCRITORIO GRANDE	*/
@media(min-width: 992px) and (max-width: 1199px){
	.cuadro{
		height: 212px;
	}
	[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
	[class^="flaticon-"]:after, [class*=" flaticon-"]:after{
		font-size: 100px !important;
	}
	.cuadro .title {
	    font-size: 13px;
    }
}

/*	TABLET */
@media(min-width: 768px) and (max-width: 991px){
	.cuadro{
		height: 220px;
	}
	[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
	[class^="flaticon-"]:after, [class*=" flaticon-"]:after{
		font-size: 100px !important;
	}
	.cuadro .title {
	    font-size: 13px;
    }
    
    .tile,
    .tile .tile-slide{
	    height: 220px;
    }
    .tile.horizontal,
    .tile.horizontal .tile-slide{
	    height: 220px;
    }
    .tile.vertical,
    .tile.vertical .tile-slide {
	    height: 470px;
	}
    
	
	.tile .title{
		font-size: 22px;
	}
	.tile .title.big{
		font-size: 43px;
	}
	.tile .title.bigger{
		line-height: 50px;
		font-size: 54px;
	}
		
    
    
}

/* SMARTPHONE	*/
@media(max-width: 767px){
	
	.cuadro{
		height: 220px;
	}
	[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
	[class^="flaticon-"]:after, [class*=" flaticon-"]:after{
		font-size: 100px !important;
	}
	.cuadro .title {
	    font-size: 13px;
    }
    .tile .title.big{
		font-size: 32px;
	}
	
	#parallax_quote {
	    height: 150px;
	}
	
	#parallax_quote .shadow{
		font-size: 65px;
		padding: 26px 0px;
	}
	
}