@charset "utf-8";
/* CSS Document */
@import url('modal.css');
@import url('menu-categorias.css');
@import url('menu.css');
@import url('convenios.css');
@import url('slider.css');
@import url('noticias-eventos.css');
h1, h2, h3, h4, h5, h6, td, th {
	font-family: 'Fjalla One', sans-serif;
	}
	
p{
	font-family: 'Poppins', sans-serif;
}	

a{
	text-decoration: none !important;
	}

a:hover{
	text-decoration: none !important;
	}

.sin-espacio{
	padding:0px;
	}
	
.sin-margin{
	margin:0px;
	}

.margin-bottom{
	margin-bottom:20px;
	}

.margin-top{
	margin-top:20px;
	}

.mostrar{
	display:none
	}
	
.borde-bottom{
	border-bottom:1px dotted #2d7f44;
	padding-bottom:8px
	}

.borde-radius{
	border-radius: 0px;
	}
		
.borde-top{
	border-top:1px dotted #fff;
	padding-top:8px;
	}

.borde-left{
	border-left:1px dotted #fff;
	padding-top:8px;
	}

.borde-right{
	border-right:1px dotted #fff;
	padding-top:8px;
	}
/*=====fecha=======*/
.fecha{
	color: #fff;
	font-size: 8px;
	padding: 5px 0px 0px;
	}

/*=====logo=======*/
.logo{
	width:100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	top: -15px;
	}

.logo img{
	width: 100%
	}
/*=====nav=======*/
.nav-position{
    margin-top:0px;
	font-size: 13px;
	position: relative;	
	}

.nav-position-menu{
	top:-50px;
	position: relative
	}


/*=====Hearder=======*/
.bg-hearder{	
 background: url(../img/bg-heard.png) no-repeat top center;
 background-size: contain;	
 height:230px;
 width: 100%;
 position: absolute;
 top: 0px;
}


.titulo-intro{	
 width: 100%;
}

.titulo-intro span{	
 color: #f3c500;
}

.titulo-intro small{	
 font-size: 11px;
}


/*=====Slider=======*/
.carousel-banner{	
 position: relative;
 top: 0;
 width: 100%;
}

/*=====servicios=======*/
.servicios{	
 position: absolute;
 bottom: 40px;
 width: 100%;
}


.servicio{
   width:100%;
   padding:5px 10px;
   position:relative;
   text-align: center;	
}

.servicio::before,
.servicio::after {
	pointer-events: none;
	text-decoration:none;
}

.servicio a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
	}

.servicio a {
    float: left;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.servicio h4{
   color:#fff;
   margin:5px 0px 5px;
   font-size: 90%;	
   
   -webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}

.servicio span{
   color:#fff;
   font-weight: 700;
   font-size: 110%;	
}

.servicio .icon-cont{
   color:#fff; 
   border-radius:50%;
   padding:8px;
   font-size:20px;
   text-align:center;
   position:relative;
   height:40px;
   width:40px;
   line-height:1.0;
   border: 1px solid #fff;
   margin:0px auto 5px;
   -webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}
	
.servicio:hover,
.servicio:hover h4{
	text-decoration:none;
	color: #CCC !important;
	transform:scale(1, 1);
}

.servicio:hover,
.servicio .icon-cont:hover { 
	text-decoration:none;
	opacity:0.7;
	transform:scale(1.1, 1.1);
	border-radius:10%;
}

.bg1-servicio{ 
	background: rgba(81,136,68,0.90);
}

.bg2-servicio{ 
	background: rgba(120,208,100,0.90);
}

.bg3-servicio{ 
	background: rgba(193,214,47,0.90);
}

.bg4-servicio{ 
	background: rgba(236,174,27,0.90);
}

.bg5-servicio{ 
	 background: rgba(1,146,63,0.90);
}
.borde1-servicio{ 
	background:#518844;
	height:4px;
	width: 100%;
	margin-top: 4px;
}

.borde2-servicio{ 
	background:#78d064;
	height:4px;
	width: 100%;
	margin-top: 4px;
}

.borde3-servicio{ 
	background:#c1d62f;
	height:4px;
	width: 100%;
	margin-top: 4px;
}

.borde4-servicio{ 
	background:#ecae1b;
	height:4px;
	width: 100%;
	margin-top: 4px;
}

.borde1-servicio2,
.borde2-servicio2,
.borde3-servicio2,
.borde4-servicio2{ 
	height:2px;
	width: 100%;
	margin-top: 2px;
}

.borde1-servicio2{ 
	background:#518844;
}

.borde2-servicio2{ 
	background:#78d064;
}

.borde3-servicio2{ 
	background:#c1d62f;
}

.borde4-servicio2{ 
	background:#ecae1b;
}
/*=====servicios-inter=======*/
.servicio2{
   width:100%;
   padding:10px 0px 15px;
   margin-bottom: 5px;	
   position:relative;
   text-align: left;	
}

.servicio2::before,
.servicio2::after {
	pointer-events: none;
	text-decoration:none;
}

.servicio2 a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
	-webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
	}

.servicio2 a {
    float: left;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.servicio2 h4{
   color:#539146;
   margin:5px 0px 5px;
   font-size: 105.5%;	
   
   -webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}

.servicio2 span{
   color:#173114;
   font-weight: 700;
   font-size: 120%;	
}

.servicio2 .icon-cont2{
   color:#fff; 
   border-radius:50%;
   padding:8px;
   font-size:20px;
   text-align:center;
   position:relative;
   float: left;
   height:40px;
   width:40px;
   line-height:1.0;
   border: 1px solid #fff;
   margin:0px 10px 0px 0px;
   -webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}

.servicio2:hover h4{
	text-decoration:none;
	color: #CCC !important;
}

.servicio2:hover,
.servicio2 .icon-cont2:hover { 
	text-decoration:none;
	opacity:0.7;
	transform:scale(1.1, 1.1);
	border-radius:10%;
}

/*=====Covenios=======*/
.convenios{	
 background: url(../img/bg-convenios.jpg) no-repeat center top fixed;
 background-size: cover;	
 min-height:220px;
 max-height: auto;	
 width: 100%;
 padding:50px 0px; 	
 border-top: 4px solid #F0D100;
}

.convenios h2{	
	color: aliceblue;
	font-weight: 100;
	text-shadow: 0 1px 4px #212121;	
}

.convenios h2 span{	
	font-weight: 700;
}

/*=====Noticia-Principal=======*/
.destacada{ 
	width: 100%;
	position: relative;
	display: inline-block;
	border: 5px solid #DCDADA;
	padding:20px;
	margin: 10px 0px;
}

.destacada img{ 
	width: 50%;
	position: relative;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	height: auto;
	top:-30px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	}

.destacada h3{ 
	position: relative;
	padding: 10px  0px 5px;
	color: #454545;
}

.destacada .separador{ 
	position: relative;
	display: inline-block;
	width: 60px;
	float: left;	
	height: 5px;	
	background: #e6c42e none repeat scroll 0 0;
	}

.destacada p{ 
	position: relative;
	margin-top: 15px;
	padding: 10px  0px 5px;
	color: #939393;
	
}
/*=====ver=======*/
.ver{
	font-size:16px;
	display:inline-block;	
	}	
	
.ver a{
	width:30px;
	height:30px;
	color:#a0a0a0 !important;
	/*background: #dedede;*/
	position:relative;		;
	padding:5px;
	text-align:center;
	margin:0px 1.5px;	
	float: right;
	}	
					
.ver a:hover{
	color:#dedede !important;
	background: #a0a0a0;
	}


.ver2{
	font-size:14px;
	float: right;
	line-height: 1.1;
	position: relative;
	right: -10px;
	bottom: -13px;
	}	
	
.ver2 a{
	width:25px;
	height:25px;
	overflow: hidden;
	color:#fff !important;
	background: #db9600;
	position:relative;	
	padding:5px;
	text-align:center;
	margin:0px 0.5px !important;	
	display:inline-block;
	
	}	
					
.ver2 a:hover{
	color:#111211 !important;
	background: #a0a0a0;
	}


.clasificados{
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;	
	}

/*=====Noticias=======*/
.titulo-noticias{ 
	background: #b6b6b6;
	width: 100%;
	color: aliceblue;
	padding: 0px 5px !important;
	margin: 0px !important;
}

.borde-not{ 
	width: 100%;
	border-bottom: 3px solid #b6b6b6;
}

.noticias{ 
	width: 100%;
	position: relative;
	padding:10px;
	margin: 10px 0px;
}

.noticias img{ 
	width: 50%;
	position: relative;
	float: right;
	margin-left: 20px;
	overflow: hidden;
	height: auto;
	outline: solid 1px #63b050;
    outline-offset: 3px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	}

.noticias .bg-contenido-not{ 
	width: 52%;
	padding: 10px;
	top: 15px;
	position: absolute;
	float: left;
	overflow: hidden;
	height: auto;
	box-shadow: 0 .4rem 0.4rem rgba(0,0,0,.12)!important;
	background: rgba(244,244,244,0.95)
	}

.noticias h4{ 
	position: relative;
	margin: 0px;
	padding: 0px  0px 5px;
	color: #454545;
	font-size: 95%;
}

.noticias .separador2{ 
	position: relative;
	display: inline-block;
	width: 40px;
	float: left;	
	height: 3px;	
	background: #558b47 none repeat scroll 0 0;
	}

.noticias p{ 
	position: relative;
	margin-top: 3px;
	font-size: 10px;
	/*padding: 5px  0px 5px;*/
	color: #939393;
	
}
/*=====btn-slider=======*/

.btn-slider-noti{
	width: 100%;
	margin-bottom: 10px
}

.btn-slider-noti a{
	width: auto;
	height: 30px;
	font-size: 12px;
	margin-left: 1px;
	padding:3px 5px;
	color: #fff;
	text-decoration: none !important;
	background: #eb6645 !important;
	position: relative;	
}

.btn-slider-noti a:hover,
.btn-slider-noti a:focus{
	text-decoration: none !important;
	color: aliceblue !important;
	background: #dc9602 !important;
}
/*=====Eventos=======*/
.eventos{	
 position: relative;
 width: 100%;
}

.eventos h4{	
 margin: 10px 0px 5px;
 color: #538745;	
}

.eventos span{	
 margin: 0px;
 color: #24421e;
 font-size: 120%;
 font-weight: 700; 
}


.evento{
   width:100%;
   padding:5px 10px;
   position:relative;
}

.evento::before,
.evento::after {
	pointer-events: none;
	text-decoration:none;
}

.evento a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
	}

.evento a {
    float: left;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.evento h5{
   color:#000;
   margin:5px 0px 0px;
   font-size: 80%;	
   
   -webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}

.evento p{
   color:#454545;
	margin: 0px;	
   font-size: 60%;	
	
	-webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}

.evento .icon-event{
   color:#fff; 
   font-weight: 700;
   padding:8px 0px 0px 8px;
	margin-right: 10px;
   font-size:20px;
   background: #538745;	
   text-align:right;
   position:relative;
   border-radius:0%	;
	
   float: left;
   height:28px;
   width:28px;
   line-height:1.15;

	-webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}
	
.evento:hover,
.evento:hover h5,
.evento:hover p{
	text-decoration:none;
	color: #6fbf5e !important;
}

.evento:hover,
.icon-event:hover { 
	text-decoration:none;
	opacity:0.7;
}

/*=====Footer=======*/
.footer{ 
	margin-top: 1px;
	background: #31630f;
}

.footer h3{ 
	color: aliceblue;
	padding: 10px;
}


.contact{
   height:40px;	
   width:100%;
   padding:5px 10px;
   position:relative;
   cursor: pointer;
   border-bottom: 1px #618f34 solid;
	
}

.contact::before,
.contact::after {
	pointer-events: none;
	text-decoration:none;
}

.contact a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
	}

.contact a {
    float: left;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}


.contact p{
   color:#fff !important;
	margin: 0px;	
   font-size: 60%;	
	
	-webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}

.contact .icon-contac{
   color:#2b570e; 
   margin-right: 10px;
   font-size:18px;
   background: #618f34;	
   text-align:center;
   border-radius:50%;
   line-height: 1.5;	
   float: left;
   height:28px;
   width:28px;

	-webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}
	
.contact:hover,
.contact:hover p{
	text-decoration:none;
	color: #6fbf5e !important;
}

.contact:hover,
.icon-contac:hover { 
	text-decoration:none;
	opacity:0.7;
}


.redes{
   width:100%;
   padding:5px;
   margin: 0px auto;
   text-align: center;
   position:relative;
   cursor: pointer;
   color: #418315;
	
	-webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
	
}

.redes::before,
.redes::after {
	pointer-events: none;
	text-decoration:none;
}

.redes a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
	}

.redes a {
    float: left;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.redes:hover { 
	text-decoration:none;
	color: #fff;
	opacity:0.7;
}

.datos-empresa{ 
	font-size: 12px;
	color: #fff;
	font-weight: 100;
	padding-bottom: 10px;
}

.links-inter{
 width:100%;
}

.links-inter h5{
 margin: 0px;	
 color: aliceblue;
}

.links-inter span{
 color: #ecf0e9;
 font-weight: 700;
 font-size: 110%;	
}


.cuadro-links{
 width:100%;
 height:auto;
 margin:0px 0px;
}

.links{
 width:45px;
 height:45px;
 border-radius:5px;
 overflow:hidden;
 margin:5px 1.5%;
 background:#CCC;
 display:inline-block;
}

.bg-desarrollo{
 width:100%;
 border-top: 3px solid #7dbb41;
 background: #2d7f44;	
 padding:10px 0px 0px;
}

.desarrollo{
 width:100%;
 padding:5px 0px;
}		

.desarrollo p{
 font-size:10px !important;
 color:#fff !important;
}	

.desarrollo p a{
 font-size:10px !important;
 color:rgba(15,43,4,1.00);
}	

.desarrollo p a:hover{
 font-size:10px !important;
 color:#7dbb41 !important;
}

.hale{
float:left;
width:50px;
height:50px;
padding:5px;
position:relative;
top:-5px;
left:-3%
}


/*=====bg-interna=======*/
.bg-interna{
    background: url(../img/bg-internas.jpg) no-repeat fixed;
	height: 250px;
	background-size: cover;
	text-align: center;
}

.bg-publicaciones{
    background:#fff;
	height: auto;
	position: relative;
	top: -20px;
	padding-top: 10px;
	border-top: 2px double #e6c42d;
}


.bg-interna h2,
.bg-interna small{
    color: #FFFFFF;
	text-align: center;
}

.bg-interna h2{
    padding-top:130px
}

.img-interna{
   width: 40%;
   float: left;
   margin-right: 15px;
}

.blog{
   width: 100%;
   padding: 10px;
   float: left;	
   
   margin-bottom: 10px;	
}

.blog h4{
   color: #539146;
}

.card-title{
   color: #539146 !important;	
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0em 0 0em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;	
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 100 !important;
}

.grid figure h2 span {
	font-weight: 700 !important;
	font-size: 120%
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #03330D;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
	filter: blur(0px);
	-webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 23%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 10px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover img {
	filter: blur(2.5px);
	transform: scale(1.1);
	opacity: 0.4;
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*=====galerias=======*/
.gallery_product{
	width:29.333%;
	height:auto;
	display:inline-block;
	margin:1.5%;
	}

.filter-button{
    font-size: 14px;
    border: 1px solid #5f430f;
	padding:5px 10px;
    text-align: center;
    color: #5f430f;
    margin-bottom: 10px;
	background:transparent;
	cursor:pointer;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #000;
    background-color:#f3c500;
	outline:none;
}

.table-info {
    height: auto;
    width: 100%;
    margin: 15px 0px 15px;
    padding: 1.5%;
    float: left;
    background-color: #FCFCFC;
    border: 1px solid #eaeaea;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    behavior: url(border.htc);
    border-radius: 5px 5px 5px 5px;
}

.form-bottom {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px #D84E05 solid!important;
    border-radius: 0px;
    background: rgba(197,197,197,0.30);
    padding: 8px;
    font-size: 11px;
}

/*.icono-for {
    color: #fff;
    width: 30px;
    height: 30px;
	font-size: 15px;
    border-radius: 50%;
    background: #F38F0A;
    text-align: center;
    padding: 5px;
    position: relative;
    line-height:1.3 !important;
}*/

figure.snip1477 {
 font-family: 'Poppins', sans-serif;	
  position: relative;
  float: left;
  overflow: hidden;
  margin: 1%;
  width: 99%;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  background-color: #000000;
}

figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

figure.snip1477 img {
  width: 100%;
  height: auto;
  overflow: hidden;	
  position: relative;
  transform: scale(1.1, 1.1);	
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.8 !important;
	-webkit-transition: all 400ms linear;
      -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
       -ms-transition: all 400ms linear;
           transition: all 400ms linear;
}

figure.snip1477 .title {
  position: absolute;
  top: 40%;
  left: 25px;
  padding: 5px 10px 10px;
}

figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 1px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 1px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: rgba(255,255,255,0.80);
}

figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

figure.snip1477 h3,
figure.snip1477 h5 {
  margin: 0;
  text-transform: uppercase;
}

figure.snip1477 h3 {
  font-weight: normal;
  font-size: 120%	
}

figure.snip1477 h5 {
  display: block;
  font-weight: 700;
  background-color: rgba(255,255,255,0.80);
  padding: 5px 10px;
  color: #01923f;
  font-size: 130%	
}
figure.snip1477 figcaption {
  position: absolute;
  bottom: 60%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  letter-spacing: 1.5px;
}

figure.snip1477 figcaption p {
  margin: 0;
  display: block;	
  font-family: 'Poppins', sans-serif;	
}

figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.snip1477:hover img,
figure.snip1477.hover img {
  transform: scale(1, 1);
  opacity: 0.3 !important;
  filter: blur(3px);
  	
}

figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.icono-menu{
 width: 25px;
 height: 25px;
 position: relative;
 overflow: hidden;
 border-radius:50%;
 padding:3px 0px 0px;	
 text-align: center;
 vertical-align: middle;
 margin-right: 10px;	
 line-height: 1.5;
 font-size: 14px;	
 border: 1px solid #fff;
 color: aliceblue;	
}

/*=====@Medias=======*/
@media (max-width:3200px){	

}

@media (max-width:2560px){	

}

@media (max-width:2048px) and (min-width:300px){	

}

@media (max-width:1920px) and (min-width:300px){	

}

@media (max-width:1856px) and (min-width:300px){	

}

@media (max-width:1800px) and (min-width:300px){	

}

@media (max-width:1792px) and (min-width:300px){	

}

@media (max-width:1600px) and (min-width:300px){	

}

@media (max-width:1440px) and (min-width:300px){	
.bg-hearder{	
 background-size: cover;
 height:200px;
 width: 100%;
}
	
}

@media (max-width:1366px) and (min-width:300px){	
.nav-position{
    margin-top:-15px;
	}	
}

@media (max-width:1024px) and (min-width:300px){	

}

@media (max-width:999px) and (min-width:300px){
/*=====servicios=======*/
.servicios{	
padding-left: 20px;
}
/*=====noticias=======*/

.noticias img{ 
	width: 100%;
	margin-left: 0px;
	}

.noticias .bg-contenido-not{ 
	width:90%;
	padding: 10px;
	margin: 0 5%;
	top: -15px;
	position: relative;
	}
	
/*=====Noticia-Principal=======*/
.destacada img{ 
	width: 100%;
	}	
}

@media (max-width:768px) and (min-width:300px){
.grid figure h2 {
	font-size: 120%
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}	

figure.effect-bubba h2 {
	padding-top: 15%;
}

figure.effect-bubba p {
	padding: 10px 2.5em;
}	
	
.nav-position{
    margin-top:-10px;
	right: 0px;
	position: absolute;	
	}	
	
figure.snip1477 figcaption p {
  display: none;		
}
	
figure.snip1477 img {
  height: 100px;	
}	
}

@media (min-width: 768px) {

}

@media (max-width:736px) and (min-width:300px){

	
}

@media (max-width:560px) and (min-width:300px){
.bg-hearder {
	background-size:auto 60%;
    background-position: top left;
    height: 135px;	
}	

	
figure.snip1477 figcaption p {
  display: block;		
}	
	
figure.snip1477 img {
  height: auto;	
}	

/*=====servicios=======*/
.servicios{	
 position: relative;
 bottom: 20px;
 width: 100%;
}
	
.servicio h4{
   color:#A5A39A;
}

.servicio span{
   color:#529146;
}	
	
/*=====Noticia-Principal=======*/
.destacada img{ 
	width: 50%;
	}

.redes{
   width:10%;
   padding:5px;
   margin: 0px auto;
   display: inline-block;	
}
	
.contact{
   height:auto;	
   width:50%;
   float: left;	
   border-bottom: 1px #618f34 solid;
	
}	
	
.logo{
	top: -40px;
	}	

.nav-position-menu{
	top:0px;
	position: relative
	}	
	
.nav-position{
    margin-top:-15px;
	right: 0px;
	position: absolute;	
	}
	
.navbar-nav {
	background: rgba(37,111,28,0.95);
	padding: 15px;
	margin-right: 13px;
}
	
.bg-interna {  
    height: 215px;
}	
	
.bg-interna h2{
    padding-top:90px
}	

.servicio2{
   width:100%;
   background: #F1F1F1;
	background: -moz-linear-gradient(top, #F1F1F1 0%, #ffffff 50%, #ffffff 50%);
	background: -webkit-linear-gradient(top, #F1F1F1 0%,#ffffff 50%,#ffffff 50%);
	background: linear-gradient(to bottom, #F1F1F1 0%,#ffffff 50%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#ffffff',GradientType=0 );	
   padding:10px 10px 5px;
   text-align: center;	
}
	
.servicio2 h4{
   font-size: 60%;
}
.servicio2 span{
   font-size: 110%;	
}
.servicio2 .icon-cont2{
   float: none;
   margin:0px 0px 0px 0px;
}
	
.blog {
    width: 100%;
    padding: 10px;
    float: left;
    border-bottom: 1px dotted #ccc;
    margin-bottom:10px;
	margin-top: 10px;
}

.img-interna {
    width: 100%;
    float: none;
    margin-right: 0px;
	margin-bottom: 10px;
}	
	
.grid figure h2 {
	font-size: 150%
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
}	

figure.effect-bubba h2 {
	padding-top: 20%;
}

figure.effect-bubba p {
	padding: 10px 2.5em;
}
	
.gallery_product{
	width:46.2%;
	height:auto;
	display:inline-block;
	margin:1.5%;
	}	

}

@media (max-width:426px) and (min-width:300px){
.servicio2 h4{
   font-size: 105.8%;	
}
}	

@media (max-width:376px) and (min-width:300px){
.contact{
   height:40px;	
   width:100%;	
}
	
.logo{
	top: -20px;
	}		
	
.servicio h4{
font-size:65%
}
	
.servicio2 h4{
font-size: 70%;	
}	
	
.bg-interna {  
    height: 220px;
}
	
.bg-interna h2{
    padding-top:90px
}	
	
/*=====Noticia-Principal=======*/
.destacada img{ 
	width: 100%;
	}
	
.icono-menu{
 width: 18px;
 height: 18px;
 font-size: 10px;
}	
}
	

