/* Seccion 1 */
.fondo-1{
    background-image: url('../img/home/slider1.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    /* height: 918px; */
}
.fondo-2{
    background-image: url('../img/home/slider2.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    /* height: 918px; */
}
.fondo-3{
    background-image: url('../img/home/slider3.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    /* height: 918px; */
}
.seccion-1-carousel{
    /* height: 760px; */
    height: 918px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1210px;
    margin: auto;
    padding-top: 280px;
}
.seccion-1A-titulo-1{
    font-family: 'Poppins', sans-serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: 75px;
}
.seccion-1A-titulo-2{
    font-family: 'Poppins', sans-serif;
    font-size: 6rem;
    font-weight: 600;
    color: rgb(247, 187, 120);
    line-height: 75px;
    margin-bottom: 25px;
}
.seccion-1A-parrafo{
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    max-width: 400px;
    line-height: 23px;
    margin-bottom: 30px;
}
.seccion-1A-parrafo>span{
    font-weight: 500;
}
.btn-conocenos{
    background-color: transparent;
    border: 1px solid white;
    border-radius: 20px;
    color: white !important;
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 2px;
    padding-left: 23px;
    padding-right: 23px;
    font-family: 'Roboto', sans-serif;
	text-decoration: none;
}
.carousel-control-prev, .carousel-control-next{
    width: 5%;
}
.carousel-indicators{  
    bottom: 200px;
}
.carousel-indicators [data-bs-target]{
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
.carousel-indicators > button{
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.carousel-indicators .active{
    background-color: rgb(192, 162, 125);
}

/* Seccion 2 */
.seccion-2{
    /* background-image: url('../img/home/Group 25(2).png');
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center 2px; */
    /* padding-top: 20px; */
	position: absolute;
	top: -190px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	
    /* z-index: 100; */
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}
/* .asdasd{
	background-image: url('../img/home/Group 25.png'); 
	background-size: cover; 
	background-position: top; 
	height: 200px; 
	position:relative; 
	top: -170px;
} */
.cont-seccion-2{
	position: relative; 
	background-color: black;
	height: 350px;
}
.seccion-2-img{
	position: absolute; 
	top: -200px;
}
.seccion-2-contenedor-img-1{
    margin: 0 6px;
    position: relative;
    top: -20px
}
.seccion-2-contenedor-img-2{
    margin: 0 6px;
    position: relative;
    top: -20px
}
.seccion-2-contenedor-img-3{
	margin: 0 6px;
    position: relative;
    top: -20px
}
.seccion-2-enlace{
    color: white !important;
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
	position: relative;
}
.seccion-2-enlace::before{
    content: "";
	position: absolute;
	width: 0;
	height: 7px;
	background-color: rgb(192, 162, 125);
	bottom: -10px;
	transition: 0.4s;
	opacity: 0;
}
.seccion-2-enlace:hover::before{
    opacity: 1;
    width: 45px;
}

/* Seccion 3 */
.seccion-3{
    background-color: black; 
    /* padding: 30px 355px; */
    padding-top: 0px;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Roboto', sans-serif;
}
.seccion-3-cont{
    position: relative;
    max-width: 1210px;
    margin: auto;
}
.seccion-3-div-1{
    background-color: rgb(54, 73, 39); 
    width: 50%;
    padding-top: 140px;
    padding-right: 100px;
    padding-bottom: 70px;
    padding-left: 55px;
}
.seccion-3-div-2{
    background-image: url('../img/home/image-3.jpg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    width: 50%;
}
.seccion3-div-2-img{
    display: none !important;
    visibility: hidden !important;
}
.seccion-3-titulo{
    font-size: 2.8rem;
    line-height: 48px;
    margin-bottom: 50px;
}
.seccion-3-parrafo{
    font-size: 1.55rem;
    font-weight: 400;
    max-width: 405px;
    line-height: 33px;
    margin-bottom: 80px;
}
.btn-visitaCatalogo{
    background-color: transparent;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    font-size: 1.5rem;
    padding: 8px 35px;
}
.seccion-3-img{
    width: 98px;
    height: 98px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* Seccion 4 */
.seccion-4{
    background-color: rgb(181, 101, 26);
    font-family: 'Roboto', sans-serif;
    padding-top: 35px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.seccion-4-cont{
    max-width: 1210px;
    margin: auto;
}
.seccion-4-titulo{
    font-size: 3rem;
}
.seccion-4-parrafo{
    font-size: 1.26rem;
}
.btn-descubre{
    background-color: transparent;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    font-size: 1.5rem;
    padding: 8px 35px;
}

/* Seccion 6 */
.seccion-6{
    min-height: 582px;
    font-family: 'Roboto', sans-serif;
    padding: 50px 30px
}
.seccion-6-img{
    margin-bottom: 40px;
}
.seccion-6-titulo{
    color: rgb(54, 73, 39);
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}
.seccion-6-texto{
    font-size: 1.5rem;
    margin-bottom: 50px;
    text-align: center;
}
.btn-escribenos{
    background-color: transparent;
    border: 2px solid rgb(181, 101, 26);
    border-radius: 30px;
    color: rgb(181, 101, 26);
    font-weight: 500;
    font-size: 1.5rem;
    padding: 3px 45px;
}

@media (max-width: 1440px) {
    .seccion-1-carousel{
        height: 800px;
        padding-top: 180px;
        /* justify-content: center; */
    }
}

@media (max-width: 1200px) {
    .seccion-3-div-1{
        padding-right: 55px;
    }
    .seccion-3-parrafo{
        max-width: none;
    }
}

@media (max-width: 992px) {
    .seccion-1-carousel{
        height: 700px;
        padding-top: 100px;
    }
    .seccion-1A-titulo-1{
    font-size: 4rem;
    }
    .seccion-1A-titulo-2{
        font-size: 4rem;
    }
    .cont-seccion-2{
        height: 200px;
    }
    .seccion-3{
        padding-top: 50px;
    }
    .seccion-3-cont{
        flex-direction: column;
    }
    .seccion-3-div-1{
        width: 100%;
    }
    .seccion-3-div-2{
        width: 100%;
        height: 500px;
    }
    .seccion-3-img{
        display: none !important;
        visibility: hidden !important;
    }
    .seccion-4{
        padding-bottom: 30px;
    }
    .seccion-4-cont{
        flex-direction: column;
    }
    .seccion-4-div{
        margin-bottom: 30px;
    }
    .seccion-4-titulo, .seccion-4-parrafo{
        text-align: center;
    }
}

@media (max-width: 920px) {
	.cont-seccion-2::before{
		content: '';
		width: 100%;
		height: 50px;
		position: absolute;
		top: -50px;
		background-color: black;
		/* z-index: 99; */
	}
}

@media (max-width: 768px) {
    .seccion-1-carousel{
        justify-content: center;
        padding-top: 0;
    }
    .seccion-2{
        position: static;
        flex-direction: column;
        width: 100%
    }
    .seccion-2-img{
        display: none !important;
        visibility: hidden !important;
    }
    .cont-seccion-2{
        padding: 50px 30px 0;
        height: auto;
    }
    .cont-seccion-2::before{
        display: none !important;
        visibility: hidden !important;
    }
    .carousel-indicators{  
        bottom: 50px;
    }
    .seccion-2-contenedor-img-1,
    .seccion-2-contenedor-img-2,
    .seccion-2-contenedor-img-3{
        top: 0;
        position: static;
        margin: 0;
        margin-bottom: 30px;
    }
    .seccion-3{
        padding-bottom: 70px;
    }
    .seccion-3-div-1{
        padding: 80px 30px 70px;
    }
    .seccion-3-div-2{
        display: none !important;
        visibility: hidden !important;
    }
    .seccion3-div-2-img{
        display: block !important;
        visibility: visible !important;
    }
    .seccion-5-cont{
        flex-direction: column;
    }
    .seccion-5-div-1 img,
    .seccion-5-div-2 img,
    .seccion-5-div-3 img{
        width: 100%;
    }
}

@media (max-width: 576px) {
    .seccion-1-carousel{
        height: 600px;
        align-items: center !important;
    }
    .seccion-1A-parrafo{
        max-width: none;
        width: 100%;
        text-align: justify;
    }
    .seccion-1A-titulo-1{
        font-size: 3.3rem;
        text-align: center;
        line-height: 60px;
    }
    .seccion-1A-titulo-2{
        font-size: 3.3rem;
        line-height: 60px;
    }
    .seccion-3-titulo{
        font-size: 2.5rem;
    }
    .seccion-3-parrafo{
        font-size: 1.3rem;
    }
    .btn-visitaCatalogo{
        font-size: 1.3rem;
    }
    .seccion-4{
        padding-left: 20px;
        padding-right: 20px;
    }
    .seccion-6{
        min-height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .seccion-6-titulo{
        font-size: 2.4rem;
    }
    .seccion-6-texto{
        font-size: 1.3rem;
    }
}

@media (max-width: 425px) {
    .seccion-1-carousel{
        height: 600px;
    }
    .seccion-1A-titulo-1{
        font-size: 3rem;
        line-height: 50px;
    }
    .seccion-1A-titulo-2{
        font-size: 3rem;
        line-height: 50px;
    }
    .seccion-3{
        padding-left: 0;
        padding-right: 0;
    }
    .seccion-3-div-1{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .seccion-3-titulo{
        font-size: 2rem;
        line-height: 35px;
    }
    .seccion-3-parrafo{
        font-size: 1.1rem;
        line-height: normal;
        font-weight: 300;
    }
    .seccion-4-titulo{
        font-size: 2.5rem;
    }
    .seccion-4-parrafo{
        font-size: 1.3rem;
    }
    .btn-descubre{
        font-size: 1.2rem;
    }
    .seccion-6-titulo{
        font-size: 2rem;
    }
    .seccion-6-texto{
        font-size: 1rem;
    }
    .btn-escribenos{
        font-size: 1.3rem;
    }
}

@media (max-width: 375px) {
    .seccion-1A-titulo-1{
        font-size: 2.2rem;
        line-height: 40px;
    }
    .seccion-1A-titulo-2{
        font-size: 2.2rem;
        line-height: 40px;
    }
    .seccion-3-div-1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .seccion-3-titulo{
        font-size: 1.8rem;
    }
    .btn-visitaCatalogo{
        font-size: 1.1rem;
    }
    .seccion-4-titulo{
        font-size: 2rem;
    }
    .seccion-6-titulo{
        font-size: 1.8rem;
    }
    .seccion-6-texto{
        font-size: .9rem;
    }
}