/* --------- qUIERO SER ---------- */
.contenedor-quiero {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col_quiero_ser {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 0% !important;
}

.row.quiero_ser {
    justify-content: center;
}

.col_quiero_ser img {
    margin-bottom: 20px;
}

img.quiero_ser {
    &.grow {
        transition: all 0.2s ease-in-out;

        &:hover {
            transform: scale(1.1);
        }
    }
}

.text_quiero_ser {
    color: #03547e;
    font-size: 32px;
    font-weight: 500;
    line-height: 118.33%;
    display: contents;

    span {
        font-size: 32px;
        font-weight: 900;
    }
}

img.quiero_ser {
    max-width: 337px;
    width: 100%;
    max-height: 337px;
}

@media (min-width: 768px) {
    .row.quiero_ser {
        margin-top: 65px;
    }
}

@media (max-width: 1110px) and (min-width: 768px) {
    img.quiero_ser {
        width: 225px;
        height: 226px;
    }
}

/* Botón */
.box-quiero-ser {
    display: flex;
    justify-content: center;
    margin-bottom: 29px;
    text-decoration: none !important;
}

.box-redireccion {
    display: flex;
    justify-content: center;
    margin-bottom: 29px;
    text-decoration: none !important;
}

.btn-redireccion,
.btn-redireccion *,
.btn-redireccion :after,
.btn-redireccion :before,
.btn-redireccion:after,
.btn-redireccion:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-redireccion {
    -webkit-tap-highlight-color: transparent;
    background-color: #f07f1e;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 152px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-redireccion:disabled {
    cursor: default;
}

.btn-redireccion:-moz-focusring {
    outline: auto;
}

.btn-redireccion [hidden] {
    display: none;
}

.btn-redireccion {
    border-radius: 99rem;
    border-width: 2px;
    overflow: hidden;
    padding: 0rem;
    position: relative;
}

.btn-redireccion span {
    mix-blend-mode: color-dodge;
}

.btn-redireccion:before {
    background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
    content: '';
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skew(0deg) translateX(-20%);
    transition: transform 0.2s ease;
    width: 120%;
}

.btn-redireccion:hover:before {
    transform: skew(-45deg) translateX(75%);
}

@media (max-width: 991px) {
    .btn-redireccion,
    .btn-redireccion.btn-sedes {
        font-size: 22px;
        max-width: 442px;
        width: 100%;
        height: 44px;
    }

    .btn-redireccion.cotizar {
        width: 240px;
    }
}