/*------------*/
/*---Slider---*/
/*------------*/

.splideHome{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxSplide{
	width: 100%;
	height: 100vh !important;
}
.homeSlide img{
	width: 100%;
	filter: brightness(0.5);
}
.splide__track--fade>.splide__list>.splide__slide.is-active {
    height: 100vh;
}
.splide__pagination {
    flex-direction: row;
    width: fit-content;
    margin: 0 auto !important;
}
.splide__pagination li{
	width: fit-content;
}
/*--------------------*/
/*-- Text en Slider --*/
/*--------------------*/
.sliderTxt{
	position: absolute;
	top: 2rem;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.sliderTxt div h2, .sliderTxt div h1, .sliderTxt div p {
	color: white;
	text-align: center;
}
.sliderTxt div{
	max-width: 500px;
}
.sliderTxt div h2, .sliderTxt div h1{
	font-size: 2.5rem;
	margin-bottom: 1.2rem;
} 
.sliderTxt div p{
	font-size: 1.2rem;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
} 
.sliderLink{
	background: #C3793C;
    padding: 0.7rem 1.4rem;
    border-radius: 0rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 1.5rem;
    transition: all 0.5s 0s ease;
}
.sliderLink span{
	font-size: 1.2rem;
	color: white !important;
	font-weight: 800;
	text-transform: uppercase;
}
.sliderLink:hover{
	background: #8d4b15 !important;
	transition: all 0.5s 0s ease;
}

/*----------------------*/
/*----------------------*/
/*---Estilo Responsive--*/
/*----------------------*/
/*----------------------*/

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)  { 

/*------------*/
/*---Slider---*/
/*------------*/

.splideHome{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxSplide{
	width: 100%;
	height: 100vh !important;
}
/*Important*/
.homeSlide img{
	width: auto;
	height: 100vh;
	transform: translateX(-48rem);
}
.splide__track--fade>.splide__list>.splide__slide.is-active {
    height: 100vh;
}
/*--------------------*/
/*-- Text en Slider --*/
/*--------------------*/
.sliderTxt{
	position: absolute;
	display: flex;
	flex-direction: column;
	max-width: 1240px;
    width: 70%;/**/
}
.sliderTxt div h2, .sliderTxt div p {
	color: white;
}
.sliderTxt div{
	max-width: 500px;
}
.sliderTxt div h2{
	margin-bottom: 1.75rem;
	font-size: 2.2rem;
} 
.sliderTxt div p{
	display: none;
} 
.sliderLink{
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 30px;
}
.sliderLink span{
	font-size: 1.3rem;
}
.sliderLink img{
	padding-left: 1rem;
    max-width: 20px;
}

}