/* Home 1 */
.home-1-1{
    background-image: url('../img/home/slider1.jpg');
    background-size: cover;
    background-position: bottom;
    height: 639px;
}
.home-1-2{
    background-image: url('../img/home/slider2.jpg');
    background-size: cover;
    background-position: center;
    height: 639px;
}
.home-1-3{
    background-image: url('../img/home/slider3.jpg');
    background-size: cover;
    background-position: center;
    height: 639px;
}

.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: 400;
}
.home-2-item > img{
    margin-bottom: 30px;
}
.home-2-item > h3{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    /* font-family: 'Roboto', sans-serif; */
    margin-bottom: 15px;
}
.home-2-item > p{
    text-align: center;
    color: #5c5c5c;
    /* font-family: 'Roboto', sans-serif; */
}

/* Home 3 */
.home-3-div-ext{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}
.home-3{
    background-image: url('../img/home/fondo.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 678px;
}
.home-3-div-ext h2{
    padding-left: 1rem;
    padding-right: 1rem;
    color: black;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto Serif' , serif;
}

/* 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;
}
.home-4-2 > p{
    color: #5c5c5c;
}

/* 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;
    position: relative;
}
.lp-tit{
    font-size: 1.3rem;
	font-weight: 600;
}
.lp-btn{
    background-color: white;
    color: black;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}
.lp-text{
	font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
}
.img-producto{
    margin-bottom: 1rem;
    border-radius: .5rem;
    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;
}
.home-6-1 > p{
    color: #5c5c5c;
    font-size: 1.2rem;
}
.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-1-3{
        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-1-3{
        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-1-3{
        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-1-3{
        height: 300px;
    }


    .home-3{
        height: 300px;
    }
}