
/* ============== FONDO ============== */

body {
background: url('../img/YINSA_WEB_INICIO_Fondo.png');
background-position: top;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
margin: 0;
padding: 0;
min-height: 100vh;
}

ul {
	list-style: none;
}

.content {
padding-right: 20vh;
padding-left: 20vh;
padding-top: 10vh;
padding-bottom: 10vh;
}

.img-center {
width: 90vh;
}

#img-maquina {
margin-left: 5vh;
z-index: 1;
position: absolute;
}

@media (max-width: 767px) {

img {
	width: 5vh;
}

.content  {
	margin-right: 0;
	margin-left: 0;
	padding-top: 10vh;
	padding-bottom: 10vh;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.img-top {
	 width: 30vh;
}

#img-slogan {
	display: none;
}

#img-empaques {
	display: none;
}

#img-maquina {
	position: relative;
	margin-left: 0;
}

.img-center {
	width: 55vh;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

.content {
	padding-left: 5vh;
	padding-right: 5vh;
}

.img-top {
	width: 30vh;
}

#img-maquina {
	position: relative;
	margin-left: 0;
}

.img-center {
	width: 55vh;
}
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {

.content {
	padding-left: 3vh;
	padding-right: 3vh;
}
}

/* ============== MODAL ============== */

.modal-content {
border-radius: 0;
background: rgb(255,255,255,0.7);
}

/* .modal-header {
background: rgb(255,255,255,0.7);
text-align: center;
display: block;
} */
.modal-header {
	background: rgb(255,255,255,0.7);
	align-items: center;
	justify-content:center;
	position: relative;
	}

	.modal-header .close {
		/* padding: 1rem 1rem;
		margin: -1rem -1rem -1rem 5rem; */
		position: absolute; 
		right:1.5rem;
	}

.modal-title {
font-family: "Suisse Intl Medium", sans-serif;
}

.modal-title i {
font-size: 5vh
}

.modal-title span {
font-family: "Suisse Intl Bold", sans-serif;
}

/* .modal-dialog {
max-width: 50%;
} */

.modal-body {
font-family: "Suisse Intl Book", sans-serif;

/*Modal con poco texto:*/
/* padding:auto; */

}

.modal-footer {
	display: flex;
justify-content: center;
flex-direction: column;
}

.modal-footer a {
border-radius: 20px;
font-family: "Suisse Intl Book", sans-serif;
}

.cancelar{
	font-size: 1rem;
	padding-top: .5rem;
}
	

	
/* ============== REDES ============== */
.redes__container{
	min-width:60px;
	position: absolute;
	z-index: 100;
}
.nav-redes{
	/* position: absolute; */
}

.nav-redes * {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .nav-redes > ul > li {
	position: relative;
	white-space: nowrap;
  }
  
  .nav-redes a {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 10px 18px;
	margin-bottom: 8px;
	transition: 0.3s;
	font-size: 15px;
	border-radius: 50px;
	background: #2D2926;
	height: 56px;
	width: 100%;
	overflow: hidden;
	transition: 0.3s;
	text-decoration: none;
  }
  
  .nav-redes a i {
	font-size: 20px;
  }
  
  .nav-redes a span {
	padding: 0 5px 0 7px;
   display: none;
	color: #fff;
  }
  
  @media (min-width: 992px) {
	.nav-redes a {
	  width: 56px;
	}
	.nav-redes a span {
	  display: none;
	  color: #fff;
	}
  }
  @media (max-height: 768px), (max-width: 1200px) {
	.nav-redes a {
	  width: 56px;
	}
	.nav-redes a span {
	  display: none;
	  color: #fff;
	}
   }
   
   @media (max-width: 767px) {
	.nav-redes a {
	  width: 56px;
	}
	.nav-redes a span {
	  display: none;
	  color: #fff;
	}
   }
  .nav-redes a:hover span, .nav-redes .active > a span, .nav-redes li:hover > a span {
	color: #fff;
  }
  
  .nav-redes a:hover, .nav-redes li:hover > a {
	width: 100%;
	color: #fff;
  }
  
  .nav-redes li.whatsapp:hover > a {
	width: 100%;
	color: #fff;
	background: #72BD46;
  }
  
  .nav-redes a:hover span, .nav-redes li:hover > a span {
	display: block;
	/* padding: 0 5px 0 7px; */
  }
