/* Home 1 */
.home-1-1{
    background-size: cover;
    background-position: center;
    height: 580px;
}
.home-bg-1{
    background-image: url('../img/home/slider1.jpg');
}
.home-bg-2{
    background-image: url('../img/home/slider2.jpg');
}
.home-bg-3{
    background-image: url('../img/home/slider3.jpg');
}

.home-img-1{
    position: absolute;
    left: 0;
    z-index: 3;
}
.home-img-2{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
}
.home-img-3{
    position: absolute;
    /* top: 50px; */
    right: 0;
    /* bottom: 0; */
    left: 0;
    margin: auto;
    top: 100px;
    z-index: 5;
}
.home-img-4{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    height: 609px;
}
.texto-home{
    position: absolute;
    z-index: 7;
    max-width: 800px;
    height: 100%;
    padding-left: 185px;
}
.texto-home h1{
    font-family: 'Roboto Serif' , serif;
    font-size: 5rem;  
    font-weight: 700;
}
.texto-home h2{ 
    font-family: 'Roboto Serif' , serif;
    font-size: 3rem;
    font-weight: 600;
}
.texto-home h2 > span{
    font-family: 'Roboto Serif' , serif;
    font-size: 5rem;
    font-weight: 700;
}

/* Home 2 */
.home-2{
    padding: 100px 185px;
    /* padding-left: 185px;
    padding-right: 185px;
    padding-bottom: 100px; */
}
.home-2 > h2{
    text-align: center;
    font-size: 3rem;
    margin-bottom: 50px;
    font-family: 'Roboto Serif' , serif;
    font-weight: bold;
    color: #9E3232;
}
.home-2-item > img{
    margin-bottom: 30px;

    display: block;
    margin: auto;
    transition: transform .8s ease-in-out;
    transform-style: preserve-3d; 
}
.home-2-item > img:hover {
    transform: rotateY(360deg);
  }
.home-2-item > h3{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    /* font-family: 'Roboto', sans-serif; */
    margin-bottom: 15px;
}
.home-2-item > p{
    text-align: center;
    color: #5c5c5c;
    font-size: 1.2rem;
}

/* Home 3 */
.home-3{
    background-image: url('../img/home/fondo.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 678px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.home-3-div{
    width: 100%;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.212);
    backdrop-filter: blur(.4rem);
}
.home-3-div h2{
    text-shadow: 0px 2px 0px #9E3232, 0px -2px 0px #9E3232, 1px 0px 0px #9E3232 , -1px 0px 0px #9E3232;
    color: white;
    font-size: 4rem;
    max-width: 750px;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto Serif' , serif;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

/* Home 4 */
.home-4{
    padding: 100px 185px;
    /* padding-left: 185px;
    padding-right: 185px; */
}
.home-4-1{
    width: 55%;
    margin-right: 40px;
}
.home-4-2{
    width: 45%;
}
.home-4-2 > h2{
    font-family: 'Roboto Serif' , serif;
    margin-bottom: 40px;
    font-weight: bold;
}
.home-4-2 > p{
    color: #5c5c5c;
    font-size: 1.2rem;
    text-align: justify;
}

/* Home 5 */
.home-5{
    padding-left: 185px;
    padding-right: 185px;
}
.home-5 > h2{
    font-family: 'Roboto Serif' , serif;
    margin-bottom: 40px;
}
.lp-product{
    border-radius: 15px;
    padding: 20px;
    /* max-width: 400px; */
    position: relative;
}
.fondo-amarillo{
    background-color: #9E3232;
}
.fondo-naranja{
    background-color: #373435;
}
.lp-tit{
    margin-bottom: .5rem;
    margin-top: .5rem;
    font-size: 1.3rem;
	font-weight: 600;
    color: white;
}
.lp-btn{
    background-color: white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}
.lp-text{
	font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
}
.img-producto{
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
.img-producto::after{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

/* Home 6 */
.home-6{
    padding: 100px 185px;
    /* padding-left: 185px;
    padding-right: 185px; */
}
.home-6-1{
    width: 45%;
    margin-right: 40px;
}
.home-6-1 > h2{
    font-family: 'Roboto Serif' , serif;
    margin-bottom: 40px;
    font-weight: bold;
}
.home-6-1 > p{
    color: #5c5c5c;
    font-size: 1.2rem;
    text-align: justify;
}
.home-6-2{
    width: 55%;
}


@media (max-width: 1440px) {
    .texto-home{
        padding-left: 100px;
    }
    .home-2{
        padding-left: 100px;
        padding-right: 100px;
    }
    .home-4{
        padding-left: 100px;
        padding-right: 100px;
    }
    .home-5{
        padding-left: 100px;
        padding-right: 100px;
    }
    .home-6{
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (max-width: 1200px) {
    .texto-home{
        padding-left: 60px;
    }
    .home-2{
        padding-left: 60px;
        padding-right: 60px;
    }
    .home-4{
        padding-left: 60px;
        padding-right: 60px;
    }
    .home-5{
        padding-left: 60px;
        padding-right: 60px;
    }
    .home-6{
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 992px) {
    .texto-home{
        padding-left: 30px;
    }
    .home-1-1{
        height: 550px;
    }
    .home-1-2{
        height: 550px;
    }
    .home-img-1{
        height: 550px;
    }
    .home-img-2, .home-img-3{
        display: none !important;
        visibility: hidden !important;
    }
    .home-img-4{
        height: 550px;
    }
    .home-2{
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-3{
        padding-left: 30px;
        padding-right: 30px;
        height: 500px;
    }
    .home-4{
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-5{
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-6{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 991px){
	.home-2 > .row > div{
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
    .texto-home{
        max-width: none;
        width: 100%;
        padding-right: 30px;
    }
    .texto-home h1{
        font-size: 3rem;
        text-align: center;
    }
    .texto-home h2{
        font-size: 2rem;
        text-align: center;
    }
    .texto-home h2 > span{
        font-size: 3rem;
    }
    .home-1-1{
        height: 500px;
    }
    .home-1-2{
        height: 500px;
    }
    .home-img-1{
        height: 500px;
    }
    .home-img-4{
        height: 500px;
    }
    .home-2 > h2{
        font-size: 2.5rem;
    }
    .home-3{
        height: 400px;
    }
    .home-3 > h2{
        font-size: 2.5rem;
    }
    .home-4{
        flex-direction: column;
    }
    .home-4-1{
        width: 80%;
        margin-right: 0;
        margin-bottom: 20px
    }
    .home-4-2{
        width: 100%;
    }
    .home-6{
        flex-direction: column;
    }
    .home-6-1{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
    .home-6-2{
        width: 80%;
    }
}
@media (max-width: 576px) {}
@media (max-width: 425px) {
    .texto-home{
        padding-left: 20px;
        padding-right: 20px;
    }
    .texto-home h1{
        font-size: 2.5rem;
        text-align: center;
    }
    .texto-home h2{
        font-size: 1.5rem;
        text-align: center;
    }
    .texto-home h2 > span{
        font-size: 2.5rem;
    }
    .home-1-1{
        height: 350px;
    }
    .home-1-2{
        height: 350px;
    }
    .home-img-1{
        height: 350px;
    }
    .home-img-4{
        height: 350px;
    }
    .home-2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-2 > h2{
        font-size: 2rem;
    }
    .home-3{
        height: 350px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-3 > h2{
        font-size: 2rem;
    }
    .home-4{
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-4-1{
        width: 100%;
    }
    .home-4-2 > h2{
        text-align: center;
    }
    .home-4-2 > p{
        text-align: justify;
    }
    .home-5{
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-6{
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-6-1 h2{
        text-align: center;
    }
    .home-6-1 p{
        text-align: justify;
    }
    .home-6-2{
        width: 100%;
    }
}
@media (max-width: 375px) {
    .texto-home h1{
        font-size: 2.3rem;
        text-align: center;
    }
    .texto-home h2{
        font-size: 1.3rem;
        text-align: center;
    }
    .texto-home h2 > span{
        font-size: 2.3rem;
    }
    .home-1-1{
        height: 300px;
    }
    .home-1-2{
        height: 300px;
    }
    .home-img-1{
        height: 300px;
    }
    .home-img-4{
        height: 300px;
    }
    .home-3{
        height: 300px;
    }
}