/******GENERALES*******/

body {
	font-family: "Lato", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
}

img {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-style: normal;
}

h2 {
	font-size: 3.5rem;
}

.ms_lineaTitulo {
	height: 2px;
	position: absolute;
	z-index: 1;
}

.ms_marginT200 {
	margin-top: 200px;
}

.ms_marginB40 {
	margin-bottom: 40px;
}

/*COLORES*/

.ms_colorArena {
	color: #D2C5B2!important;
}

.ms_BackArena {
	background: #D2C5B2!important;
}

.ms_BackNegro {
	background: #000!important;
}

.ms_colorBlanco {
	color: #FFF!important;
}

a:hover {
	color: #533008;
	transition: all 0.5s ease-out;
}

section {
	width: 100%;
	padding: 50px 0;
}

.ms_scroll {
	height: 240px;
	overflow-y: scroll;
}

/******EDAD*************/

.ms_boxContainer {
	background: #000 url("../images/bg-negro.jpg");
	width: 100%;
	height: 100vh;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ms_boxEdad {
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	max-width: 350px;
	padding: 30px 15px;
	border-radius: 15px;
}

.ms_logoEdad {
	width: 200px;
	margin: 0 auto;
}

.ms_txtLegal {
	font-size: 1rem;
	margin-top: 20px;
}

.ms_txtLegal b {
	font-size: 1.5rem;
	color: #4E2A0F;
}

.ms_btnEdad {
	width: 100%;
	background: #2e7021;
	padding: 13px 0;
	display: block;
	text-align: center;
	margin: 15px 0;
	text-decoration: none;
	color: #FFF;
	border-radius: 9px;
}

.ms_btnEdad:hover {
	background: #4E2A0F;
	color: #D2C5B2;
}

/*******SUPERHEADER*******/

.ms_superHeader {
	width: 100%;
	height: 40px;
	background: #000;
	padding: 4px 0;
}

.ms_boxRss {
	width: auto;
	display: flex;
	justify-content: flex-end;
}

.ms_boxRss a i {
	font-size: 18px;
}

/********HEADER**********/

header {
	width: 100%;
	background: #D2C5B2 url("../images/bg.png");
	background-position: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	box-shadow: 22px 0px 49px #000;
}

.ms_logo {
	width: 10rem;
}

.collapse.navbar-collapse {
	flex-direction: row-reverse;
}

.nav-link:focus,
.nav-link:hover {
	color: #533008;
}

.ms_compra {
	background: #2B711B;
	color: #D2C5B2;
	border-radius: 11px;
	padding: 2px 10px;
	margin-top: 5px;
	width: fit-content;
}

.ms_compra:hover {
	background: #533008;
	color: #D2C5B2;
}

.ms_leyendaEvita {
	text-align: center;
	color: #533008;
	font-size: 1rem;
}

.ms_bandera {
	width: fit-content;
}

/*******HERO********/

.ms_hero {
	width: 100%;
	height: 720px;
	margin-top: 140px;
}

.ms_hero img {
	width: 100%;
	height: 720px;
	object-fit: cover;
	object-position: bottom;
}

.ms_heroMobile {
	display: none;
}

/******SLOGAN******/

#slogan {
	padding: 0;
}

.ms_slogan {
	width: 100%;
	background: #533008 url("../images/bg-cafe.png");
	background-position: center;
	background-size: cover;
	padding: 50px 0;
	color: #FFF;
}

.ms_sloganText p {
	font-size: 1.3rem;
	font-weight: 300;
}

/******NOSOTROS******/

#nosotros {
	padding: 0;
}

#nosotros .col-lg-6 {
	padding: 0;
}

.ms_imgNosotros {
	width: 100%;
	height: 700px;
}

.ms_imgNosotros img {
	height: 700px;
	object-fit: cover;
}

.ms_cardNosotros {
	background: #D2C5B2 url("../images/bg.png");
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 700px;
	padding: 100px 20px 0;
	position: relative;
}

.ms_cardNosotros h1 {
	background: #000;
	padding: 5px 10px;
	width: fit-content;
	border-radius: 10px;
	color: #FFF;
	margin: 0 auto;
}

.ms_txtCardNosotros {
	width: 60%;
	margin: 80px auto 0;
	text-align: center;
}

.ms_lineaRightNosotros {
	width: 30%;
	top: 126px;
	background: #000;
	right: 0;
}

.ms_agaveBlancoNegro {
	width: fit-content;
	margin: 80px auto;
}

/******NUESTRO MEZCAL*******/

#nuestroMezcal {
	background: #000 url("../images/bg-negro.jpg");
	color: #FFF;
	position: relative;
}

#nuestroMezcal h2 {
	text-align: center;
}

#nuestroMezcal h2 b {
	color: #000;
	background: #FFF;
	padding: 0 5px;
	border-radius: 7px;
}

.ms_lineaMezcal {
	background: #FFF;
	width: 38%;
	left: 0;
	top: 35px;
}

.ms_boxTxtMezcal {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding-top: 200px;
}

.ms_boxTxtMezcal ul {
	margin-top: 60px;
	list-style: none;
}

.ms_boxTxtMezcal ul li {
	margin-top: 10px;
}

.ms_boxTxtMezcal ul li i {
	margin-right: 10px;
}

.ms_btnComprar {
	padding: 5px 15px;
	background: #316f26;
	border-radius: 5px;
	text-decoration: none;
	color: #FFF;
	display: block;
	width: fit-content;
	margin: 70px auto;
}

.ms_btnComprar:hover,
.ms_btnComprarFijo:hover {
	background: #533008;
	color: #FFF;
}

/******NUESTRO PROCESO******/

#proceso h2 b {
	color: #FFF;
	background: #000;
	padding: 0 10px;
	border-radius: 7px;
}

.ms_lineaAbajo {
	width: 22%;
	background: #000;
	left: 0;
}

.ms_boxCardProceso {
	margin-top: 70px;
}

.ms_txtProceso {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

.ms_boxCardInfoProceso {
	border-radius: 15px;
	padding: 20px;
	font-size: 16px;
	line-height: 25px;
	display: none;
}

/*FLIP CARD*/

.flip-card {
	/* background-color: transparent; */
	/* width: 300px; */
	height: 265px;
	/* border: 1px solid #f1f1f1; */
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

.flip-card-back {
	background-color: #CCC;
	border-radius: 15px;
	padding: 20px;
	font-size: 16px;
	line-height: 25px;
	transform: rotateY(180deg);
	height: 278px;
}

/* Barra de desplazamiento */

.ms_scroll::-webkit-scrollbar {
	width: 0px;
	background-color: #D2C5B2;
	border-radius: 20px;
	height: initial;
	margin-left: 10px;
}

.ms_scroll::-webkit-scrollbar:window-inactive {
	display: none;
}

.ms_scroll::-webkit-scrollbar-thumb {
	background-color: #4E2A0F;
	border-radius: 6px;
}

/******RECETARIO******/

#recetario {
	background: url("../images/back-madera.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFF;
	position: relative;
}

#recetario h2 {
	text-align: right;
	margin-right: 40px;
}

#recetario h2 b {
	color: #FFF;
	background: #000;
	padding: 0 10px;
	border-radius: 7px;
}

.ms_boxCardReceta {
	margin: 70px 0;
}

.ms_imgReceta img {
	border-radius: 15px;
}

.ms_txtReceta {
	margin-top: 20px;
}

.ms_txtInfoReceta {
	color: #000;
}

.ms_txtInfoReceta p {
	text-align: left;
}

.ms_btnReceta {
	margin-top: 20px;
	background: #4E2A0F;
	border-radius: 5px;
	color: #D2C5B2;
	padding: 10px 20px;
	text-decoration: none;
}

.ms_btnReceta:hover {
	background: #2B711B;
}

.ms_lineaAbajoDer {
	width: 16%;
	background: #FFF;
	right: 0;
}

.ms_btnDescargar {
	background: #2B711B;
	padding: 10px 20px;
	margin-top: 25px;
	display: inline-block;
	color: #d2c5b3;
	text-decoration: none;
	border-radius: 6px;
}

.ms_btnDescargar:hover {
	background: #4E2A0F;
	color: #D2C5B2;
}

/******PREMIOS********/

.ms_boxTituloPremios {
	position: relative;
}

.ms_boxTituloPremios h2 {
	margin-bottom: 0px;
}

.ms_lineaPremios {
	background: #000;
	width: 85%;
	height: 1px;
	position: absolute;
	top: 30px;
	right: 0;
}

.ms_boxSubtitulo {
	font-size: 16px;
	font-weight: 300;
}

.ms_boxSubtitulo b {
	background: #000;
	color: #FFF;
	padding: 2px 5px;
}

.ms_boxPremiosImg {
	margin-top: 70px;
	background: url("../images/premios.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 120px;
}

.ms_tituloGanador {
	font-size: 20px;
	color: #4E2A0F;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 16px;
	text-decoration: underline;
}

.ms_boxTxtPremios {
	width: 115px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	line-height: 21px;
}

/******VENTA EXCLUSIVA*******/

#VentaExclusiva {
	background: #533008 url("../images/bg-cafe.png");
	background-position: center;
	background-size: cover;
	color: #FFF;
	position: relative;
}

.ms_boxTituloVenta {
	position: relative;
}

.ms_boxTituloVenta h2 {
	margin-bottom: 0px;
}

.ms_boxTituloVenta h2 b {
	background: #000;
	padding: 5px 20px;
	border-radius: 10px;
}

.ms_lineaVenta {
	background: #FFF;
	width: 75%;
	height: 1px;
	position: absolute;
	top: 30px;
	right: 0;
}

.ms_logosVenta {
	text-align: center;
}

.ms_logosVenta img {
	width: 300px;
	margin: 50px;
}

.ms_logosVenta a {
	color: transparent;
}

/*******INSTAGRAM*******/

#instagramFeed {
	position: relative;
}

#instagramFeed h2 {
	text-align: right;
}

#instagramFeed h2 b {
	background: #000;
	padding: 5px 20px;
	border-radius: 10px;
	color: #FFF;
}

.ms_lineaTitulo.ms_lineaInstagram {
	background: #000;
	width: 609px;
	right: 0;
	top: 88px;
}

.ms_userInstagram {
	text-align: right;
	margin-top: 30px;
}

.ms_boxPost {
	width: 24%;
	margin-top: 83px;
	margin-right: 20px;
	display: inline-block;
}

.eapps-instagram-feed a {}

.ms_boxFeed {
	width: 73%;
	display: inline-block;
}

/******CONTACTO**********/

#contacto {
	background: url("../images/contacto-back.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
	position: relative;
}

#contacto h2 b {
	background: #000;
	padding: 5px 20px;
	border-radius: 10px;
	color: #FFF;
}

.ms_lineaTitulo.ms_lineaContacto {
	background: #FFF;
	width: 360px;
	left: 0;
	top: 88px;
}

.ms_boxFormContacto {
	width: 45%;
	margin: 80px auto;
}

.ms_boxFormContacto form .mb-3 {
	margin-bottom: 30px!important;
}

.ms_boxFormContacto form button {
	margin: 0 auto;
	display: block;
	background: #4E2A0F;
	border: none;
	font-size: 25px;
	font-weight: 300;
	padding: 0 40px;
}

.ms_boxFormContacto form button:hover {
	background: #2B711B;
}

.ms_boxcorreoContacto a {
	color: #FFF;
	text-decoration: none;
}

.ms_boxcorreoContacto a:hover {
	color: #2B711B;
}

/******BTN COMPRAR FIJO******/

.ms_btnComprarFijo {
	background: #2e7021;
	padding: 10px 20px;
	position: fixed;
	bottom: 60px;
	right: 0;
	text-decoration: none;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	color: #FFF;
	z-index: 99;
}

/******FOOTER******/

footer {
	width: 100%;
	background: #D2C5B2 url("../images/bg.png");
	background-position: center;
	padding: 20px 0 0;
	margin-top: 40px;
}

.ms_logoFooter {
	width: 250px;
	margin-left: 50px;
}

.ms_agave {
	width: fit-content;
	margin: 0 auto;
}

.ms_leyendaEvitaFooter,
.ms_legales {
	text-align: end;
	padding-right: 50px;
	padding-top: 30px;
}

.ms_legales a {
	text-decoration: none;
	color: #000;
	font-size: 1rem;
}

.ms_legales a:hover {
	color: #533008;
}

.ms_boxDesarrollo {
	margin-top: 20px;
}

.ms_boxDesarrollo a {
	color: #006d8c;
	text-decoration: none;
}

.ms_boxDesarrollo a:hover {
	color: #2B711B;
}

/*****************MEDIA QUERIES*****************/

/*********************0 a 575.98*******************/

@media (max-width: 575.98px) {
	h2 {
		font-size: 2.2rem;
	}
	.ms_hero {
		height: 420px;
	}
	.ms_heroMobile {
		display: block;
	}
	.ms_heroDesk {
		display: none;
	}
	.ms_hero img {
		height: 420px;
		object-fit: cover;
		object-position: bottom;
	}
	.ms_sloganText p {
		font-size: 1rem;
	}
	.ms_imgNosotros img {
		height: 200px;
	}
	.ms_imgNosotros {
		height: 200px;
	}
	.ms_cardNosotros {
		height: auto;
		padding: 50px 20px 0;
	}
	.ms_agaveBlancoNegro {
		margin: 20px auto 0;
	}
	.ms_txtCardNosotros {
		width: 90%;
	}
	.ms_cardNosotros h1 {
		z-index: 1;
		position: inherit;
	}
	.ms_lineaRightNosotros {
		width: 25%;
		top: 73px;
	}
	.ms_lineaMezcal {
		width: 76%;
		top: 58px;
	}
	.ms_boxTxtMezcal {
		width: 90%;
		padding-top: 80px;
	}
	.ms_boxTxtMezcal ul {
		padding: 0;
	}
	.ms_lineaAbajo {
		width: 52%;
	}
	.ms_boxCardProceso {
		height: 365px;
		width: 300px;
		margin: 23px auto 0;
	}
	.flip-card {
		height: 365px;
	}
	.flip-card-back {
		padding: 100px 20px 0;
		height: 100%;
	}
	#recetario h2 {
		z-index: 2;
		position: relative;
	}
	.ms_lineaAbajoDer {
		width: 39%;
		top: 54px;
	}
	.ms_boxCardReceta {
		margin: 20px auto 0;
		height: 275px;
		width: 300px;
	}
	.ms_boxCardReceta .flip-card {
		height: 275px;
	}
	.ms_boxCardReceta .flip-card-back {
		padding: 20px;
	}
	.ms_txtInfoReceta p {
		font-size: .8rem;
		line-height: 1.4rem;
	}
	.ms_lineaPremios {
		width: 58%;
		top: 24px;
	}
	.ms_boxPremiosImg {
		margin: 50px auto 0;
		width: 135px;
		height: 83px;
	}
	.ms_boxTxtPremios {
		width: 111px;
		font-size: 12px;
		line-height: 18px;
	}
	.ms_tituloGanador {
		font-size: 16px;
		padding-top: 0px;
	}
	.ms_lineaVenta {
		width: 100%;
		height: 1px;
		top: 59px;
	}
	.ms_logosVenta {
		margin-top: 50px;
	}
	.ms_logosVenta img {
		width: 200px;
	}
	#instagramFeed h2 b,
	#instagramFeed h2 {
		font-size: 1.5rem;
	}
	.ms_userInstagram {
		margin-top: 23px;
		font-size: .9rem;
	}
	.ms_lineaTitulo.ms_lineaInstagram {
		width: 100%;
		top: 47px;
	}
	.ms_boxPost {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.ms_boxFeed {
		width: 100%;
	}
	#contacto h2 b {
		font-size: 30px;
	}
	.ms_lineaTitulo.ms_lineaContacto {
		width: 100%;
		top: 56px;
	}
	.ms_boxFormContacto {
		width: 95%;
	}
	.ms_logoFooter {
		width: 160px;
		margin: 0 auto 30px;
	}
	.ms_agave {
		width: 100px;
	}
	.ms_leyendaEvitaFooter,
	.ms_legales {
		text-align: center;
		padding: 0;
		font-size: .9rem;
	}
	.ms_boxDesarrollo {
		font-size: 1rem;
	}
}

/*********************576 a 767.98*******************/

@media (min-width: 576px) and (max-width: 767.98px) {
	h2 {
		font-size: 2.2rem;
	}
	.ms_hero {
		height: 420px;
	}
	.ms_heroMobile {
		display: block;
	}
	.ms_heroDesk {
		display: none;
	}
	.ms_hero img {
		height: 420px;
		object-fit: cover;
		object-position: bottom;
	}
	.ms_sloganText p {
		font-size: 1rem;
	}
	.ms_imgNosotros img {
		height: 200px;
	}
	.ms_imgNosotros {
		height: 200px;
	}
	.ms_cardNosotros {
		height: auto;
		padding: 50px 20px 0;
	}
	.ms_agaveBlancoNegro {
		margin: 20px auto 0;
	}
	.ms_txtCardNosotros {
		width: 90%;
	}
	.ms_cardNosotros h1 {
		z-index: 1;
		position: inherit;
	}
	.ms_lineaRightNosotros {
		width: 25%;
		top: 73px;
	}
	.ms_lineaMezcal {
		width: 26%;
		top: 21px;
	}
	.ms_boxTxtMezcal {
		width: 90%;
		padding-top: 80px;
	}
	.ms_boxTxtMezcal ul {
		padding: 0;
	}
	.ms_lineaAbajo {
		width: 39%;
	}
	.ms_boxCardProceso {
		height: 365px;
		width: 300px;
		margin: 23px auto 0;
	}
	.flip-card {
		height: 365px;
	}
	.flip-card-back {
		padding: 100px 20px 0;
		height: 100%;
	}
	#recetario h2 {
		z-index: 2;
		position: relative;
	}
	.ms_lineaAbajoDer {
		width: 29%;
		top: 53px;
	}
	.ms_boxCardReceta {
		margin: 20px auto 0;
		height: 275px;
		width: 300px;
	}
	.ms_boxCardReceta .flip-card {
		height: 275px;
	}
	.ms_boxCardReceta .flip-card-back {
		padding: 20px;
	}
	.ms_txtInfoReceta p {
		font-size: .8rem;
		line-height: 1.4rem;
	}
	.ms_lineaPremios {
		width: 58%;
		top: 24px;
	}
	.ms_boxPremiosImg {
		margin: 50px auto 0;
		width: 135px;
		height: 83px;
	}
	.ms_boxTxtPremios {
		width: 111px;
		font-size: 12px;
		line-height: 18px;
	}
	.ms_tituloGanador {
		font-size: 16px;
		padding-top: 0px;
	}
	.ms_lineaVenta {
		width: 48%;
		height: 1px;
		top: 22px;
	}
	.ms_logosVenta {
		margin-top: 50px;
	}
	.ms_logosVenta img {
		width: 200px;
	}
	.ms_userInstagram {
		margin-top: 23px;
		font-size: .9rem;
	}
	.ms_lineaTitulo.ms_lineaInstagram {
		width: 100%;
		top: 62px;
	}
	.ms_boxPost {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.ms_boxFeed {
		width: 100%;
	}
	#contacto h2 b {
		font-size: 30px;
	}
	.ms_lineaTitulo.ms_lineaContacto {
		width: 29%;
		top: 56px;
	}
	.ms_boxFormContacto {
		width: 95%;
	}
	.ms_logoFooter {
		width: 160px;
		margin: 0 auto 30px;
	}
	.ms_agave {
		width: 100px;
	}
	.ms_leyendaEvitaFooter,
	.ms_legales {
		text-align: center;
		padding: 0;
		font-size: .9rem;
	}
	.ms_boxDesarrollo {
		font-size: 1rem;
	}
}

/*********************768 a 991.98*******************/

@media (min-width: 768px) and (max-width: 991.98px) {
	h2 {
		font-size: 2.2rem;
	}
	.ms_hero {
		height: 420px;
	}
	.ms_heroMobile {
		display: none;
	}
	.ms_heroDesk {
		display: block;
	}
	.ms_hero img {
		height: 420px;
		object-fit: cover;
		object-position: bottom;
	}
	.ms_sloganText p {
		font-size: 1rem;
	}
	.ms_imgNosotros img {
		height: 563px;
	}
	.ms_imgNosotros {
		height: 563px;
	}
	.ms_cardNosotros {
		height: 563px;
		padding: 50px 20px 0;
	}
	.ms_agaveBlancoNegro {
		margin: 20px auto 0;
	}
	.ms_txtCardNosotros {
		width: 90%;
	}
	.ms_cardNosotros h1 {
		z-index: 1;
		position: inherit;
	}
	.ms_lineaRightNosotros {
		width: 25%;
		top: 73px;
	}
	.ms_lineaMezcal {
		width: 33%;
		top: 23px;
	}
	.ms_boxTxtMezcal {
		width: 90%;
		padding-top: 80px;
	}
	.ms_boxTxtMezcal ul {
		padding: 0;
	}
	.ms_lineaAbajo {
		width: 30%;
	}
	.ms_boxCardProceso {
		height: 365px;
		width: 300px;
		margin: 23px auto 0;
	}
	.flip-card {
		height: 365px;
	}
	.flip-card-back {
		padding: 100px 20px 0;
		height: 100%;
	}
	#recetario h2 {
		z-index: 2;
		position: relative;
	}
	.ms_lineaAbajoDer {
		width: 23%;
		top: 51px;
	}
	.ms_boxCardReceta {
		margin: 60px auto 0;
		height: 275px;
		width: 300px;
	}
	.ms_boxCardReceta .flip-card {
		height: 275px;
	}
	.ms_boxCardReceta .flip-card-back {
		padding: 20px;
	}
	.ms_txtInfoReceta p {
		font-size: .8rem;
		line-height: 1.4rem;
	}
	.ms_lineaPremios {
		width: 82%;
		top: 24px;
	}
	.ms_boxPremiosImg {
		margin: 50px auto 0;
		width: 215px;
		height: 134px;
	}
	.ms_boxTxtPremios {
		width: 111px;
		font-size: 16px;
		line-height: 18px;
	}
	.ms_tituloGanador {
		font-size: 20px;
		padding-top: 18px;
	}
	.ms_lineaVenta {
		width: 61%;
		height: 1px;
		top: 23px;
	}
	.ms_logosVenta {
		margin-top: 50px;
	}
	.ms_logosVenta img {
		width: 200px;
	}
	.ms_userInstagram {
		margin-top: 23px;
		font-size: .9rem;
	}
	.ms_lineaTitulo.ms_lineaInstagram {
		width: 42%;
		top: 60px;
	}
	.ms_boxPost {
		width: 33%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.ms_boxFeed {
		width: 67%;
	}
	#contacto h2 b {
		font-size: 30px;
	}
	.ms_lineaTitulo.ms_lineaContacto {
		width: 22%;
		top: 59px;
	}
	.ms_boxFormContacto {
		width: 65%;
	}
	.ms_logoFooter {
		width: 160px;
		margin: 0 auto 30px;
	}
	.ms_agave {
		width: 100px;
	}
	.ms_leyendaEvitaFooter,
	.ms_legales {
		text-align: center;
		padding: 0;
		font-size: .9rem;
	}
	.ms_boxDesarrollo {
		font-size: 1rem;
	}
}

/*********************992 a 1199.98*******************/

@media (min-width: 992px) and (max-width: 1199.98px) {
	.ms_hero {
		height: 420px;
	}
	.ms_heroMobile {
		display: none;
	}
	.ms_heroDesk {
		display: block;
	}
	.ms_hero img {
		height: 420px;
		object-fit: cover;
		object-position: bottom;
	}
	.ms_slogan {
		padding: 25px 0;
	}
	.ms_sloganText p {
		font-size: 1rem;
	}
	.ms_agaveBlancoNegro {
		margin: 20px auto 0;
	}
	.ms_txtCardNosotros {
		width: 90%;
	}
	.ms_cardNosotros h1 {
		z-index: 1;
		position: inherit;
	}
	.ms_lineaRightNosotros {
		width: 20%;
		top: 126px;
	}
	.ms_botellaMezcal {
		margin-top: 120px;
	}
	.ms_lineaMezcal {
		width: 28%;
		top: 32px;
	}
	.ms_boxTxtMezcal {
		width: 90%;
		padding-top: 80px;
	}
	.ms_boxTxtMezcal ul {
		padding: 0;
	}
	.ms_lineaAbajo {
		width: 30%;
	}
	.ms_boxCardProceso {
		height: 365px;
		width: 300px;
		margin: 23px auto 0;
	}
	.flip-card {
		height: 365px;
	}
	.flip-card-back {
		padding: 100px 20px 0;
		height: 100%;
	}
	#recetario h2 {
		z-index: 2;
		position: relative;
	}
	.ms_lineaAbajoDer {
		width: 26%;
		top: 77px;
	}
	.ms_boxCardReceta {
		margin: 60px auto 0;
	}
	.ms_boxCardReceta .flip-card {
		height: 275px;
	}
	.ms_boxCardReceta .flip-card-back {
		padding: 20px;
	}
	.ms_txtInfoReceta p {
		font-size: .8rem;
		line-height: 1.4rem;
	}
	.ms_lineaPremios {
		width: 77%;
		top: 35px;
	}
	.ms_boxPremiosImg {
		margin: 50px auto 0;
		height: 84px;
	}
	.ms_boxTxtPremios {
		width: 98px;
		font-size: 14px;
		line-height: 18px;
	}
	.ms_tituloGanador {
		font-size: 17px;
		padding-top: 1px;
	}
	.ms_lineaVenta {
		width: 56%;
		height: 1px;
		top: 34px;
	}
	.ms_userInstagram {
		margin-top: 23px;
		font-size: .9rem;
	}
	.ms_lineaTitulo.ms_lineaInstagram {
		width: 42%;
		top: 86px;
	}
	.ms_boxPost {
		width: 25%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.ms_boxFeed {
		width: 74%;
	}
	.ms_lineaTitulo.ms_lineaContacto {
		width: 30%;
		top: 87px;
	}
}

/*********************1200 a 1399.98*******************/

@media (min-width: 1200px) and (max-width: 1399.98px) {
	.ms_hero {
		height: 520px;
	}
	.ms_hero img {
		height: 520px;
	}
	.ms_imgNosotros {
		height: 801px;
	}
	.ms_imgNosotros img {
		height: 801px;
	}
	.ms_cardNosotros {
		height: 801px;
	}
	.ms_lineaRightNosotros {
		width: 23%;
		top: 130px;
	}
	.ms_lineaMezcal {
		width: 33%;
		top: 33px;
	}
	.ms_boxTxtMezcal {
		padding-top: 87px;
	}
	.ms_botellaMezcal {
		margin-top: 100px;
	}
	.ms_lineaAbajo {
		width: 32%;
	}
	.ms_boxCardReceta {
		margin-top: 80px;
	}
	.ms_lineaPremios {
		width: 82%;
		top: 36px;
	}
	.ms_boxPremiosImg {
		height: 101px;
	}
	.ms_lineaVenta {
		width: 63%;
		top: 35px;
	}
	.ms_logosVenta img {
		margin: 40px 24px;
	}
}
