
/*==================SECCIÓN 1=================*/
.secc1-bg{
    background-image: url('../img/Proyectos/banner1.jpeg');
    background-position: center;
    background-size: cover;
    height: 593px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.secc1_marca_agua{
    max-width: 100%;
    width: 400px;
    /*opacity: .6;*/
}
.secc1_flecha{
    position: absolute;
    bottom: 0;
}
.productos{
    justify-content: center;
}
.btncategoria {
    background-color: transparent;
    border: solid black 1px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    transition: all .10s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
}
.categoria-activada {
    border: solid 1px #3E5B67;
    background-color: #09597B;
}
/*=====================SECCIÓN 2=====================*/
.seccLive{
    margin-top: 5rem;
}


/*=====================SECCIÓN 3=====================*/
.secc3{
    margin-top: 50px;
    max-width: unset;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 80px;
}
.secc3 p{
    color: #013753;
}
.secc3_espacio{
    width: 10%;
}
.secc3_item{
    display: flex;
    justify-content: space-between;
}
.secc3_item img{
    border-radius: 1rem;
    max-height: 300px;
}
.secc3_textos{
    width: 39%;
    padding-left: 20px;
    padding-right: 20px;
}
.secc3_textos h4{
    top: -5px;
    color: #317068;
    position: relative;
}
.secc3_textos p{
    color: #5C5C5C;
}
/*--------LINEA---------*/
.seccM{
    position: relative;
}
.linea_tiempo{
    top: 60px;
    margin-top: 5px;
    width: 0;
    position: absolute;
    border: solid 1px #63AC41;
    left: 4%;
}
/*--------BOLITAS---------*/
.bolita{
    top: 5px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #317068;
    border-radius: 50%;
    left: -40px;
}
.pagination{
    justify-content: center;
    margin-bottom: 5rem;
}

/*========RESPONSIVE========*/
@media (min-width: 320px) {
    .secc1-bg {
        height: 350px;
    }
}
@media (min-width: 550px) {
    .secc1-bg {
        height: 450px;
    }
}
@media (min-width: 992px) {
    .secc1-bg {
        height: 500px;
    }
}
@media (min-width: 1440px) {
    .secc1-bg {
        height: 593px;
    }
}
@media (max-width: 992px) {
    .secc1-new-div{
        flex-direction: column-reverse;
    }
    .secc1-new-textos{
        width: 100%;
    }
}

@media (min-width: 320px){
    .seccM{
        display: none;
    }
    .secc3_item {
        flex-direction: column;
    }
    .secc3 {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .secc3_textos {
        width: 100%;
        padding-left: 20px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px){
    .seccM{
        display: block;
    }
    .secc3_item {
        flex-direction: row;
    }
    .secc3_textos {
        padding-right: 60px;
    }
}


@media(max-width: 1480px){

}

@media(max-width: 1200px){
    .secc3_textos h4 span{
        display: none;
    }
}
@media(max-width: 992px){
    .proyectos1-imagen{
        width: 100%;
        background-size: cover;
        background-position: center;
        background-image: url('../img/Proyectos/banner.jpg');
        justify-content: center;
        margin-left: unset;
    }
    .proyectos1-textos{
        width: 100%;
    }
    .proyectos1-textos-bg{
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: rgba(0, 0, 0, 0.171);
        backdrop-filter: blur(0.5rem);
    }
    .proyectos1-textos-bg-int{
        text-align: center;
    }
}