p{
    margin: 0;
}
/*==================SECCIÓN 1=================*/
.secc1-bg{
    background-image: url('../img/3Catalogo/Rectangle4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;

    display: flex;
    align-items: center;
}
.secc1-div{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.342);
    backdrop-filter: blur(.4rem);
    padding: 1rem;
}
.secc1-div-textos{
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*==================SECCIÓN 2=================*/
.secc2{
    padding-top: 120px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 5rem;
    max-width: 1600px;
}

.img-producto{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}
.img-producto::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

/*==================TEXTOS=================*/
.secc2_textos{
    margin-left: 30px;
    width: 35%;
}
.secc2_titulo{
    color: #0D1A20;
}
.secc2_descripcion{
    color: #0D1A20;
}
.secc2_regresar{
    margin-top: auto;
}

.btn-regresar{
    background-color: #076F3A;
    border: 1px solid #076F3A;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: 400;
    color: white !important;
    transition: all 0.15s ease-in-out;
}
.btn-regresar:hover{
    transform: scale(1.05);
}

/*==================SECCIÓN 4=================*/
.secc4{
    max-width: 1600px;

    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 120px;
    justify-content: space-between;
}
.secc4_item-titulo{
    display: flex;
    align-items: center;
    gap: 20px;
}
.item_intermedio{
    border-left: solid 1px #324D79;
    border-right: solid 1px #324D79;

    height: 200px;
}
.secc4_item-titulo h4{
    width: 250px;
    margin-bottom: 0;
    font-weight: 400;
    color: #F59A00;
}
.secc4_item-texto{
    color: #5C5C5C;
    margin-top: 30px;
    margin-bottom: 0;
    width: 325px;
}



.div-imagenes{
    display: flex;
    gap: .5rem;
	width: 70%;
	max-width: 600px;
}
.img-detalle{
	border-radius: .5rem;
	margin-left: auto;
    width: 100%;
	background-color: #efefef;
    background-position: center;
    background-size: cover;
    position: relative;
}
.img-detalle::after{
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 100%;
}
.indicadores-carucel{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.indicadores-carucel button {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    height: 5vw;
    width: 5vw;
    max-width: 60px;
    max-height: 60px;
    min-width: 40px;
    min-height: 40px;
    border-radius: .25rem;
    opacity: 0.4;
    transition: all .4s ease-in-out;
}

.indicadores-carucel button.active {
    opacity: 1;
}
/*==================RESPONSIVE=================*/
@media (min-width: 320px){
    .secc2 {
        padding-top: 80px;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
    }

    .secc2_textos {
        margin-left: auto;
        margin-right: auto;
        width: 80vw;

    }
    .btn-regresar{
        margin-top: 20px;
        width: 100%;
    }
    .secc4 {
        flex-direction: column;
        gap: 50px;
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 80px;
    }
    .secc4_item-texto{
        width: unset;
        margin-top: 15px;
    }
    .item_intermedio {
        border-left: unset;
        border-right: unset;
        height: unset;
    }
}
@media (min-width: 992px){
    .secc2 {
        padding-top: 120px;
        padding-left: 100px;
        padding-right: 100px;
        flex-direction: row;
    }
    .secc2_textos {
        margin-left: 30px;
        margin-right: unset;
        width: 60%;
    }
    .btn-regresar {
        width: unset;
    }
    .secc4 {
        flex-direction: row;
        gap: unset;
        width: unset;
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 120px;
        justify-content: space-between;
    }
    .secc4_item{
        width: 30%;
    }
    .secc4_item-texto {
        width: unset;
    }
    .secc4_item-titulo h4 {
        width: unset;
    }
}
@media (min-width: 1440px){
    .secc2_textos {
        width: 55%;
    }

    .secc4_item {
        width: unset;
    }
    .secc2{
        margin-left: auto;
        margin-right: auto;
    }
    .item_intermedio {
        border-left: solid 1px #324D79;
        border-right: solid 1px #324D79;
        height: 200px;
        padding-left: 8%;
        padding-right: 8%;
    }
    .secc4_item-texto {
        margin-top: 30px;
    }
    .secc4_item-texto {
        width: 325px;
    }
}
@media (max-width: 1200px){
    .secc1-bg{
        height: unset;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}
@media (max-width: 992px){
    .secc2{
        gap: 3rem;
    }
    .div-imagenes{
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 500px;
    }
    .indicadores-carucel{
        flex-direction: row;
    }
}

@media (max-width: 768px){
    .secc1-bg{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
