/* ==============================================================
/*	FINANCIAMIENTO
/* ============================================================== */
#financiamiento {
    padding: 0 3%;
    padding-top: 2rem;
}
/**/


/* ==============================================================
/*	COMO
/* ============================================================== */
#nuestra-oferta {
    background-color: #f6f6f6;
    padding: 0 3%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.oferta-nodo {
    width: 300px;
    min-height: 360px;
    position: relative;
    text-align: center;
    box-shadow: 0px 11px 12px 0px rgb(0 0 0 / 25%);
    padding-bottom: 0.5rem;
    cursor: pointer;
    flex-grow: 0;
    vertical-align: top;
    margin: 1rem;
    display: inline-flex;
    flex-direction: column;
}

.oferta-nodo-img {
    margin-bottom: 30px;
}

.oferta-nodo p {
    color: grey;
    padding: 0 1rem;
    margin-bottom: 0;
}

.oferta-nodo svg {
    fill: #49c0b1;
    height: 30px;
    transition: all ease .3s;
    margin-top: auto;
}

.oferta-nodo-texto {
    padding: 1rem;
}

.oferta-nodo-indicador {
    background: #49c0b1;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    line-height: normal;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: calc(172px - 25px);
    left: calc(50% - 25px);
    transition: all ease .3s;
}

.oferta-nodo:hover svg {
    fill: #277067;
}
.oferta-nodo:hover .oferta-nodo-indicador {
    background: #277067;
}
/**/


/* ==============================================================
/*	COTIZACION
/* ============================================================== */
    #cotizacion {
        padding: 0 3%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
/**/