html, body{
	width: 100%;
	height: 100%;
}
body{
	color: #434343;
	font-family: 'Adelle', sans-serif;
	font-size: 16px;
	margin: 0px;
	opacity: 1 !important;
	padding: 0px;
	text-align: center;
	overflow-x: hidden;
}
:root{
	/*--color-red: #e3051a;*/
	--color-red: #ff000d;
	--color-gris: #efefef;
	--color-success: #00796b;
	--color-text: #434343;
	--color-green: #004E38;
}
*{
	box-sizing: border-box;
	position: relative;
}
a{
	text-decoration: none;
}
button{
	cursor: pointer;
	outline: none;
}
body{
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
h2{
	margin: 0px;
}
p{
	margin-top: 0px;
}
@media screen and (max-width: 760px){
	h1{
		font-size: 1.7em;
	}
}
/* ACORDION */
	.acordion{
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.acordion .item{
		margin-bottom: 2px;
		transition: all 1.5s linear;
	}
	.acordion .item .content{
		height: 0px;
		overflow: hidden;
		opacity: 0;
		transition: all .2s linear;
	}
	.acordion .item.active .content{
		background: #F3F3F3;
		font-weight: 100;
		font-style: italic;
		height: auto;
		padding: 25px 0px;
		opacity: 1;
	}
	.acordion .item .content h3{
		margin: 0px;
		margin-top: 5px;
		margin-bottom: 9px;
		color: #434343;
		font-size: 24px;
	}
	.acordion .item .content .col-2{
		/*align-items: flex-start;*/
		align-items: stretch;
	}
	.acordion .item .content .col-2>div{
		padding-top: 15px;
	}
	.acordion .item .content .col-2>div:first-child{
		border-right: 1.5px solid #595959;
		padding-right: 25px;
		/*text-align: right;*/
	}
	.acordion .item .content .col-2>div:last-child{
		padding-left: 25px;
		/*text-align: left;*/
	}
	.acordion .item .content .col-2.col-normal{
		align-items: flex-start;
	}
	.acordion .item .content .col-2.col-normal>div:first-child{
		border-right: none;
		padding-left: 25px;
		text-align: left;
		font-style: normal;
	}
	.acordion .item .content .col-2.col-normal>div:last-child{
		padding-right: 25px;
		text-align: left;
		font-style: normal;
	}
	.acordion .item .content .col-2.col-normal p{
		width: 100%;
	}
	.acordion .item .content p{
		margin: auto;
		margin-bottom: 20px;
		width: 90%;
	}
	
	.acordion .item .content ul{
		list-style: none;
		padding: 0px;
	}
	.acordion .item .content li a{
		color: #434343;
		display: block;
		padding: 4px;
	}
	.acordion .item .content li a:hover{
		font-weight: normal;
	}
	.acordion .item .content li a.no-hover:hover{
		font-weight: 100;
	}
	.acordion .item .content li a .description{
		font-size: 12px;
	}
	.acordion .item .content ul.inline li{
		margin-bottom: 10px;
	}
	.acordion .item .content ul.inline li a::after{
		content: ' ';
		background: var(--color-red); /* #434343; */
		bottom: 0px;
		height: 1.5px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 20px;
	}
	.acordion .item .head{
		background-repeat: no-repeat;
		background-size: cover;
		height: 90px;
		overflow: hidden;
	}
	.acordion .item .head .hover{
		content: ' ';
		background: var(--color-red);
		height: 100px;
		left: 0px;
		position: absolute;
		top: 0px;
		transition: all .2s linear;
		z-index: 0;
		width: 100%;
	}
	.acordion .item.active .head .hover{
		top: -200px;
	}
	.acordion .item.active.force .head .hover{
		top: 0px;
	}
	.acordion .item .head button{
		background: #FFF;
		border: none;
		border-radius: 50%;
		box-shadow: 1px 1px 5px rgba(0,0,0,0);
		height: 40px;
		position: absolute;
		transition: all .2s linear;
		right: 30px;
		top: 30px;
		width: 40px;
	}
	.acordion .item:hover .head button{
		box-shadow: 1px 1px 5px rgba(0,0,0,.8);
	}
	.acordion .item .head button span{
		background: var(--color-red);
		display: block;
		height: 3px;
		margin: auto;
		transition: all .2s linear;
		width: 20px;
	}
	.acordion .item .head button span::before{
		content: ' ';
		background: var(--color-red);
		height: 20px;
		position: absolute;
		left: 9px;
		transform: translateY(-14px);
		top: 5px;
		width: 3px;
	}
	.acordion .item.active .head button span::before{
		content: none;
	}
	.acordion .item .head h2{
		text-shadow: 1px 1px 5px rgba(0,0,0,.4);
		color: #FFF;
		cursor: pointer;
		font-size: 34px;
		font-style: italic;
		font-weight: 100;
		padding-top: 22px;
	}
	.acordion .item.sugar .head{
		background-image: url('../img/azucar_back.png');
	}
	.acordion .item.alcohol .head{
		background-image: url('../img/alcohol_back.png');
	}
	.acordion .item.ganado .head{
		background-image: url('../img/ganado_back.png');
	}
	.acordion .item.ron .head{
		background-image: url('../img/ron_kayana_back.png');
	}
	.acordion .item.alcohol .head{
		background-image: url('../img/alcohol_back.png');
	}
	.acordion .item.otros .head{
		background-image: url('../img/otros_productos_back.png');
	}
	.acordion .item.historia .head{
		background-image: url('../img/historia_back.png');
	}
	.acordion .item.directorio .head{
		background-image: url('../img/directorio_back.png');
	}
	.acordion .item.ejecutivos .head{
		background-image: url('../img/ejecutivos_back.png');
	}
	.acordion .item .head{
		background-image: linear-gradient(45deg, #1c1818, #240404d1) !important;
	}
	.acordion.products .item .head{
		height: 70px;
	}
	.acordion.products .item .head h2{
		font-size: 34px;
		padding-top: 15px;
	}
	.acordion.products .item.active .content{
		background: #ffffff;
	}
	@media screen and (max-width: 760px){
		.acordion .item .content{
			font-size: 14px;
		}
		.acordion .item .content h3{
			font-size: 16px;
		}
		.acordion .item .head{
			display: block;
			position: relative;
			height: 90px;
		}
		.acordion .item .head h2{
			font-size: 21px;
			left: 20px;
			padding-right: 72px;
			padding-top: 0px;
			position: absolute;
			text-align: left;
			top: 50%;
			transform: translateY(-50%);
			width: 100%;
		}
		.acordion .item .head button{
			right: 10px;
		}
		.acordion .item.directorio .content p,
		.acordion .item.ejecutivos .content p{
			width: 100%;
		}
		.acordion .item .content .col-2.col-normal>div:first-child,
		.acordion .item .content .col-2.col-normal>div:last-child{
			width: 100%;
		}
		.acordion.products .item .head h2{
			font-size: 21px;
			padding-top: 8px;
		}
	}

/* ANMIAR TEXT */
	.animar-text{
		text-align: left;
		margin-left: 50px;
	}
	.animar-text>span{
		display: block;
		overflow: hidden;
	}
	.animar-text>span:nth-child(1){
		animation-delay: .2s;
	}
	.animar-text>span:nth-child(2){
		animation-delay: .4s;
	}
	.animar-text>span:nth-child(3){
		animation-delay: .6s;
	}
	.animar-text>span:nth-child(4){
		animation-delay: 1s;
	}
	.animar-text .link{
		color: rgba(200,200,200,.6);
		padding-left: 15px;
		padding-top: 10px;
	}
	.animar-text .link:hover{
		color: #FFF !important;
	}
	@media screen and (max-width: 760px){
		.animar-text{
			margin-left: 0px;
		}
	}
/* ARROW DOWN */
	.arrow-down{
		cursor: pointer;
		border: none;
		background: #FAFAFA;
		position: absolute;
		left: 50%;
		bottom: 0px;
		width: 80px;
		height: 35px;
		transform: perspective(400px) rotateX(90deg) translateX(-50%);
		transform-origin: bottom center;
		transition: all .5s linear;
		z-index: 4;
	}
	.arrow-down.animated{
		transform: perspective(400px) rotateX(0deg) translateX(-50%);
		transition: all .5s linear;
	}
	.arrow-down span{
		height: 15px;
		display: block;
		margin: auto;
		text-align: center;
		width: 15px;
	}
	.arrow-down span::after{
		content: ' ';
		border-right: 1px solid #434343;
		border-bottom: 1px solid #434343;
		height: 8px;
		display: block;
		margin: auto;
		transform: rotate(45deg);
		width: 8px;
	}
	.arrow-down span::before{
		content: ' ';
		height: 12px;
		display: block;
		width: 7px;
		border-right: 1px solid #434343;
		margin-bottom: -5px;
		margin-top: -5px;
	}
	.arrow-down:before,
	.arrow-down:after{
		content: ' ';
		background: #FAFAFA;
		height: 35px;
		top: 0px;
		width: 40px;
		transform: skew(-25deg);
		position: absolute;
		left: -20px;
	}
	.arrow-down:after{
		left: auto;
		right: -20px;
		transform: skew(25deg);
	}
	@media screen and (max-width: 760px){
		.arrow-down{
			display: none;
		}
	}
/* AZUCAR */
	.azucar{
		background: #b00819;
		padding-top: 50px;
	}
	.azucar .picture img,
	.producto .picture img{
		width: 80%;
		max-width: 500px;
    	margin-top: -80px;
	}
	.azucar .animar-text,
	.producto .animar-text{
		margin-top: 40px;
		margin-left: 0px;
		max-width: 500px;
		width: 100%;
	}
	.azucar .animar-text .text,
	.producto .animar-text .text{
		font-size: 16px;
		font-weight: 100;
		font-style: italic;
		padding: 30px 0px 10px 0px;
	}
	.azucar .col-2,
	.producto .col-2{
		align-items: flex-start;
	}
	.azucar .col-2>div,
	.producto .col-2>div{
		height: auto !important;
	}
	.section.producto{
		min-height: auto;
	}
	.section.producto .content{
		color: var(--color-text);
	}
	/*
	.azucar.rubia .animar-text{
		color: #892a04;
	}
	.azucar.rubia .suggestion .parrafo,
	.azucar.rubia .suggestion .list-recipe li a .title,
	.azucar.rubia .suggestion .list-recipe li a .description{
		color: var(--color-red);
	}
	*/
	@media screen and (max-width: 760px){
		.azucar{
			overflow: visible !important;
			padding-top: 0px;
		}
		.azucar .picture img{
			margin-top: -190px;
		}
		.azucar .content .animar-text{
			margin: auto !important;
			margin-top: 0px !important;
			padding: 0px !important;
			padding-bottom: 15px !important;
			width: 100%;
		}
	}
.back-gris{
	background: var(--color-gris);
}
.back-azucar-hogar,
.back-alcohol-hogar,
.back-otros-productos{
	background-image: url('../img/product/azucares-hogar.webp');
	background-position: 20px center;
	background-size: contain;
	background-repeat: no-repeat;
}
.back-alcohol-hogar{
	background-image: url('../img/product/alcohol-hogar.webp');
}
.back-ron{
	/*
	background-image: url('../img/product/back-ron.webp');
	background-size: auto 100%;
	background-position: center center;
	*/
	position: absolute;
	top: 70px;
	left: calc(50% - 380px);
	width: 260px;
}
.back-ron img{
	width: 100%;
}
.back-otros-productos{
	background-image: url('../img/product/back-otros-productos.webp');
	background-size: auto 100%;
}
.back-azucar-hogar>div,
.back-alcohol-hogar>div{
	max-width: 250px;
	margin: auto;
	margin-right: 0px;
}
.back-azucar-industrial,
.back-alcohol-industrial{
	background-image: url('../img/product/azucares-industria.webp');
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}
.back-alcohol-industrial{
	background-image: url('../img/product/alcohol-industria.webp');
}
.back-azucar-industrial>div,
.back-alcohol-industrial>div{
	max-width: 250px;
	margin: auto; 
	margin-left: 0px;
}
.back-red{
	background: var(--color-red);
	color: #FFF;
}
/* BACK RECIPE */
	.back-recipe{
		background: var(--color-red);
		padding-top: 90px;
		padding-bottom: 20px;
	}
	.back-recipe.dark{
		background: #161818;
	}
	.back-recipe a.parrafo{
		color: #FFF;
		display: block;
		font-size: 1.2rem;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.back-recipe a.parrafo span{
		display: inline-block;
		vertical-align: middle;
		margin-left: 8px;
	}
	.back-recipe .content{
		background: #FFF;
		box-shadow: 10px 10px 25px rgba(0,0,0,.4);
		margin-bottom: 25px;
		padding: 30px 10px;
		text-align: justify;
	}
	.back-recipe .content .col-2{
		align-items: flex-start;
	}
	.back-recipe .content .col-2>div{
		padding: 0px 20px;
		margin-top: 0px;
	}
	.back-recipe .content img{
		max-width: 100%;
	}
	.back-recipe.racion{
		background: #e4eed0;
	}
	@media screen and (max-width: 940px){
		.back-recipe{
			padding-top: 40px;
		}
		.back-recipe .content .col-2>div .picture{
			margin: auto;
			margin-bottom: 25px;
		}
		.back-recipe .content .col-2>div{
			width: 100%;
		}
		.back-recipe .content .col-2>div.row{
			padding: 0px 5px;
		}
	}
	@media screen and (max-width: 940px){
		.recipe-detail h1{
			font-size: 1.4rem;
		}
		.recipe-detail h2{
			font-size: 1.1rem;
			margin: 10px 0px;
		}
	}
.banner{
	background: transparent;
	height: 100%;
}
.banner-back-red{
	background: var(--color-red);
	height: 80px;
	width: 100%;
}
.block{
	display: block !important;
}
.blog-result{
	display: flex;
	flex-flow: row wrap;
}
.blog-result .item{
	background: #f9f9f9;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	margin: 2% 1%;
	width: 30%;
}
.blog-result .item .image img{
	width: 100%;
}
.blog-result .item .date{
	background: #fff;
    border: 1px solid #f0f0f0;
    height: 80px;
    margin-top: -50px;
    position: relative;
    left: 10px;
    width: 60px;
    padding: 13px 9px;
}
.blog-result .item .date .day{
	font-size: 36px;
	font-weight: bold;
	color: #777;
	line-height: 32px;
}
.blog-result .item .date .month{
	color: #777;
	font-size: 12px;
	text-transform: uppercase;
}
.blog-result .item .description{
	font-size: 14px;
	font-weight: 300;
	color: #777;
	text-align: center;
	padding: 0px 15px 10px 15px;
}
.blog-result .item .description h2{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.blog-result .item:hover .description h2{
	color: var(--color-red);
}
@media(max-width: 760px){
	.blog-result .item{
		margin: 2% .5%;
		width: 49%;
	}
	.blog-result .item .description{
		font-size: 12px;
		padding: 0px 8px 10px 8px;
	}
	.blog-result .item .description h2{
		font-size: 15px;
	}
	.blog-result .item .date{
		height: 60px;
		margin-top: -30px;
		padding: 6px;
		width: 45px;
	}
	.blog-result .item .date .day{
		font-size: 22px;
	}
	.blog-result .item .date .month{
		font-size: 10px;
	}
}

/* BLOG CAROUSEL */
	.blog-carousel-item{
		max-width: 320px;
		margin: auto;
		margin-bottom: 15px;
	}
	
	.blog-carousel-item a{
		font-size: 0.85rem;
	}
	.blog-carousel-description{
		margin: 10px 0px;
	}
	.blog-carousel-picture{
		height: 280px;
		max-width: 320px;
	}
	.blog-carousel-picture img{
		background: var(--color-gris);
		object-fit: cover;
		padding: 15px;
		width: 100%;
		height: 100%;
	}
	.blog-carousel-title{
		margin-top: 20px;
		color: var(--color-red);
	}
.bookman{
	font-family: 'bookmosb';
}
.btn-back{
	padding: 5px 15px !important;
    font-size: 15px !important;
    font-weight: 100;
    font-style: italic;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 15px;
}
.btn-back .icon{
	transform: rotate(180deg);
}
.btn-gris{
	background: #efefef;
	display: inline-block;
	padding: 7px 30px;
	border-radius: 17px;
	color: #313131;
}
.bullet{
	list-style: none;
	padding-left: 0px;
}
.bullet li{
	padding-left: 20px;
	margin-bottom: 10px;
}
.bullet li::before{
	content: ' ';
	background: #434343;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 5px;
	height: 6px;
	width: 6px;
}
/* BUBBLES */
	.bubbles{
		position: fixed;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 3;
	}
	.bubbles ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.bubbles ul li{
		margin-bottom: 8px;
	}
	.bubbles ul li a{
		background: rgba(255,255,255,.6);
		border: 1px solid rgba(255,255,255,.5);
		border-radius: 50%;
		color: #FFF;
		display: inline-block;
		font-size: 14px;
		height: 15px;
		margin-top: 10px;
		width: 15px;
	}
	.bubbles ul li a::after{
		content: ' ';
		width: 1px;
		height: 24px;
		position: absolute;
		bottom: -24px;
		background: rgba(255,255,255,.6);
	}
	.bubbles ul li:last-child a::after{
		content: none;
	}
	.bubbles ul li a.active,
	.bubbles ul li a:hover{
		background: rgba(255,255,255,.8);
		color: #FFF !important;
		height: 25px;
		width: 25px;
	}
	@media screen and (max-width: 760px){
		.bubbles{
			display: none !important;
		}
		/*
		.bubbles{
			bottom: 0px;
			left: 50%;
			max-width: 400px;
			transform: translateX(-50%);
			top: auto;
			width: 100%;
		}
		.bubbles ul{
			display: flex;
			flex-flow: row nowrap;
			justify-content: center;
			align-items: flex-end;
		}
		.bubbles ul li{
			margin-bottom: 0px;
		}
		.bubbles ul li a{
			background: rgba(210,210,210,1);
			border-radius: 0px;
			display: block;
			height: 35px;
			width: 50px;
		}
		.bubbles ul li a::after{
			content: none;
		}
		.bubbles ul li a.active,
		.bubbles ul li a:hover{
			color: #FFF !important;
			height: 35px;
			width: 50px;
		}

		.bubbles ul li a.morena.active,
		.bubbles ul li a.morena:hover{
			background: rgba(185, 129, 49, 1);
		}
		.bubbles ul li a.rubia.active,
		.bubbles ul li a.rubia:hover{
			background: rgba(255, 246, 177, 1);
		}
		.bubbles ul li a.gourmet.active,
		.bubbles ul li a.gourmet:hover{
			background: rgba(28, 28, 27, 1);
		}
		.bubbles ul li a.parabebidas.active,
		.bubbles ul li a.parabebidas:hover{
			background: rgba(147, 192, 30, 1);
		}
		.bubbles ul li a.extrafina.active,
		.bubbles ul li a.extrafina:hover{
			background: rgba(227, 5, 26, 1);
		}
		*/
	}
	@media screen and (max-width: 420px){
		/*
		.bubbles ul li{
			width: 20%;
		}
		.bubbles ul li a{
			width: 100%;
		}
		.bubbles ul li a.active,
		.bubbles ul li a:hover{
			width: 100%;
		}
		*/
	}
/* CABECERA */
	.cabecera{
		height: 100vh;
	}
	.cabecera .title{
		color: #FFF;
		font-size: 54px;
		margin-top: 0px;
		padding-top: 7%;
		text-shadow: 1px 1px 10px rgba(0,0,0,.7);
	}
	.cabecera .description{
		color: #FFF;
		display: block;
		font-size: 28px;
		max-width: 480px;
		margin: auto;
		margin-top: 15%;
		text-shadow: 1px 1px 13px rgba(0,0,0,1);
		width: 90%;
	}
	@media screen and (max-width: 760px){
		.cabecera .title{
			padding-top: 25%;
			font-size: 54px;
			margin-bottom: 85px;
			margin-top: 0px;
		}
		.cabecera .description{
			font-size: 22px;
			left: 50%;
			bottom: 10%;
			position: absolute;
			transform: translateX(-50%);
		}
	}
/* CALL TO ACTION */
	.call-to-action{
		background: var(--color-red);
		border: 1px solid rgba(0,0,0,0);
		border-radius: 2px;
		box-shadow: 2px 2px 5px rgba(0,0,0,.3);
		color: #FFF;
		font-size: 1rem;
		margin: 15px 0px;
		padding: 18px 20px;
		padding-right: 25px;
		transition: all .2s linear;
	}
	.call-to-action span.icon{
		font-size: 0.8em;
		display: inline-block;
		position: absolute;
		vertical-align: middle;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
	.call-to-action:hover{
		border: 1px solid rgba(0,0,0,.6);
		background: #FFF;
		box-shadow: 5px 5px 5px rgba(0,0,0,.6);
		color: #000;
	}
.carusel{
	padding-top: 30px;
	padding-bottom: 30px;
}
.carusel .slick-track{
	display: flex;
	align-items: flex-end;
}
.carusel .item{
	padding: 0px 20px;
}
.carusel .item div{
	height: 50px;
	padding-top: 10px;
}
.carusel img{
	max-width: 100%;
	margin: auto;
}
.carusel .slick-prev:before,
.carusel .slick-next:before{
	color: var(--color-red);
}
/* CD TIMELINE */
	.cd-timeline{
		padding-top: 120px;
		margin-top: 0px !important;
	}
	.cd-timeline__container .cd-timeline__block:nth-child(odd){
		text-align: right;
	}
	.cd-timeline__container .cd-timeline__block:nth-child(even){
		text-align: left;
	}
	.cd-timeline__container .cd-timeline__block .cd-timeline__content p{
		font-size: 1.2rem;
		width: 100%;
	}
	.cd-timeline__container .cd-timeline__block .cd-timeline__content h2{
		font-size: 4rem !important;
    	font-weight: 400;
	}
	.cd-timeline__container .cd-timeline__block .cd-timeline__content img{
		border: 10px solid #FFFFFF;
		box-shadow: 1px 1px 8px rgba(0,0,0,.3);
		height: 200px;
		position: absolute;
		top: -130px;
		width: 200px;
	}
	.cd-timeline__container .cd-timeline__block:nth-child(odd) .cd-timeline__content img{
		box-shadow: -3px 1px 15px rgba(0,0,0,.3);
		left: 25px;
		transform: rotate(-8deg);
	}
	.cd-timeline__container .cd-timeline__block:nth-child(even) .cd-timeline__content img{
		box-shadow: 3px 1px 15px rgba(0,0,0,.3);
		right: 25px;
		transform: rotate(8deg);
	}
	@media screen and (max-width: 1170px){
		.cd-timeline{
			padding-top: 20px;
		}
		.cd-timeline__container .cd-timeline__block.with-img{
			margin-top: 65px;
		}
		.cd-timeline__container .cd-timeline__block:nth-child(odd){
			text-align: left;
		}
		.cd-timeline__container .cd-timeline__block .cd-timeline__content p{
			font-size: 0.9rem;
		}
		.cd-timeline__container .cd-timeline__block .cd-timeline__content h2{
			font-size: 2rem !important
		}
		.cd-timeline__container .cd-timeline__block .cd-timeline__content img{
			border: 5px solid #FFFFFF;
			height: 100px;
			top: -50px;
			width: 100px;
		}
		.cd-timeline__container .cd-timeline__block:nth-child(odd) .cd-timeline__content img{
			box-shadow: 3px 1px 15px rgba(0,0,0,.3);
			transform: rotate(8deg);
			left: auto;
			right: 15px;
		}
		.cd-timeline__container .cd-timeline__block:nth-child(even) .cd-timeline__content img{
			box-shadow: 3px 1px 15px rgba(0,0,0,.3);
			left: auto;
			right: 15px;
			transform: rotate(8deg);
		}
	}
	@media screen and (max-width: 560px){
		.cd-timeline__container .cd-timeline__block .cd-timeline__content img{
		    height: 85px;
		    top: -39px;
		    width: 85px;
		}
	}
/* CERTIFICACIONES */
	.certificacion{
		align-items: flex-start;
		display: flex;
		font-size: 16px;
		flex-flow: row wrap;
		margin-bottom: 20px;
	}
	.certificacion>div:first-child{
		width: 130px;
	}
	.certificacion>div:last-child{
		padding-left: 20px;
		width: calc(100% - 135px);
	}
	.certificacion>div .description{
		max-width: 350px;
	}
	.certificacion h2{
		font-size: 1.2em;
		margin-bottom: 10px;
	}
	.certificacion .info{
		font-size: 0.85em;
	}
	.certificacion .info p{
		margin-bottom: 4px;
	}
	.certificacion .description{
		margin-top: 15px;
		font-size: 0.95em;
	}	
	.certificacion .logo img{
		max-width: 100%;
	}

/* CONTACTANOS */
	.contactanos a{
		margin-bottom: 5px;
		display: inline-block;
		font-weight: 100;
		color: #434343;
	}
	.contactanos a .icon{
		color: var(--color-red);
	}
	.contactanos a:hover{
		font-weight: 400;
	}
	.contactanos .col-2{
		align-items: flex-start;
	}
	.contactanos .col-23>div.info:first-child{
		margin: auto;
		margin-right: 0px;
		margin-top: 0px;
		max-width: 630px;
		padding-right: 25px;
		text-align: right;
	}
	.contactanos .description-form{
		font-weight: 100;
		font-style: italic;
	}
	.contactanos .form h2{
		font-size: 1.8em;
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.contactanos .info label{
		display: block;
		margin-bottom: 8px;
	}
	.contactanos .info ul{
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	.section .contactanos .col-2>div{
		min-height: auto;
		height: auto;
	}
	@media screen and (max-width: 1090px){
		.contactanos .col-23>div.info:first-child{
			max-width: 80%;
			margin-right: auto;
			text-align: center;
			padding: 0px 10px;
		}
	}
	@media screen and (max-width: 920px){
		.contactanos .col-23>div.info:first-child{
			max-width: 90%;
		}
	}
	@media screen and (max-width: 760px){
		.contactanos .col-23>div.info:first-child{
			max-width: 100%;
		}
		.contactanos .form h2{
			font-size: 1.5em;
		}
	}
	@media screen and (max-width: 490px){
		.contactanos .form h2{
			text-align: left;
		}
	}
	@media screen and (min-width: 1280px){
		.contactanos .col-23>div:first-child,
		.contactanos .col-23>div:last-child{
			width: 50%;
		}
	}
.col-2.align-start,
.align-start{
	align-items: flex-start;
}
.col-2{
	align-items: center;
	display: flex;
	flex-flow: row wrap;
}
.col-2>div{
	width: 50%;
}
.col-2.inverse{
	flex-direction: row-reverse;
}
.col-23{
	align-items: flex-start;
	display: flex;
	flex-flow: row wrap;
}
.col-23>div:first-child{
	width: 60%;
}
.col-23>div:last-child{
	width: 40%;
}
.col-footer{
	display: flex;
}
.col-footer>div:first-child{
	flex: 1 1 75%;
}
.col-footer>div:last-child{
	flex: 1 1 25%;
	padding-right: 20px;
}
@media screen and (max-width: 1090px){
	.col-23>div:first-child,
	.col-23>div:last-child{
		width: 100%;
	}
}
@media screen and (max-width: 760px){
	.col-footer{
		flex-wrap: wrap;
	}
	.col-footer>div:first-child,
	.col-footer>div:last-child{
		flex: 1 1 100%;
	}		
}
.col-4{
	align-items: flex-start;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.col-4>div{
	margin-bottom: 2%;
	width: 23%;
}
.col-5{
	align-items: flex-start;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.col-5>div{
	margin-bottom: 2%;
	width: 18%;
}
.col-7{
	align-items: flex-start;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.col-7>div{
	margin-left: 0.25%;
	margin-right: 0.25%;
	margin-bottom: 0.2%;
	/*width: 13.5%; 7*/
	/*width: 15.5%; 6*/
	width: 11.5%;
}
.col-7 img{
	width: 100%;
}
@media(max-width: 760px){
	.col-7>div{
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 1%;
		width: 23%;
	}
}
.directiva{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.directiva>div{
	display: flex;
	margin: 0px 1%;
	overflow: hidden;
}
.directiva>div.item img{
	max-width: 100%;
}
.directiva>div.item .info{
	background: rgba(227,5,26,.48);
	bottom: 0px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	height: 105px;
	line-height: 1.4em;
	left: 0px;
	padding: 30px 10px;
	position: absolute;
	width: 100%;
}
.directiva>div.item .info span{
	color: #e9e9e9;
	font-weight: bold;
}
@media(max-width: 760px){
	.directiva>div.item .info{
		font-size: 12px;
		height: 60px;
		padding: 5px 4px;
	}
}
/* FICHA TÉCNICA */
	.ficha-tecnica{
		font-size: 14px;
		font-family: helvetica, Arial;
	}
	.ficha-tecnica b{
		color: #494949;
	}
	.ficha-tecnica .cabecera{
		border: 1px solid rgba(0,0,0,.3);
		height: auto;
		max-width: 800px;
		margin: auto;
		margin-bottom: 20px;
		margin-top: 20px;
		text-align: left;
	}
	.ficha-tecnica .cabecera .action{
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.ficha-tecnica .cabecera .action>a{
		display: inline-block;
		vertical-align: top;
	}
	.ficha-tecnica .cabecera .action>a:last-child{
		margin-left: 7px;
	}
	.ficha-tecnica .cabecera .action img{
		width: 30px;
	}
	.ficha-tecnica .cabecera .image{
		border-right: 1px solid rgba(0,0,0,.3);
		display: inline-block;
		margin-right: 10px;
		padding: 5px 15px;
		vertical-align: top;
		width: 100px;
	}
	.ficha-tecnica .cabecera h1{
		display: inline-block;
		font-size: 22px;
	}
	.ficha-tecnica .info,
	.ficha-tecnica .note,
	.ficha-tecnica .links{
		text-align: left;
		max-width: 800px;
		margin: auto;
		font-weight: 100;
	}
	.ficha-tecnica .note{
		font-size: 12px;
	}
	.ficha-tecnica table{
		max-width: 800px;
		min-width: 500px;
		margin: auto;
		text-align: left;
		width: 100%;
	}
	.ficha-tecnica table, .ficha-tecnica th, .ficha-tecnica td {
	  border: 1px solid rgba(0,0,0,.3);
	}
	.ficha-tecnica th, .ficha-tecnica td {
		width: 50%;
	}
	.ficha-tecnica th, .ficha-tecnica td {
	  padding: 8px 10px;
	}
	.ficha-tecnica .ammm{
		align-items: stretch;
		display: flex;
		flex-flow: row nowrap;
	}
	.ficha-tecnica .ammm>div{
		height: 100%;
	}
	.ficha-tecnica .ammm>div:first-child{
		width: 70%;
	}
	.ficha-tecnica .ammm>div:last-child{
		border-left: 1px solid rgba(0,0,0,.3);
	    height: 33px;
		text-align: center;
		margin-top: -8px;
	    margin-bottom: -8px;
	    padding-top: 10px;
		width: 30%;
	}
	.ficha-tecnica .links{
		margin-bottom: 25px;
	}
	.ficha-tecnica .links a .back{
		transform: rotate(180deg);
	}
	.note{
		page-break-inside: avoid;
	}
	@media screen and (max-width: 760px){
		.ficha-tecnica .cabecera .action img{
			width: 20px;
		}
		.ficha-tecnica .cabecera .action .imprimir{
			display: none;
		}
		.ficha-tecnica .cabecera h1{
			font-size: 14px;
			width: calc(100% - 130px);
		}
		.ficha-tecnica{
			font-size: 13px;
		}
		.ficha-tecnica .note{
			font-size: 11px;
		}
		.ficha-tecnica th, .ficha-tecnica td:first-child{
			width: 45%;
		}
		.ficha-tecnica th, .ficha-tecnica td:last-child{
			width: 55%;
		}
	}
	@media print{
		@page { 
			size: letter portrait;
		    margin: 2cm;
		}

		html, body {
		    width: 215mm !important;
		    height: 275mm !important;
		}
		table .break {
    		page-break-before: always;
  		}
  		.ficha-tecnica .action{
  			display: none;
  		}
  		.ficha-tecnica .cabecera{
			margin-top: 0px;
		}
		.ficha-tecnica .links,
		.header.logo,
		.header.sandwich,
		.print .page,
		.section.footer,
		.section.header{
			display: none;
		}
		.print{
			margin: 20px;
		}
		title{
			display: none;
		}
	}
.flex{
	display: flex;
}
.flex.align-center{
	align-items: center;
}
.flex.justify-end{
	justify-content: flex-end;
}
.flex.no-wrap{
	flex-wrap: nowrap;
}
/* FOOTER */
	.footer{
		background: #222;
		color: #FFF;
		/*height: 100vh !important;*/
		height: auto !important;
		min-height: auto !important;
		overflow: hidden;
		padding: 20px 0px 0px;
	}
	.footer a{
		color: #FFF;
	}
	.footer h2{
		color: #AAA;
	}
	.footer .col-2>div{
		height: auto !important;
		align-items: flex-start !important;
		margin: auto;
	}
	.footer .col-2>div:last-child{
		margin-top: 0px;
	}
	.footer .fp-tableCell{
		height: auto !important;
	}
	.footer-logo{
		margin-bottom: 15px;
	}
	.footer .top-recipe>a:first-child{
		margin-left: 0px;
	}
	.footer .top-recipe>a:last-child{
		margin-left: 36px;
	}
	@media screen and (max-width: 1073px){
		.footer .footer-logo{
			width: 200px;
		}
	}
	@media screen and (max-width: 760px){
		.footer{
			height: auto !important;
			overflow: auto;
		}
		.footer .footer-logo{
			width: 160px;
		}
		.footer .discover{
			display: none;
		}
		.footer h2{
			font-size: 18px;
			margin-bottom: 7px !important;
		}
	}
/* INICIO SECCIONES */
	.morena{
		/*background: #fddb7a;*/
		background: #89764b;
		background-repeat:repeat-y;
	}
	.extrafina{
		background: #b00819; /* #e3051a; /* var(--color-red); */
		height: 100%;
	}
	.rubia{
		background: #a8903b;
	}
	.bebidas{
		background: #59a53b;
	}
	.gourmet{
		background: #161818;
	}
	.recipe{
		background: #f8f8f8;
	}
/* FLOAT SIDEBAR */
	.float-sidebar{
		position: fixed;
		bottom: 15px;
		right: 5px;
		z-index: 6;
		display: none;
	}
	.float-sidebar button{
		background: var(--color-red);
		border: 1px solid rgba(255,255,255,.06);
		border-radius: 50%;
		box-shadow: 2px 2px 8px rgba(0,0,0,.4);
		color: #FFF;
		font-size: 22px;
		padding: 15px 17px;
		transition: all .2s linear;
	}
	.float-sidebar button.active{
		box-shadow: 5px 5px 8px rgba(0,0,0,.4);
		transform: translateY(-3px);
	}
	@media screen and (max-width: 860px){
		.float-sidebar{
			display: block;
		}
	}
.font-open-san *{
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
}
/* FORM */
	#formContact{
		background: #FFF;
		height: 100%;
		left: 0px;
		opacity: 0;
		padding: 0px 10px;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: -1;
		text-align: center;
	}
	#formContact.active{
		opacity: 1;
		position: relative;
		z-index: 1;
	}
	.form-group{
		margin: auto;
		margin-bottom: 15px;
		max-width: 450px;
	}
	.form-group .error{
		color: var(--color-red);
		font-size: 12px;
		text-align: left;
		display: block;
		font-weight: 300;
	}
	.form-group .inline{
		display: flex;
		flex-flow: row nowrap;
		flex-direction: row-reverse;
		margin-bottom: 10px;
	}
	.form-group .inline label{
		background: #FAFAFA;
		border-radius: 4px 0px 0px 4px;
		color: #AAA;
		font-size: 18px;
		padding-top: 15px;
		text-align: center;
		width: 40px;
	}
	.form-group .inline input,
	.form-group .inline textarea{
		background: #FAFAFA;
		border: 1px solid rgba(0,0,0,.03);
		border-radius: 0px 4px 4px 0px;
		font-size: 16px;
		outline: none;
		padding: 15px 15px;
		width: calc(100% - 40px);
	}
	.form-group .inline input:focus + label{
		background: #EAEAEA;
		color: #000;
	}
	.form-group .inline textarea{
		width: 100% !important;
	}
	@media screen and (max-width: 1090px){
		.form-group .inline input, 
		.form-group .inline textarea{
			font-size: 14px;
			padding: 10px 10px;
		}
		.form-group .inline textarea{
			height: 150px;
		}
	}
.footer-icon{
	margin-left:20px ;
}
.footer-icon span{
	background: var(--color-red);
	display: inline-block;
	color: #fff;
	font-size: 42px;
	padding: 10px;
	margin-bottom: 7px;
}
.full-w{
	width: 100%;
}
.gap-2{
	gap: 20px;
}
.gap-3{
	gap: 30px;
}
.g-recaptcha>div{
	margin: auto;
}
.grid-products{
	display: grid;
	gap: 4%;
	grid-template-columns: 1fr 1fr 1fr;
	/*grid-auto-flow: column;*/
	/*grid-template-rows: repeat(3, 1ft);*/
}
.grid-valores{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.grid-valores div{
	text-align: center;
	width: 33%;
}
.grid-valores div img{
	max-width: 80px;
}
@media(max-width: 1200px){
	.grid-products{
		grid-template-columns: 1fr 1fr;
	}
}
/* HEADER */
	.header{
		position: fixed;
		top: 15px;
		z-index: 10;
	}
	.header.logo{
		height: 75px;
		left: 0px;
		text-align: right;
		width: 183.3px;
		opacity: 0;
	}
	.header.logo.active{
		opacity: 1;
		transform: perspective(100px) rotateY(0deg);
		transform-origin: left center;
	}
	@media screen and (max-width: 760px){
		.header.logo{
			display: none;
		}
	}
	.header.logo a{
		display: block;
	}
	.header.logo a img{
		position: absolute;
		top: 0px;
		left: 0px;
		transition: all .2s linear;
	}
	.header.logo a .big{
		color: #FFF;
		display: block;
		font-size: 35px;
		opacity: 1;
		width: 100%;
	}
	.header.logo a .small{
		opacity: 0;
	}
	.header.logo a.scroll .big{
		left: -150px;
		opacity: 0;
	}
	.header.logo a.scroll .small{
		opacity: 1;
	}
	
	/*SANDWICH*/
		.header.sandwich{
			opacity: 0;
			right: 0px;
		}
		.header.sandwich.active{
			opacity: 1;
			transform: perspective(100px) rotateY(0deg);
			transform-origin: right center;
			z-index: 99999;	
		}
		.header.sandwich button{
			background: var(--color-red);
			border: none;
			height: 65px;
			padding-bottom: 4px;
			width: 80px;
		}
		.header.sandwich button span{
			background: #FFF;
			display: block;
			height: 2px;
			margin: auto;
			/*margin-top: 5px;*/
			transition: all .2s linear;
			top: -4px;
			width: 60%;
		}
		.header.sandwich button span::before,
		.header.sandwich button span::after{
			content: ' ';
			background: #FFF;
			height: 2px;
			left: 0px;
			position: absolute;
			/*transition: all .2s linear;*/
			width: 100%;
		}
		.header.sandwich button span::after{
			bottom: -10px;
		}
		.header.sandwich button span::before{
			top: -10px;
		}
		.header.sandwich button.active span{
			background: transparent;
			transform: rotate(180deg);
		}
		.header.sandwich button.active span::before{
			top: 0px;
			transform: rotate(-45deg);
		}
		.header.sandwich button.active span::after{
			bottom: 0px;
			transform: rotate(45deg);
		}
		.header.sandwich i{
			bottom: 3px;
			color: #FFF;
			display: inline-block;
			font-size: 14px !important;
			/*font-style: normal;*/
			left: 50%;
			margin: 0px;
			padding: 0px;
			position: absolute;
			transform: translateX(-50%);
			font-weight: 100;
		}
	/*RECIPES*/
		.header.sandwich #recipes{
			top: 0px;
			right: 0px;
			background: var(--color-red);
			color: #FFF;
			display: inline-block;
			font-size: 22px;
			padding: 10px 16px 15px 16px;
			position: relative;
			vertical-align: top;
		}
		.header.sandwich #recipes:hover{
			color: #FFF !important;
		}
		@media screen and (max-width: 760px){
			.header.sandwich #recipes{
				display: none;
			}
		}

	/*NAV MENU*/
		.nav{
			background: rgba(0,0,0,.3);
			right: 0px;
			height: 100vh;
			opacity: 0;
			position: fixed;
			top: 0px;
			text-align: right;
			overflow: hidden;
			transition: all .2s linear;
			width: 0px;
			z-index: 7;
		}
		.nav.active{
			opacity: 1;
			width: 100%;
			z-index: 9999;
		}
		.nav .content{
			background: var(--color-red);
			height: 100vh;
			margin: auto;
			margin-right: 0px;
			max-width: 100%;
			text-align: left;
			width: 360px;
		}
		.nav .content header{
			padding-left: 15px;
			padding-top: 10px;
		}
		.nav .content ul{
			padding: 0px;
			margin: 0px;
			list-style: none;
		}
		.nav .content ul.menu{
			margin-top: 20px;
			top: 30%;
			transform: translateY(-50%);
		}
		.nav .content ul.menu li{
			overflow: hidden;
		}
		.nav .content ul.menu a{
			color: #FFF;
			display: block;
			font-size: 24px;
			padding-left: 25px;
			padding-bottom: 8px;
			width: 100%;
		}
		.nav .content ul.menu a:hover{
			color: #ff9d9d;
		}
		.nav .content ul.menu a::before{
			position: absolute;
			height: 33px;
			top: 0px;
			left: 0px;
			width: 3px;
			background: #ff9d9d;
		}
		.nav .content ul.menu a.active{
			color: #ff9d9d;
		}
		.nav .content ul.menu a.active::before,
		.nav .content ul.menu a:hover::before{
			content: ' ';
		}
		.nav .content footer{
			bottom: 0px;
			position: absolute;
			width: 100%;
		}
		.nav .content footer .direct{
			text-align: right;
			font-size: .8rem;
		}
		.nav .content footer .direct a{
			color: #FFF;
			display: inline-block;
			margin-right: 15px;
			margin-bottom: 8px;
		}
		.nav .content footer .direct a span{
			vertical-align: middle;
		}
		.nav .content footer ul.social{
			display: flex;
			flex-flow: row nowrap;
			overflow: hidden;
		}
		.nav .content footer ul.social li{
			width: 33.3%;
			text-align: center;
		}
		.nav .content footer ul.social li a{
			background: #ce0518;
			color: #EAEAEA;
			display: block;
			height: 50px;
			width: 100%;
		}
		.nav .content footer ul.social li:nth-child(2) a{
			border-left: 1px solid rgba(30,30,30,.1);
			border-right: 1px solid rgba(30,30,30,.1);
		}
		.nav .content footer ul.social li a:hover{
			color: #FFF;
		}
		.nav .content footer ul.social li a span{
			display: inline-block;
			font-size: 24px;
			margin-top: 15px;
			transition: all .2s linear;
		}
		.nav .content footer ul.social li a:hover span{
			transform: translateY(-3px);
			text-shadow: 3px 3px 6px rgba(0,0,0,.3);
		}
		@media screen and (max-width: 760px){
			.nav .content ul.menu{
				margin-top: 5px;
			}
		}
.gm-style-iw{
	top: 0px !important;
	left: 0px !important;
}
/* GRATIS */
	.gratis{
		font-style: italic;
		color: #535353;
	}
	.gratis h1{
		font-size: 1.8rem;
		font-weight: 400;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.gratis .col-2{
		align-items: flex-start;
	}
	.gratis .col-2>div{
		margin-top: 0px;
		text-align: left;
	}
	.gratis .col-2>div:first-child{
		padding-right: 30px;
	}
	.gratis .col-2>div:last-child{
		padding-left: 30px;
	}
	.gratis .form-group{
		max-width: 100%;
	}
	.gratis .text{
		font-size: 1.4rem;
		margin: 15px 0px 40px 0px;
		max-width: 400px;
	}
	.gratis #toggleMapForm{
		margin: 10px 0px 7px 0px;
	}
	@media screen and (max-width: 1080px){
		.gratis .col-2>div:first-child{
			padding-right: 15px;
		}
		.gratis .col-2>div:last-child{
			padding-left: 15px;
		}
	}
	@media screen and (max-width: 760px){
		.gratis h1{
			font-size: 1.4rem;
			text-align: justify;
		}
		.gratis .col-2>div:first-child{
			padding-right: 0px;
		}
		.gratis .col-2>div:last-child{
			padding-left: 0px;
		}
		.gratis .col-2>div{
			width: 100%;
		}
		.gratis .text{
			font-size: 1.2rem;
			margin: 0px 0px 20px 0px;
		}
	}
/* GUABIRA */
	.guabira{
		background-image: url('../img/banner-quienes-somos.webp?v=1');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom;
		height: 520px;
		min-height: auto !important;
	}
	.guabira .cabecera{
		height: 80%;
		max-width: 680px;
		margin: auto;
	}
	.union_caneros{
		background-image: url('../img/industria_guabira.webp');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom;
	}
	.guabira .cabecera .title,
	.union_caneros .cabecera .title{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0px;
		width: 90%;
	}
	.union_caneros{
		background-image: url('../img/union_de_caneros.webp');
	}
	.unidades-tecnologcias{
		background-image: url('../img/unidad-tecnologicas.webp');
	}
	.responsabilidad-social{
		background-image: url('../img/responsabilidad-social.webp');
	}
.hide-desktop{
	display: none;
}
@media screen and (max-width: 760px){
	.hide-desktop{
		display: block;
	}
	.hide-movil{
		display: none;
	}
}
.icon-big{
	border: 4px solid var(--color-red);
	border-radius: 50%;
	color: var(--color-red);
	height: 150px;
	width: 150px;
	font-size: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.igsa-back-contact{
	border-radius: 40px;
	background: var(--color-green); /*linear-gradient(45deg, #3a7534, #60a13d);*/
	color: #FFF;
	/*background: linear-gradient(top right, #3a7534, #60a23d);*/
}
.igsa-racion-contact{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font-weight: 300;
	text-align: left;
}
.igsa-racion-contact a{
	color: #FFF;
}
.igsa-racion-contact .pedido{
	text-shadow:2px 2px 7px rgba(0,0,0,.4);
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	margin-right: 60px;
	padding-left: 30px;
}
.igsa-racion-contact a.whatsapp{
	font-size: 32px;
	text-shadow: 2px 2px 7px rgba(0,0,0,.4);
	font-weight: bold;
	vertical-align: middle;
}
.igsa-racion-contact a.whatsapp .icon{
	font-size: 0.8em;
	vertical-align: middle;
}
.igsa-racion-contact>div:nth-child(1){
	flex: 1 1 10%;
}
.igsa-racion-contact>div:nth-child(2){
	display: flex;
	flex: 1 1 32%;
	flex-flow: column nowrap;
	gap: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.igsa-racion-contact>div:nth-child(3){
	flex: 1 1 20%;
	padding-left: 20px;
}
.igsa-racion-contact>div:nth-child(4){
	flex: 1 1 38%;
	text-align: right;
}
.igsa-mg-top{
	margin-top: -90px !important;
}
.igsa-image-racion{
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	gap: 15px;
}
.igsa-image-racion>div{
	flex: 1 1 20%;
}
.igsa-image-racion>div:first-child{
	flex: 1 1 40%;
}
.igsa-image-racion>div img{
	height: 100%;
	object-fit: cover;
}
.infowindow-guabira{
	color: #434343;
	max-width: 260px;
	text-align: left;
}
.infowindow-guabira h2{
	padding: 15px 8px 8px 8px;
	font-size: 14px;
}	
.infowindow-guabira p{
	padding: 8px 0px 0px 8px;
	margin-top: 0px !important;
	font-size: 12px;
	font-weight: 100;
}
/* INSTAGRAM */
	.instagram-main{
		text-align: left;
		width: 400px;
		padding: 15px 15px 15px 45px;
	}
	.instagram-main a.link{
		display: inline-block;
		margin-top: 15px;
		font-size: 14px;
		font-style: italic;
		font-weight: 100;
	}
	.instagram-main h2{
		color: #AAA;
		margin-bottom: 10px;
	}
	.instagram-main #instafeed{
		display: flex;
		flex-flow: row wrap;
		/*max-width: 600px;*/
		max-width: 420px;
	}
	.instagram-main #instafeed .gallery-instagram{
		width: 140px;
	}
	.instagram-main #instafeed .gallery-instagram img{
		width: 100%;
	}
	@media screen and (max-width: 1113px){
		.instagram-main  #instafeed .gallery-instagram{
			width: 125px !important;
		}
		.instagram-main  #instafeed .gallery-instagram:nth-child(n + 7){
			display: none !important;
		}
	}
	@media screen and (max-width: 887px){
		.instagram-main  #instafeed .gallery-instagram{
			width: 100px !important;
		}
	}
	@media screen and (max-width: 760px){
		.instagram-main{
			display: none;
		}
	}
.link{
	color: #FFF;
	font-size: 14px;
	display: inline-block;
}
.link.red{
	color: var(--color-red);	
}
.item-memory a{
	display: block;
	padding: 10px;
	transition: all .2s linear;
}
.item-memory a img{
	display: flex;
	border: 2px solid #f0f0f0;
	max-width: 100%;
}
.item-memory a:hover{
	background: #FFF;
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}

/* LIST RECIPE */
	.list-recipe{
		display: flex;
		flex-flow: row wrap;
		list-style: none;
		justify-content: space-around;
		padding: 0px 30px;
		margin: 0px;
	}
	.list-recipe li{
		text-align: center;
	}
	.list-recipe li a{
		color: #FFF;
		display: block;
		margin: auto;
		margin-bottom: 50px;
		max-width: 320px;
		outline: none;
		padding-top: 20px;
	}
	.list-recipe li .image{
		background: #FFF;
		box-shadow: 4px 4px 10px rgba(0,0,0,.4);
		margin: auto;
		overflow: hidden;
		padding: 10px;
		width: 80%;
	}
	.list-recipe li .image img{
		width: 100%;
	}
	.list-recipe li .image .cta{
	    color: #777;
	    display: block;
	    text-align: right;
	    margin-top: 8px;
	}
	.list-recipe li .image .cta span{
		display: inline-block;
		margin-left: 4px;
		vertical-align: middle;
	}
	.list-recipe li:nth-child(odd) .image{
		transform: rotate(5deg);
	}
	.list-recipe li:nth-child(even) .image{
		transform: rotate(-3deg);
	}
	.list-recipe li:nth-child(3n3) .image{
		transform: rotate(7deg);
	}
	.list-recipe li .description{
		color: #FFF;
		font-weight: 100;
		padding-top: 30px;
		text-align: left;
	}
	.list-recipe li .description h2{
		font-size: 1.2rem;
		margin: 20px 0px 15px 0px;
	}
	.list-recipe li .description .title{
		color: #FFF;
	}
	.list-recipe li .description p{
		font-weight: 100;
		font-style: italic;
		font-size: 15px;
	}
	
/* LIST TABLE */
	.list-table{
		margin-bottom: 40px;
	}
	.list-table .item{
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		font-size: 16px;
	}
	.list-table .item div{
		background: #F0F0F0;
		margin: 0px 15px 15px 0px;
		padding: 10px 15px;
	}
	.list-table .item div a{
		color: #434343;
		display: block;
		font-weight: 700;
	}
	.list-table .item div:first-child{
		text-align: left;
		width: 60%;
	}
	.list-table .item div:last-child{
		text-align: right;
		margin-right: 0px;
		width: 40%;
	}
	@media screen and (max-width: 760px){
		.list-table .item div{
			margin: 0px 10px 10px 0px;
		}
	}
.list-circle{
	padding-left: 20px !important;
	padding-right: 0px !important;
}
.list-circle li{
	list-style-type: none;
}
.list-circle li::before{
	border-radius: 50%;
	content: ' ';
	background: #FFF;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	left: -16px;
	height: 6px;
	width: 6px;
}
/* MAIN CAROUSEL */
.main-carousel-item{
	color: #FFF;
	height: 100vh !important;
	width: 100%;
}
.main-carousel-item picture,
.main-carousel-item img{
	height: 100vh;
	left: 0px;
	object-fit: cover;
	position: absolute;
	top: 0px;
	width: 100%;
}
.main-carousel-title{
	text-shadow: 3px 3px 5px rgba(0,0,0,.5);
	font-size: 86px;
	font-weight: bold;
	margin: auto;
	margin-top: 10%;
}
.mb-0{
	margin-bottom: 0px !important;
}
.mb-1{
	margin-bottom: 10px;
}
.mb-2{
	margin-bottom: 20px;
}
.mb-3{
	margin-bottom: 30px;
}
.mb-4{
	margin-bottom: 40px;
}
.mt-0{
	margin-top: 0px;
}
.mt-1{
	margin-top: 10px;
}
.mt-2{
	margin-top: 20px;
}
.mt-3{
	margin-top: 30px;
}
.mt-4{
	margin-top: 40px;
}
.mg-auto{
	margin: auto;
}
.mg-above-banner{
	margin-top: -50px !important;
}
/* MAPA */
	.mapa{
		width: 100%;
		height: 680px;
	}
	.mapa.hide{
		/*height: 600px;*/
		display: none;
	}
	.mapa #maplf,
	.mapa #map{
		height: 100%;
		width: 100%;
	}
	.mapa .offices{
		background: #FFF;
		border-radius: 2px;
		color: #777;
		position: absolute;
		left: 55px;
		top: 20px;
		max-height: calc(100% - 20px);
		overflow: auto;
		width: 180px;
		transition: all .2s linear;
		z-index: 999;
	}
	.mapa .offices.active{
		width: 300px;
	}
	.mapa .offices button{
		background: transparent;
		border: none;
		border-bottom: 1px solid rgba(0,0,0,.05);
		color: #777;
		font-weight: bold;
		height: 40px;
		text-align: left;
		padding: 0px 10px;
		width: 100%;
	}
	.mapa .offices button:hover{
		color: #000;
	}
	.mapa .offices button span{
		display: inline-block;
		font-size: 16px;
		margin-left: 8px;
		position: absolute;
		right: 10px;
		top: 10px;
		transition: all .2s linear;
	}
	.mapa .offices.active button span{
		transform: rotate(90deg);
	}
	.mapa .offices .list{
		list-style: none;
		padding: 0px;
		margin: 0px;
		height: 0px;
		overflow: hidden;
		opacity: 0;
		transition: all .2s linear;
	}
	.mapa .offices.active .list{
		height: 100%;
		opacity: 1;
		overflow: auto;
	}
	.mapa .offices .list .action{
		font-size: 12px;
		padding-bottom: 8px;
	}
	.mapa .offices .list .action a{
		display: inline-block;
		font-size: 1.1em;
	}
	.mapa .offices .list .action a:first-child{
		/*margin-right: 10px;*/
		margin-bottom: 8px;
	}
	.mapa .offices .list h2{
		cursor: pointer;
		font-size: 13px;
		font-weight: 400;
		margin: 0px;
		padding-top: 8px;
	}
	.mapa .offices .list li{
		border-bottom: 1px solid rgba(0,0,0,.1);
		padding: 0px 10px;
	}
	.mapa .offices .list p{
		font-size: 12px;
		font-weight: 100;
		font-style: italic;
	}
	@media screen and (max-width: 1090px){
		.mapa,
		.mapa.hide{
			height: 480px;
			height: 480px;
		}
	}
/* MENU FOOTER */
	.menu-footer{
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: stretch;
		margin-bottom: 20px;
		margin-left: 30px;
	}
	.menu-footer .fixed{
		height: 90px;
	}
	.menu-footer ul{
		list-style: none;
		padding: 0px;
		margin: 0px;
		padding-left: 15px;
		padding-right: 10px;
		border-right: 1px solid #FFF;
	}
	.menu-footer ul:last-child{
		border-right: none;
	}
	.menu-footer ul li{
		text-align: left;
	}
	.menu-footer ul li a{
		display: inline-block;
		padding: 4px 0px;
		font-size: 14px;
	}
	.menu-footer-logo{
		text-align: left;
		margin-left: 40px;
	}
	@media screen and (max-width: 1380px){
		.menu-footer ul{
			padding-left: 15px;
			padding-right: 10px;
		}
	}
	@media screen and (max-width: 1200px){
		.menu-footer ul{
			padding-left: 15px;
			padding-right: 10px;
		}
	}
	@media screen and (max-width: 1071px){
		.menu-footer{
			flex-wrap: wrap;
		}
		.menu-footer .fixed{
			height: 0px;
		}
		.menu-footer>ul{
			width: 33%;
			margin-bottom: 25px;
		}
		.menu-footer>ul:nth-child(3){
			border-right: none;
		}
	}
	@media screen and (max-width: 980px){
		.menu-footer ul{
			font-weight: 300;
			flex: 1 1 50%;
		}
		.menu-footer ul:nth-child(2),
		.menu-footer ul:nth-child(4){
			border-right: none;
		}
		.menu-footer>ul:nth-child(3){
			border-right: 1px solid #FFF;
		}
	}
	@media screen and (max-width: 760px){
		.menu-footer-logo{
			text-align: center;
			margin-left: 0px;
		}
		.menu-footer .fixed{
			height: 65px;
		}
		.menu-footer ul li a{
			font-size: 14px;
		}
	}
	@media screen and (max-width: 450px){
		.menu-footer .fixed{
			height: 0px;
		}
	}

	.menu-sidebar{
		padding-left: 0px;
		margin-left: 0px;
		list-style: none;
		width: 100%;
	}
	.menu-sidebar li{
		margin-bottom: 7px;
		width: 100%;
	}
	.menu-sidebar a{
		background: #edecec;
		color: #4a4a49;
		display: block;
		padding: 10px 15px 10px 30px;
		max-width: 280px;
		width: 100%;
	}
	.menu-sidebar a .icon{
		color: #97c223;
		display: inline-block;
		width: 25px;
	}
	.menu-sidebar li:hover a,
	.menu-sidebar li.active a{
		background: var(--color-green);
		color: #ffffff;
	}
/* MORE SUGAR */
	.more-sugar{
		padding: 30px 10px;
		color: #595959;
	}
	.more-sugar h2{
		/*font-weight: normal;*/
		font-style: italic;
		font-size: 18px;
		text-align: left;
		padding-left: 60px;
	}
	.more-sugar .list{
		display: flex;
		flex-flow: row wrap;
		list-style: none;
		justify-content: center;
		padding: 0px;
	}
	.more-sugar .list a{
		display: block;
		color: #595959;
		max-width: 140px;
		margin-right: 50px;
	}
	.more-sugar .list li:last-child a{
		margin-right: 0px;
	}
	.more-sugar .list a img{
		width: 100%;
	}
	.more-sugar .list a .content{
		text-align: left;
		padding-left: 15px;
	}
	.more-sugar .list a .content h3{
		font-size: 15px;
		margin: 0px 0px 7px 0px;
	}
	.more-sugar .list a .content p{
		font-size: 13px;
	}
	.more-sugar .list a .content .transparent-call{
		background: var(--color-red);
		display: inline-block;
		font-size: 12px;
		opacity: 0.7;
		padding: 5px 15px;
	}
	.more-sugar .list a:hover .content .transparent-call{
		opacity: 1;
	}
	.more-sugar .list a .content .transparent-call span{
		margin-left: 7px;
	}
	.more-sugar.recipe{
		background: #FFF;
	}
	@media screen and (max-width: 957px){
		.more-sugar.recipe .list{
			max-width: 570px;
			margin: auto;
		}	
		.more-sugar.recipe .list li{
			margin-top: 10px;
		}
	}
	@media screen and (max-width: 760px){
		.more-sugar h2{
			padding-left: 0px;
		}
		.more-sugar.recipe .list{
			justify-content: flex-start;
		}
		.more-sugar .list li{
			display: inline-block;
			margin-bottom: 40px;
			margin-top: 0px;
			vertical-align: top;
			width: 50%;
		}
		.more-sugar .list li a{
			margin: auto;
		}
		.more-sugar .list li:last-child a{
			margin: auto;
		}
	}
.max-full{
	max-width: 100%;
}
.mosaico{
	padding: 0px 20px;
}
@media(max-width: 760px){
	.mosaico{
		padding: 0px;
	}
}
.no-wrap{
	flex-wrap: nowrap;
}
.pb-2{
	padding-bottom: 20px;
}
.pb-3{
	padding-bottom: 30px;
}
.pb-4{
	padding-bottom: 40px;
}
.pd-1{
	padding: 10px;
}
.pd-2{
	padding: 20px;
}
.pd-3{
	padding: 30px;
}
.pl-1{
	padding-left: 10px;
}
.pl-2{
	padding-left: 20px;
}
.pl-3{
	padding-left: 30px;
}
.pr-1{
	padding-right: 10px;
}
.pr-2{
	padding-right: 20px;
}
.pt-1{
	padding-top: 10px;
}
.pt-2{
	padding-top: 20px;
}
.pt-3{
	padding-top: 30px;
}
.parrafo{
	margin-bottom: 50px;
}
.parrafo a{
	display: inline-block;
	margin-top: 15px;
}
.page{
	width: 100%;
	height: 200px;
	background-size: cover;
}
.page.blog{
	background-image: url('../img/sections/blog_banner.webp?v=1');
	background-position: center;
}
.page.contacto{
	background-image: url('../img/sections/contactanos_banner.webp');
	background-position: center;
}
.page.extrafina{
	background-image: url('../img/sections/banner_extrafina.webp');
}
.page.ron{
	background-image: url('../img/sections/ron-banner.webp');
}
.page.gourmet{
	background-image: url('../img/sections/banner_gourmet.webp?v=1');
	background-position: center;
}
.page.memorias{
	background-image: url('../img/sections/memoria_banner.webp');
}
.page.morena{
	background-image: url('../img/sections/banner_morena.webp');
}
.page.bebidas{
	background-image: url('../img/sections/banner_bebidas.webp');
}
.page.rubia{
	background-image: url('../img/sections/banner_rubia.webp');
}
.page.fichatecnica{
	background-image: url('../img/fichas/back-fichas.webp');
	background-position: center;
}
/* PAGE SIDEBAR */
	.page-sidebar{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		margin: 30px 0px;
	}
	.page-sidebar .sidebar{
		/*background: #FBFBFB;*/
		text-align: left;
		padding: 0px 10px;
		width: 250px;
	}
	.page-sidebar .sidebar .category{
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	.page-sidebar .sidebar h1,
	.page-sidebar .sidebar h2{
		font-size: 1.2rem;
		color: #777;
		margin-bottom: 5px;
	}
	.page-sidebar .sidebar p{
		font-size: 0.8rem;
		font-weight: 100;
		font-style: italic;
	}
	.page-sidebar .content{
		width: calc(100% - 200px);
	}
	.page-sidebar .sidebar .category{
		margin-top: 20px;
	}
	.page-sidebar .sidebar .category a{
		color: #434343;
		display: block;
		font-size: 0.9rem;
		font-style: italic;
		font-weight: 100;
		padding: 5px 0px 5px 20px;
		width: 100%;
	}
	
	.page-sidebar .sidebar .category a:hover,
	.page-sidebar .sidebar .category a.active{
		color: var(--color-red);
	}
	.page-sidebar .sidebar .category a:hover::after,
	.page-sidebar .sidebar .category a.active::after{
		content: ' ';
		background: var(--color-red);
		height: 25px;
		width: 2px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.page-sidebar .sidebar .category .label{
		color: #595959;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	.recipe-section-dark .recipe-item a,
	.recipe-section-dark .page-sidebar .sidebar h1,
	.recipe-section-dark .page-sidebar .sidebar h2,
	.recipe-section-dark .page-sidebar .sidebar .category .label,
	.recipe-section-dark .page-sidebar .sidebar .category a{
		color: #efefef;
	}
	@media screen and (max-width: 860px){
		.page-sidebar .content{
			width: 100%;
		}
		.page-sidebar .sidebar{
			background: #EFEFEF;
			height: 100vh;
			left: -200%;
			overflow: auto;
		    padding: 0px;
			position: fixed;
			text-align: center;
			top: 0px;
			width: 100%;
			z-index: 5;
			transition: all .2s linear;
		}
		.page-sidebar .sidebar.active{
			left: 0px;
		}
	}
/* PAGINATION */
	.pagination a{
		background: #EFEFEF;
		border-radius: 50%;
		color: #777;
		display: inline-block;
		height: 40px;
		margin: 0px 4px;
		padding-top: 9px;
		width: 40px;
	}
	.pagination a:hover,
	.pagination a.active{
		color: #EFEFEF;
		background: #777;
	}
	.pagination a span{
		display: inline-block;
		vertical-align: middle;
	}
	.pagination a span:first-child{
		margin-right: -7px;
	}
	.pagination a span:last-child{
		margin-left: -7px;
	}
/* POPUP */
	.popup{
		background: rgba(0,0,0,.6);
		height: 100%;
		left: 0px;
		opacity: 0;
		position: fixed;
		top: 0px;
		transition: all .2s linear;
		width: 100%;
		z-index: -1;
	}
	.popup.active{
		opacity: 1 !important;
		z-index: 10;
	}
	.popup button.close{
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 24px;
		background: transparent;
		padding: 10px;
		border: none;
		z-index: 11;
		color: #FFF;
	}
	.popup .content{
		background: #FFFFFF;
		height: 96%;
		left: 2%;
		overflow: hidden;
		position: absolute;
		top: 2%;
		width: 96%;
	}
	.popup .content .header{
		background: var(--color-red);
		font-size: 32px;
		padding: 30px 20px;
		position: relative;
		text-align: left;
		top: 0px;
		width: 100%;
	}
	.popup .content .header .text{
		color: #FFF;
	}
	.popup .content .header .text .middle{
		font-size: 0.6em;
		display: block;
	}
	.popup .content .header .text .description{
		font-size: 0.6em;
		font-weight: 100;
		font-style: italic;
		display: block;
	}
	.popup .content .header .text .title{
		font-weight: 900;
	}
	.popup .main .links{
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.popup .main .links .transparent-call{
		padding: 5px 15px;
		font-size: 14px;
		font-weight: 100;
		font-style: italic;
		display: inline-block;
		margin-right: 8px;
		margin-bottom: 15px;
	}
	.popup .main .links .transparent-call span{
		margin-left: 6px;
	}
	.popup .main .links .transparent-call span.back{
		transform: rotate(180deg);
	}
	@media screen and (max-width: 870px){
		.popup{
			overflow: auto;
		}
		.popup .content{
			top: 0px;
			left: 0px;
			width: 100%;
			min-height: 100%;
			height: auto;
		}
		.popup .main{
			min-height: 600px;
		}
	}
	@media screen and (max-width: 760px){
		.popup .content .header{
			font-size: 24px;
		}
	}
	@media screen and (max-width: 580px){
		.popup .main .links .transparent-call{
			display: block;
		}

	}
/* PRESENTATION */
	.presentation{
		align-items: flex-end;
		display: flex;
		flex-flow: row wrap;
		font-weight: 100;
		font-style: italic;
		font-size: 18px;
		justify-content: center;
		padding-top: 60px;
	}
	.presentation .item{
		margin-bottom: 20px;
		max-width: 200px;
		padding: 0px 20px;
		/*width: 50%;*/
	}
	.presentation .item img{
		max-width: 100%;
	}
	@media screen and (max-width: 870px){
		.presentation .item{
			max-width: 50%;
			width: 50%;
		}
	}
	@media screen and (max-width: 460px){
		.presentation .item img{
			max-width: 100%;
		}
		.presentation .item div{
			height: 80px;
		}
	}
/* PRODUCTOS */
	.productos{
		background-image: url('../img/productos_cana_azucar.webp?v=2.0.1');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom;
		height: 895px;
		min-height: auto !important;
	}
/* RACION TOTAL*/
	.racion-btn{
		background-color: var(--color-green) !important;
		box-shadow: 3px 3px 12px rgba(0,0,0,.3);
		color: #FFF;
		font-size: 20px !important;
		padding: 15px 35px !important;
	}
	.racion-logo{
		max-width: 280px;
	}
	.racion-producto-item a{
		color: var(--color-green);
		display: block;
		transform: scale(1);
		transition: all .2s linear;
	}
	.racion-producto-item a:hover {
		transform: scale(1.05);
	}
	.racion-sidebar{
		display: flex;
		flex-flow: row wrap;
		gap: 4%;
	}
	.racion-sidebar>div:first-child{
		flex: 0 0 30%;
	}
	.racion-sidebar>div:last-child{
		flex: 1 1 66%;
	}
	.racion-title{
		font-size: 52px;
	}
	@media(max-width: 1200px){
		.racion-logo{
			max-width: 220px;
		}
		.racion-title{
			font-size: 48px;
			margin: 15px 0px;
		}
	}
	@media(max-width: 960px){
		.racion-sidebar{
			flex-wrap: nowrap;
		}
		.racion-sidebar>div:first-child {
			flex: 0 0 265px;
		}
		.racion-sidebar>div:last-child{
			flex: 1 1 66%;
		}
	}
	@media(max-width: 740px){
		.racion-producto-item a{
			font-size: 14px;
		}
		.racion-sidebar{
			flex-wrap: wrap;
		}
		.racion-sidebar>div:first-child {
			flex: 0 0 100%;
		}
		.racion-sidebar>div:last-child{
			flex: 1 1 100%;
		}
		.racion-title{
			font-size: 28px;
		}
		.menu-sidebar a{
			max-width: 100%;
		}
	}
/* RECIPE DETAIL */
	.recipe-detail{
		color: #595959;
	}
	.recipe-detail h1{
		margin: 0px;
	}
	.recipe-detail h2{
		font-weight: 400;
		font-style: italic;
		margin: 20px 0px;
	}
	.recipe-detail .ingredient,
	.recipe-detail .preparation{
		font-size: 0.85rem;
		font-weight: 100;
	}
	.recipe-detail.racion h1{
		font-size: 36px;
	}
	.recipe-detail.racion{
		max-width: 450px;
	}
	@media(max-width: 940px){
		.recipe-detail.racion{
			max-width: 100%;
			padding: 0px 20px 20px 20px;
		}
	}
	@media(max-width: 760px){
		.recipe-detail.racion h1{
			font-size: 21px;
			line-height: 1.4em;
			text-align: left;
		}
		.recipe-detail.racion .text-medium{
			font-size: 17px;
			line-height: 1.5em;
		}
	}
/* RECIPES LIST */
	.recipes{
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.recipes .recipe-item:nth-child(1n) .image{
		transform: rotate(5deg);
	}
	.recipes .recipe-item:nth-child(2n) .image{
		transform: rotate(-3deg);
	}
	.recipes .recipe-item:nth-child(3n) .image{
		transform: rotate(3deg);
	}
	.recipe-item{
		width: 33.3%;
		padding: 15px 30px 10px 30px;
	}
	.recipe-item a{
		color: #434343;
	}
	.recipe-item .image{
		background: #F0F0F0;
		box-shadow: 3px 3px 10px rgba(0,0,0,.3);
		padding: 15px 15px 30px 15px;
	}
	.recipe-item .image .cta{
		color: #898989;
		bottom: 6px;
		font-size: 0.9rem;
		position: absolute;
		right: 15px;
	}
	.recipe-item .image .cta span{
		font-size: 0.7rem;
		display: inline-block;
		margin-left: 5px;
	}
	.recipe-item .image img{
		height: 230px;
		max-width: 100%;
		object-fit: cover;
		width: 230px;
	}
	.recipe-item .description{
		text-align: left;
		margin-top: 35px;
		font-size: 0.9rem;
		font-weight: 100;
		font-style: italic;
	}
	.recipe-item .description .title{
		margin-bottom: 10px;
		font-style: normal;
		font-weight: 400;
		font-size: 1rem;
	}
	@media screen and (max-width: 1070px){
		.recipe-item{
			width: 50%;
		}
		.recipe-item .image{
			max-width: 230px;
			margin: auto;
		}
	}
	@media screen and (max-width: 860px){
		.recipe-item{
			padding: 15px 10px 10px 10px;
		}
		.recipe-item .description{
			font-size: 0.8rem;
		}
		.recipe-item .description .title{
			font-size: 0.9rem;
		}
		.recipe-item .image{
			height: auto;
			margin: auto;
			padding: 7px 7px 20px 7px;
			width: 100%;
		}
		.recipe-item .image .cta{
			font-size: 0.8rem;
			bottom: 3px;
		}
		.recipe-item .image img{
			width: 100%;
			height: auto;
		}
		
	}
	@media(max-width: 760px){
		.recipe-item .image .cta{
			display: flex;
			flex-flow: row nowrap;
			justify-content: flex-end;
			width: 100%;
        	right: 3px;
		}
		.recipe-item .image .cta span:first-child{
			flex: 1 1 100%;
			text-align: right;
			text-overflow: ellipsis;
			display: block;
			white-space: nowrap;
			overflow: hidden;
		}
		.recipe-item .image .cta .icon{
			flex: 0 0 16px;
		}
	}
.recipe-section-dark{
	background: #161818;
	color: #FFF;
}
.row{
	margin: auto;
	max-width: 1200px;
	padding: 0px 10px;
	width: 100%;
}
.separator{
	height: 1px;
	margin: 30px 0px;
	width: 100%;
}
.separator.small{
	margin: 15px 0px;
}

/* SLICK FOOTER */
	.slick-footer{
		max-width: 380px;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.slick-footer img{
		margin: auto;
		width: 100px;
	}
/* SOCIAL FOOTER */
	.social-footer{
		/*background: #000;*/
		margin-top: 25px;
		padding: 15px 25px 5px 25px;
	}
	.social-footer h2{
		color: #AAA;
		margin-bottom: 25px;
	}
	.social-footer ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.social-footer ul{
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
	}
	.social-footer ul li{
		margin-bottom: 10px;
	}
	.social-footer ul li a{
		display: inline-block;
		margin: 0px 15px;
		font-size: 13px;
		font-weight: 100;
	}
	.social-footer ul li a .icon{
		border: 1px solid var(--color-red);
		border-radius: 7px;
		display: inline-block;
		font-size: 16px;
		margin-right: 2px;
		padding: 7px;
		vertical-align: middle;
	}
	.social-footer ul li a:hover .icon{
		color: var(--color-red);
	}
	@media screen and (max-width: 760px){
		.social-footer{
			text-align: left;
			padding: 20px;
			/*padding-left: 45px;*/
		}
		.social-footer ul li a,
		.social-footer ul li a .icon{
			font-size: 14px;
		}
	}
	@media screen and (max-width: 580px){
		.social-footer ul li a,
		.social-footer ul li a .icon{
			text-align: center;
		}
		.social-footer ul li a .text{
			display: block;
			margin-top: 5px;
		}
	}
	.show-movil{
		display: none;
	}
/* SUCURSALES */
	.sucursales{
		/*background: var(--color-red);*/
		color: #FFF;
		color: #434343;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	.sucursales .item{
		border: 1px solid rgba(0,0,0,.05);
		height: 135px;
		padding: 7px;
		overflow: hidden;
		width: 33.3%;
		width: 50%;
	}
	.sucursales .item.active{
		background: #f3f3f3;
	}
	.sucursales .item h2{
		color: #FFF;
		color: #434343;
		cursor: pointer;
		font-size: 15px;
		font-weight: 600;
		margin: 5px 0px;
	}
	.sucursales .item p{
		font-size: 12px;
		font-style: italic;
		font-weight: 100;
		margin-bottom: 5px;
	}
	.sucursales .item .action a{
		color: #FFF;
		color: #434343;
		display: block;
		font-size: 13px;
		font-weight: 100;
	}
	.sucursales .item .action a.inline{
		display: inline-block;
		margin-right: 10px;
	}
	.sucursales .item .action a .icon{
		color: #FFF;
		color: #434343;
		display: inline-block;
		margin-right: 4px;
		vertical-align: middle;
	}
	@media screen and (max-width: 660px){
		.sucursales .item{
			width: 50%;
		}
	}
	@media screen and (max-width: 450px){
		.sucursales .item{
			height: auto;
			width: 100%;
		}
	}
.sugarfixed{
	position: absolute;
    top: 0;
    background-position: 48%  50%;
    background-repeat: no-repeat;
    background-size: 550px auto;
    background-attachment: fixed;
    width: 415px;
    height: 100vh;
    right: -125px;
    z-index: 1;
    transition: all .2s linear;
}
.sugarfixed.last{
	background-attachment: inherit;
}
.sugarfixed.middle{
    background-position: 0px 50%;
    background-size: 200px;
    background-attachment: initial;
	width: 200px;
}
@media screen and (max-width: 1200px){
	.sugarfixed{
	    background-position: 0px 50%;
	    background-size: 400px;
	    background-attachment: initial;
    	width: 400px;
	}

}
/* SECTION TO FULLPAGE */
	.section{
		min-height: 100vh;
		width: 100%;
		overflow: hidden;
		max-width: 100%;
	}
	.section.auto{
		min-height: auto;
		height: auto;
	}
	.section.banner .big{
		display: none;
	}
	@media screen and (max-width: 760px){
		.section.banner .big{
			display: block;
			margin: auto;
			margin-bottom: 25px;
		}	
	}
	.section.morena .sugarfixed{
		background-image: url('../img/azucar_morena.png');
	}
	.section.morena .content,
	.section.morena .content a,
	.section.morena .content a:hover{
		color: #FFF !important;
	}
	/*
	.section.morena .content .title,
	.section.morena .content .description,
	.section.morena .content .middle{
		color: #e91616;
	}
	*/
	.section.extrafina .sugarfixed{
		background-image: url('../img/azucar_extrafina.png');
	}
	.section.extrafina .content,
	.section.extrafina .content a,
	.section.extrafina .content a:hover{
		color: #FFF !important;
	}
	/*
	.section.extrafina .content .title,
	.section.extrafina .content .middle,
	.section.extrafina .content .description{
		color: #fffd3a;
	}
	*/
	.section.rubia .sugarfixed{
		background-image: url('../img/azucar_rubia.png');
	}
	.section.rubia .content,
	.section.rubia .content a,
	.section.rubia .content a:hover,
	.section.rubia .content .slogan{
		color: #FFF !important;
		/*color: #892a04 !important;*/
	}
	.section.rubia .content .description::after{
		background: rgba(227, 5, 26,.6);
	}
	.section.bebidas .sugarfixed{
		background-image: url('../img/azucar_bebidas.png');
	}
	.section.bebidas .content,
	.section.bebidas .content a,
	.section.bebidas .content a:hover{
		color: #FFF !important;
	}
	/*
	.section.bebidas .content .title,
	.section.bebidas .content .middle,
	.section.bebidas .content .description{
		color: #a1fecf;
	}
	*/
	.section.gourmet .sugarfixed{
		background-image: url('../img/azucar_gourmet.png');
	}
	.section.gourmet .content,
	.section.gourmet .content a,
	.section.gourmet .content a:hover{
		color: #FFF !important;
	}
	.section.gourmet .transparent-call{
    	background: rgba(250,250,250,0.1);
	}
	.section.gourmet .transparent-call:hover{
    	background: rgba(250,250,250,0.3);
	}
	.section .content{
		height: 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-start;
		padding-left: 170px;
		text-align: center;
		color: #FFF;
		font-size: 44px;
	}
	.section .content .slogan{
		height: 180px;
		width: 230px;
		display: table-cell;
		vertical-align: middle;
		font-size: 0.5em;
		font-style: italic;
		font-weight: 100;
	}
	.section .content .middle{
		font-size: 0.6em;
		font-weight: 900;
		margin-bottom: -5px;
		display: block;
	}
	.section .content .title{
		font-weight: 900;
	}
	.section .content .description{
		font-weight: 100;
		font-size: 0.5em;
		padding-bottom: 10px;
		display: block;
		letter-spacing: 5px;
	}
	.section .content .description::after{
		content: ' ';
		position: absolute;
		bottom: 0px;
		height: 1px;
		width: 150px;
		background: rgba(255,255,255,.6);
		left: 0px;
	}
	.section .col-2>div{
		height: 100vh;
	}
	.section .col-2>div:last-child{
		z-index: 2;
	}
	.section .picture{
		height: 100%;
	}
	.section .picture .img{
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: 50%;
	}
	.section .picture .sugarfixed{
	    /*right: -160px;*/
	    right: -210px;
	}
	.section .picture .sugarfixed.special{
	    right: -185.1px;
	}
	.section .picture .sugarfixed.middle{
		right: calc(50% - 100px);
	}
	.section .inverse .picture .sugarfixed{
		right: auto;
	    left: -125px;
	}
	@media screen and (max-width: 1470px){
		.section .content{
			font-size: 36px;
		}
		.section .content .transparent-call{
			font-size: 13px;
		}
	}
	@media screen and (max-width: 1200px){
		.section .content{
			justify-content: center;
			padding-left: 0px;
		}
		.section .picture .sugarfixed{
		    right: calc(50% - 200px);
		}
		.section .inverse .picture .sugarfixed{
			right: auto;
		    left: calc(50% - 100px);
		}
	}
	@media screen and (max-width: 760px){
		.section.morena .picture .img{
			background-image: url('../img/sections/azucar_morena_movil.png') !important;
		}
		.section.extrafina .picture .img{
			background-image: url('../img/sections/azucar_extrafina_movil.png') !important;
		}
		.section.rubia .picture .img{
			background-image: url('../img/sections/azucar_rubia_movil.png') !important;
		}
		.section.bebidas .picture .img{
			background-image: url('../img/sections/azucar_bebidas_movil.png') !important;
		}
		.section.gourmet .picture .img{
			background-image: url('../img/sections/azucar_gourmet_movil.png') !important;
		}

		.section.morena .sugarfixed{
			background-image: url('../img/azucar_morena_movil.png');
		}
		.section.extrafina .sugarfixed{
			background-image: url('../img/azucar_extrafina_movil.png');
		}
		.section.rubia .sugarfixed{
			background-image: url('../img/azucar_rubia_movil.png');
		}
		.section.bebidas .sugarfixed{
			background-image: url('../img/azucar_bebidas_movil.png');
		}
		.section.gourmet .sugarfixed{
			background-image: url('../img/azucar_gourmet_movil.png');
		}
		.section .col-2>div{
			width: 100%;
		}
		.section .picture{
			height: 40vh !important;
		}
		.section .content{
			height: 60vh !important;
			font-size: 36px;
		}
		.section .content .slogan{
			height: auto;
			padding: 25px 0px 10px 0px;
			display: block;
			width: 100%;
		}
		.section .content .description::after{
			left: 50%;
			transform: translateX(-50%);
		}
		.section .content .animar-text{
			/*margin-top: 40%;*/
			margin: auto;
			margin-top: 110px;
			text-align: center;
			width: 90%;
		}
		.sugarfixed{
			height: 70vh;
			background-position: center center;
			/*background-size: cover;*/
			background-size: auto 100%;
			width: 80%;
			right: 50% !important;
    		transform: translateX(50%);
    		top: -30px;
		}
	}
	@media screen and (max-width: 500px){
		.sugarfixed{
			width: 70%;
		}
		.section .content{
			height: 60vh !important;
			font-size: 30px;
		}
		.section .content .animar-text{
			margin-top: 50px;
		}
		.section .content .middle{
			margin-bottom: 0px;
		}
		.section .content .slogan{
			padding: 15px 0px 10px 0px;
		}
		.section .content .transparent-call{
			font-size: 10px;
		}
	}
.slick-prev,
.slick-next{
	width: 35px !important;
	height: 35px !important;
	z-index: 2;
}
.slick-prev:before, .slick-next:before{
	font-size: 35px !important;
}
.slick-prev{
	left: 4px !important;
}
.slick-next{
	right: 4px !important;
}
.slogan{
	color: #FFF;
	font-size: 64px;
	font-weight: 900;
	letter-spacing: 3px;
}
@media screen and (max-width: 760px){
	.slogan{
		font-size: 44px;
		letter-spacing: 0px;
	}
}
/* SUGGESTION */
	.suggestion{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.suggestion .parrafo{
		color: #FFF;
		display: block;
		font-weight: 400;
		text-align: left;
		font-size: 20px;
		font-style: italic;
		padding-left: 60px;
	}
	.suggestion .parrafo span{
		display: inline-block;
		margin-left: 4px;
		vertical-align: middle;
	}
	.suggestion a.parrafo{
		font-size: 16px;
	}
	.suggestion a.parrafo span.icon{
		margin-left: 8px;
		transform: scale(1) translateX(0px);
		transition: transform .2s linear;
	}
	.suggestion a.parrafo:hover span.icon{
		transform: scale(1.3) translateX(5px);
	}
	@media screen and (max-width: 760px){
		.suggestion{
			padding-left: 10px;
			padding-right: 10px;
		}
		.suggestion .parrafo{
			padding-left: 0px;
			font-size: 16px;
		}
	}
	@media screen and (max-width: 560px){
		.suggestion .parrafo span:first-child{
			width: 87%;
		}
		.suggestion .parrafo span:last-child{
			margin-left: 0px;
			width: 10%;
		}
	}
.table{
	width: 100%;
}
.table td{
	padding: 6px 6px;
}
.table tr:nth-child(odd) {
	background: #F9F9F9;
}
.table tr:nth-child(even) {
	background: #EFEFEF;
}
.table-wrapp{
	overflow: auto;
	max-width: 100%;
}
/* TEAM */
	.team{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.team .item{
		width: 230px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.team .item:nth-child(4n){
		margin-right: 0px;
	}
	.team .item p{
		font-size: 14px;
		font-weight: 400;
		color: #434343;
		text-align: left;
		width: 100% !important;
	}
	.team .item .picture{
		background: #FFF;
		padding: 10px 10px 20px 10px;
		margin-bottom: 15px;
	}
	.team .item .picture img{
		width: 100%;
	}
	.team .item .picture span{
		color: #777;
		font-size: 12px;
		font-weight: 100;
		font-style: italic;
		bottom: 3px;
		right: 15px;
		position: absolute;
	}
	@media screen and (max-width: 400px){
		.team{
			justify-content: space-between;
		}
		.team .item{
			margin-right: 0px;
			width: 48%;
		}
		.team .item .picture span{
			font-size: 11px;
			right: 12px;
		}
	}
.text-bold{
	font-weight: bold;
}
.text-center{
	text-align: center;
}
.text-2rem{
	font-size: 2rem;
}
.text-big{
	padding: 30px 0px 0px 0px;
	font-size: 42px;
}
.text-green{
	color: var(--color-green) !important;
}
.text-italic{
	font-style: italic;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-medium{
	font-size: 20px;
}
.text-justify{
	text-align: justify;
}
.text-lite{
	font-weight: 100;
}
.text-light{
	color: #595959;
	/*font-size: 0.85rem;*/
	font-weight: 100;
	line-height: 1.8em;
}
.text-normal{
	font-weight: 400;
}
.text-red{
	color: var(--color-red);
}
.text-small{
	font-size: 0.8rem;
}
.text-slim{
	font-weight: 300;
}
.text-subtitle{
	font-style: normal;
	text-transform: uppercase;
}
.text-super-big{
	font-size: 96px;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-white{
	color: #FFF;
}
.title-igsa{
	font-size: 52px;
}
#toggleMapForm{
	margin: 10px 0px 10px 0px;
}
@media screen and (max-width: 760px){
	
	#toggleMapForm{
		margin: 10px 0px 10px 0px;
	}
}
/* TOP RECIPE */
	.top-recipe{
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
		max-width: 370px;
		margin: auto;
		margin-top: 8px;
	}
	.top-recipe div{
		margin-right: 3px;
		overflow: hidden;
		height: 115px;
		width: 120px;
	}
	.top-recipe div img{
		height: 100%;
		width: 100%;
	}
	.top-recipe div p.name{
		background: rgba(227, 5, 26,.6);
		bottom: -250px;
		font-size: 0.8rem;
		height: 121px;
		left: 0px;
		margin: 0px;
		margin-top: 4px;
		text-align: left;
		text-transform: lowercase;
		padding: 5px;
		position: absolute;
		transition: all .2s linear;
		width: 100%;
	}
	.top-recipe div:hover p.name{
		bottom: 0px;
	}
	@media screen and (max-width: 887px){
		.top-recipe{
			justify-content: center;
			width: 295px;
		}
		.top-recipe div{
			width: 95px !important;
		}
		.top-recipe div img{
			height: 95px;
		}
		.top-recipe div p.name{
			background: transparent;
			bottom: 0px;
			font-size: 0.7rem;
			height: auto;
			margin-bottom: 8px;
			padding: 0px 2px 2px 2px;
			position: relative;
		}
	}
/* TRANSPARENT CALLA */
	.transparent-call{
		background: rgba(0,0,0,0.1);
		border: none;
		border-radius: 25px;
		color: #FFF;
		display: inline-block;
		font-size: 16px;
		padding: 10px 20px;
	}
	.transparent-call:hover{
		background: rgba(0,0,0,0.3);
		color: #FAFAFA !important;
	}
	.transparent-call span.icon{
		display: inline-block;
		margin-left: 15px;
		font-size: .8em;
	}
	.transparent-call.red{
		background: var(--color-red);
		color: #FFF;
	}
.video-header{
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.video-header video{
	min-width: 100%;
	min-height: 100%;
}
.wrapper{
	height: 100%;
}
.wrappost a{
	color: var(--color-red)
}

@media(max-width: 1200px){
	.back-azucar-hogar,
	.back-alcohol-hogar,
	.back-ron,
	.back-otros-productos,
	.back-azucar-industrial,
	.back-alcohol-industrial{
		background-size: 50%;
	}
}
@media(max-width: 1080px){
	.igsa-racion-contact>div:nth-child(1){
		flex: 1 1 10%;
	}
	.igsa-racion-contact>div:nth-child(2){
		flex: 1 1 40%;
	}
	.igsa-racion-contact>div:nth-child(3){
		flex: 1 1 20%;
	}
	.igsa-racion-contact>div:nth-child(4){
		flex: 1 1 30%;
	}
}
@media(max-width: 910px){
	.igsa-racion-contact>div:nth-child(1){
		flex: 1 1 10%;
	}
	.igsa-racion-contact>div:nth-child(2){
		flex: 1 1 47%;
	}
	.igsa-racion-contact>div:nth-child(3){
		flex: 1 1 18%;
	}
	.igsa-racion-contact>div:nth-child(4){
		flex: 1 1 25%;
	}
}
@media(max-width: 820px){
	.igsa-racion-contact{
		flex-wrap: wrap;
		padding: 30px 10px;
	}
	.igsa-racion-contact>div:nth-child(1){
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.igsa-racion-contact>div:nth-child(2){
		flex: 0 0 100%;
		text-align: center;
		border-right: none;
		margin-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.igsa-racion-contact>div:nth-child(3){
		flex: 0 0 100%;
		text-align: center;
		padding-left: 0px;
	}
	.igsa-racion-contact .pedido{
		margin-right: auto;
		padding-left: 0px;
		padding-top: 15px;
	}
	.igsa-image-racion{
		flex-wrap: wrap;
	}
	.igsa-image-racion>div{
		flex: 1 1 30%;
	}
	.igsa-image-racion>div:first-child{
		flex: 0 0 100%;
	}
}
@media(max-width: 760px){
	.acordion .item .content .col-2>div:first-child{
		padding-right: 0px;
		border-right: none;
	}
	.acordion .item .content .col-2>div:last-child{
		padding-left: 0px;
	}	
	.back-azucar-hogar,
	.back-alcohol-hogar,
	.back-otros-productos{
		background-image: none !important;
	}
	.back-azucar-hogar>div,
	.back-alcohol-hogar>div{
		max-width: 100%;
		margin: auto;
	}
	.back-azucar-industrial,
	.back-alcohol-industrial{
		background-image: none !important;
	}
	.back-azucar-industrial>div,
	.back-alcohol-industrial>div{
		max-width: 100%;
		margin: auto;
	}
	.back-center-movil{
		background-position: center;
	}
	.back-ron{
		display: none;
	}
	.col-3-movil>div{
		flex: 0 0 31%;
	}
	.directiva{
		flex-wrap: wrap;
	}	
	.directiva .item{
		margin-bottom: 20px;
		border: 10px solid transparent;
	}
	.gap-0-movil{
		gap: 0px;
	}
	.gap-1-movil{
		gap: 10px;
	}
	.guabira{
		background-image: url('../img/banner-quienes-somos-mb.webp');
	}
	.guabira .cabecera{
		margin-top: 30px;
	}
	.guabira .cabecera .title{
		font-size: 44px;
	}
	.flex.justify-start-movil{
		justify-content: flex-start !important;
	}
	.flex.justify-start-movil div{
		text-align: left;
	}
	.igsa-mg-top{
		margin-top: -30px !important;
	}
	.item-memory a{
		padding: 0px;
	}
	.main-carousel-title{
		font-size: 54px;
		margin-top: 40%;
		padding: 0px 20px;
	}
	.mt-0-movil{
		margin-top: 0px;
	}
	.mb-0-movil{
		margin-bottom: 0px !important;
	}
	.page.blog{
		background-position: left center;
	}	
	.pb-0-movil{
		padding-bottom: 0px !important;
	}
	.pd-0-movil{
		padding: 0px !important;
	}
	.pl-0-movil{
		padding-left: 0px !important;
	}
	.pr-0-movil{
		padding-right: 0px !important;
	}
	.section.productos .title{
		font-size: 44px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.section.productos .cabecera .description{
		position: relative;
		bottom: auto;
		left: 0px;
		transform: none;
		margin-top: 30px;
	}
	.show-movil{
		display: block;
	}
	.text-2rem{
		font-size: 1.5rem;
		line-height: 1.2em;
	}
	.text-big{
		font-size: 36px;
	}
	.text-left-movil{
		text-align: left !important;
	}
	.text-super-big{
		font-size: 56px;
	}
	.text-center-movil{
		text-align: center !important;
	}
	.title-igsa{
		margin: 0px;
	}
	.col-2>div{
		width: 100%;
		margin-bottom: 4%;
	}
	.col-5>div{
		margin-bottom: 4%;
		width: 48%;
	}
	.productos{
		background-image: url('../img/productos_cana_azucar-mb.webp');
		height: 70%;
	}
	.row{
		padding: 0px 20px;
	}
	.union_caneros{
		background-image: url('../img/union_de_caneros-mb.webp');
	}
	.unidades-tecnologcias{
		background-image: url('../img/unidad-tecnologicas-mb.webp');
	}
	.wrap-movil{
		flex-wrap: wrap !important;
	}
}
@media(max-width: 560px){
	.main-carousel-title{
		font-size: 34px;
        height: 100%;
        display: flex;
        align-items: center;
        margin-top: 0px;
        padding: 0px 36px;
		justify-content: center;
	}
}