.portada {
	display: none;
}
.portada__logo {
	text-align: center;
}
.portada__logo img {
	width: 200px;
}


.atf {
	position: relative;
	padding: 40px 20px 180px 20px;
	margin-top: 0px;
}
.atf__logo {
	text-align: center;
	margin-bottom: 50px;
}

.atf__logo img {
	width: 180px;
}
.atf__h1 {
	display: none;
}
.atf__title {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}
.atf__starbox {
	text-align: center;
	margin-bottom: 10px;
}
.atf__star {
	width: 30px;
}
.atf__up {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.atf__up p {
	margin: 0;
}
.atf__up img {
	width: 260px;
	margin: 16px 0;
}
.atf__img1 {
	position: absolute;
	top: 80px;
	left: 10px;
	width: 36px;
}
.atf__img2 {
	position: absolute;
	top: 80px;
	right: 10px;
	width: 30px;
}
.atf__img3 {
	position: absolute;
	bottom: 80px;
	left: 10px;
	width: 40px;
}
.atf__img4 {
	position: absolute;
	bottom: 80px;
	right: 10px;
	width: 50px;
}
.atf__img5 {
	position: absolute;
	bottom: 0px;
	left: 130px;
	width: 60px;
}
.atf__img6 {
	display: none;
}

.fermentado {
	padding: 120px 15px;
}
.fermentado__title {
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	margin-bottom: 10px;
	color: #ECDCA4;
	text-align: center;
}
.fermentado__line {
	text-align: center;
	width: 200px;
	margin: auto;
}
.fermentado__agave {
	display: none;
}
.fermentado__tapui {
	width: 100px;
	position: absolute;
	left: 50%; 
	top: -80px; 
	transform: translate(-50%, -50%);
}
.fermentado__slider {
	margin-top: 160px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fermentado__slider__arrow {
	cursor: pointer;
}
.fermentado__slider__arrow img {
	width: 30px;
}
.fermentado__slider__arrow.right img {
	transform: rotate(180deg);
}
.fermentado__slider__item {
	display: none;
	text-align: center;
}
.fermentado__slider__item.active {
	display: block;
}
.fermentado__slider__item img {
	width: 200px;
}
.fermentado__slider__item p {
	font-size: 18px;
}
.fermentado__slider__item p br {
	display: none;
}

.destilado {
	position: relative;
	z-index: 10;
	padding: 60px 20px;
	padding-bottom: 80px;
	height: 600px;
}
.destilado__title {
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #ECDCA4;
	text-align: center;
}
.destilado__line {
	text-align: center;
	width: 200px;
	margin: auto;
}
.destilado__fridu {
	position: absolute;
	top: 230px;
	left: 40px;
	width: 80px;
	z-index: 9;
}
.destilado__aguamiel {
	position: absolute;
	top: 250px;
	right: 40px;
	width: 120px;
	z-index: 9;
}
.destilado__slider {
	position: absolute;
	top: 320px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 180px;
	z-index: 9;
	width: 300px;
	transform: translate(-50%, -50%);
}
.destilado__slider__arrow {
	cursor: pointer;
}
.destilado__slider__arrow img {
	width: 30px;
}
.destilado__slider__arrow.right img {
	transform: rotate(180deg);
}
.destilado__slider__item {
	display: none;
	text-align: center;
}
.destilado__slider__item.active {
	display: block;
}
.destilado__slider__item img {
	width: 200px;
}
.destilado__slider__item p {
	font-size: 18px;
}
.destilado__bg {
	position: absolute;
	left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%);
	z-index: 1;
}

.terrior {
	padding: 20px 10px;
	padding-bottom: 100px;
}
.terrior__title {
	color: #ecdca4;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.terrior__line {
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
	width: 200px;
}
.terrior__list {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.terrior__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	width: 140px;
}
.terrior__item__box {
	text-align: center;
}
.terrior__item__img {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}
.terrior__item__title {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.terrior__item__list {
	margin: 0;
	padding: 0;
	padding-left: 36px;
	margin-left: -22px;
	list-style: none;
}
.terrior__item__list li {
	font-size: 12px;
	margin-bottom: 8px;
	text-align: center;
}
.terrior__item.reverse {
	justify-content: space-between;
	flex-direction: row-reverse;
}
.terrior__item.reverse .terrior__item__img {
	margin-right: 0;
}


.agave {
	padding: 20px;
	padding-bottom: 160px;
}
.agave__title {
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #ECDCA4;
	text-align: center;
}
.agave__line {
	width: 200px;
	margin: auto;
	margin-bottom: 50px;
}
.agave__points,
.agave__points2 {
	display: none;
}
.maestros {
	padding: 20px 15px;
}
.maestros__title {
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #ECDCA4;
	text-align: center;
	margin-bottom: 10px;
}
.maestros__line {
	width: 200px;
	margin: auto;
	margin-bottom: 50px;
}
.maestros__card {
	position: relative;
	margin-bottom: 40px;
}
.maestros__card h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.maestros__card__job  {
	font-size: 14px;
	margin: 0;
	margin-bottom: 30px;
}
.maestros__card__desktop {
	display: none;
}
.maestros__card__txt {
	line-height: 20px;
}
.maestros__card__mobile {
	width: 240px;
}
.maestros__card__picture {
	position: relative;
	text-align: center;
}
.maestros__star {
	width: 45px;
	position: absolute;
	right: 0;
	top: 20px;
}
.maestros__star2 {
	width: 36px;
	position: absolute;
	top: 0;
	left: 0;
}
.maestros__star3 {
	width: 36px;
	position: absolute;
	top: 0;
	right: 0;
}
.maestros__star4 {
	width: 36px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.maestros__star5 {
	width: 46px;
	position: absolute;
	bottom: -40px;
	left: 0;
}
.maestros__moon {
	position: absolute;
	width: 40px;
	bottom: -10px;
	right: 0;
}
.maestros__points {
	position: absolute;
	width: 30px;
	bottom: -20px;
	left: 0;
}
.maestros__points2 {
	position: absolute;
	width: 46px;
	bottom: -20px;
	left: 0;
}
.maestros__points3 {
	position: absolute;
	width: 46px;
	bottom: -20px;
	right: 0;
}
.maestros__points4 {
	position: absolute;
	width: 46px;
	top: 0px;
	right: 0;
}
.maestros__button {
	display: none;
}
.maestros__button {
	text-align: center;
	margin-top: 60px;
}
.maestros__btn {
	display: block;
	width: 200px;
	background-color: #CC7C3D;
	padding: 18px 0;
	text-align: center;
	font-size: 28px;
	margin: auto;
}

@media screen and (min-width: 360px) {

	.atf__logo {
		margin-bottom: 70px;
	}
	.atf__logo img {
		width: 200px;
	}
	.atf__title {
		font-size: 20px;
	}
	.atf__star {
		width: 40px;
	}
	.atf__img1 {
    	top: 100px;
    	left: 10px;
    	width: 40px;
	}
	.atf__img2 {
		width: 40px;
	}
	.atf__img4 {
		width: 60px;
	}
	.atf__img5 {
		width: 70px;
	}

	.fermentado__title br {
		display: none;
	}
	.fermentado__tapui {
		width: 120px;
	}
	.fermentado__slider__item img {
		width: 220px;
	}

	.destilado__title br {
		display: none;
	}
	.destilado__fridu {
		left: 60px;
	}
	.destilado__aguamiel {
		right: 60px;
	}

	.terrior__item {
		width: 160px;
	}
	.terrior__item__img {
		width: 100px;
		height: 100px;
	}
	.terrior__item__list li {
		font-size: 14px;
	}

	.agave {
		padding: 20px 15px;
		padding-bottom: 160px;
	}

	.maestros__card__mobile {
		width: 260px;
	}
	.maestros__card__job {
		font-size: 16px;
	}

}

@media screen and (min-width: 500px) {

	.atf {
		margin-top: 100px;
	}
	.agave__title {
		text-align: center;
	}
	.destilado {
		padding-bottom: 60px;
	}
	.destilado__slider {
		width: 400px;
	}
	.destilado__slider__item img {
		width: 240px;
	}
	.destilado__slider__item p {
		font-size: 22px;
	}
	.fermentado {
		padding-bottom: 60px;
	}
	.fermentado__slider__item img {
		width: 240px;
	}
	.fermentado__slider__item p {
		font-size: 22px;
	}
	.terrior {
		padding-bottom: 60px;
	}
	.terrior__item {
		width: 200px;
	}
	.agave {
		padding-bottom: 100px;
	}

}

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

	.atf__logo img {
		width: 300px;
	}
	.atf__title {
		font-size: 26px;
		line-height: 34px;
		width: 600px;
		margin: auto;
		margin-bottom: 30px;
	}
	.atf__title br {
		display: none;
	}
	.atf__star {
		margin-bottom: 30px;
	}
	.atf__up img {
		width: 300px;
	}
	.atf__up p {
		font-size: 18px;
	}
	.atf__img1 {
		width: 56px;
	}
	.atf__img2 {
		width: 40px;
	}
	.atf__img3 {
		width: 50px;
	}
	.atf__img4 {
		width: 60px;
	}

	.fermentado {
		width: 650px;
	}
	.fermentado__title {
		font-size: 30px;
		line-height: 36px;
		text-align: center;
	}

	.agave {
		position: relative;
		text-align: center;
	}
	.agave__img {
		width: 500px;
	}
	.agave__points {
		display: block;
		position: absolute;
		top: 180px;
		left: -60px;
		width: 200px;
		height: 500px;
	}
	.agave__points2 {
		display: block;
		position: absolute;
		top: 180px;
		right: -90px;
		width: 200px;
		height: 500px;
	}

	.destilado {
		width: 650px;
		padding-bottom: 160px;
	}
	.destilado__title {
		font-size: 30px;
		line-height: 36px;
		text-align: center;
	}
	.destilado__fridu {
		left: 180px;
	}
	.destilado__aguamiel {
		right: 180px;
	}
	.destilado__bg {
		width: 90%;
	}
	
	.terrior {
		width: 650px;
	}
	.terrior__title {
		font-size: 30px;
	}
	.terrior__item {
		width: 280px;
	}
	.terrior__item__img {
		width: 120px;
		height: 120px;
	}
	.terrior__item__title {
		font-size: 20px;
	}
	.terrior__item__list li {
		font-size: 16px;
	}

	.agave__title {
		font-size: 30px;
	}

	.maestros {
		padding-bottom: 100px;
	}
	.maestros__title {
		font-size: 30px;
	}
	.maestros__card__info {
		display: none;
	}
	.maestros__card__desktop {
		display: block;
		margin-bottom: 10px;
	}
	.maestros__row {
		display: flex;
		grid-gap: 20px;
	}
	.maestros__card h3 {
		text-align: center;
	}
	.maestros__card__job {
		text-align: center;
	}
	.maestros__card__job span {
		display: none;
	}
	.maestros__star {
		display: none;
	}
	.maestros__button {
		display: block;
		margin-top: 10px;
	}
	.maestros__btn {
		width: 140px;
		font-size: 20px;
		padding: 12px 0;
	}

}

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

	.atf {
		margin-top: 120px;
		padding-bottom: 160px;
		margin-bottom: 160px;
	}
	.atf__logo {
		margin-bottom: 80px;
	}
	.atf__logo img {
		width: 360px;
	}
	.atf__title {
		font-size: 36px;
		line-height: 40px;
		width: 840px;
		margin-bottom: 80px;
	}
	.atf__img1 {
		width: 70px;
	}
	.atf__img2 {
		top: 0;
		right: 30px;
		width: 40px;
	}
	.atf__img3 {
		width: 70px;
	}
	.atf__img4 {
		width: 80px;
	}
	.atf__img6 {
		display: block;
		width: 50px;
		position: absolute;
		top: 100px;
		right: 0;
	}
	.atf__star {
		display: none;
		width: 50px;
	}
	.atf__up p {
		font-size: 20px;
	}
	.atf__up img {
		width: 320px;
	}

	.fermentado {
		width: 900px;
		max-width: 900px;
		margin-bottom: 100px;
	}
	.fermentado__title {
		font-size: 40px;
		line-height: 42px;
	}
	.fermentado__tapui {
		width: 200px;
	}
	.fermentado__slider {
		width: 600px;
		margin: auto;
		margin-top: 200px;
	}
	.fermentado__slider__item img {
		width: 280px;
	}

	.destilado {
		width: 900px;
		max-width: 900px;
	}
	.destilado__title {
		font-size: 40px;
		line-height: 42px;
	}
	.destilado__slider {
		width: 600px;
		top: 400px;
	}
	.destilado__fridu {
		width: 120px;
		left: 300px;
	}
	.destilado__aguamiel {
		width: 160px;
		right: 300px;
	}
	.destilado__slider__item img {
		width: 280px;
	}
	.destilado__bg {
		width: 70%;
	}

	.agave {
		margin-bottom: 100px;
	}
	.agave__title {
		font-size: 40px;
	}
	.agave__img {
		width: 600px;
	}

	.destilado {
		margin-bottom: 200px;
	}

	.terrior {
		position: relative;
		width: 840px;
		max-width: 840px;
		height: 600px;
		margin-bottom: 100px;
	}
	.terrior__title {
		position: absolute;
		top: 200px;
		left: 360px;
		font-size: 60px;
	}
	.terrior__line {
		position: absolute;
		top: 250px;
		left: 350px;
	}
	.terrior__item {
		display: flex;
		flex-direction: row;
		position: absolute;
		width: 290px;
	}
	.terrior__item.reverse {
		flex-direction: row;
		justify-content: normal;
	}
	.terrior__item__list li {
		text-align: left;
		margin-left: 10px;
	}
	.terrior__item.t1 {
		top: 0;
		left: 100px;
	}
	.terrior__item.t2 {
		top: 150px;
		left: 0px;
	}
	.terrior__item.t3 {
		top: 340px;
		left: 40px;
	}
	.terrior__item.t4 {
		top: 400px;
		left: 300px;
	}
	.terrior__item.t5 {
		top: 0;
		right: 200px;
	}
	.terrior__item.t6 {
		top: 140px;
		right: 0px;
	}
	.terrior__item.t7 {
		top: 290px;
		right: -50px;
	}
	.terrior__item.t8 {
		top: 440px;
		right: 0;
	}

	.maestros {
		max-width: 900px;
	}
	.maestros__title {
		font-size: 40px;
	}
	.maestros__row {
		justify-content: space-between;
	}
	.maestros__card {
		width: 280px;
	}
	.maestros__card__desktop {
		margin-bottom: 20px;
	}
	.maestros__card h3 {
		font-size: 28px;
	}
	.maestros__card__job {
		font-size: 20px;
	}
	.maestros__btn {
		width: 180px;
		font-size: 22px;
		padding: 18px 0;
	}

}

@media screen and (min-width: 1200px) {

	.portada {
		display: block;
		padding-top: 20px;
	}
	.portada__row {
		display: flex;
		justify-content: space-between;
	}
	.portada__left {
		width: 360px;
	}
	.portada__right {
		width: 360px;
	}
	.portada__logo {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.portada__logo img {
		width: 500px;
	}

	.atf {
		margin-bottom: 0;
	}
	.atf__logo {
		margin-bottom: 120px;
	}
	.atf__title {
		line-height: 42px;
		margin-bottom: 160px;
	}
	.atf__starbox {
		display: none;
	}
	.atf__up img {
		width: 400px;
	}
	.atf__up p,
	.atf__up a {
		font-size: 26px;
	}

	.fermentado {
		position: relative;
		padding: 220px 0;
		background-image: none;
		width: 1080px;
        max-width: 1080px;
        margin-bottom: 160px;
	}
	.fermentado__title {
		font-size: 44px;
		line-height: 42px;
		width: 950px;
		margin: auto;
		margin-bottom: 40px;
	}
	.fermentado__line {
		display: none;
	}
	.fermentado__tapui {
		width: 200px;
		top: 50px;
	}
	.fermentado__agave {
		position: relative;
		top: 50px;
		left: 400px;
		width: 380px;
		display: block;
	}
	.fermentado__slider {
		position: relative;
		height: 360px;
		width: 1080px;
		margin-top: 100px;
	}
	.fermentado__slider__arrow {
		display: none;
	}
	.fermentado__slider__item {
		display: flex;
		align-items: center;
		flex-direction: row;
		position: absolute;
	}
	.fermentado__slider__item.active {
		display: flex;
	}
	.fermentado__slider__item img {
		width: 160px;
	}
	.fermentado__slider__item p {
		font-size: 18px;
		text-align: left;
	}
	.fermentado__slider__item.f1 {
		top: 0;
		left: 80px;
	}
	.fermentado__slider__item.f1 p {
		margin-top: 40px;
	}
	.fermentado__slider__item.f2 {
		top: 100px;
		left: 30px;
	}
	.fermentado__slider__item.f3 {
		top: 220px;
		left: -60px;
	}
	.fermentado__slider__item.f3 img {
		width: 200px;
	}
	.fermentado__slider__item.f3 p {
		width: 290px;
		line-height: 22px;
		margin-top: 60px;
		margin-left: -20px;
	}
	.fermentado__slider__item.f4 {
		top: 380px;
		left: -20px;
	}
	.fermentado__slider__item.f4 p {
		width: 320px;
	}
	.fermentado__slider__item.reverse {
		flex-direction: row-reverse;
	}
	.fermentado__slider__item.f5 {
		top: 0;
		right: 80px;
	}
	.fermentado__slider__item.f5 img {
		margin-top: -80px;
		margin-left: -50px;
	}
	.fermentado__slider__item.f5 p {
		margin-top: 50px;
	}
	.fermentado__slider__item.f6 {
		top: 50px;
		right: 40px;
	}
	.fermentado__slider__item.f6 img {
		margin-top: -80px;
		margin-left: -110px;
	}
	.fermentado__slider__item.f6 p {
		margin-top: 80px;
	}
	.fermentado__slider__item.f7 {
		top: 110px;
		right: -90px;
	}
	.fermentado__slider__item.f7 img {
		width: 250px;
		margin-top: -80px;
		margin-left: -80px;
	}
	.fermentado__slider__item.f7 p {
		margin-top: 110px;
	}
	.fermentado__slider__item.f8 {
		top: 260px;
		right: -80px;
	}
	.fermentado__slider__item.f9 {
		top: 380px;
		right: -70px;
	}
	.fermentado__slider__item.f9 p {
		text-align: right;
		line-height: 22px;
		margin-left: -10px;
		width: 240px;
	}

	.destilado {
		position: relative;
		width: 1080px;
		padding: 0;
		margin-bottom: 400px;
	}
	.destilado__title {
		width: 700px;
		font-size: 44px;
		line-height: 42px;
		margin: auto;
	}
	.destilado__line {
		display: none;
	}
	.destilado__slider {
		width: 1000px;
		height: 400px;
		margin-top: 100px;
		position: relative;
		top: 200px;
	}
	.destilado__slider__arrow {
		display: none;
	}
	.destilado__slider__item {
		position: absolute;
		display: block;
		z-index: 99;
	}
	.destilado__slider__item img {
		width: 200px;
	}
	.destilado__slider__item p {
		font-size: 20px;
		margin-top: 4px;
	}
	.destilado__slider__item.d1 {
		top: 0;
		left: 100px;
	}
	.destilado__slider__item.d2 {
		top: 180px;
		left: -60px;
	}
	.destilado__slider__item.d3 {
		top: 380px;
		left: 10px;
	}
	.destilado__slider__item.d4 {
		top: 490px;
		left: 190px;
	}
	.destilado__slider__item.d5 {
		top: 0;
		right: 130px;
	}
	.destilado__slider__item.d6 {
		top: 180px;
		right: -20px;
	}
	.destilado__slider__item.d7 {
		top: 380px;
		right: 0;
	}
	.destilado__slider__item.d8 {
		top: 490px;
		right: 80px;
	}
	.destilado__bg {
		top: 80%;
		width: 700px;
	}
	.destilado__fridu {
		top: 340px;
		left: 270px;
		width: 110px;
	}
	.destilado__aguamiel {
		top: 340px;
		right: 270px;
		width: 170px;
	}
	
    .terrior {
        width: 1080px;
        max-width: 1080px;
    }
    .terrior__title {
    	font-size: 44px;
    	left: 50%;
    	top: 48%;
    	transform: translate(-50%, -50%);
    }
    .terrior__line {
    	display: none;
    }
    .terrior__item__title {
    	font-size: 22px;
    }
    .terrior__item__list {
    	list-style: disc;
    }
    .terrior__item__list li span {
    	display: none;
    }
    .terrior__item.t1 {
    	top: 70px;
    	left: 60px;
    }
    .terrior__item.t2 {
    	top: 260px;
    	left: 0px;
    }
    .terrior__item.t3 {
    	top: 420px;
    	left: 100px;
    }
    .terrior__item.t4 {
    	top: 460px;
    	left: 380px;
    }
    .terrior__item.t5 {
    	right: 400px;
    }
    .terrior__item.t5 .terrior__item__list {
    	margin-top: -30px;
    }
    .terrior__item.t6 {
    	top: 80px;
    	right: 80px;
    }
    .terrior__item.t7 {
    	top: 280px;
    	right: -20px;
    }
    .terrior__item.t8 {
    	top: 460px;
    	right: 140px;
    }

    .agave__title {
    	margin-bottom: 60px;
    }
    .agave__line {
    	display: none;
    }

    .maestros {
    	max-width: 1100px;
    }
    .maestros__title {
    	font-size: 44px;
    	margin-bottom: 60px;
    }
    .maestros__line {
    	display: none;
    }

}

@media screen and (min-width: 1500px) {

	.portada__left {
		width: 260px;
		height: 160px;
	}
	.portada__right {
		width: 260px;
		height: 160px;
	}
	.portada__logo {
		margin-top: 30px;
		margin-bottom: 80px;
	}
	.portada__logo img {
		width: 400px;
	}
	.portada__footer {
		width: 1100px;
		margin: auto;
	}


}

@media screen and (min-width: 1600px) {

	.portada {
		display: block;
		padding-top: 20px;
	}
	.portada__row {
		display: flex;
		justify-content: space-between;
	}
	.portada__left {
		width: 360px;
	}
	.portada__right {
		width: 360px;
	}
	.portada__logo {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.portada__logo img {
		width: 500px;
	}
	.portada__footer {
		width: 1400px;
	}

}

@media screen and (min-width: 1920px) {
	
	.portada {
		padding-top: 20px;
		width: 1900px;
		margin: auto;
	}
	.portada__logo {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.portada__logo img {
		width: 670px;
	}
	.portada__left {
		width: 400px;
		height: auto;
	}
	.portada__right {
		width: 400px;
		height: auto;
	}
	.portada__footer {
		text-align: center;
	}
	.portada__footer img {
		width: 1300px;
	}

	.atf {
		margin-bottom: 200px;
	}
	.atf__logo img {
        width: 480px;
        margin-bottom: 50px;
    }
    .atf__title {
    	width: 1080px;
    	font-size: 46px;
    	line-height: 52px;
    	text-align: center;
    	margin-bottom: 120px;
    }
    .atf__up {
    	text-align: center;
    	font-size: 26px;
    }
    .atf__up p {
    	margin-bottom: 20px;
    }
    .atf__up img {
    	width: 500px;
    	margin-bottom: 20px;
    }
    .atf__img1 {
    	width: 80px;
    	top: 150px;
    	left: -140px;
    }
    .atf__img2 {
    	top: 60px;
    	right: -120px;
    }
    .atf__img3 {
    	bottom: 220px;
    	left: -20px;
    }
    .atf__img4 {
    	bottom: 280px;
    	right: -30px;
    }

    .destilado {
    	padding: 0;
    	margin-bottom: 600px;
    }
    .destilado__title {
    	width: 1060px;
    	line-height: 60px;
    	font-size: 60px;
    }
    .destilado__slider {
    	margin-top: 0;
    	top: 120px;
    }
    .destilado__slider__item.d1 {
        top: 200px;
        left: 40px;
    }
    .destilado__slider__item.d1 img {
    	width: 270px;
    }
    .destilado__slider__item p {
    	font-size: 25px;
    }
    .destilado__slider__item.d2 {
        top: 400px;
        left: -200px;
    }
    .destilado__slider__item.d2 img {
    	width: 270px;
    }
    .destilado__slider__item.d3 {
        top: 620px;
        left: -100px;
    }
    .destilado__slider__item.d3 img {
    	width: 300px;
    }
    .destilado__slider__item.d4 {
        top: 720px;
        left: 160px;
    }
    .destilado__slider__item.d4 img {
    	width: 250px;
    }
    .destilado__slider__item.d5 {
        top: 140px;
        right: 40px;
    }
    .destilado__slider__item.d5 img {
    	width: 350px;
    }
    .destilado__slider__item.d5 p {
    	margin-top: -20px;
    }
    .destilado__slider__item.d6 {
        top: 240px;
        right: -220px;
    }
    .destilado__slider__item.d6 img {
    	width: 340px;
    }
    .destilado__slider__item.d7 {
        top: 540px;
        right: -220px;
    }
    .destilado__slider__item.d7 img {
    	width: 340px;
    }
    .destilado__slider__item.d8 {
        top: 670px;
        right: -80px;
    }
    .destilado__slider__item.d8 img {
    	width: 340px;
    }
    .destilado__fridu {
    	position: absolute;
    	top: 440px;
    	left: 230px;
    	width: 130px;
    }
    .destilado__aguamiel {
    	position: absolute;
    	top: 440px;
    	right: 230px;
    	width: 220px;
    }
    .destilado__bg {
    	top: 90%;
    }

    .fermentado {
    	padding: 0;
    	height: 1000px;
    	width: 1900px;
    	max-width: 1900px;
    }
    .fermentado__tapui {
    	position: absolute;
    	top: 120px;
    	left: 620px;
    	width: 250px;
    }
    .fermentado__agave {
    	position: absolute;
    	top: 200px;
    	left: 400px;
    	width: 520px;
    }
    .fermentado__title {
    	width: 1280px;
    	line-height: 60px;
    	font-size: 60px;
    	margin-bottom: 80px;
    }
    .fermentado__slider {
    	position: relative;
    	margin: auto;
    }
    .fermentado__slider__item p {
    	font-size: 25px;
    }
    .fermentado__slider__item.f1 {
    	top: 50px;
        left: 20px;
    }
    .fermentado__slider__item.f1 img {
        width: 240px;
    }
    .fermentado__slider__item.f2 {
    	top: 200px;
        left: -120px;
    }
    .fermentado__slider__item.f2 img {
        width: 240px;
    }
    .fermentado__slider__item.f3 {
    	top: 340px;
        left: -220px;
    }
    .fermentado__slider__item.f3 img {
        width: 240px;
    }
    .fermentado__slider__item.f3 p {
    	width: 500px;
    	margin-top: 80px;
    	margin-left: -60px;
    	line-height: 32px;
    }
    .fermentado__slider__item.f4 {
    	top: 560px;
        left: -180px;
    }
    .fermentado__slider__item.f4 img {
        width: 240px;
    }
    .fermentado__slider__item.f4 p {
    	width: 500px;
    	margin-top: 40px;
    }
    .fermentado__slider__item.f5 {
    	top: 10px;
        right: -120px;
    }
    .fermentado__slider__item.f5 img {
        width: 200px;
        margin-left: -70px;
    }
    .fermentado__slider__item.f5 p {
    	padding-top: 70px;
    }
    .fermentado__slider__item.f6 {
    	top: 140px;
        right: -190px;
    }
    .fermentado__slider__item.f6 img {
        width: 200px;
        margin-left: -120px;
    }
    .fermentado__slider__item.f6 p {
    	margin-top: 120px;
    }
    .fermentado__slider__item.f7 {
    	top: 200px;
        right: -340px;
    }
    .fermentado__slider__item.f7 img {
        width: 300px;
        margin-left: -120px;
    }
    .fermentado__slider__item.f7 p {
    	padding-top: 80px;
    }
    .fermentado__slider__item.f8 {
    	top: 440px;
        right: -340px;
    }
    .fermentado__slider__item.f8 img {
        width: 260px;
        margin-left: -20px;
    }
    .fermentado__slider__item.f8 p {
    	padding-top: 90px;
    }

    .fermentado__slider__item.f9 {
    	top: 600px;
        right: -400px;
    }
    .fermentado__slider__item.f9 img {
        width: 230px;
        margin-left: -60px;
    }
    .fermentado__slider__item.f9 p {
    	width: 320px;
    	padding-top: 10px;
    	line-height: 30px;
    	text-align: right;
    }

    .terrior {
    	margin-bottom: 200px;
    }
    .terrior__title {
        top: 360px;
        font-size: 60px;
    }
    .terrior__line {
        top: 350px;
        left: 250px;
    }
    .terrior__line img {
    	width: 400px;
    }
    .terrior__item__img {
    	width: 150px;
    	height: 150px;
    	margin-bottom: 10px;
    }
    .terrior__item__title {
    	font-size: 30px;
    }
    .terrior__item.t1 {
        top: 60px;
        left: 60px;
    }
    .terrior__item.t2 {
        top: 280px;
        left: -80px;
    }
    .terrior__item.t3 {
        top: 500px;
        left: 60px;
    }
    .terrior__item.t4 {
        top: 520px;
        left: 430px;
    }
    .terrior__item.t5 {
        top: 0;
        right: 390px;
    }
    .terrior__item.t6 {
        top: 100px;
        right: 100px;
    }
    .terrior__item.t7 {
        top: 320px;
        right: -80px;
    }
    .terrior__item.t8 {
        top: 530px;
        right: 80px;
    }

    .agave__title {
    	font-size: 60px;
    	margin-bottom: 80px;
    }
    .agave__img {
    	width: 800px;
    }

    .maestros {
    	width: 1600px;
    	max-width: 1600px;
    	margin: auto;
    	margin-bottom: 100px;
    }
    .maestros__title {
    	text-align: center;
    	font-size: 60px;
    	margin-bottom: 60px;
    }
    .maestros__row {
    	display: flex;
    	justify-content: space-between;
    }
    .maestros__card {
    	width: 400px;
    	margin: auto;
    	text-align: center;
    }
    .maestros__card img {
    	width: 300px;
    	margin: auto;
    	margin-bottom: 30px;
    }
    .maestros__card h3 {
    	font-size: 40px;
    	text-align: center;
    	padding: 0;
    	margin: 0;
    	margin-bottom: 10px;
    }
    .maestros__card p {
    	font-size: 32px;
    	margin: 0;
    	padding: 0;
    }
    .maestros__button {
    	margin-top: 100px;
    }
    .maestros__btn {
    	padding: 22px 0;
    	width: 300px;
    	font-size: 28px;
    }

}