* { 
margin : 0; 
padding : 0; 
} 

body {
	font-family: 'Oswald', sans-serif;
	color: #000;
	background-color: #FFFFFF;
}
h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
}
a {
	color: #000000;
}
a:hover, a:focus, a:active {
	color: inherit;
}



/*=====================================================================================*/
/*TEXTOS*/
.label-default {
	background-color: #008d36;
	margin-bottom: 40px;
}

.label-morado {
	background-color: #5b0d7d;
}

.texto1 {
	font-size: 25px;
	font-weight: 700;
	color: #2A2A2A;
}
.texto2, .texto3, .texto4 li a {
	color: #008d36;
}
.texto1 li a:hover {
	color: #1F1F1F;
	opacity: .6;
	-moz-transition: all, .6s;
	-o-transition: all, .6s;
	-webkit-transition: all, .6s;
	transition: all, .6s;
}
.texto2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.texto3 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.texto4 {
	padding-top: 55px;
	font-size: 32px;
	font-weight: bold;
	color: #2A2A2A;
	text-shadow: none;
}
.texto5 {
	color:#008d36;
}
.texto5 .fa.fa-map-marker {
	color : #008d36;
	margin-right: 5px;
}
.text6 {
	font-size: 24px;
	font-weight: 700;
}
.texto7 {
	font-weight: 600;
}
.text-primary:hover {
	color: #fff;
}
.textoredes{
	font-size: 9px;
}

.textoredes a{
	margin: 0px;
	color:#FFFFFF !important;
}

.textophone {
	font-size: 16px;
}
.textophone a, .textoredes, .textophone i{
		color: #FFFFFF;
}

.textophone a:hover {
	text-decoration: none;
	color:#D2D2D2;
}

.textosiguenos li{
	padding-left: 18px;
	color: #000000;
	font: bold;
	font-weight: bold;
	font-size: 30px;
}
.text-prod{
	font-size: 14px;
	top:-8%;
	color: #18938e;
}

hr {
	border-top: 1px solid #CFCFCF;
}
.color-blue {
	color: #008d36;
}
/*=====================================================================================*/
/* NAVBAR */
input[type=text].buscar1,
input[type=text].buscar {
	width: 20px;
	box-sizing: border-box;
	border: 0.5px solid #D2D2D2;
	border-radius: 20px;
	font-size: 14px;
	color: #000000;
	background-color: #f4f4fb;
	background-image: url('../img/searchicon.png');
	background-position: 1px 5px;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 25px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}
input[type=text].buscar:focus {
	width: 220px;
}

.navbar-nav>li>input[type=text].buscar1,
.navbar-nav>li>input[type=text].buscar {
	margin-top: 12px;
}
.navbar-static-top {
	margin: 0;
	border: 0;
	color: #000;
}
.navbar-top {
	background: #2a2a2a;
	/*background: #8b639d;*/
	padding: 0px;
}
.navbar-nav li {
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 20px;
}


.navbar-nav .fa {
	margin: 0px;
}
.navbar-brand {
	height: 80px;
}
.navbar-brand img {
	margin: 5px 5px;
}
.navbar-brand img:hover {
	opacity: .6;
	-moz-transition: all, .6s;
	-o-transition: all, .6s;
	-webkit-transition: all, .6s;
	transition: all, .6s;
}
.navbar-top .list-inline {
	margin-top: 0px;
	margin-bottom: 4px;
}
.navbar-top .header-contact li {
	margin-right: 8px;
}
.navbar-top .header-contact li .fa {
	margin-right: 5px;
}
.navbar-main {
	margin-bottom: 0;
	color: #000000;
	background-color: #f4f4fb;
}

.navbar-main .navbar-brand {
	border-bottom: none !important;
}
.navbar-main a:hover, .navbar-main a:active, .navbar-main a:focus, .navbar-main a.is-active {
	background: none !important;
	color: #4F4F4F;
	-moz-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	-webkit-transition: all, 0.4s;
	transition: all, 0.4s;/*border-bottom: 2px solid #fff;*/
}
.navbar-main .submenu {
	position: absolute;
	list-style: none;
	padding: 0;
	width: 150px;
	left: -35px;
	visibility: hidden;
	top: 85px;
	-moz-transition: all, 0.05s;
	-o-transition: all, 0.05s;
	-webkit-transition: all, 0.05s;
	transition: all, 0.05s;
	background-color: #09121A;
}
.navbar-main .submenu li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #09121A;
}
.navbar-main .submenu li :hover {
	background: #09121A;
	-moz-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
	
}
.navbar-main .submenu li a {
	width: 100%;
	border-bottom: none;
	text-decoration: none;
	padding: 5px 25px;
	display: block;
	font-size: 16px;
}
.navbar-main li a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding: 20px 15px;
	border-bottom: 2px solid transparent;
}
.navbar-main li:hover .submenu {
	top: 62px;
	visibility: visible;
	-moz-transition: all, 0.25s;
	-o-transition: all, 0.25s;
	-webkit-transition: all, 0.25s;
	transition: all, 0.25s;
}
.navbar-main .icon-bar {
	background: #000000;
}

/*=====================================================================================*/
/* CAROUSEL */
.color-background{
	background-color: #FFFFFF;
}
.carousel-home {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	background-position: center;
	/*-webkit-box-shadow: 0px 3px 9px 3px rgba(144,144,144,0.37); 
box-shadow: 0px 3px 9px 3px rgba(144,144,144,0.37);*/
}
.carousel-subtitle2{
	margin-top: -3px;
	font-size: 28px;
	color: #3f484d;
	text-transform: uppercase;
	font-weight:400;
	}


.carousel-inner .item {
    width: 100%;
    height: 450px;
	margin-top: -1 px;		
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ad1 {
    background: url(../img/carrusel/01c.jpg) no-repeat right center; 
}
.ad2 {
    background: url(../img/carrusel/02c.jpg) no-repeat right center; 
}
.ad3 {
    background: url(../img/carrusel/03c.jpg) no-repeat right center; 
}
.ad4 {
    background: url(../img/carrusel/04c.jpg) no-repeat right center; 
}
/*.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	max-width: 100%;
	height: auto;
}*/
.carousel-home .carousel-control {
	background: transparent;
	height: 80px;
	width: 40px;
	top: 50%;
	margin-top: -40px;
	-moz-transition: width, 0.3s;
	-o-transition: width, 0.3s;
	-webkit-transition: width, 0.3s;
	transition: width, 0.3s;
}
.carousel-control.left {
	left: 2%;
    color: #008d37;
}
.carousel-control.right {
	right: 2%;
	color: #008d37;
}
.carousel-home .carousel-control .fa {
	font-size: 2.4em;
	padding-top: 12px;
}
.carousel-home .carousel-control:hover {
	width: 30px;
}
.carousel-caption {
	left: 10%;
	text-align: left;
	color: #000000;
	text-shadow: 1px 2px 1px rgba(68,68,68,0.17);
}
.colorwhite{
	color: #FFFFFF;
	text-shadow:1px 1px 2px rgba(68,68,68,0.59);
	}
.carousel-home .carousel-caption {
	top: 42%;
	bottom: auto;
	transform: translateY(-50%);
}
.carousel-caption img {
	width: 45%;
}
.carousel-indicators li {
	background-color: #ccc;
	border: none;
	border-radius: 10px
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #4F4F4F;
}

.carousel-title img{
	float: left;
	margin-right: -20px;
	margin-top: 28px;
	width: 450px;
	height: 61px;
	text-align: left;
}
.carousel-home .carousel-subtitle {
	margin-top: 40px;
	font-family: 'Oswald', sans-serif;
	font-size: 81px;
	text-transform:none;
	font-weight:bold;
	letter-spacing: 1px;
}
.carousel-home .btn {
	margin-top: 18px;
}

/*=====================================================================================*/
/*¿PORQUE SOMOS UNA BUENA OPCION?*/
.headertitle {
	color: #2A2A2A;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 35px;
}
.section-home {
	margin: 0px;
	padding: 15px 0px;
	background-color: #FFFFFF;
}
.somos {
	margin: 30px 155px 5px 155px;
	color: #2A2A2A;
	text-align: center;
}
.somos-us-col {
	margin-top: 55px;
	padding: 10px 20px;
	text-align: center;	
}
.somos-us-col .fa {
	font-size: 55px;
	color: #008d36 !important;
}
.somos-col .col-icon-wrapper {
	min-height: 80px;
}
.somos-col .col-title{
	text-transform: uppercase;
	color: #008D36;
}
.somos-col .col-details {
	text-align: justify;
	margin-bottom: 0px;
	min-height: 80px;
}

/*============UNDIA SIN MUJERES=============*/
.banner{
 	background:#5b0d7d;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.bannertext1{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: lighter;
	font-style: oblique;
}

.bannertext2{
	font-size: 18px;
	color:#F07A7C;
	font-weight: bold;
	letter-spacing: 0.1em
}
/*=====================================================================================*/
/*ESPACIO*/

 .space6, .space7 {
	margin: 0px;
	padding-top: 55px;
	height: 650px;
	position: relative;
	background-size: cover;
	background-attachment:fixed;
	text-align: center;
}
.space6 {
	 background: url(../img/space6.jpg) no-repeat center; 
}

.space7 {
	 background: url(../img/space7.jpg) no-repeat center; 
}
/*=====================================================================================*/
/*RECOMENDACIONES*/
.rec{
	margin: 0px 0px 40px 0px;
	padding: 0px 5px;
}

.p-3 {
	padding: 2rem!important;
	margin: 0px 28px;
}
.mr-3{
	margin-right: 1rem!important;
}

.mb-3 {
	margin-bottom: 1rem!important;
	margin-left: 28px;	
}
.media-body {
	-ms-flex: 1;
	flex: 1
}
.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFFFFF;
}

.border {
	border: 1px solid #dee2e6!important;
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important;
}

.titulo-rec{
	font-size: 20px;
	color: #3ac9c1 !important;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 6px;
	line-height: 1;
	border-radius: 3px;
}

@media (min-width:768px) {
.flex-md-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
}

/*==================================================================================*/
/*NOVEDADES DEL MES*/
.cta-100 {
  margin-top: 50px;
  padding-left: 8%;
  padding-top: 7%;
}
.col-md-4{
    padding-bottom:50px;
}
.white {
  color: #fff !important;
}
.mt{float:none;margin-top: -5px;padding-top: 5px;}
.bg-blue-ui {
  background-color: #344655;
}
figure img{width:300px;}

#blogCarousel {
  padding-bottom: 5px;
}

/*.blog .carousel-indicators {
  left: 0;
  top: -50px;
  height: 50%;
}


 The colour of the indicators */

/*.blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #0fc9af;
}

.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}
*/
.item-box-blog {
 /* border: 1px solid #dadada;*/
  text-align: center;
  z-index: 4;
  padding: 20px;
  background-color: #f4f4fb;
  box-shadow: 2px 2px 5px #d7d9e7;

}

.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 100%;
  height: auto;
}

.item-box-blog-date {
  position: absolute;
  z-index: 10;
  padding: 4px 20px;
  top: -20px;
  right: 8px;
  background-color: #b2b9c3;
	/* background-color: #8b639d;*/
}

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 18px;
}
/*
.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px;
}

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
}*/

.item-box-blog-heading a {
    text-decoration: none;
	color:#008d36;
}

.item-box-blog-data p {
  font-size: 14px;
}

.item-box-blog-data p i {
  font-size: 12px;
}

.item-box-blog-text {
  max-height: 100px;
  overflow: hidden;
}

.mt-10 {
  float: left;
  margin-top: -5px;
  padding-top: 5px;
}

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
}
	
.container-fluid2 {
	padding-right: 100px;
	padding-left: 100px;
	margin: -50px auto 0px auto;
}
.container-fluid {
	padding-right: 100px;
	padding-left: 100px;
	margin: 45px auto 45px auto;	
}
/*================================================================================*/
/*MARCAS OWL*/
.column, .columns {
	margin: 28px 0px 25px 0px;
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 100%;
	float: left
}
.column+.column:last-child, .columns+.column:last-child, .column+.columns:last-child, .columns+.columns:last-child {
	float: right
}
.column+.column.end, .columns+.column.end, .column+.columns.end, .columns+.columns.end {
	float: left
}
.owl-bk {
	background: #2A2A2A;
	padding: 30px 0px;
	margin-top: 0px;
}
#wrapper {
	transition: all .5s ease;
	width: 100%;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
}

/*===============================================================================*/
/* SUCURSALES*/
.column {
  float: left;
  width: 25%;
  margin-bottom: 4px;
  padding: 0 4px;
}
.card {
  /*border: 1px solid #dee2e6!important;*/
  background-color: #F4F4FB;
  box-shadow: 2px 2px 5px #d7d9e7;
}
.imgcard{
width: 168px;
height: 168px;
margin-top: 28px;
}

.title {
  color: grey;
}
.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #008D36;
  text-align: center;
  cursor: pointer;
  width: 100%;
 border-radius: 55px;
}
.button:hover {
  background-color: #676766;
}
.sucursales{
	padding: 10px 20px;
	text-align: left;	
}
.sucursales p2{
line-height: 5px;
}

/*================================================================================*/
/* FOOTER*/
.footer-top {
	padding-top: 0px;
	height: 70px;
	width: 100%;
}
.list-inline>li {
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
	margin-top: 15px;
}
.main-footer {
	background: #707070;
	color: #fff;
}
.main-footer li {
	text-decoration: none;
	list-style: none;
	font-size: 15px;
}
.main-footer .footer-main {
	padding: 5px 0;
}
.main-footer .footer-title {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.main-footer .footer-title .title-under {
	background: #fff;
	margin: 15px 0;
	text-align: center;
}
.main-footer .footer-title .title-under:after {
	margin: 0;
	background: #fff;
}
.main-footer .footer-content {
	text-align: justify;
	font-size: 13px;
}
.main-footer .tweet {
	font-size: 13px;
}
.main-footer .tweet:after {
	content: "";
	height: 1px;
	display: block;
	background: #2a2a2a;
	width: 150px;
	margin: 15px auto;
}
.main-footer .tweet:last-child:after {
	display: none;
}
.footer-bottom {
	background: #D2D2D2;
	margin-top: 30px;
	padding: 10px;
	padding-top: 50px;
}
.fbottom {
	margin: 25px 0px;
	padding: 5px;
	text-align: center;	
}

.fbottom a{
	color: #000000;
}

.fbottom a:hover{
	color: #1F1F1F;
	text-decoration: none;
}

.fbottom-center, .fbottom-center li{
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}
.fbottom-center a{
	color: #000000;
}

.fbottom-center a:hover{
	text-decoration: none;
	color: #676766;
	-moz-transition: all, 0.8s;
	-o-transition: all, 0.8s;
	-webkit-transition: all, 0.8s;
	transition: all, 0.8s;
}

.fbottom-right {
	margin: 25px 0px;
	padding: 5px;
	text-align: center;
}
.footer-bb {
	padding-top: 15px;
	padding-bottom: 5px;
	background: #2A2A2A;
}


/*================================================================================*/
/* Pages/Gallery*/
.gallery-item {
	padding: 0;
	display: block;
	margin: 0;
}
.gallery-item img {
	width: 100%;
}
.contact-items {
	margin: 25px 0px 15px 0px;
	padding: 18px;
}
.contact-items .contact-item {
	vertical-align: middle;
	font-size: 15px;
}
.contact-items .contact-item a {
	color: #008d36;
}
.contact-items li a {
	color: #ffffff;
}
.contact-items li a:hover {
	color: #cedeeb;
}
.contact-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #008d36;
	vertical-align: middle;
	margin-right: 5px;
	color: #fff;
	text-align: center;
}
.contact-items .contact-icon .fa {
	vertical-align: sub;
	font-size: 20px;
	margin-top: 5px;
}

/*=================================================================================*/
/* Address*/
.address {
	margin: 5px 0px;
	padding: 10px 0px;
}
/*================================================================================*/
/* contact */
.contact-map {
	height: 250px;
	margin-top: 15px;
	background: #ccc;
}
form .alert {
	display: none;
}
/*=====================================================================================*/
/* Causes*/
.cause-carousel {
	margin-top: 15px;
	margin-bottom: 30px;
}
/* =============================================================================
	BOTONES AZULES Y TITULOS DE CARRUSEL
========================================================================== */
.btn-primary {
	background: #4F4F4F;
	border: none;
	border-radius: 10;
	padding: 25px 35px;
	-moz-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	-webkit-transition: all, 0.4s;
	transition: all, 0.4s;
}

.btn-primary:hover {
	background: #676766;
	color: #ffffff;
}

.btn-green {
	background:#008d36;
	border: none;
	border-radius: 10;
	color:#FFFFFF;
	padding: 25px 35px;
	-moz-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	-webkit-transition: all, 0.4s;
	transition: all, 0.4s;
}

.btn-green:hover {
	background: #676766;
	 color: #FFFFFF !important;
}
.btn-secondary {
	background: #4F4F4F;
	color: #ffffff;
	border-radius: 10;
	-moz-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	-webkit-transition: all, 0.4s;
	transition: all, 0.4s;
}
.btn-secondary:hover {
	background: #676766;
	color: #ffffff;
}
.btn-left {
	text-align: left;
}

.btn-white {
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: #FFFFFF;
  transition: all 1s ease;
  position: relative;
}

.btn-white:hover{
  background: #676766;
  color: #FFFFFF !important;
}

.btn-red {
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: #b22b2b;
  transition: all 1s ease;
  position: relative;
}

.btn-white:hover{
  background: #600606;
  color: #FFFFFF !important;
}

.title-style-1 {
	text-align: center;
	text-transform:none;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: -1px;
}
.title-style-2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 25px;
}
.title-style-2 .title-under {
	display: block;
	margin: 5px 0;
}
.title-style-2 .title-under:after {
	margin: 0;
	margin-top: 10px;
}
.title-under {
	display: block;
	margin: 5px auto;
	height: 1px;
	width: 420px;
	background-color: #008d36;
}
.title-under:after {
	content: '';
	display: block;
	width: 100px;
	background: inherit;
	height: 1px;
	margin: 0 auto;
	margin-top: 10px;
}

/* Modal
================================= */
.form-control {
	border-radius: 0;
	box-shadow: none;
}
/* Tabeles
================================= */
.table-style-1 thead {
	background: #008d36;
	border-bottom: 1px solid #2f91e4;
	color: #fff;
}
.table-style-1 td, .table-style-1 th {
	border-bottom: 1px solid #2f91e4;
}
.table-style-2 thead {
	background: #008d36;
	border-bottom: 1px solid #2f91e4;
	color: #fff;
}
.table-style-2 tbody tr:nth-child(even) {
	background: #008d36;
	color: #fff;
}
.table-style-2 td, .table-style-2 th {
	border-bottom: 1px solid #2f91e4;
}
/* Tabs
================================= */
.nav-tabs {
	border-bottom-color: #2f91e4;
	margin-bottom: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #2f91e4;
	color: #4F4F4F;
	
}
.nav-tabs > li > a {
	border-radius: 0;
}
.nav-tabs > li > a:hover {
	border-color: #1f76bd #1f76bd #1f76bd #115c9b;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: #115c9b;
	color: #4F4F4F;
}
/* Accordion
================================= */
.panel-default {
	border-color: #008D36;
	border-radius: 0;
}
.panel-default > .panel-heading {
	background: #2f91e4;
	color: #fff;
}
.panel-default > .panel-heading:hover {
	background: #2f91e4;
}
/* Modal
================================= */
.modal .modal-content {
	border-radius: 0;
}
.modal .modal-header {
	background: #008d36;
	color: #fff;
}
.modal .modal-header .close {
	font-style: 26px;
}
.lightbox {
	position: relative;
	display: block;
	overflow: hidden;
}
.lightbox img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.lightbox .on-hover {
	position: absolute;
	visibility: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	color: #fff;
	background: rgba(255,0,0,0.3);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: all, 0.6s;
	-o-transition: all, 0.6s;
	-webkit-transition: all, 0.6s;
	transition: all, 0.6s;
}
.lightbox .on-hover .hover-caption {
	text-align: center;
	position: absolute;
	/*bottom: 25px;*/
	left: 5px;
	right: 5px;
	font-style: 18px;
	display: block;
	font-family: 'Oswald', sans-serif;
	bottom: -50px;
	-moz-transition: all, 0.6s;
	-o-transition: all, 0.6s;
	-webkit-transition: all, 0.6s;
	transition: all, 0.6s;
}
.lightbox .on-hover:before {
	content: "";
	display: block;
	width: 46px;
	height: 48px;
	position: absolute;
	background: url('../images/icons/zoom-icon.png?1428101315');
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -24px;
}
.lightbox:hover .on-hover {
	visibility: visible;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.lightbox:hover .on-hover .hover-caption {
	bottom: 25px;
}
.lightbox:hover img {
	-moz-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
	-webkit-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
	transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
}

/*FORMULARIOS=================================================*/
.bg-info{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	padding: 40px 25px;
}
.item-wrap {
	border: 2px solid #ccc;
	border-radius: 5px;
	margin: 20px auto;
	padding: 30px 15px 0;
	width: 100%;
}
.item-title {
	color: #000000;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto 30px;
}
.modal-dialog {
	max-width: 700px;
	margin: 50px auto;
}
.modal-header {
	border: none;
	padding: 15px 5px 0;
	text-align: center;
}
.modal-header .close {
	margin: 0;
	padding: 0 15px;
	color: #000000;
	opacity: 1;
}
.popup-title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 20px;
}
.modal-body {
	padding: 0 20px 15px;
}
.popup-desc {
	color: #808080;
	font-size: 24px;
	margin: 30px auto;
	text-align: center;
}
.popup-app-mercy {
	background: #2A2A2A;
	border-radius: 5px;
	height: 71px;
	padding: 20px;
	text-align: center;
}
.popup-app-mercy-txt {
	color: #fff;
	display: inline-block;
	font-size: 15px;
}
.popup-desc-email {
	color: #808080;
	font-size: 17px;
	margin: 30px auto 15px;
	text-align: center;
}
.popup-input-mail {
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: 18px;
	height: 50px;
	text-align: center;
	width: 100%;
}
.popup-form select {
	background-color: white;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #304f6f 50%), linear-gradient(135deg, #304f6f 50%, transparent 50%), radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}
.popup-form select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #2A2A2A 50%), linear-gradient(135deg, #2A2A2A 50%, transparent 50%), radial-gradient(transparent 66%, transparent 66%);
}
.btn {
	font-size: 16px;
	overflow: hidden;
	padding: 6px 20px;
	text-transform: uppercase;
}
.btn-custom {
	background-color: #304f6f;
	border: 1px solid #3e3e3e;
	color: #fff;
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	display: inline-block;
	position: relative;
	-moz-transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
	transform: perspective(1px) translateZ(0px);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}
.btn-custom::before {
	background-color: #2A2A2A;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
	border-color: #2A2A2A;
}
.btn-custom:hover::before, .btn-custom:focus::before, .btn-custom:active::before {
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.btn.btn-custom.disabled {
	opacity: 1;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
}

.form-group span{
	top:100px;
}
.popup-form .form-group {
	position: relative;
	margin: 0 0 30px;
}
.popup-form .input-group-icon {
	position: absolute;
	top: 0;
}
.popup-form .form-group .input-group-icon {
	background-color: #304f6f;
	border: none;
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	color: #fff;
	display: table-cell;
	font-size: 14px;
	height: 100%;
	padding: 5px 7px 7px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	width: 40px;
}
.popup-form .form-control {
	background-color: transparent;
	border: 1px solid #304f6f;
	padding-left: 50px;
}
.popup-form .form-control:focus, .popup-form .has-error .form-control:focus {
	border-color: #2A2A2A;
	box-shadow: 0 1px 1px rgba(21,28,35,0.20) inset, 0 0 2px rgba(21,28,35,0.10);
}
.popup-form .form-control:focus + .input-group-icon, #resetPassForm .has-error .form-control:focus + .input-group-icon {
	background-color: #2A2A2A;
	color: #fff;
}
.popup-form .btn.dropdown-toggle.btn-default {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #555;
	padding: 6px 0;
	text-shadow: none;
}
.popup-form span.sub-text {
	bottom: 50px;
	color: #ce0606;
	font-size: 14px;
	position: absolute;
	right: 50px;
}
.popup-form .has-error .form-control {
	border-color: #ce0606;
}
.popup-form .has-error .input-group-icon {
	background-color: #ce0606;
	color: #ffffff;
}
.popup-form .help-block {
	color: #ce0606;
	font-size: 14px;
	margin: 0;
	padding-left: 42px;
	position: absolute;
	top: -20px;
}
.popup-form .text-success {
	color: #37a000;
}
.popup-form .text-danger, .text-danger {
	color: #ce0606;
}
.popup-form .btn.disabled {
	opacity: 1;
}
.popup-form .form-group .checkbox {
	margin: 0;
}
.popup-form input[type="checkbox"] {
	margin-top: 4px;
}
.popup-form .btn.btn-custom {
	transition: all 0.5s ease 0s;
	width: 200px;
	border-radius: 6px;
}
.popup-form .btn.btn-custom::after {
	content: "\f0a9";
	font-family: fontawesome;
	font-size: 22px;
	color: #fff;
	opacity: 0;
	position: absolute;
	right: 50px;
	transition: all 0.3s ease 0s;
}
.popup-form .btn.btn-custom:hover::after {
	opacity: 1;
	right: 10px;
	top: 2px;
}
.h3.text-success, .h3.text-danger {
	margin: 0 auto 30px;
}
.popup-form .form-group h5 {
	margin-top: 0;
}
#humanCheckCaptchaBox, #humanCheckCaptchaInput, #firstDigit, #secondDigit, #mathfirstnum, #mathsecondnum {
	display: inline;
}
#humanCheckCaptchaInput.form-control {
	height: 30px;
	margin-left: 10px;
	padding: 4px;
	text-align: center;
	width: 45px;
}
#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
	border: none;
	box-shadow: none;
	width: 30px;
	height: 30px;
	padding: 0;
	pointer-events: none;
	text-align: center;
}

@media screen and (max-width:420px) {
#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
	width: 20px;
}
}

@media screen and (max-width:360px) {
#contactForm {
	padding: 50px 30px 20px;
}
#contactForm span.sub-text {
	right: 30px;
}
}

/*CERTIFICACIONES=================================================*/
.certificacion {
  padding: 0px 10px;
}
.certificacion img{
	width: 42%;
}
.space3 p {
	margin-top: -10px;
	line-height: 14px;
}

/*BOLSA DE TRABAJO=================================================*/

.list-group{
	margin-top: 5px;
	margin-bottom:0px;
	
}
.list-group-item.active{
	background-color: #2A2A2A;
	border: 1px solid #2A2A2A;
}
.list-group-item.active:hover{
	background-color:#4F4F4F;
	border: 1px solid #4F4F4F;
}
/* =============================================================================
	Responsive
========================================================================== */
/* Large devices (large desktops, 1200px and Down) */
@media (max-width: 1200px) {
.somos-col {
	padding: 15px;
}

.reasons-col:hover .on-hover {
	padding: 15px;
}
.reasons-col:hover .on-hover {
	padding: 25px;
}
.footer-content img {
	width: 495px;
	height: 193px;
}
.contact-items li a {
	font-size: 10px;
}
.box7 .title2, .box7 .post {
	margin-bottom: 1px;
}
.box7 .icon2 {
	margin-bottom: -20px;
}
	.somos {
	margin: 55px 15px;
}
}

/* Medium devices (desktops, 992px and Donw) */
@media (max-width: 992px) {
.navbar-nav li a {
	margin: -7px;
}
.carousel-home {
	font-size: 36px;
}

.carousel-subtitle {
	margin-top: -50px;
	font-size: 48px !important;
}
.carousel-subtitle2 {
	font-size: 22px !important;
	letter-spacing: -1px;
}
.carousel-title img{
	width: 288px;
	height: 39px;
	}
.carousel-inner .item {
    width: 100%;
    height: 450px;
}
.ad1 {
    background: url(../img/768-01c.jpg) no-repeat right center; 
}
.ad2 {
    background: url(../img/768-02c.jpg) no-repeat right center; 
}
.ad3 {
    background: url(../img/768-03c.jpg) no-repeat right center; 
}
.ad4 {
    background: url(../img/768-04c.jpg) no-repeat right center; 
}	
.somos-col {
	margin-bottom: 25px;
}
.team-member {
	margin-bottom: 25px;
}
.reasons-col {
	margin-bottom: 25px;
}
.footer-col {
	margin: 65px 0px 0px;
}
.contact-items li a {
	font-size: 12px;
}
.container-fluid {
	padding-right: 50px;
	padding-left: 50px;
}
	.column, .column2 {
    width: 50%;
    display: block;
  }

	
}

/* Small devices (tablets, 768px and Down) */
/*HEADER*/
@media (max-width: 768px) {
	.header-contact li {
	margin:12px 0px 0px 0px !important;
}
	
/*
.header-contact {
	text-align: center;
}
.header-social {
	text-align: center;
}*/	
/*NAV*/	
.navbar-nav>li>input[type=text].buscar {
	margin-left: 24px;
}
.navbar-brand img {
	width: 60%;
	height: 60%;
}
.navbar-nav li {
	border-bottom: 0.5px solid #202A34;
}
.navbar-nav li a {
	margin: 0px 0px 0px 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 8px;
}
.navbar-main #navbar {
	float: none !important;
}
.navbar-main #navbar a {
	border-bottom: none;
}
.navbar-main .navbar-brand {
	padding: 6px 15px;
}
.navbar-main .submenu {
	position: initial;
	display: none;
	width: 100%;
}
.navbar-main li:hover .submenu, .navbar-main li:active .submenu, .navbar-main li:focus .submenu {
	display: block;
}
.navbar-main li:hover .submenu li, .navbar-main li:active .submenu li, .navbar-main li:focus .submenu li {
	border-top-color: #008d36;
	background-color: #008d36;
}
/*CAROUSEL*/
.carousel-home{
	font-size: 30px;
}
	
.carousel-home .carousel-caption {
	top: 42%;
}

.carousel-home .carousel-control .fa {
	font-size: 2em;
	padding-top: 4px;
}
.carousel-home .btn {
	font-size: 0.6em;
	margin-top: 0px;
}
	

/*CAPTION*/
.caption {
	padding: 20px 20px;	
}
.caption h3 {
	margin-top: 5%;
}
.entrega {
	padding: 50px 0px 0px 0px;
}
.almacen {
	margin: 40px 0px;
}
.main-container {
	margin-bottom: 5px;
}
.page-map {
	margin-top: 5px;
	margin-bottom: 10px;
}
.col-form {
	margin-bottom: 25px;
}
/*FOOTER*/
.footer-social .fa {
	color: #FFF;
}
.fbottom, .fbottom-center, .fbottom-right {
	text-align: center;
}
.line {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #202A34;
}
.contact-items {
	padding: 0px 75px;
}
.portfolio_images_overlay h6 {
	margin-top: 80px;
}
.zoom:before {
	font-size: 30px;
}	
.somos {
	margin: 55px 15px;
}
.certificacion img{
	width: 60%;
}
	
.container-fluid2 {
	padding-right: 40px;
	padding-left: 40px;
	margin: 0px auto 20px auto;
}

}

/* Extra Small devices (tablets, 656 px and Down) */
@media (max-width: 656px) {

.textoredes, .textoredes a{
font-size: 8px;
margin-left: -5px;
}

.textophone fa, a, li{
	font-size: 12px;
	font-weight: bold;
	}
	
.main-container {
	margin-bottom: 5px;
}
.page-map {
	margin-top: 5px;
}	
.mb-3 {
	text-align: center;
	margin-left: 0px;
	font-size: 16px;
	font-weight: bold;
}
	
.carousel-inner .item {
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ad1 {
    background: url(../img/ad1.jpg) no-repeat right center; 
}
.ad2 {
    background: url(../img/ad2.jpg) no-repeat right center; 
}
.ad3 {
    background: url(../img/ad3.jpg) no-repeat right center; 
}
.ad4 {
    background: url(../img/ad4.jpg) no-repeat right center; 
}
.carousel-caption {
	left: 20%;
	text-align: center;
}
.carousel-home .carousel-caption {
	top: 22%;
}
	
	.carousel-home .carousel-subtitle {
	font-size: 46px !important;
	margin: 2px 0px 8px 0px;
	letter-spacing: -1.2px;
	text-align: center;
}
	.carousel-title img{
	margin-top: 20px;
	margin-left: 25px !important;
	margin-right: 50px !important;
	width:188px;
	height:25px;
	text-align: center;
}		
.carousel-control.left {
	left: 4%;
	color: #008d37;
}
.carousel-control.right {
	right: 4%;
	color: #008d37;
}
.carousel-home .carousel-indicators {
	bottom: 0;
}
.carousel-home .btn {
	font-size: 0.6em;
	padding: 3px 8px;
	margin-top: 0px;
}
	
	
.contact-items {
	padding: 0px 60px;
}
.footer-content img {
	width: 410px;
	height: 160px;
}
.texto7 {
	font-size: 30px;
	font-weight: 600;
}
.texto4 {
	margin-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
}
.navbar-brand img {
	width: 150px;
	height: 43px;
}
.navbar-brand {
	height: 60px;
}
.portfolio_images_overlay h6 {
	margin-top: 55px;
}
.somos {
	margin: 55px 15px;
}
.column, .column2 {
    width: 100%;
    display: block;
  }
	.certificacion img{
	width: 90%;
}	
	
}

/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {

	.main-container {
	margin-bottom: 5px;
}	
	
.textoredes, .textoredes a{
font-size: 7px;
margin-left: -10px;
}

.textophone fa, a, li{
	font-size: 10px;
	}
	

.carousel-inner .item {
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ad1 {
    background: url(../img/ad1.jpg) no-repeat right center; 
}
.ad2 {
    background: url(../img/ad2.jpg) no-repeat right center; 
}
.ad3 {
    background: url(../img/ad3.jpg) no-repeat right center; 
}
.ad4 {
    background: url(../img/ad4.jpg) no-repeat right center; 
}
.carousel-caption {
	left: 20%;
	text-align: center;
}
	
.carousel-home .carousel-subtitle {
	font-size: 40px !important;
	margin: 2px 0px 8px 0px;
	letter-spacing: 1px;
	text-align: center;
}
.carousel-subtitle2{
	font-size: 13px;
	text-align: center;
	}	
.carousel-title img{
	margin-top: 20px;
	margin-left: 25px !important;
	margin-right: 50px !important;
	width:188px;
	height:25px;
	text-align: center;
}		
	
	
.carousel-home .carousel-caption {
	top: 20%;
}
.carousel-home .carousel-indicators {
	bottom: 0;
}
.carousel-control.left {
	left: 4.5%;
	color: #008d37;
}
.carousel-control.right {
	right: 4.5%;
	color: #008d37;
}
.carousel-home .btn {
	font-size: 0.6em;
	padding: 2px 8px;
	margin-top: 2px;
	
}
.navbar-brand img {
	width: 100px;
	height: 31px;
	margin: 5px 5px 5px 18px;
}
.navbar-brand {
	height: 50px;
}
.contact-items {
	padding: 0px 50px;
}
.title-style-1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}

.headertitle {
	margin-top: 4px;
	margin-bottom: 12px;
	color: #2A2A2A;
}
.label-danger {
	font-size: 14px;
}
.box7 .title2, .box7 .post {
	margin-bottom: 1px;
}
.box7 .icon2 {
	margin-bottom: -18px;
}
.portfolio_images_overlay h6 {
	margin-top: 45px;
}
.texto4 {
	margin-top: 5px;
	font-size: 24px;
}
	
.footer-content img {
	width: 350px;
	height: 137px;
}
.footer-bb p {
	padding-left: 30px;
	padding-right: 30px;
}
		
.zoom {
	width: 50px;
	height: 50px;
	bottom: -15px;
	right: -18px;
}
.zoom:before {
	font-size: 19px;
	padding-right: 5px;
	top: 5px;
	left: 5px;
}
.somos {
	margin: 55px 15px;
}
.somos h2{
	font-size: 20px;
	margin-bottom: 1px;
}
.somos-us-col .fa {
	margin-top: 20px;

}	
.certificacion img{
	width: 110%;
}
	
.item-title {
	font-size: 16px;
}
.space6, .space7 {
	height: 483px;
}
.space6 {
	 background: url(../img/space6ad.jpg) no-repeat center; 
}
.space7 {
	 background: url(../img/space7ad.jpg) no-repeat center; 
}

	.footer-bottom {
	background: #D2D2D2;
	margin-top: 15px;
	padding: 5px;
	padding-top: 40px;
}
	.fbottom, .fbottom-center {
		margin: 5px 0px;
	}
	
.fbottom-center li a{
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}
.fbottom li p a{
	text-align: center;
	text-decoration: none;	
	font-size: 18px;
	}
	
	.fbottom-right{
		margin-top: -50px;
	}
}
