.elementor-689 .elementor-element.elementor-element-c307d3e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-689 .elementor-element.elementor-element-0dd2474{text-align:center;}.elementor-689 .elementor-element.elementor-element-b7a4942{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f1f94e3 */.valores-section{
    width:100%;
    padding:80px 5%;
    background:#f7f9fc;
    font-family: 'Segoe UI', sans-serif;
}

/* TITULO */
.valores-title{
    text-align:center;
    font-size:32px;
    font-weight:700;
    margin-bottom:50px;
    color:#0b2c5f;
}

/* TABS */
.valores-tabs{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:2px;
    margin-bottom:40px;
}

.valor-tab{
    background:#e8edf5;
    padding:25px 10px;
    text-align:center;
    cursor:pointer;
    transition:.3s;
    border-radius:6px;
}

.valor-tab i{
    font-size:28px;
    display:block;
    margin-bottom:10px;
    color:#0b2c5f;
}

.valor-tab span{
    font-size:14px;
    font-weight:600;
}

/* ACTIVO */
.valor-tab.active{
    background:#0b2c5f;
    color:white;
}

.valor-tab.active i{
    color:white;
}

/* PANEL */
.valores-content{
    width:100%;
}

.valor-panel{
    display:none;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}

.valor-panel.active{
    display:grid;
}

/* IMAGEN */
.valor-img img{
    width:100%;
    border-radius:8px;
}

/* TEXTO */
.valor-text h3{
    font-size:28px;
    color:#0b2c5f;
    margin-bottom:20px;
}

.valor-text p{
    font-size:16px;
    line-height:1.7;
    color:#555;
}

/* RESPONSIVE */
@media(max-width:768px){

.valor-panel{
    grid-template-columns:1fr;
    text-align:center;
}

}/* End custom CSS */