@charset "utf-8";
/* CSS Document */
/*SLIDER PRINCIPAL =========================================== */
/* NEX E PREV slider*/
a.prevPrincipal:link,a.prevPrincipal:visited,a.prevPrincipal:active { position: absolute; top: 50%; left: 15px; color: #000; margin-top: -10px; padding: 2px 5px 2px 5px;}
a.nextPrincipal:link,a.nextPrincipal:visited,a.nextPrincipal:active{position: absolute; top: 50%; right: 15px; color: #000; margin-top: -10px; padding: 2px 5px 2px 5px; }
a.nextPrincipal:hover, a.prevPrincipal:hover{ background-color:#FFBD00; color: #fff; border-radius: 100px;}


a.prev:link,a.prev:visited,a.prev:active { position: absolute; top: 50%; left: 15px; color: #000; margin-top: -10px; padding: 2px 5px 2px 5px;}
a.next:link,a.next:visited,a.next:active{position: absolute; top: 50%; right: 15px; color: #000; margin-top: -10px; padding: 2px 5px 2px 5px; }
a.next:hover, a.prev:hover{ background-color:#FFBD00; color: #fff; border-radius: 100px;}


.titulo_slide { position: absolute; z-index: 100000; top: 120px; left: 35px; color: #028D3C; text-shadow: #D1DD6D 1px 1px,#D1DD6D -2px -2px, #000 3px 3px 5px; font-size: 40px; }
.sliderHome{ position: relative; width: 100%; height: 180px; overflow: hidden; clear: both; padding: 0 !important; z-index: 0; } 
.SliderPrincipal{ width: 100%; height: 180px; margin: 0 auto 0 !important; }
.SliderPrincipal li{ position:relative;height: 180px; list-style: none; float: left; padding: 0; margin: 0 auto 0 !important; }
.imgSlide { position: relative; z-index: 0; width: 100%; margin: 0 auto 0 !important; height: 180px; }

#foo1_pag { display:none !important;}


/**/
@media only screen and (min-width: 400px) {
	.titulo_slide { font-size: 45px; }
	.sliderHome{ height: 183px; } 
	.SliderPrincipal{height: 183px; }
	.SliderPrincipal li{ height: 183px; }
	.imgSlide { height: 183px; }

}

/**/
@media only screen and (min-width: 480px) {
	.titulo_slide { top: 190px; font-size: 55px; left: 50px;}
	.sliderHome{ height: 305px; } 
	.SliderPrincipal{height: 305px; }
	.SliderPrincipal li{ height: 305px; }
	.imgSlide { height: 305px; }

}

/**/
@media only screen and (min-width: 667px) {
	.titulo_slide { top: 190px; font-size: 60px; }
}

/**/
@media only screen and (min-width: 768px) {
	.titulo_slide { top: 170px;  font-size: 80px; }
	
    /*SLIDER PRINCIPAL */
	.sliderHome{ height: 351px; } 
	.SliderPrincipal{height: 351px; }
	.SliderPrincipal li{ height: 351px; }
	.imgSlide { height: 351px; }
	
	#foo1_pag { position: absolute; left: 60px;  bottom: 10px; display:block !important;}
	#foo1_pag img{ width: 110px; height:65px; border: 2px solid #fff;  -webkit-filter: grayscale(1); filter: grayscale(1); margin:5px;}
	#foo1_pag img:hover{ -webkit-filter: grayscale(0); filter: grayscale(0);}
}

/**/
@media only screen and (min-width: 990px) {
	.titulo_slide {  font-size: 100px; top: auto; bottom:100px; text-align: right; right: 80px; }
	
	/*SLIDER PRINCIPAL */
    .sliderHome{ height: 500px; display: block; overflow: visible; height: auto; } 
	.imgSlide { height: 500px; max-height: 500px; background-size: cover; }
	
	#foo1_pag { position: absolute; right: 80px; left:auto;  bottom: 10px; display:block !important;}
	#foo1_pag img{ width: 150px; height:85px; border: 2px solid #fff;  -webkit-filter: grayscale(1); filter: grayscale(1); margin:5px; cursor:pointer;}
	#foo1_pag img:hover{ -webkit-filter: grayscale(0); filter: grayscale(0);}
   .SliderPrincipal li { height: 500px;}
	
}
