.ini-slider-txt{
	display: table;
	color: #fff;
	z-index: 4;
	margin-left: 5rem;
}
.ini-slider-txt1 h1{
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 20px;
	-webkit-text-stroke: 1px #201E1E;

}
.ini-slider-txt1 h1 span{
	font-size: 5.3rem;
	color: #E0072F;
	font-weight: 600;
	-webkit-text-stroke: 0px black;
	text-shadow: 0 0 2px #201E1E, 0 0 2px #201E1E, 0 0 2px #201E1E;
}

.ini-slider-txt3 a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
	text-shadow: 1px 1px 2px #545454;
}
.ini-slider-txt3 img{
	margin-left: 5px;
	margin-top: 2px;
	height: 18px;
}
/*-------------*/
.swiper {
	width: 100%;
	height: auto;
	position: relative;
  }

  .swiper-slide {
	background-position: center;
	background-size: cover;
  }

  .autoplay-progress {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: var(--swiper-theme-color);
  }

  .autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 4px;
	stroke: var(--swiper-theme-color);
	fill: none;
	stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
  }
  .pagination-productos{
	bottom: 1rem !important;
  }
  .swiperProductos{
	padding-bottom: 5rem;
  }
/*--------------*/
.ini-slider1, .ini-slider2, .ini-slider3{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	padding: 0;

	display: flex;
	align-items: center;
}
.ini-slider1{
	background-image: url('../img/home/slider1.jpg');
}
.ini-slider2{
	background-image: url('../img/home/slider2.jpg');
}
.ini-slider3{
	background-image: url('../img/home/slider3.jpg');
}
.swiper-pagination-bullet{
	background-color: #201E1E;
	opacity: .8;
	transition: all .3s ease-in-out;
}
.swiper-pagination-bullet-active{
	background-color: #E0072F;
}
.inicio1{
	padding: 100px 0;
}
.inicio1-h{
	border-radius: 1rem;
}
.inicio1-h div{
	border-radius: 1rem;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 480px;
	display: inline-block;
	transition: 0.5s;
}
.inicio1 h2{
	font-size: 1.2rem;
	font-weight: 600;
	margin: 15px 0 0 15px;
	position: relative;
}
.inicio1 h2:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0px;
	height: 8px;
	background: #E0072F;
	transition: 0.5s;
}
.inicio1-h{
	overflow: hidden;
}
.inicio1-item:hover .inicio1-h div{
	transform: scale(1.1);
	transition: 0.5s;
}
.inicio1-item:hover h2:after{
	width: 50px;
	transition: 0.5s;
}
.inicio2-2{
	background-image: url(../img/home/image3.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 650px;
}
.inicio2-1{
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #fff;
	background: #201E1E;
}
.inicio2-1 div{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-left: 10%;
}
.inicio2-1 h3{
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 50px;
}
.inicio2-1 p{
	font-size: 0.9rem;
	text-align: justify;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 50px;
}
.inicio2-1 a{
	display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 3px 22px;
}
.imgcafe{
	background-image: url('../img/home/image3.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.inicio3{
	display: block !important;
}
.inicio3{
	margin-top: 110px;
	margin-bottom: 120px;
	display: block;
}
.inicio3 h2{
	font-size: 2rem;
	font-weight: 600;
	color: #000;
	margin-top: 0;
	margin-left: -20px;
	margin-bottom: 30px;
}
.inicio3 img{
	margin: auto;
	width: 80%;
}
.inicio3 .item button{
	padding: 0;
	border: 0;
	background: transparent;
	outline: none;
	width: 95%;
}
.slick-arrow{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    filter: invert(1);
    background-color: #000;
    border: 0;
    outline: none;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}
.slick-prev{
	background-image: url(../img/home/arrow.png);
    left: -90px;
}
.slick-next{
	background-image: url(../img/home/arrow.png);
    transform: rotateY(180deg) translateY(-50%);
    right: -90px;
}
.inicio3 h3{
	font-size: 1rem;
	margin: 0 0 0 10px;
	color: #000;
	text-align: center;

	display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita a 2 líneas */
    line-clamp: 2; /* Propiedad estándar */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inicio3 h3 span{
	font-weight: 700;
}
.producto-a:hover::after{
    width: 50px;
}
.producto-a{
	position: relative;
}
.producto-a::after{
	content: '';
	position: absolute;
	left: 10px;
	bottom: -15px;
	width: 0px;
	height: 8px;	
	background: #E0072F;
	transition: 0.5s;
	z-index: 9;
}
.inicio3 .item{
	position: relative;
	padding-bottom: 30px;
	text-align: center;
}
.inicio3 .item a{
	text-decoration: none;
	outline: none;
}
.inicio3 .item:hover h3:after{
	width: 40px;
	transition: 0.5s;
}
.inicio4{
	background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0)), url('../img/home/image5.jpg');

	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 6rem 1rem;
	color: #fff;
}
.inicio4 h2{
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.inicio4 p{
	font-size: 0.9rem;
	margin-bottom: 30px;
	font-weight: 300;
}
.inicio4 a{
	display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 3px 22px;
}
.inicio5{
	padding: 80px 1rem 110px;
}
.inicio5 h3{
	font-size: 1.8rem;
	color: #201E1E;
	font-weight: 600;
	margin: 40px 0 20px 0;
}
.inicio5 p{
	font-size: 1rem;
	color: #000;
	margin-bottom: 50px;
}
.inicio5 a {
    display: inline-block;
    color: #E0072F;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px 100px;
    border: 2px solid #E0072F;
    border-radius: 50px;
    text-decoration: none;
}
.img-producto{
	border-radius: 1rem;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
.img-producto::after{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.producto-a{
	text-decoration: none;
}

@media(min-width: 320px){
	.ini-slider-txt3 a,.ini-slider-txt2 p{
		font-size: 14px;
	}
	.inicio1 {
	    padding: 70px 0 30px 0;
	}
	.inicio1 h2{
		margin-bottom: 40px;
	}
	.inicio2-1 h3{
		font-size: 1rem;
	}
	.inicio2-1 p{
		font-size: 0.8rem;
	}
	.inicio3 h2{
		font-size: 1.6rem;
	}
	.inicio3 {
	    margin-top: 70px;
	    margin-bottom: 60px;
	}
	.inicio4 h2{
		font-size: 1.5rem;
	}
	.inicio4 a,.inicio4 p{
		font-size: 0.9rem;
	}
	.inicio5 h3{
		font-size: 1.4rem;
	}
	.inicio5 p,.inicio5 a{
		font-size: 0.9rem;
	}
}
@media(min-width: 375px){

	.inicio2-1 h3{
		font-size: 1.1rem;
	}
	.inicio2-1 p{
		font-size: 0.9rem;
	}
	.inicio3 h3{
		font-size: 0.8rem;
	}
}
@media(min-width: 425px){
	.inicio3 h3{
		font-size: 0.9rem;
	}
}
@media(max-width: 767px){
	.fondo-slider{
		width: 100%;
	}
	.inicio2-1 div{
		width: 80%;
		margin: 50px auto;
		top: 0;
		transform: none;
	}
	.inicio5 a{
		width: 80%;
		padding: 10px 0;
	}
	.inicio3 h2{
		margin-left: 0;
	}
	.inicio5 p{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media(min-width: 768px){
	.ini-slider1, .ini-slider2, .ini-slider3{
		background-position: center;
	}
	.sub-txt1{
		width: 40%;
	}
	.ini-slider-txt2 p{
	    font-size: 14px;
	    margin-top: 10px;
	    margin-bottom: 40px;
	}
	.ini-slider-txt3 a {
	    font-size: 14px;
	}
	.inicio1{
		width: 90%;
		margin: auto;
	}
	.inicio1 .row,.inicio2 .row{
		display: flex;
	}
	.inicio1 .row div div{
		height: 270px;
	}
	.inicio1 h2{
		font-size: 1rem;
		margin-bottom: 0;
	}
	.inicio1 {
	    padding: 70px 0;
	}
	.inicio2-1 div{
		width: 75%;
	}
	.inicio2-1 h3{
		font-size: 1rem;
	}
	.inicio2-1 p,.inicio2-1 a{
		font-size: 0.8rem;
	}

	.inicio3 h2{
		font-size: 1.6rem;
	}
	.inicio3 {
	    margin: 4rem 0 3rem;
	}
	.slick-next{
		right: -50px;
	}
	.slick-prev{
		left: -50px;
	}
	.inicio4 {
		padding: 5rem 2rem 10rem;
	}
	.inicio5 {
	    padding: 80px 0 140px 0;
	}
	.inicio5 h3{
		font-size: 1.8rem;
	}
	.inicio5 p, .inicio5 a {
	    font-size: 1rem;
	}
}
@media(min-width: 992px){
	.sub-txt1 {
	    width: 32%;
	}
	.ini-slider-txt3 a {
	    font-size: 15px;
	}
	.inicio1 .row div div{
		height: 360px;
	}
	.inicio1 h2{
		font-size: 1.2rem;
	}
	.inicio1 {
	    padding: 100px 0;
	}
	.inicio2-1 h3{
		font-size: 1.1rem;
	}
	.inicio2-1 p,.inicio2-1 a{
		font-size: 0.9rem;
	}

	.inicio4 h2{
		font-size: 1.7rem;
	}
	.inicio4 a, .inicio4 p{
		font-size: 1rem;
	}
	.inicio4 {
		padding: 5rem 2rem 12rem;
	}
	.inicio3 {
		margin: 5rem 0 4rem;
	}
}
@media(min-width: 1200px){
	.inicio1 .row div div{
		height: 480px;
	}
	.inicio1 h2{
		font-size: 1.4rem;
	}

	.inicio3 h2{
		font-size: 2rem;
	}
	.inicio3 h3 {
	    font-size: 1rem;
	}
	.inicio3 img{
		width: 90%;
	}
	.inicio2-1 p{
		margin-bottom: 80px;
	}
	.inicio4 {
		padding: 6rem 2rem 14rem;
	}
	.inicio3 {
		margin: 6rem 0 5rem;
	}
}
@media(min-width: 1400px){
	.ini-slider-txt3 a {
	    font-size: 18px;
	}

	.inicio1 .row div div {
	    height: 530px;
	}
	.inicio3 img {
	    width: 100%;
	}
	.inicio2-1 p, .inicio2-1 a {
	    font-size: 1rem;
	}
	.inicio2-1 h3 {
	    font-size: 1.3rem;
	}
	.inicio3 h3 {
	    font-size: 1.1rem;
	}
	.inicio4 h2{
		font-size: 1.9rem;
	}
}
@media(min-width: 1600px){
	.ini-slider-txt2 p,.ini-slider-txt3 a{
		font-size: 20px;
	}

	.inicio2-1 p, .inicio2-1 a {
	    font-size: 1.1rem;
	}
	.inicio2-1 h3 {
	    font-size: 1.5rem;
	}
	.inicio3 h3 {
	    font-size: 1.15rem;
	}
	.inicio3 h2 {
	    font-size: 2.2rem;
	}
	.inicio4 {
		padding: 6rem 2rem 20rem;
	}
	.inicio4 h2 {
	    font-size: 2.1rem;
	}
	.inicio4 a, .inicio4 p {
	    font-size: 1.2rem;
	}
	.inicio5 h3 {
	    font-size: 2.2rem;
	    margin: 60px 0 20px 0;
	}
	.inicio5 p, .inicio5 a {
	    font-size: 1.2rem;
	}
	.inicio1 h2 {
	    font-size: 2rem;
	}
	.inicio1 {
	    padding: 120px 0;
	}
}
@media(min-width: 1900px){

	.inicio2-1 h3 {
	    font-size: 1.8rem;
	}
	.inicio2-1 p, .inicio2-1 a {
	    font-size: 1.4rem;
	}
	.inicio3 h3 {
	    font-size: 1.3rem;
	}
	.inicio3 h2 {
	    font-size: 2.5rem;
	}
}
@media(max-width: 992px){
	.ini-slider-txt1 h1{
		font-size: 2rem;
	}
	.ini-slider-txt1 h1 span{
		font-size: 2.5rem;
	}
	.ini-slider-txt {
		text-align: center;
	    margin-left: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.ini-slider1, .ini-slider2, .ini-slider3{
		justify-content: center !important;
		height: 400px;
	}
}