/******************** FUENTES *************************/
@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('../fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('../fonts/brandon_light-webfont.woff2') format('woff2'),
         url('../fonts/brandon_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('../fonts/brandon_reg-webfont.woff2') format('woff2'),
         url('../fonts/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/******************** FIN FUENTES *********************/

/**********************SLIDE*"""""""""""""""""""""""""""""*/

.descripcion_slide{
	position:absolute;
	bottom : 10%;
	left:0px;
	font-size:2rem;
	color:white;
}
.descripcion_slide .texto1{
	padding : 10px 20px 10px 10px;
	background-color:green;
	display:inline-block;
	font-weight:700;
}
.descripcion_slide .texto2, .textoextra{
	padding : 10px 20px 10px 10px;
	background-color:black;
	position:relative;
	text-transform:uppercase;
}

.descripcion_slide .textoextra img{
	position:absolute;
	 right:-235px;
   bottom:-21px;
	
}

.descripcion_slide .texto2 img{
   position:absolute;
   right:-187px;
   bottom:-21px;
  
}


body{
	font-family: "brandon_grotesque_regularRg", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	background-color:#fff;
	overflow-x: hidden;
}
*:focus {
    outline: 0;
}
	
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
select, input, textarea, button {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	font-family: "brandon_grotesque_regularRg", sans-serif;
	margin: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF;
	border: 1px solid #999;
	padding: 8px;
	font-size: 14px;
	resize: none;
	color: #666;
}

select{
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px;
}


#top{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	position:fixed;
	width:100%;
	height: 125px;
	padding: 20px;
	background-color:rgba(255,255,255,0.9);
	z-index:1000;
}
#top .logo{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	float: left;
	height:69px;
	}
#top .social{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	float:right;
	margin-left: 300px;
	}
#top .social a{
	float: left;
	}
#top .social a.cel{
color: #27aa20; text-decoration: none; width: 230px; font-size: 23px;
	}
	
#top .social a img{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	width: 55PX;
    float: left;
    margin-right: 15px;
	}
#top .menu{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	float: right;
    position: relative;
    top: 15px;
	}
#top .menu a{
	text-decoration: none;
    color: #000;
    float: left;
    margin-left: 30px;
	}
#top .menu a:hover{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
    color: #27aa20;
	}
	
#top.chico{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	height: 60px;
	padding:10px;
}
#top.chico .logo{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	height:40px;
	}
#top .social a.cel{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	width: auto;
	}
#top.chico .social{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	margin-left: 20px;
	}
#top.chico .social span, #top.chico .social div{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	display: none;
	}
#top.chico .social a img{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	width: 35px;
	}
#top.chico .menu{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	float: right;
    position: relative;
    right: 20px;
    top: 10px;
	}




/********************* MENU MOVIL ***********************/
a.movil_menu  {
	position: relative;
    height: 50px;
    width: 50px;
    padding-left: 10px;
    display: none;
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-right: 3%;
}
.movil_menu #bar1 {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	position:absolute;
	background:#1a1a1a;
	width:40px;
	height:3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	top:13px;
}
.movil_menu #bar2 {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	position:absolute;
	background:#1a1a1a;
	width:40px;
	height:3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	top:23px;
}
.movil_menu #bar3 {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	position:absolute;
	background:#1a1a1a;
	width:40px;
	height:3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	top:33px;
}
.movil_menu.equis #bar1 {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;	
	top:23px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.movil_menu.equis #bar2 {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.movil_menu.equis #bar3 {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	
	top:23px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
		
@media screen and (max-width: 970px)
{
	
#top .social{
	margin-left: 30px;
	}
	
	#top .menu {
		display:none;
	}
	#top.chico .menu.visible {
	display: block;
	position: absolute;
    right: 00px;
    top: 60px;
    background-color: #FFF;
    width: 260px;
	padding-top: 10px;
    padding-bottom: 10px;
	}
	#top .menu.visible {
	display: block;
	position: absolute;
    right: 00px;
    top: 125px;
    background-color: #FFF;
    width: 260px;
	padding-top: 10px;
    padding-bottom: 10px;
	}
	#top.chico .menu.visible {
	display: block;
	position: absolute;
    right: 00px;
    top: 60px;
    background-color: #FFF;
    width: 260px;
	padding-top: 10px;
    padding-bottom: 10px;
	}

	#top .menu{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	}
	#top .menu.visible a{
	width: 100%;
	padding: 5px;
	}
	#top.chico a.movil_menu  {
		display:block;
		right: 0px;
	    top: -12px;
		margin-right:0px;
	}
	#top a.movil_menu  {
		display:block;
		right: -390px;
    top: 52px;
    margin-right: 0px;
	}
}

/********************* FIN MENU MOVIL ***********************/


#sliders{
	float:left;
	width:100%;
	height:90vh;
	background-color:rgba(181,181,181,1.00);
	margin-bottom: 175px;
	}
#sliders .slider{
	margin-top: 125px;
	width:100%;
	height:90vh;
	background-position: left bottom;
	background-repeat:no-repeat;
	background-size:cover;
	
	}
#sliders .cycle-pager{
	width: 100%;
    text-align: center;
    margin-top: -80px;
    z-index: 200;
    position: relative;
	letter-spacing: 7px;
	color: #FFF;
	}
	
#sliders .cycle-pager span{
	cursor: pointer;
	font-size: 60px;
    text-shadow: 0 0 1px #000000;
	color:#FFF;
	}
#sliders .cycle-pager .cycle-pager-active{
	color: #1a1a1a;
	}

#sliders.chico{
	height:50vh;
	}
#sliders.chico .slider{
	height:50vh;
	}
	
h1{
	font-family: "brandon_grotesquelight", sans-serif;
	background-color: #1a1a1a;
    font-weight: normal;
    color: #FFF;
    float: left;
    font-size: 30px;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
	}
	
#productos{
    width: 100%;
	float:left;
	padding:5px;
}
#productos > .prod{
	float:left;
	width: 25%;
	padding: 10px;
	position: relative;	
}


.img_modal{
	width: 95%;
	display: block;
    	margin-left: auto;
    	margin-right: auto;
}

.botones_categorias{
	padding: 10px;
	display: block;
	width: 100%;
	float: left;
}
.botones_categorias a{
	padding: 10px;
	font-size: 1.2rem;
	background-color: #27AA20;
	color: white;
	margin-left: 10px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	transition: .2s ease;
}
.botones_categorias a:hover{
	font-weight: 900;
	background-color: #21951b;
}
.botones_categorias a.active{
	font-weight: 900;
	background-color: #000;
}

  
.prod .middle{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.prod:hover .img{
  opacity: 0.3;
}

.prod:hover .middle{
  opacity: 1;
}

.middle .text{
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.middle .text:hover{
  background-color: #70b473;
  cursor: pointer;
}


	#productos .prod .img {
		float: left;
		width: 100%;
		height: 300px;
		height: 260px;
		border: 5px solid #1a1a1a;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	#productos .destacado .img{

		border: 2px solid #1a1a1a;
	}
#productos .prod .tex{
	padding:5px 5px 5px 10px;
    float: left;
    width: 100%;
    background: #27AA20;
    color: #FFF;
    text-align: left;
	font-size: 17px;
	height: 95px;
	}

	#productos .prod .tex strong{
		text-transform: uppercase;
	}
	#productos .prod .tex br{
		text-transform: lowercase;
	}
	#productos .prod .tex2 strong{
		text-transform: uppercase;
	}
	#productos .prod .tex2 br{
		text-transform: lowercase;
	}

#productos .prod .tex2{
	padding:5px 5px 5px 10px;
    float: left;
    width: 100%;
    background: #27AA20;
    color: #FFF;
    text-align: left;
	font-size: 15px;
	height: 95px;
}

/*-------------------MAPA---------------------------*/
.distribuidores {
	width: 100%;
	display: inline-block;
}

.distribuidores .listado{
	width: 30%;
	margin-left: 10%;
	font-size: 1.5rem;
	color: #27AA20;
	float: left;
}
.distribuidores .mapa{
	width: 50%;
	margin-left: 10%;
	position: relative;
	float: left;
}

.distribuidores .mapa .provincias .tucuman{
    left: 103px;
    top: 107px;
	position: absolute;
	z-index: 1000;
}
.distribuidores .mapa .provincias .santiago{
	left: 126px;
    top: 95px;
	position: absolute;
}
.distribuidores .mapa .provincias .misiones{
    left: 317px;
    top: 103px;
	position: absolute;
}
.distribuidores .mapa .provincias .jujuy{
	left: 77px;
    top: 6px;
	position: absolute;
	z-index: 1000;
}
.distribuidores .mapa .provincias .salta{
	left: 49px;
    top: 10px;
	position: absolute;
}
.distribuidores .mapa .provincias .catamarca{
	left: 42px;
    top: 89px;
	position: absolute;
}
.distribuidores .mapa .provincias .chaco{
	left: 163px;
    top: 60px;
	position: absolute;
}
.distribuidores .mapa .provincias .santafe{
	left: 174px;
    top: 152px;
	position: absolute;
}
.distribuidores .mapa .provincias .mendoza{
	left: 27px;
    top: 249px;
	position: absolute;
}
.distribuidores .mapa .provincias .sanluis{
	left: 84px;
    top: 243px;
	position: absolute;
}
.distribuidores .mapa .provincias .cordoba{
	left: 115px;
    top: 185px;
	position: absolute;
}
.distribuidores .mapa .provincias .sanjuan{
	left: 20px;
    top: 167px;
	position: absolute;
}
.distribuidores .mapa .provincias .neuquen{
	left: 14px;
    top: 349px;
	position: absolute;
	z-index: 1000;
}
.distribuidores .mapa .provincias .santacruz{
	left: 8px;
    top: 575px;
	position: absolute;
}
.distribuidores .mapa .provincias .chubut{
    left: 14px;
    top: 479px;
	position: absolute;
}
.distribuidores .mapa .provincias .rionegro{
	left: 15px;
    top: 378px;
	position: absolute;
}
.distribuidores .mapa .provincias .tierradelfuego{
	left: 89px;
    top: 738px;
	position: absolute;
}
.distribuidores .mapa .provincias img{
	transition: all .1s; /* Animation */
}
.distribuidores .mapa .provincias img:hover{
	transform: scale(1.2);
	-webkit-filter: invert(100%); /* Safari */
	filter: invert(100%);
	cursor: pointer;
	z-index: 1000;
}
.listado li{
	transition: all .1s; 
}
.listado li:hover{
	cursor: pointer;
	color: #000;
}
.efecto_prov{
	transform: scale(1.2);
	-webkit-filter: invert(100%); /* Safari */
	filter: invert(100%);
	cursor: pointer;
	z-index: 1000;
}
.distribuidores .mapa .map{
	text-align: right;
}

	
/*----Pop up-----*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    border-top: 10px solid green;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


#pie{
	background-color: #1a1a1a;
	float:left;
	width: 100%;
	padding:30px;
	background-image:url(../img/logo_peque_blanco_bonomini.png);
	background-repeat:no-repeat;
	background-position:right center;
	margin-top: 40px;
	}
#pie .dato{
	font-family: "brandon_grotesquelight", sans-serif;
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    color: #FFF;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
	font-size: 15px;
	}

.contenedor{
	/*width:1300px;*/
	margin-left:auto;
	margin-right:auto;
	}
.texto{
    padding-right: 8%;
    padding-left: 8%;
    text-align: justify;
}
.text-nosotros{
	font-size: 1.2rem;
}
	
.paginacion{
	float:left;
	}
.paginacion .pag{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
    float: left;
    background-color: #1a1a1a;
    text-decoration: none;
    color: #FFF;
    padding: 5px;
    margin: 3px;
    padding-left: 10px;
    padding-right: 10px;
	}
.paginacion .pag:hover{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	background-color:#27AA20;
	}


#contacto #consulta{
	padding: 20px;
	width: 65%;
}
#contacto input,
#contacto textarea {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
    float: left;
    width: 100%;
    padding: 13px;
    background-color: #ffffff82;
    margin-bottom: 10px;
    border: solid 1px #1a1a1a;
    border-radius: 3px;
    color: #333;
}
#contacto input:focus,
#contacto textarea:focus {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	background-color: rgba(229,229,229,1.00);
}
#contacto textarea{ height: 100px; }
#contacto #respuesta{
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    width: 60%;
    float: left;
    margin-top: 16px;
}
#contacto button {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
    color: #FFF;
    background-color: #29a921;
    margin-bottom: 10px;
    border: solid 1px #1a1a1a;
    border-radius: 3px;
    letter-spacing: 2px;
    font-size: 19px;
    /*text-shadow: 1px 1px 1px #00000096;*/
    padding: 13px;
    width: 35%;
    float: right;
    cursor: pointer;
}
#contacto button:hover {
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
    background-color: #1a1a1a;
    text-shadow: 0px 0px 0px #00000096;
}
#contacto .enviado {
    color: #FFF;
    text-shadow: 1px 1px 3px #000;
    font-size: 20px;
    font-weight: bold;
}
	
	
	
@media screen and (max-width: 1350px){
	.contenedor{
	width: auto;
	}
}
@media screen and (max-width: 1030px){
	#pie .dato {
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
	}
	#productos .prod {
    float: left;
    width: 50%;
    padding: 10px;
	}
}
@media screen and (max-width: 750px){
	
	.descripcion_slide {
	
		font-size: 1.1rem;
		
	}
	#top a.movil_menu  {
		display:block;
		right: 0px;
	    top: -12px;
		margin-right:0px;
	}

	.distribuidores .mapa{
		
		margin-left: 0%;
		display: inline;
	}
	.distribuidores .listado{
	
		margin-left: 5%;
		float: left;
		display: inline-block;
	}
	
	#top{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	height: 60px;
	padding:10px;
}
#top .logo{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	height:40px;
	}
#top .social a.cel{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	width: auto;
	}
#top .social{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	margin-left: 20px;
	}
#top .social span, #top .social div{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	display: none;
	}
#top .social a img{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	width: 35px;
	}
#top .menu{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	float: right;
    position: relative;
    right: 20px;
    top: 10px;
	}
#top .menu.visible {
    display: block;
    position: absolute;
    right: 00px;
    top: 60px;
    background-color: #FFF;
    width: 260px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#contacto #consulta{
	width: 100%;
}

#sliders{
	margin-bottom: 40px;
	}
#sliders .slider{
	margin-top: 0px;

	}

	.descripcion_slide{
	
		font-size:1.5rem;

	}
	.descripcion_slide .texto1{
		padding : 6px 15px 6px 6px;
		
	}
	.descripcion_slide .texto2, .textoextra{
		padding : 6px 15px 6px 6px;
	}
   
	.descripcion_slide .textoextra img{
		position:absolute;
		 right:0px;
	   bottom:0px;
	   left: 10px;
   	 	top: -263px;
	   width: 50%;
		
	}
  
	.descripcion_slide .texto2 img{
	   position:absolute;
	   right:0px;
	   bottom:0px;
	   left: 10px;
   	 top: -218px;
	   width: 49%;
	  
	}

}

@media screen and (max-width: 500px){
	
#pie{
		background-image: none;
	}

	.img_modal{
		width: 100%;
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}

	.modal-content {
   		width: 100%
	}

	.prod .middle {
    opacity: 1; 
    top: 64%;

	}

	#contacto #consulta{
		width: 100%;
	}
	.distribuidores .mapa{
		width: 100%;
		margin-left: 0%;
		display: inline;
	}
	.distribuidores .listado{
		width: 90%;
		margin-left: 5%;
		float: left;
		display: inline-block;
	}
}
@media screen and (max-width: 400px){
	
	#top .social a {
		display: none;
	}
	#productos .prod {
		width: 100%;
	}
	#contacto #consulta{
		width: 100%;
	}
}

