@import url('https://fonts.googleapis.com/css?family=Catamaran:400,700');

body {
	padding: 0;
	margin:0;
	font-family: 'Catamaran', sans-serif;
}
header {
	width: 100%;
}
.headerTop {
	width: 100%;
	height: 35px;
	padding: 5px 0;
	background: #5fb34a;
}
.sloganTop {
	color: #fff;
	font-size: 16px;
}
.headerMiddle {
	width: 100%;
	height: 140px;
	padding: 10px 20px;
	background-image: -moz-linear-gradient(top,#f6f6f6,#ffffff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f6f6f6),to(#ffffff));
	background-image: -webkit-linear-gradient(top,#f6f6f6,#ffffff);
	background-image: linear-gradient(to bottom,#f6f6f6,#ffffff);
	background-repeat: repeat-x;	
}
.logo {
	float: left;
	width: 280px;
}
.logo img {
	height: 120px; width: auto;
}
.menu {
	width: 100%; height: 48px;
	background: #3563ab;
}
.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav ul li {
	float: left;
}
.nav ul li a {
	display: block;
	padding: 12px 38px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.nav ul li a:hover, .nav ul li a.activa {
	background: #5fb34a;
}
.cajaMail {
	float: left;
	width: 380px;
	padding: 20px 0 0 0;
}
.mailIcon {
	width: 100px;
	float: left;
}
.mailIcon img {
	width: 85%;
	height: auto;
	padding: 5px;
	background: #fff;
	border-radius: 50%;
}
.datosCaja {
	float: left;
	width: 240px;
	padding: 20px 0 0 0;
}
.datosCaja h4, .datosCajaPhone h4, .datosWp h4 {
	font-weight: 600;
	color: #3563ab;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.datosCaja span {
	font-size: 15px;
	color: #000;
}



.cajaPhone {
	float: left;
	width: 230px;
	padding: 20px 0 0 0;
}
.phoneIcon {
	width: 100px;
	float: left;
}
.phoneIcon img {
	width: 80%;
	height: auto;
	padding: 5px;
	background: #fff;
	border-radius: 50%;
}
.datosCajaPhone {
	float: left;
	width: 120px;
	padding: 20px 0 0 0;	
}
.datosCajaPhone span {
	font-size: 15px;
	color: #000;
}



.cajaWhatsap {
	float: left;
	width: 220px;
	padding: 20px 0 0 0;	
}
.wpIcon {
	width: 100px;
	float: left;
}
.wpIcon img {
	width: 80%;
	height: auto;
	padding: 5px;
	background: #fff;
	border-radius: 50%;
}
.datosWp {
	float: left;
	width: 110px;
	padding: 20px 0 0 0;		
}
.datosWp span {
	font-size: 15px;
	color: #000;
}


/******************* REVOSLUTION SLIDER *************/
.sliderWraper {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #eee;
}
.banner img {
	width: 100%;
	height: auto;
}
.captionSlider {
	font-size: 72px;
	color: #fff;
	font-weight: 600;
	line-height: 70px;
	text-shadow: 5px 5px 5px #000;
}
.textoSlider {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;	
}




.bienvenida {
	width: 100%;
	min-height: 300px;
	padding: 30px 0 20px 0;
	background: url('../imagenes/fondo-bg.jpg') repeat;
}
.bienvenida h1 {
	color:#4e4e4e;
	font-size: 44px;
}
.bienvenida h1 span {
	font-weight: 600;
	color: #3563ab;
	font-size: 52px;
}
.contenidoBienvenida {
	width: 100%;
	overflow: hidden;
	line-height: 26px;
	font-size: 16px;
	color: #000;
	text-align: justify;
	padding: 0 20px 0 0;
}
.imgBienvenida img {
	width: 100%;
	height: auto;
	padding: 30px 0 0 0;
}

/************** PARALLAX *************/
.catsDestacadas {
	width: 100%;
	height: 490px;
	background: #eee;
	background: url('../imagenes/bg-paralax.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0;		
}
.catsDestacadas h2 {
	width: 100%;
	text-align: center;
	color: #3563ab;
	font-size: 34px;
	font-weight: 600;
	padding: 0 0 15px 0;
	margin: 0;
}
.catdest {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.catdest:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: .7;	
}
.imgDest img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}
.nomDest {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: 40px;
	display: table;
	background: rgba(53,99,171,0.8);
}
.nomDest span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.nomDest span a {
	color: #fff;
	text-decoration: none;
}


/************* SERVICIOS HOME ****************/
.serviciosHome {
	width: 100%;
	min-height: 560px;
	padding: 30px 0;
}
.cajaFacebook {
	width: 100%;
	height: 400px;
}
.servicioHome {
	padding: 10px;
	height: 215px;
	background: #eee;
	margin: 0 0 20px 0;
	position: relative;
	padding: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.servicioHome:hover .picServicio img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.listaServicios h2 {
	width: 100%;
	text-align: center;
	color: #3563ab;
	font-size: 34px;
	font-weight: 600;
	padding: 0 0 15px 0;
	margin: 0;	
}
.picServicio {
	
}
.picServicio img {
	width: 100%; height: auto;
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.nombreServicio {
	position: absolute;
	z-index: 2;
	bottom: 15px;
	display: table;
	height: 30px;
	width: 90%;
	left: 5%; border: 1px solid #f7f7f7;
	background: rgba(95,179,74,0.5);
}
.nombreServicio span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	height: 30px;
	color: #fff;
	font-weight: 400;
}
.nombreServicio span a {
	color: #fff;
	text-decoration: none;
}



/********************** FOOTER ******************/
footer {
	width: 100%;
	min-height: 200px;	
	padding: 20px 0;
	background: #121212; 
	color: #fff;
	font-size: 14px;
}
.footerTop {
	padding: 0px 0 20px 0;
}
.footerTop h3 {
	color: #ffffff;
	border-bottom: 1px solid #222;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;
	font-weight: 600;
	padding: 0 0 7px 0;
}
.footerTop h3 span {
	border-color: #6db811;
	border-bottom: 1px solid #6db811 !important;
	margin-bottom: -1px;
	padding: 2px 0;
}
ul.listaFooter {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.listaFooter li a {
	color: #fff;
	text-decoration: none;
	height: 25px;
}
ul.listaFooter li a:hover {
	color: #6db811;
	text-decoration: underline;
}
#newsletter_block_left .form-group .form-control {
    padding: 2px 12px 0;
    height: 40px;
    line-height: 40px;
    max-width: 266px !important;
    background: #fff;
    border-color: #d6d4d4;
    color: #282828;
    float: left;
    border-radius: 0;
}
.button-small {
    background: #6db811;
}
#newsletter_block_left .form-group .button-small {
    height: 40px;
    margin-left: 0;
    padding: 2px 15px 0 15px;
    color: #fff;
    text-shadow: none;
    border: none;
    text-align: center;
    background: #6db811;
    font-size: 14px;
    border-radius: 0;
    display: inline-block;
}
#newsletter_block_left h4 {
    background: none;
    float: left;
    margin-right: 20px;
}
.copyright {
	font-size: 12px;
}
.footerMedio {
	padding: 20px 0 5px 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
#social_block ul li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    padding: 0;
    margin: 0 4px;
    float: left;
}
#social_block ul li a {
    display: block;
    color: #ffffff !important;
    font-size: 19px;
}
#social_block ul li.facebook a::before {
    content: "\f09a";
}
#social_block ul li a::before {
    display: inline-block;
    font-family: "FontAwesome";
    vertical-align: -5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#social_block ul li.twitter a::before {
    content: "\f099";
}
#social_block ul li.youtube a::before {
    content: "\f167";
}
#social_block ul li.google-plus a::before {
    content: "\f0d5";
}
#social_block ul li.instagram a::before {
    content: "\f16d";
}
#social_block ul li a span {
    display: none;
}
#social_block ul li.facebook {
    background: #3765a3;
}
#social_block ul li.twitter {
    background: #11c1ff;
}
#social_block ul li.youtube {
    background: #e42526;
}
#social_block ul li.google-plus {
    background: #dc4a38;
}
#social_block ul li.instagram {
    background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
#social_block h4 {
    float: right;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 25px;
    text-transform: none;
    padding: 0 10px 0 0;
}
#social_block ul {
    float: right;
}
#social_block ul li a::before {
    vertical-align: 0;
}
#social_block ul li a {
    color: #ffffff !important;
    font-size: 22px;
}
.footerBottom {
	padding: 15px 0 0 0;
	text-align: center;
}
.contenidoSeccion {
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.contenidoSeccion ul {
	list-style: inherit !important;
	padding: 10px 0 10px 20px;
}
.contenidoSeccion li {
	height: 20px;
}

.seccionInformativa h1 {
	font-size: 28px;
	color: #7fb401;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #7fb401;
	margin:0 0 20px 0;
}
.seccionInformativa h2 {
	font-size: 22px;
	color: #7fb401;
	margin:0 0 20px 0;	
}
.seccionInformativa h3 {
	font-size: 18px;
	color: #7fb401;
	margin:0 0 20px 0;	
}

/******************* LA EMPRESA *****************/
.wraperBannerSeccion {
	width: 100%;
	height: 180px;
	background: #eee;
	/*background: url('../imagenes/bg-paralax.jpg');*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0;
	position: relative;
}
.overlayBanner {
	background: rgba(0,0,0,0.8);
	z-index: 1;
	top: 0; left: 0;
	width: 100%;
	height: 180px;
	position: absolute;
}
.wraperTituloSeccion {
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 0; left: 0;
	width: 100%;
	height: 180px;
	display: table;
}
.wraperTituloSeccion h1 {
	font-size: 44px;
	color: #fff;
	font-weight: 600; display: table-cell; vertical-align: middle;
}
.wraperContenidoSeccion {
	width: 100%;
	min-height: 500px;
	padding: 0;
	background: url('../imagenes/fondo-bg.jpg') repeat;
}
.nosotrosIzq {
	float: left;
	width: 55%;
	height: 500px;
}
.nosotrosDer {
	float: left;
	width: 45%;
	height: 500px;
	background: #eee;
	background: url('../imagenes/bg-nosotros.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}
.contenidoSeccion {
	padding: 40px 50px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.contenidoSeccion h2 {
	font-size: 22px;
	font-weight: 600;
}
.contenidoSeccion ul li {
	height: 30px;
}

/************** SERVICIOS *****************/
.wraperContenidoServicios {
	width: 100%;
	min-height: 500px;
	padding: 0;
	background: url('../imagenes/fondo-bg.jpg') repeat;
	/*background: #f7f7f7;*/
	padding: 30px 20px;
}
.contenidoServicios {
	padding:0 30px 10px 30px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.wraperDetalleServicios {
	width: 100%;
	min-height: 300px;
	padding:30px 0;
	background: url('../imagenes/fondo-bg.jpg') repeat;
}
.detalleServicio {
	width: 100%;
	min-height: 400px;
	margin: 0px auto;
	background: #fff;
	border-radius: 15px;
}
.fotoServicio {
	width: 100%;
}
.fotoServicio img {
	width: 100%; height: auto;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.textoServicio {
	padding: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.sidebar .side-menu nav .nav > li > a.active {
    background: #fff;
    border-left: 5px solid #2e5999;
    color: #2e5999;
}

/****************** PRODUCTOS *******************/
.divProducto {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	min-height: 300px;
	margin: 10px 0;
}
.wraperPicProducto {
	display: table;
}
.picProducto {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 240px; position: relative; overflow: hidden;
}
.picProducto img {
	width: 100%;
	height: auto;
	
    transition: .3s ease-in-out;
}
.wraperNombreProducto {
	display: table;
}
.nombreProducto {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #000;	
}
.wraperLinkProducto {
	display: table;
	text-align: center; width: 100%;
}
.linkProducto {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-align: center;
}
.linkProducto a {
	padding: 5px 20px;
	background-color: #44c201;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px;
}
.divProducto:hover img {
	-webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
}
.linkProducto a:hover {
	background: #2a6496;
}
.gallery-holder {
	width: 100%;
}
.descripcionProducto {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	color: #000;
	line-height: 26px;
	font-size: 16px;
}
.descripcionProducto h2 {
	font-size: 24px;
	line-height: 40px;
	color: #2a6496;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
a .colores {
	margin-top: 5px;
	width: 30px;
	height: 30px;
	border: 1px solid #333;
}
.horizontal-thumb img {
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	margin-right: 10px;
	border:1px solid #ccc;
}

/**************** ARTICULOS *******************/
.wraperContenidoArticulos {
	width: 100%;
	min-height: 500px;
	padding: 20px 0;
	background: url('../imagenes/fondo-bg.jpg') repeat;
}
.itemBlog {
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	height: 400px;
	margin: 10px 0 10px 0;
}
.wraperPicBlog {
	width: 100%;
	display: table;
}
.picBlog {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 150px;
}
.picBlog img {
	width: 100%; height: auto;
}
.wraperTituloBlog {
	width: 100%;
	display: table;	
}
.tituloBlog {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 50px;	
}
.tituloBlog a {
	font-size: 16px;
	color: #3563ab;
	font-weight: 600;
	line-height: 20px;
}
.sumillaBlog {
	font-size: 14px; 
	line-height: 20px;
	color: #000;
}
.linkBlog {
	text-align: center;
	padding-top: 10px;
}
.linkBlog a {
	background: #3563ab;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 5px 20px;
	display: block;
	border-radius: 5px;	
}
.linkBlog a:hover {
	background: #5fb34a;
}
.wraperArticulo {
	width: 50%;
	min-height: 400px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
}

/**************** CONTACTENOS ******************/
.wraperMapa {
	width: 100%;
	height: 300px;
}
.wraperSeccionContacto {
	width: 100%;
	min-height: 500px;
	padding: 20px 0;
	background: url('../imagenes/fondo-bg.jpg') repeat;
}
.formWraper {
	background: #fff;
	min-height: 300px;
	padding: 30px 30px;
	border-radius: 20px;
}
.contact-title h4 {
	font-size: 24px;
	font-weight: 600;
	color: #3563ab;
}
.contenidoContacto {
	padding:0 0px 20px 0px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
span.contact-i {
    width: 22% !important;
    text-align: center;
    float: left;
    margin: 0 0 20px 0;
}
.contact-i i {
	font-size: 38px;
	color: #3563ab;
}
span.contact-span {
	float: left;
	width: 65%;
	font-size: 16px;
	padding: 10px 0 0 0;
	font-weight: 600;
}


/************* MOVIL *****************/
.menuMovil {
	width: 300px;
    height: 100%;
    background: rgba(255,255,255,0.95);
    position: fixed;
    left: -300px; top: 0;
    z-index: 22;
}
.overLay {
  background: rgba(0,0,0,0.7);
  z-index: 21; 
  width: 100%; height: 100%; 
  position: fixed; 
  left: 0; top: 0;
  display: none;
}
.separadorMovil {
	width: 100%;
	height: 86px;
	display: none;
}

/************ GALERIA FOTOS SERVICIO *************/	
.galeriaServicio {
	padding: 0 20px;
}
.fotoDetalleServicio {
	margin: 0 0 15px 0;
}
.picDetalleServicio img {
	width: 100%;
	height: auto;
}
.tituloPicServicio {
	display: table;
	width: 100%;
}
.tituloPicServicio span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 40px;
	color: #000;
	font-size: 14px;
}