:root {
    --primary: #D6C29A;
    --gris: #333333;
    --bell-light: #f5f5f5;
    --bell-text: #666666;
    --bell-dark: #333333;
    --bell-border: #e3e3e3;
}

body {
    font-family: 'Montserrat', sans-serif; 
    font-size: 16px;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    color: var(--primary);
    text-decoration: none;
    outline: none;
}

@media (min-width: 1300px) {
    .container-plus {
        width: 95%;
        max-width: 1400px!important;
    }
}


/*** HEADER ***/

.redes-header ul {
    display: flex;
    align-items: center;
    gap: 5px;
}
.redes-header ul li a {
    font-size: 18px!important;
}
@media(min-width:769px) {
    .redes-header ul {
        justify-content: flex-end;
    }
}


/*** FOOTER ***/

#footer-BELL {
    padding-top: 70px;
    background-image: url('../images/guarda.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #555;
}

#logos-footer {
    background-color: #f2f2f2;
    padding: 30px;
}
#logos-footer .wrapper-logos-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

#footer-BELL .footer-title {
    font-weight: 700;
}

#footer-BELL li, #footer-BELL li a {
    color: #555;
    font-size: 15px;
    line-height: 2;
}

#consultar {
    background: #131313;
    padding: 10px 0;
    font-size: 15px;
}

#consultar a {
    color:#FFFFFF;
}

/*** HOME ***/

.bell-experience-intro {
    position: relative;
    background-color: #f5f5f5;
    background-image: url('../images/mapa-mundo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
}

@media(min-width: 768px) {
    .bell-experience-intro .container-fluid {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .row-center {
        display: flex;
        align-items: center;
    }
}

.bell-experience-intro .container-fluid,
.bell-experience-intro .row {
    margin: 0;
}

.bell-experience-image {
    padding: 0;
}

.bell-experience-image img {
    width: 100%;
    height: 780px;
    object-fit: cover;
}

.bell-experience-content {
    padding: 0;
    position: relative;
    z-index: 2;
}

.bell-experience-card {
    background: #fff;
    padding: 50px;
    margin-left: -80px;
    max-width: 645px;
    box-shadow: 0 12px 35px rgba(0,0,0,.10);
}

.bell-title {
    margin: 0 0 30px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 500;
    color: var(--primary);
}

.bell-copy {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.bell-copy p {
    margin: 0 0 20px;
}

.bell-copy strong {
    font-weight: 600;
}

.bell-button {
    display: inline-block;
    margin-top: 15px;
    padding: 13px 26px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    text-decoration: none;
    transition: all .3s ease;
}

.bell-button:hover,
.bell-button:focus {
    background: var(--secondary);
    color: #fff;
    text-decoration: none;
}


/* ---------------------------------------------------------
   02 - SEGUNDA IMAGEN + TEXTO
   --------------------------------------------------------- */

.bell-curiosity {
    position: relative;
    min-height: 380px;

    background-image: url('../images/bell-curiosidad.jpg');
    background-size: cover;
    background-position: center center;
}

.bell-curiosity-card-wrap {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bell-curiosity-card {
    background: #fff;
    padding: 0 28px 28px;
    margin-left: auto;
}

.bell-curiosity-card .bell-title {
    margin-left: -28px;
    margin-right: -28px;
    margin-bottom: 20px;
    padding-left: 28px;
    padding-right: 28px;
}

.bell-curiosity-card p {
    font-size: 12px;
    line-height: 1.55;
    color: #555;
    margin-bottom: 10px;
}

.bell-curiosity-card .bell-highlight {
    font-size: 15px;
    line-height: 1.25;
    margin-top: 12px;
}





/* ---------------------------------------------------------
   04 - CONTACTO
   --------------------------------------------------------- */

.bell-contact {
    background: #fff;
    text-align: center;
    padding: 70px 0;
}

.bell-contact .bell-title {
    display: inline-block;
    min-width: 285px;
    margin-bottom: 20px;
}

.bell-contact-title {
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px;
}

.bell-contact p {
    color: #555;
    font-size: 21px;
    line-height: 1.45;
    margin-bottom: 4px;
}

.bell-contact p strong {
    color: #555;
}

.bell-contact-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
}

.bell-contact-icon {
    display: block;
    font-size: 36px;
    text-decoration: none;
    color: var(--primary);
    transition: transform .2s ease;
}

.bell-contact-icon:hover {
    color: var(--primary);
    text-decoration: none;
    transform: translateY(-2px);
}

.bell-contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ---------------------------------------------------------
   05 - BANNER FINAL
   --------------------------------------------------------- */

.bell-final-banner {
    position: relative;
    min-height: 375px;

    background-image: url('../images/bell-final.jpg');
    background-size: cover;
    background-position: center center;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.bell-final-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.16);
}

.bell-final-content {
    position: relative;
    z-index: 2;
    padding: 30px 15px;
}

.bell-final-title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .5px;
    margin: 0 0 8px;
}

.bell-final-subtitle {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */




/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {


    /* -----------------------------------------------------
       EXPERIENCIA
       ----------------------------------------------------- */

    .bell-experience-intro {
        padding: 0;
    }

    .bell-experience-image img {
        height: 300px;
    }

    .bell-experience-content {
        padding: 0 20px 40px;
    }

    .bell-experience-card {
        margin: -35px 0 0;
        padding: 35px 25px;
    }

    .bell-title {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .bell-copy {
        font-size: 15px;
        line-height: 1.7;
    }


    /* -----------------------------------------------------
       CURIOSIDAD
       ----------------------------------------------------- */

    .bell-curiosity {
        min-height: 0;
        padding: 40px 20px;
    }

    .bell-curiosity-card-wrap {
        padding: 0;
    }

    .bell-curiosity-card {
        padding: 0 22px 25px;
    }

    .bell-curiosity-card .bell-title {
        margin-left: -22px;
        margin-right: -22px;
        padding-left: 18px;
        padding-right: 18px;

        font-size: 15px;
    }

    .bell-curiosity-card .bell-highlight {
        font-size: 14px;
    }


    /* -----------------------------------------------------
       CONTACTO
       ----------------------------------------------------- */

    .bell-contact {
        padding: 10px 20px 45px;
    }

    .bell-contact .bell-title {
        min-width: 0;
        width: 100%;
        max-width: 285px;
        font-size: 14px;
    }

    .bell-contact-title {
        font-size: 15px;
    }

    .bell-contact p {
        font-size: 12px;
    }


    /* -----------------------------------------------------
       BANNER FINAL
       ----------------------------------------------------- */

    .bell-final-banner {
        min-height: 300px;
    }

    .bell-final-title {
        font-size: 25px;
    }

    .bell-final-subtitle {
        font-size: 16px;
    }

}


@media (max-width: 480px) {

    .bell-experience-image {
        height: 270px;
    }

    .bell-curiosity {
        padding: 30px 15px;
    }

    .bell-final-banner {
        min-height: 260px;
    }

    .bell-final-title {
        font-size: 21px;
    }

    .bell-final-subtitle {
        font-size: 14px;
    }

}

/*** QUIENES SOMOS ***/ 

.landing-bell img {
    max-width: 100%;
}

.landing-bell p {
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 18px;
}

.landing-bell h2,
.landing-bell h3 {
    margin-top: 0;
}


/* ---------------------------------------------------------
   TÍTULOS PRINCIPALES
   --------------------------------------------------------- */

.bell-title {
    display: block;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 1.3;
    padding: 8px 20px;
    margin-bottom: 18px;
}

.bell-section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.bell-section-heading h2 {
    display: inline-block;
    margin: 0 0 10px;
    padding: 7px 30px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}


/* ---------------------------------------------------------
   TEXTOS
   --------------------------------------------------------- */

.bell-highlight {
    color: var(--primary);
    font-weight: 700;
}

.bell-copy {
    color: var(--bell-text);
}

.bell-copy p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 14px;
}


/* ---------------------------------------------------------
   BOTONES
   --------------------------------------------------------- */

.bell-button {
    display: inline-block;
    border: 1px solid var(--primary);
    color: var(--primary);
    background: #fff;
    padding: 10px 20px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all .25s ease;
}

.bell-button:hover,
.bell-button:focus {
    color: #fff;
    background: var(--primary);
    text-decoration: none;
}


/* ---------------------------------------------------------
   COMILLAS SVG
   --------------------------------------------------------- */

.bell-quote-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bell-quote-mark {
    width: 42px;
    height: auto;
    flex: 0 0 auto;
}

.bell-quote-mark-left {
    margin-right: 18px;
}

.bell-quote-mark-right {
    margin-left: 18px;
}

.bell-quote-text {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    margin: 0;
}


/* =========================================================
   LANDING 02 - HISTORIA / SOBRE MÍ
   Sólo estructura específica de esta landing
   ========================================================= */


/* ---------------------------------------------------------
   BLOQUE PRESENTACIÓN
   --------------------------------------------------------- */

.bell-history-intro {
    position: relative;
    min-height: 410px;
    background-color: #f5f5f5;

    /*
       Si tienen el mapa como SVG:
    */
    background-image: url('../images/mapa-mundo.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.bell-history-intro-image {
    position: absolute;
    top: 35px;
    right: 0;
    width: 58%;
    height: 340px;

    background-image: url('../images/bell-historia.jpg');
    background-size: cover;
    background-position: center;
}

.bell-history-intro-card {
    position: relative;
    z-index: 2;
    padding-top: 115px;
}

.bell-history-intro-card-inner {
    background: #fff;
    padding: 28px 30px;
    width: 52%;
    box-shadow: 0 1px 8px rgba(0,0,0,.02);
}

.bell-history-intro-card p {
    font-size: 11px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 14px;
}

.bell-history-intro-card .bell-highlight {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   SOBRE MÍ
   --------------------------------------------------------- */

.bell-about {
    position: relative;
    background: #f1f1f1;
    padding: 115px 0 65px;
}

.bell-about-box {
    position: relative;
    background: #fff;
    padding: 145px 35px 45px;
}

.bell-about-photo {
    position: absolute;
    z-index: 3;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 245px;
    height: 220px;

    background-image: url('../images/bell-sobre-mi.jpg');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
}

.bell-about-label {
    position: absolute;
    z-index: 4;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);

    width: 175px;
    padding: 11px 15px;

    background: var(--primary);
    color: #fff;

    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.bell-about-side {
    padding-right: 30px;
}

.bell-about-side h2 {
    color: var(--primary);
    font-size: 20px;
    line-height: 1.05;
    font-weight: 700;
    margin: 0 0 14px;
}

.bell-about-side p {
    color: var(--primary);
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

.bell-about-content {
    padding-left: 5px;
}

.bell-about-content p {
    font-size: 10.5px;
    line-height: 1.48;
    color: #555;
    margin-bottom: 7px;
}

.bell-about-content .bell-highlight {
    font-size: 13px;
    line-height: 1.4;
}


/* ---------------------------------------------------------
   FRASE DENTRO DE SOBRE MÍ
   --------------------------------------------------------- */

.bell-about-quote {
    padding: 30px 25px 0 0;
}

.bell-about-quote .bell-quote-box {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bell-about-quote .bell-quote-mark {
    width: 36px;
}

.bell-about-quote .bell-quote-text {
    color: var(--primary);
    font-size: 17px;
    line-height: 1.15;
    max-width: 250px;
}

.bell-about-quote-copy {
    color: var(--primary);
    font-size: 14px;
    line-height: 1.35;
    margin-top: 25px;
}


/* ---------------------------------------------------------
   CTA FINAL
   --------------------------------------------------------- */

.bell-history-cta {
    padding: 38px 15px 45px;
    background: #fff;
    text-align: center;
}

.bell-history-cta p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 4px;
}

.bell-history-cta .bell-highlight {
    margin-bottom: 0;
}

.bell-history-cta .bell-button {
    margin-top: 15px;
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.bell-history-cta .bell-button:hover {
    background: #fff;
    color: var(--primary);
}


/* =========================================================
   RESPONSIVE - COMÚN
   ========================================================= */

@media (max-width: 991px) {

    .bell-history-intro {
        min-height: 430px;
    }

    .bell-history-intro-image {
        width: 60%;
        height: 340px;
    }

    .bell-history-intro-card-inner {
        width: 58%;
    }

    .bell-about-box {
        padding-left: 25px;
        padding-right: 25px;
    }

    .bell-about-side {
        padding-right: 15px;
    }

    .bell-about-content p {
        font-size: 10px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .landing-bell p {
        font-size: 14px;
    }


    /* -----------------------------------------------------
       INTRO HISTORIA
       ----------------------------------------------------- */

    .bell-history-intro {
        min-height: 0;
        padding-bottom: 30px;
        background-size: 100% auto;
        background-position: center top;
    }

    .bell-history-intro-image {
        position: relative;
        top: auto;
        right: auto;

        width: 100%;
        height: 300px;

        background-position: center;
    }

    .bell-history-intro-card {
        padding-top: 0;
        margin-top: -35px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .bell-history-intro-card-inner {
        width: 100%;
        padding: 25px 22px;
    }

    .bell-history-intro-card p {
        font-size: 11px;
        line-height: 1.55;
    }


    /* -----------------------------------------------------
       SOBRE MÍ
       ----------------------------------------------------- */

    .bell-about {
        padding: 115px 15px 45px;
    }

    .bell-about-box {
        padding: 130px 22px 35px;
    }

    .bell-about-photo {
        width: 220px;
        height: 200px;
        top: -105px;
    }

    .bell-about-label {
        top: 75px;
        width: 165px;
    }

    .bell-about-side {
        padding: 0 10px 25px;
    }

    .bell-about-side h2 {
        font-size: 19px;
    }

    .bell-about-side p {
        font-size: 14px;
    }

    .bell-about-content {
        padding: 0 10px;
    }

    .bell-about-content p {
        font-size: 11px;
        line-height: 1.55;
        margin-bottom: 9px;
    }

    .bell-about-content .bell-highlight {
        font-size: 13px;
    }

    .bell-about-quote {
        padding: 25px 10px 0;
    }

    .bell-about-quote .bell-quote-text {
        font-size: 16px;
    }

    .bell-about-quote-copy {
        font-size: 13px;
    }


    /* -----------------------------------------------------
       CTA
       ----------------------------------------------------- */

    .bell-history-cta {
        padding: 35px 20px 40px;
    }

}


@media (max-width: 480px) {

    .bell-history-intro-image {
        height: 250px;
    }

    .bell-about {
        padding-top: 100px;
    }

    .bell-about-photo {
        width: 190px;
        height: 175px;
        top: -90px;
    }

    .bell-about-label {
        top: 67px;
        width: 150px;
        font-size: 11px;
    }

    .bell-quote-mark {
        width: 28px;
    }

    .bell-about-quote .bell-quote-mark {
        width: 30px;
    }

    .bell-about-quote .bell-quote-text {
        font-size: 14px;
    }

}


/*** COMO TRABAJAMOS ***/

.bell-intro {
        padding: 0 0 0;
        background: #fff;
    }

    .bell-intro-inner {
        position: relative;
        min-height: 500px;
    }

    .bell-intro-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 500px;
        background-image: url('../images/bell-venecia.jpg');
        background-size: cover;
        background-position: center center;
    }

    .bell-intro-content-wrap {
        position: relative;
        z-index: 2;
        padding-top: 105px;
    }

    .bell-intro-content {
        background: #fff;
        padding: 0 35px 30px;
        min-height: 255px;
    }

    .bell-title {
        display: block;
        background: var(--primary);
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        letter-spacing: .3px;
        line-height: 1.3;
        padding: 8px 20px;
        margin-bottom: 18px;
    }

    .bell-intro-copy {
        padding-left: 20px;
    }

    .bell-intro-copy p {
        font-size: 12px;
        line-height: 1.65;
        color: #555;
        margin-bottom: 14px;
    }

    .bell-highlight {
        color: var(--primary);
        font-weight: 700;
    }

    .bell-button {
        display: inline-block;
        border: 1px solid var(--primary);
        color: var(--primary);
        background: #fff;
        padding: 10px 40px;
        margin-top: 5px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2px;
        text-decoration: none;
        transition: all .25s ease;
    }

    .bell-button:hover,
    .bell-button:focus {
        color: #fff;
        background: var(--primary);
        text-decoration: none;
    }


    /* =========================================================
       02 - CUÁNTO DELEGAR
       ========================================================= */

    .bell-delegar {
        position: relative;
        padding: 38px 0 55px;
        background-color: #f5f5f5;
    }

    /*
     * Si tienen un mapa SVG para esta sección podés agregarlo acá:
     *
     * background-image: url('{$URL}/images/mapa-mundo.svg');
     * background-size: cover;
     * background-position: center;
     */

    .bell-section-heading {
        text-align: center;
        margin-bottom: 25px;
    }

    .bell-section-heading h2 {
        display: inline-block;
        margin: 0 0 10px;
        padding: 7px 30px;
        background: var(--primary);
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
    }

    .bell-section-heading p {
        font-size: 12px;
        line-height: 1.55;
        color: #888;
        margin: 0 auto;
        max-width: 450px;
    }

    .bell-delegar-card {
        height: 100%;
        min-height: 320px;
        background: #fff;
        padding: 28px 30px;
    }

    .bell-delegar-card h3 {
        color: var(--primary);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.35;
        margin-bottom: 25px;
    }

    .bell-delegar-card h3 span {
        display: block;
        font-weight: 500;
    }

    .bell-delegar-card p {
        font-size: 12px;
        line-height: 1.55;
        color: #555;
        margin-bottom: 17px;
    }

    .bell-card-highlight {
        color: var(--primary) !important;
        font-weight: 700;
        margin-bottom: 0 !important;
    }


    /* =========================================================
       03 - MÉTODO BELL
       ========================================================= */

    .bell-metodo {
        position: relative;
        background: #fff;
        padding: 0;
    }

    .bell-metodo-inner {
        position: relative;
        min-height: 570px;
    }

    .bell-metodo-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 570px;
        background-image: url('../images/bell-metodo.jpg');
        background-size: cover;
        background-position: center center;
    }

    .bell-metodo-content-wrap {
        position: relative;
        z-index: 2;
        padding-top: 60px;
    }

    .bell-metodo-content {
        background: #fff;
        padding: 0 35px 35px;
    }

    .bell-metodo-title {
        display: block;
        background: var(--primary);
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        padding: 8px 25px;
        margin-bottom: 20px;
    }

    .bell-metodo-copy {
        padding: 0 25px;
    }

    .bell-metodo-intro {
        color: var(--primary);
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 15px !important;
    }

    .bell-metodo-copy p {
        font-size: 12px;
        line-height: 1.55;
        margin-bottom: 13px;
    }

    .bell-step {
        margin-bottom: 8px;
    }

    .bell-step-title {
        color: var(--primary);
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .bell-step-title span {
        color: #aaa;
    }

    .bell-step p {
        margin-bottom: 0;
    }

    .bell-step p strong {
        color: #555;
        font-weight: 700;
    }

    .bell-metodo-final {
        color: var(--primary);
        font-size: 14px !important;
        font-weight: 700;
        line-height: 1.4 !important;
        margin-top: 18px;
        margin-bottom: 2px !important;
    }

    .bell-metodo-final-sub {
        color: #555;
        font-size: 14px !important;
        font-weight: 700;
        margin-bottom: 0 !important;
    }


    /* =========================================================
       04 - FRASE FINAL / BANNER
       ========================================================= */

    .bell-quote {
        position: relative;
        min-height: 330px;
        background-image: url('../images/bell-rio.jpg');
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: center;
    }

    .bell-quote-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .08);
    }

    .bell-quote-content {
        position: relative;
        z-index: 2;
        text-align: center;
        padding: 50px 15px;
    }

    .bell-quote-box {
        display: inline-flex;
        align-items: flex-start;
        justify-content: center;
        max-width: 520px;
    }

    .bell-quote-mark {
        width: 42px;
        height: auto;
        flex: 0 0 auto;
        margin-top: 3px;
    }

    .bell-quote-mark-left {
        margin-right: 18px;
    }

    .bell-quote-mark-right {
        margin-left: 18px;
    }

    .bell-quote-text {
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.25;
        text-align: left;
        margin: 0;
    }


    /* =========================================================
       RESPONSIVE
       ========================================================= */

    @media (max-width: 991px) {

        .bell-intro-inner {
            min-height: 450px;
        }

        .bell-intro-image {
            height: 450px;
        }

        .bell-intro-content-wrap {
            padding-top: 75px;
        }

        .bell-intro-content {
            padding-left: 25px;
            padding-right: 25px;
        }

        .bell-delegar-card {
            min-height: 350px;
        }

        .bell-metodo-inner {
            min-height: 600px;
        }

        .bell-metodo-image {
            height: 600px;
        }

        .bell-metodo-content-wrap {
            padding-top: 45px;
        }

    }


    @media (max-width: 767px) {

        .landing-bell p {
            font-size: 12px;
        }


        /* INTRO */

        .bell-intro-inner {
            min-height: 0;
        }

        .bell-intro-image {
            position: relative;
            width: 100%;
            height: 400px;
            background-position: center center;
        }

        .bell-intro-content-wrap {
            padding-top: 0;
        }

        .bell-intro-content {
            padding: 0 20px 30px;
        }

        .bell-title {
            margin-left: 0;
            margin-right: 0;
            font-size: 18px;
            padding: 9px 15px;
        }

        .bell-intro-copy {
            padding-left: 5px;
            padding-right: 5px;
        }

        .bell-button {
            margin-top: 5px;
        }


        /* DELEGAR */

        .bell-delegar {
            padding: 35px 0 40px;
        }

        .bell-section-heading {
            margin-bottom: 25px;
        }

        .bell-section-heading h2 {
            font-size: 14px;
            padding: 8px 20px;
        }

        .bell-delegar-card {
            min-height: 0;
            height: auto;
            margin-bottom: 20px;
            padding: 25px 22px;
        }

        .bell-delegar-card:last-child {
            margin-bottom: 0;
        }


        /* MÉTODO */

        .bell-metodo-inner {
            min-height: 0;
            display: flex;
            flex-direction: column;
        }

        .bell-metodo-image {
            position: relative;
            order: 1;
            width: 100%;
            height: 400px;
        }

        .bell-metodo-content-wrap {
            order: 2;
            padding-top: 0;
        }

        .bell-metodo-content {
            padding: 0 20px 35px;
        }

        .bell-metodo-title {
            font-size: 15px;
            margin-bottom: 20px;
        }

        .bell-metodo-copy {
            padding: 0 5px;
        }

        .bell-metodo-final {
            font-size: 13px !important;
        }

        .bell-metodo-final-sub {
            font-size: 13px !important;
        }


        /* QUOTE */

        .bell-quote {
            min-height: 300px;
            background-position: center center;
        }

        .bell-quote-content {
            padding: 45px 25px;
        }

        .bell-quote-box {
            max-width: 100%;
            align-items: flex-start;
        }

        .bell-quote-mark {
            width: 28px;
        }

        .bell-quote-mark-left {
            margin-right: 10px;
        }

        .bell-quote-mark-right {
            margin-left: 10px;
        }

        .bell-quote-text {
            font-size: 16px;
            line-height: 1.3;
        }

    }


    @media (max-width: 480px) {

        .bell-intro-image {
            height: 340px;
        }

        .bell-quote {
            min-height: 280px;
        }

        .bell-quote-text {
            font-size: 14px;
        }

        .bell-quote-mark {
            width: 22px;
        }

    }