.display-muygrande {
	display: none;
}

.display-grande {
	display: none;
}

.display-mediano {
	display: none;
}

.display-chico {
	display: none;
}

body{
	width:100%;
	height:100%;
}


.vertical-left-text {
		  -ms-display: flex;
		  display: flex;
		  /* alineacion vertical */
		  align-items: center;
		   /* alineacion horizontal */
		  justify-content: left;
}
.vertical-centered-text {
		  -ms-display: flex;
		  display: flex;
		  /* alineacion vertical */
		  align-items: center;
		   /* alineacion horizontal */
		  justify-content: center;
}

.full {
   background: -webkit-linear-gradient(top right, #ffed00,#F2507B);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
     color: #fff;
}


#tecnologia{
	position: fixed;
	right: 0px;
	background-color:#ffed00;
	top: calc(50% - 25px);
	width: 150px;
	height: auto;
	z-index: 4000;
	color: #242424;
	display: flex;
	padding: 8px 0px;
	align-items: center;
	justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	font-size: 11px;
	cursor: pointer;
	border-radius: 2px 0px 0px 2px;	
	
}
#tecnologia:hover{
	
	background-color:#fff;
	
}





/* ----------------------------------------------
 * Generated by Animista on 2020-4-20 20:55:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes flicker-1{0%,100%{opacity:1}41.99%{opacity:1}42%{opacity:0}43%{opacity:0}43.01%{opacity:1}47.99%{opacity:1}48%{opacity:0}49%{opacity:0}49.01%{opacity:1}}@keyframes flicker-1{0%,100%{opacity:1}41.99%{opacity:1}42%{opacity:0}43%{opacity:0}43.01%{opacity:1}47.99%{opacity:1}48%{opacity:0}49%{opacity:0}49.01%{opacity:1}}



header{
	height:110px;
	width:100%;
	top:0px;
	background-color:#fff;
	border-top: 2px solid #fff;
	box-sizing: border-box;
	left:0px;
	position: fixed;
	z-index: 2000;

}


.institucional{
	height:70px;
	width:100%;
	top:0px;
	background-color: #242424;
 	position: absolute;
	border-bottom: none;
	 

}


#logo{
	background-image:url(../../imagenes/isologo.png);
	background-size:cover;
	width:228px;
	height:70px;
	top:0px;
	position:absolute;
	left:0px;
	z-index: 2000;
 
}

.mensaje{
	width: auto;
	height: 76px;
    float: right;
}



.btn-mail {
    width:70px;
	height:70px;
	vertical-align: top;
	background-image:url("../../imagenes/correo.svg");
    display: inline-block;
	border-left: 2px solid #fff;
	border-right: 0px;
	border-bottom: 0px;
    border-top: 0px;
	


	}

.btn-mail:hover {
	background-color: #ffed00;
		background-image:url("../../imagenes/correo.svg");

}

.btn-wa {
    width:70px;
	height:70px;
	background-image:url(../../imagenes/wa-hover.svg);
    display: inline-block;
	box-sizing: border-box;
 	border-left: 2px solid #fff;
	border-right: 0px;
	border-bottom: 0px;
    border-top: 0px;
	-webkit-animation:flicker-1 3s linear 1s infinite both;animation:flicker-1 3s linear 1s infinite both

}

.btn-wa:hover {
	background-image:url(../imagenes/wa.svg);
	background-color: #ffed00;

}




.redes-sociales{
	height:80px;
	width:100%;
	background-color:#242424;
    box-sizing: border-box;
	position: relative;
	top: 0px;

}

#redes{
	width: auto;
	height: 80px;
    float: left;
}


.btn-face {
    width:80px;
	height:80px;
	background-image:url(../../imagenes/face.svg);
	display: inline-block;
	border-right: 1px solid #fff;

}

.btn-face:hover {
	background-image:url(../../imagenes/face-hover.svg);

}

.btn-insta {
    width:80px;
	height:80px;
	background-image:url(../../imagenes/insta.svg);
	display: inline-block;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;

}

.btn-insta:hover {
	background-image:url(../../imagenes/insta-hover.svg);

}

.btn-pint {
    width:80px;
	height:80px;
	background-image:url(../../imagenes/pint.svg);
    display: inline-block;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;

}

.btn-pint:hover {

	background-image:url(../../imagenes/pint-hover.svg);
	}

.btn-tw {
    width:80px;
	height:80px;
	background-image:url(../../imagenes/twitter.svg);
    display: inline-block;
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;

	}

.btn-tw:hover {
	background-image:url(../../imagenes/twitter-hover.svg);
}



/*----------------------------
	 M E N U
-----------------------------*/


#menu{
  height: 40px;
  width: 100%;
  top: 70px;
  left: 0px;
  position: absolute;
	border: none!important;


}

.margin150px{margin-top: 150px;
	
}

#menu nav{
	margin: 0 auto;
	display: inline-block;



}


#menu nav ul{
	list-style: none;
	float: center;


}


#menu nav ul li{
display: inline-block;
position: relative;
}

#menu nav ul li a{
color: #242424;
display: block;
text-decoration: none;
font-family: 'Archivo', sans-serif;
font-weight: 700;
font-size:10px;
padding: 12px 15px 16px 13px;
box-sizing: border-box;
	width: auto;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#menu nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background: #242424;
   -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 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;
}
#menu nav ul li a:hover, #menu nav ul li a:focus, #menu nav ul li a:active {
  color: #fff;
}
#menu nav ul li a:hover:before, #menu nav ul li a:focus:before, #menu nav ul li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#menu nav ul li a .flecha {
    position: relative;
	float: left;
	top:1px;
	background-image: url("../../imagenes/flecha.svg");
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 20px;
	height: 10px;
 	margin-right: 5px;
}



#menu nav ul li .children {
	display: none;
	background:#fff;
	position: absolute;
	z-index:1000;
	width: 125px;
}

#menu nav ul li:hover .children {
	display:block;

}

#menu nav ul li .children li {
	display:block;
	overflow: hidden;

}

#menu nav ul li .children li a {
	display: block;
	text-transform: uppercase;
	font-size:10px;
 	width: 100%;
}
 

#menu nav ul li .children li a .color {
	font-size:10px;
	text-align:center;
    color:#676767;
	overflow:hidden;
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	letter-spacing: 2px;
}


 .menu_bar{
		display: none;
}

.empresa{
	position: relative;
	width: 100%;
	height: 250px;

}
.item{
	display: inline-block;
	width: 33%;
	height: 250px;
	position: relative;

}

#fabric{
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url("../../imagenes/fabrica.svg");
	text-align: center;	
	margin-top: 20px;
	left: 50%;
	margin-left: -50px;
}

#mayorista{
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url("../../imagenes/mayorista.svg");
	text-align: center;	
	margin-top: 20px;
	left: 50%;
	margin-left: -50px;
}
#envios{
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url("../../imagenes/envio.svg");
	text-align: center;	
	margin-top: 20px;
	left: 50%;
	margin-left: -50px;
}
.empresa h1{
	font-family: 'Montserrat', sans-serif;
font-weight: 700;
    font-size: 15px;
    text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	margin-top: 150px;
	line-height: 25px;
	
}

/*----------------------------

MENU MEDIANO CHICO

-----------------------------*/


@media screen and (max-width: 1000px){



header{
	height:100px;
	width:100%;
	top:0px;
	background-color:#242424;
	border-left: none;
	box-sizing: border-box;
	left:0px;
	position: fixed;
	z-index: 7000;


}
.institucional{
	height:60px;
	width:100%;
	top:0px;
	background-color:#242424;
	box-sizing: border-box;
	left:0px;
	position: absolute;
	z-index: 5000;
}


#logo{
	background-image:url(../../imagenes/isologo.png);
	background-repeat: no-repeat;
	width:196px;
	height:60px;
	top:0px;
	z-index: 2000;
	left: 0px;
	position: absolute;
	background-size: cover;

}
.mensaje{
	width: auto;
	height: 60px;
    float: right;
}
	

.redes-sociales{
	height:60px;
	width:100%;
	background-color:#242424;
     box-sizing: border-box;
	position: relative;
	top: 0px;

}

#redes{
	width: auto;
	height: 60px;
    float: left;
	}



.btn-face {
    width:60px;
	height:60px;
	background-image:url(../../imagenes/face.svg);
	display: inline-block;
	border-right: 1px solid #fff;
		box-sizing: border-box;


}

.btn-face:hover {
	background-image:url(../../imagenes/face-hover.svg);

}

.btn-insta {
    width:60px;
	height:60px;
	background-image:url(../../imagenes/insta.svg);
	display: inline-block;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.btn-insta:hover {
	background-image:url(../../imagenes/insta-hover.svg);

}

.btn-pint {
    width:60px;
	height:60px;
	background-image:url(../../imagenes/pint.svg);
    display: inline-block;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
    box-sizing: border-box;
}

.btn-pint:hover {
	background-image:url(../../imagenes/pint-hover.svg);
	}

.btn-tw {
    width:60px;
	height:60px;
	background-image:url(../../imagenes/twitter.svg);
    display: inline-block;
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;


	}

.btn-tw:hover {
	background-image:url(../../imagenes/twitter-hover.svg);
}
.btn-mail {
   display: none;
	}

.btn-wa {
     width:60px;
	height:60px;
	background-image:url(../../imagenes/wa-hover.svg);
    display: inline-block;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	background-color: #242424;
	-webkit-animation:flicker-1 3s linear 1s infinite both;animation:flicker-1 3s linear 1s infinite both

}

.btn-wa:hover {
	background-image:url(../../imagenes/wa.svg);
	background-color: #ffed00;

}


	.menu_bar{
		display: block;
		top: 60px;
		position: fixed;
		width: 100%;
	    background: #fff;
          
		border-left: 0px;
		border-right: 0px;
		border-bottom: 0px;
		text-align: center;
		z-index: 5000;
}

	.menu_bar .menu{
		display: block;
		overflow: hidden;
        font-family: 'Archivo', sans-serif;
        font-weight: 700;
        font-size:12px;
        letter-spacing: 1px;
		color: #242424;
		text-decoration: none;
		padding: 11px 0px;
		border-top: none;
		box-sizing: border-box
}

#menu nav{
		width: 100%;
		position: fixed;
		margin: 0 auto;
		left: 0px;
		height: calc(100% - 100px);
		top: -100%;
		background: rgba(36, 36, 36, 0.9);
		overflow: scroll;


	}


#menu nav ul li {
		display: block;
		position: relative;
		text-decoration: none;
 
}



#menu nav ul li a{
color: #fff;
display: block;
text-decoration: none;
font-family: 'Archivo', sans-serif;
font-weight: 700;
font-size:30px;
  box-sizing: border-box;
 border-right: none;
border-left: none;
width:  100%;
	padding: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#menu nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
   -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 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;
}
#menu nav ul li a:hover, #menu nav ul li a:focus, #menu nav ul li a:active {
  color: #242424;
}
#menu nav ul li a:hover:before, #menu nav ul li a:focus:before, #menu nav ul li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


 #menu nav ul li a .flecha {
    position: relative;
	float: left;
	top:10px;
	background-image: url("../../imagenes/flecha-blanca.svg");
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 20px;
	height: 10px;
	 padding-right: 15px;
 }

#menu nav ul li .children {
    position: relative;
	width: 100%;
	margin-bottom: 25px;
}



#menu nav ul li .children li {
	display:block;
	overflow: hidden;
		margin: 0 auto;

}

#menu nav ul li .children li a {
	text-transform: uppercase;
	font-size:11px;
 	background: #292929;
	color: #fff;
}
	#menu nav ul li .children li a:hover {

	color: #242424;
}



#menu nav ul li .children li a .color {

	font-size:10px;
	text-align:center;
    color:#676767;
	overflow:hidden;
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	letter-spacing: 2px;
}

.menu-footer{

	width: 80%;
	height: 40px;
	position: fixed;
	bottom: 36px;
	left: 10%;
	background: #fff;
	border: 2px solid #242424;
	z-index: 9000;
}

.menu-footer h2{
color: #242424;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size:12px;
letter-spacing: 1px;
padding: 12px 0px 0px 13px;
text-align: left;

}

.correo {
    position: absolute;
	background-image: url("../../imagenes/mail.svg");
	box-sizing: border-box;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	right: 0px;
	top: 0px;
	background-color: #242424;

}

	
.empresa{
	position: relative;
	width: 100%;
	left: 0px;
	height: 600px;
	margin-top: 50px;
	margin-bottom: 50px;


}
.item{
	display: inline-block;
	width: 100%;
	height: 200px;
	\position: relative;
	

}

#fabric{
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url("../../imagenes/fabrica.svg");
	text-align: center;	
		margin-top: 20px;
	left: 50%;
	margin-left: -50px;
}

#mayorista{
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url("../../imagenes/mayorista.svg");
	text-align: center;	
	margin-top: 20px;
	left: 50%;
	margin-left: -50px;
	

}
#envios{
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url("../../imagenes/envio.svg");
	text-align: center;	
	margin-top: 20px;
	left: 50%;
	margin-left: -50px;
}
.empresa h1{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	margin-top: 150px;
	line-height: 25px;
	
}

}


.mercadopago{
position: relative;
width: 100%;
height: 100px;
z-index: 23;
box-sizing: border-box;
	
}

.text{
    height: 100%;
	width: 100%;
	position:absolute;	
}

.text h6{
color: #fff;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size:12px;
letter-spacing: 1px;
padding: 16px 0px 16px 13px;
box-sizing: border-box;
text-align: left;
	display: block;

}

.qr{
position: absolute;
width: 200px;
height: 100px;
background-image: url("../../imagenes/qr.svg");
z-index: 234023505;
right: 0px;
border-bottom: 2px solid #fff;
box-sizing: border-box;

	
}










/* POP UP - 100K Seguidores */

.modal2 {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	left: 0;
	animation: modal 1s 1s forwards;
	visibility: hidden;
	opacity: 0;
	z-index: 10000;
}

#cerrar2 {
	display: none;
}

#cerrar2 + label {
	position: fixed;
	color: #000;
	font-size: 25px;
	z-index: 10001;
	height: 40px;
	width: 40px;
	top: 50%;
	margin-top: -40px;
	left: 90%;
	margin-left: -20px;
	cursor: pointer;
	animation: modal 1s 1s forwards;
	visibility: hidden;
	opacity: 0;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffed00;
	border-radius: 50px;
}

#cerrar2:checked + label, #cerrar2:checked ~ .modal2 {
	display: none;
}

@keyframes modal {
	100% {
		visibility: visible;
		opacity: 1;
	}
}

.contenido-popup-dual{ 
	text-align: center;
	top: 10%;
	left: 10%;
	height: 80%;
	width: 80%;
	position: absolute;
	color: #000;
	background-color: #000;
	padding: 30px;
	box-sizing: border-box;
	background-image: url("../../imagenes/popup-100k.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border: #ffed00 solid 1px;
}