
.ini-slider1, .ini-slider2, .ini-slider3{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 725px;
	display: flex;
	align-items: center;
	justify-content: 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');
}
.ini-slider-txt{
	width: 1100px;
}
.ini-slider-txt h1{
	text-shadow: 0 0 3px black, 0 0 3px black ;
	color: white;
	font-size: 2rem;
	margin-bottom: 25px;
}
.ini-slider-txt p{
	text-shadow: 0 0 3px black, 0 0 3px black ;
	color: white;
	margin-bottom: 70px;
}
.ini-slider-txt span{
	font-weight: 600;
}
.ini-slider-txt a{
	background-color: black;
	color: white;
	border: 1px solid black;
	transition: .5s;
	text-decoration: none;
	padding: 15px 25px;
}
.ini-slider-txt a:hover{
	background-color: white;
	color: black;
	border: 1px solid black;
	transition: .5s;
}

/* Seccion 1 */
.seccion-1{
	max-width: 1140px;
	margin: auto;
	padding: 60px 0;
}
.seccion-1-div1{
	background-image: url('../img/home/img1.jpg');
	background-position: center;
	background-size: cover;
	height: 296px;
	justify-content: center;
}
.seccion-1-div2{
	background-image: url('../img/home/img2.jpg');
	background-position: center;
	background-size: cover;
	height: 296px;
	justify-content: center;
}
.seccion-1-div3{
	background-image: url('../img/home/img3.jpg');
	background-position: center;
	background-size: cover;
	height: 296px;
	justify-content: center;
}
.text-seccion-1{
	max-width: 178px;
	justify-content: flex-end;
	padding-bottom: 1rem;
}
.text-seccion-1 h2{
	text-shadow: 0 0 3px black, 0 0 3px black ;
	color: white; 
	font-weight: 400;
	margin-bottom: 40px;
}
.seccion-1-div3 .text-seccion-1 {
	color: white;
}
.btn-transparente{
	color: #000;
	font-weight: bold;
	padding: 15px 18px;
	text-decoration: none;
	border: 2px solid black;
	text-align: center;
	transition: .5s;
}
.btn-transparente:hover{
	background-color: rgba(0, 0, 0, 0.466);
	color: white;
	transition: .5s;
}
.btn-negro{
	color: #000;
	padding: 15px 18px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #000;
	text-align: center;
	transition: .5s;
}
.btn-negro:hover{
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	transition: .5s;
}

/* Seccion 2 */
.seccion-2{
	padding-bottom: 120px;
}
.seccion-2-titulo{
	margin-bottom: 60px;
}
.seccion-2-titulo h3{
	font-size: 1.75rem;
	font-weight: 400;

}
.seccion-2-titulo h4{
	font-size: 0.8rem;
}
.seccion-2 .item a{
	text-decoration: none;
	color: black !important;
	padding: 0;
	border: 0;
	background: transparent;
	outline: none;
	width: 95%;
}
.seccion-2 .autoplay h3{
	padding-top: 20px;
	text-align: left;
	font-size: 1rem;
}
.seccion-2 .autoplay p{
	text-align: left;
	font-size: 1rem;
}
.sec_precio{
	border-top: 1px solid #e6e6e6;
	padding: 20px 16px;
}
.sec_precio img{
	background-color: #efefef;
	padding: 4px;
	border-radius: 50%;
	width: 28px;
}
.sec_precio h6{
	font-size: 0.9rem;
	margin-bottom: 0;
}
.precio_1{
	text-decoration: line-through;
	margin-right: 10px;
}
.precio_2{
	font-weight: 600;
}

/* Seccion 3 */
.seccion-3{
	background-image: url('../img/home/fondo.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 880px;
}
.seccion-3 h2{
	color: white;
	text-shadow: 0 0 3px black, 0 0 3px black;
	font-size: 7rem;
	max-width: 600px;
	text-align: center;
	font-weight: 400;
}
.seccion-3 p{
	color: white;
	text-shadow: 0 0 3px black, 0 0 3px black;
}
.seccion-3 span{
	font-weight: 600;
}
.seccion-3 a{
	background-color: #2287BB;
	color: white;
	border: 1px solid #065e8a;
	border-radius: .5rem;
	transition: .5s;
	text-decoration: none;
	padding: 15px 25px;
	margin-top: 50px;
}
.seccion-3 a:hover{
	background-color: white;
	color: black;
	border: 1px solid black;
	transition: .5s;
}

/* Seccion 4 */
.seccion-4{
	padding-top: 80px;
	padding-bottom: 110px;
	background-color: #F0F0F0;
}
.seccion-4-titulo{
	margin-bottom: 80px;
}
.seccion-4-titulo h3{
	font-size: 2rem;
	font-weight: 400;
}
.seccion-4-titulo h4{
	font-size: 0.8rem;
}
.seccion-4-cont{
	max-width: 1110px;
	margin: auto;
}
.seccion-4-div1{
	width: 50%;
	background-image: url('../img/home/fondo2.jpg');
	background-position: left;
	background-size: cover;
	height: 680px;
}
.seccion-4-div2{
	width: 50%;
	background-color: #2287BB;
	color: white;
}
.seccion-4-div2-cont{
	width: 70%;
	margin: auto;
}
.seccion-4-div2-cont h2{
	font-weight: 400;
	margin-bottom: 45px;
}
.seccion-4-div2-cont p{
	margin-bottom: 45px;
}
.seccion-4-div2-cont a{
	background-color: #A0C4FF;
	border-radius: .5rem;
	color: #000;
	border: 1px solid white;
	padding: 15px 18px;
	text-decoration: none;
	transition: .5s;
}
.seccion-4-div2-cont a:hover{
	background-color: white;
	color: black;
	transition: .5s;
}

.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; */
}
.img-producto{
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
.img-producto::after{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.autoplay{
	width: 80%;
	margin: auto;
}

@media(max-width: 1440px){
	.ini-slider1, .ini-slider2, .ini-slider3{
		height: 650px;
	}
	.seccion-3{
		height: 800px;
	}
}

@media(max-width: 1200px){
	.ini-slider-txt{
		width: 800px;
	}
	.seccion-1{
		width: 950px;
	}
	.seccion-3{
		height: 700px;
	}
	.seccion-4-cont{
		width: 900px;
	}
}

@media(max-width: 992px){
	.ini-slider-txt{
		width: 700px;
	}
	.ini-slider1, .ini-slider2, .ini-slider3{
		padding: 0 30px;
		height: 550px;
	}
	.seccion-3{
		background-position: left;
		height: 600px;
	}
	.seccion-4-cont{
		width: 700px;
	}
}

@media(max-width: 991px){
	.seccion-1{
		max-width: 700px;
	}
	.seccion-1 > div:last-child{
		margin-top: 40px;
	}
}

@media(max-width: 768px){
	.ini-slider-txt{
		width: 100%;
	}
	.ini-slider1, .ini-slider2, .ini-slider3{
		height: 400px;
	}
	.seccion-3{
		height: 500px;
	}
	.seccion-3 h2{
		font-size: 5rem;
	}
	.seccion-4{
		padding-left: 30px;
		padding-right: 30px;
	}
	.seccion-4-cont{
		width: 100%;
		flex-direction: column;
	}
	.seccion-4-div1, .seccion-4-div2{
		width: 100%;
	}
	.seccion-4-div1{
		height: 500px;
	}
	.seccion-4-div2{
		padding: 50px 20px;
	}
	.seccion-4-div2-cont{
		width: 100%;
	}
}

@media(max-width: 767px){
	.seccion-1{
		max-width: 500px;
	}
	.seccion-1 > div{
		margin-top: 30px;
	}
}

@media(max-width: 576px){
	.seccion-1{
		max-width: none;
		width: 100%;
	}
	.seccion-4-div1{
		height: 400px;
	}
}

@media(max-width: 425px){
	.ini-slider1, .ini-slider2, .ini-slider3{
		background-position: left;
		padding: 0 20px;
	}
	.ini-slider-txt h1{
		text-align: center;
	}
	.ini-slider-txt p{
		text-align: center;
		margin-bottom: 50px;
	}
	.ini-slider-txt div{
		justify-content: center;
	}
	.seccion-1-div2{
		background-position: left;
	}
	.seccion-3{
		padding-left: 20px;
		padding-right: 20px;
		height: 400px;
	}
	.seccion-3 h2{
		font-size: 4rem;
	}
	.seccion-3 p{
		text-align: center;
	}
	.seccion-4{
		padding-left: 20px;
		padding-right: 20px;
	}
	.seccion-4-div1{
		height: 300px;
	}
	.seccion-4-div2-cont > div{
		justify-content: center !important;
	}
}

@media(max-width: 375px){
	.seccion-4{
		padding-left: 15px;
		padding-right: 15px;
	}
	.seccion-4-div1{
		height: 200px;
	}
}

@media(min-width: 768px){
	.slick-next{
		right: -50px;
	}
	.slick-prev{
		left: -50px;
	}
}
