﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.container-fluid {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

html, body {
    margin: 0;
    padding: 0;
    line-height: 22px !important;
}

body {
    font-size: 16px;
    font-family: "Montserrat", sans-serif !important;
    background-color: var( --white ) !important;
    overflow-x: hidden;
    overflow-y: auto;
}

a {
    text-decoration: none;
}

a:focus {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border: 1px solid var( --white ) !important;
}

img {
    max-width: 100%;
}

.container {
    width: 1380px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
}

.mainTitle {
    position: absolute;
    left: -9000px;
    top: -9000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.accesibilidadOculta {
    position: absolute;
    left: -9000px;
    top: -9000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
}

.accesibilidadOculta:focus {
    top: 0;
    left: 0;
    width: 210px;
    height: auto;
    z-index: 9;
    padding: 8px;
    border: 2px solid var( --primary );
    color: var( --primary );
    background-color: var( --white );
    z-index: 999999;
}

.dFlex {
    display: flex;
}

.alignCenter {
    display: flex;
    align-items: center;
}

.header {
    background-color: var( --primary );
    color: var( --white );
    width: 100%;
    padding: 3px 40px !important;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 11;
}

.header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    flex-wrap: initial !important;
}

.header .row .sf_colsIn:first-child {
    width: 195px !important;
    flex: initial !important;
}

.header .row .sf_colsIn:first-child a {
    transition: 0.4s all;
}

.header .row .sf_colsIn:first-child a img {
    min-width: 170px;
    width: 170px;
    height: auto;
}

@media screen and (max-width: 1270px) {
    .header .row .sf_colsIn:first-child a img {
        margin-left: 80px;
    }
}

.header .row .sf_colsIn:nth-child(2) {
    width: 100%;
    flex: initial !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .row .sf_colsIn:nth-child(2) nav {
    display: block;
    background: transparent !important;
}

.header .row .sf_colsIn:nth-child(2) nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    margin-bottom: 0 !important;
}

.header .row .sf_colsIn:nth-child(2) nav ul li {
    margin: 0 8px;
    text-align: center;
}

.header .row .sf_colsIn:nth-child(2) nav ul li a {
    color: var( --white );
    transition: 0.4s all;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    font-weight: 500;
}

.header .row .sf_colsIn:nth-child(2) nav ul li ul {
    position: absolute;
    z-index: 11;
    margin: 0;
    padding: 0;
    background-color: var( --primary ) !important;
    display: none;
    width: 220px;
    top: 100%;
    height: auto;
    border: none !important;
}

@media screen and (max-width: 1270px) {
    .header .row .sf_colsIn:nth-child(2) nav ul li ul {
        width: 100% !important;
    }
}

.header .row .sf_colsIn:nth-child(2) nav ul li ul li {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 1270px) {
    .header .row .sf_colsIn:nth-child(2) nav ul li ul li {
        text-align: center;
    }
}

.header .row .sf_colsIn:nth-child(2) nav ul li ul li a {
    color: var( --white );
    display: block;
    width: 100%;
    background-color: var( --primary );
}

.header .row .sf_colsIn:nth-child(2) nav ul li ul li a:hover, .header .row .sf_colsIn:nth-child(2) nav ul li ul li a:focus {
    background-color: var( --white );
    color: var( --primary );
}

@media screen and (max-width: 1400px) {
    .header .row .sf_colsIn:nth-child(2) nav ul li.dropdown {
        border: none !important;
    }
}

.header .row .sf_colsIn:nth-child(2) nav ul li:hover ul, .header .row .sf_colsIn:nth-child(2) nav ul li:focus ul {
    display: block;
}

.header .row .sf_colsIn:nth-child(2) nav.mainMenu {
    width: 100%;
}

@media screen and (max-width: 1270px) {
    .header .row .sf_colsIn:nth-child(2) nav.mainMenu {
        display: none;
    }
}

.header .row .sf_colsIn:nth-child(2) .transactionalMenu {
    width: 412px;
}

    .header .row .sf_colsIn:nth-child(2) .transactionalMenu ul li:first-child a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var( --white );
        color: var( --darkGreen );
        min-width: 160px;
        max-width: 160px;
        height: 36px;
        border: 1px solid var( --white );
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
        transition: 0.4s all;
    }
    .header .row .sf_colsIn:nth-child(2) .transactionalMenu ul li:first-child a:hover {
        background-color: var( --darkGreen );
        color: var( --white );
    }

.header .row .sf_colsIn:last-child {
    width: 160px !important;
    flex: initial !important;
    display: flex;
}


@media screen and (max-width: 1400px) {
    .header {
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 1270px) {
    .header {
        padding: 0 10px !important;
    }
}

.sfTemplateEditor .header {
    position: relative;
    margin-top: 85px;
}

.mainMenu .sendLink, .userLink {
    display: none;
}

.mobileNav {
    display: none;
    width: 100%;
    position: fixed;
    top: 53px;
    z-index: 11;
    background-color: var( --primary ) !important;
    padding: 0;
}
    .mobileNav .navbar-expand-md .navbar-toggler {
        display: block;
        position: absolute;
        top: -47px;
    }


    .mobileNav .container-fluid {
        display: block !important;
    }

        .mobileNav .container-fluid ul {
            background-color: var( --primary ) !important;
            display: block;
            width: 100%;
            margin: 0;
            padding: 0 10px;
            position: relative;
            box-sizing: border-box;
            padding-left: 0 !important;
        }

            .mobileNav .container-fluid ul li {
                margin: 0;
                line-height: 24px;
                text-align: center;
                width: 100%;
                padding: 10px;
                box-sizing: border-box;
            }

                .mobileNav .container-fluid ul li a {
                    padding: 5px 5px 13px;
                    box-sizing: border-box;
                    color: var( --white );
                    display: block;
                    width: 100%;
                    font-size: 14px;
                }

                .mobileNav .container-fluid ul li:first-child a {
                    width: 100%;
                    height: 44px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: var( --darkGreen ) !important;
                    background-color: var( --white );
                    border-radius: 8px;
                    box-sizing: border-box;
                    padding: 0;
                }

                .mobileNav .container-fluid ul li:nth-child(3) a {
                    border-bottom: 1px solid var( --white );
                }
                    .mobileNav .container-fluid .mobileMenu {
            text-align: center;
            color: var( --white );
            border: none !important;
        }

@media screen and (max-width: 1270px) {
    .mobileNav .container-fluid .mobileMenu {
        display: block !important;
        position: absolute;
        z-index: 1;
        top: -50px;
    }
}

.mobileNav .container-fluid .mobileMenu span {
    color: var( --white );
    display: block;
    font-size: 30px;
}

    .mobileNav .container-fluid .mobileMenu span:first-child {
        display: none;
    }

    .mobileNav .container-fluid .mobileMenu span:nth-child(2) {
        font-size: 12px;
        text-transform: uppercase;
    }

.mobileNav .container-fluid .mobileMenu:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    font-size: 25px;
    margin-bottom: 5px;
}

.mobileNav .container-fluid .navbar-collapse {
    overflow: hidden;
}

    .mobileNav .container-fluid .navbar-collapse.collapse {
        height: 0;
    }

        .mobileNav .container-fluid .navbar-collapse.collapse.show {
            height: auto;
        }

@media screen and (max-width: 1270px) {
    .mobileNav {
        display: block;
    }
}

.fixedHome {
    position: relative;
    height: 85vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .fixedHome .overlay {
        position: absolute;
        display: block;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
    }

        .fixedHome .overlay .row .col-lg-6 .info {
            position: absolute;
            z-index: 1;
            left: 100px;
            top: 12px;
            width: 40%;
            height: 74vh;
            color: var( --white );
            display: flex;
            align-items: center;
        }

            .fixedHome .overlay .row .col-lg-6 .info h2 {
                font-size: 50px;
                margin-bottom: 20px;
            }

@media screen and (max-width: 767px) {
    .fixedHome .overlay .row .col-lg-6 .info h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 1200px) {
    .fixedHome .overlay .row .col-lg-6 .info {
        left: 30px;
    }
}


.fixedHome .overlay .row .col-lg-6 .shortcode {
    position: absolute;
    z-index: 2;
    right: 100px;
    top: 90px;
    width: 40%;
    max-width: 600px;
    height: 74vh;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .fixedHome .overlay .row .col-lg-6 .shortcode {
        width: 60%;
        right: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .fixedHome {
        box-sizing: border-box;
        padding: 90px 0 50px;
        height: auto;
    }

        .fixedHome .overlay {
            position: relative !important;
            height: auto;
            margin: 0;
            background: none;
        }

            .fixedHome .overlay .row .col-lg-6 .info {
                margin-top: 0;
                margin-bottom: 15px;
                position: relative;
                height: auto;
                left: initial;
                width: 100%;
                display: block;
            }

                .fixedHome .overlay .row .col-lg-6 .info h2 {
                    text-align: center;
                }

            .fixedHome .overlay .row .col-lg-6 .shortcode {
                position: relative;
                top: initial;
                right: initial;
                width: 100%;
                max-width: initial;
                height: auto;
            }

            .fixedHome .overlay .row .col-lg-6 {
                width: 100%;
            }

            .fixedHome .overlay .row {
                display: block;
            }

    #intermexcalculator {
        max-height: initial !important;
    }
}


.afterBanner {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .afterBanner .column {
        width: 31%;
        height: 100px;
        margin: 0 1%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }

        .afterBanner .column img {
            margin-left: 15px;
            min-width: 70px;
            height: auto;
        }

        .afterBanner .column h3 {
            font-size: 20px;
            max-width: 220px;
            font-weight: 700;
            margin: 0 auto;
            color: var( --greenText );
        }

        .afterBanner .column .downloadApp a {
            margin: 0 3px;
        }

            .afterBanner .column .downloadApp a img {
                margin: 0;
            }

            .afterBanner .column .downloadApp a h3 {
                text-align: center;
                color: var( --greenText );
                margin: 0 auto 15px;
                font-size: 20px;
                font-weight: 700;
                line-height: 24px;
                text-transform: uppercase;
            }

        .afterBanner .column .downloadApp .dFlex .sf_colsIn {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .afterBanner .column .downloadApp img {
            width: 150px;
            height: auto;
        }

@media screen and (max-width: 950px) {
    .afterBanner .column {
        width: 400px;
        margin: 10px auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .afterBanner {
        display: block;
    }
}

.headerPage {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
}

    .headerPage .content {
        padding: 80px 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

        .headerPage .content .text {
            width: 1100px;
            margin: 0 auto;
            max-width: 95%;
        }

            .headerPage .content .text h1 {
                font-size: 50px;
                font-weight: 800;
                line-height: 54px;
                letter-spacing: 0.0012px;
                text-align: center;
                margin: 0;
                color: var( --white );
            }

                .headerPage .content .text h1 b, .headerPage .content .text h1 strong {
                    display: block;
                    text-align: center;
                    color: var( --primary ) !important;
                    font-size: 30px;
                    font-weight: 700;
                    line-height: 34px;
                    margin: 0;
                }

@media screen and (max-width: 890px) {
    .headerPage .content .text h1 b, .headerPage .content .text h1 strong {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 890px) {
    .headerPage .content .text h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

.headerPage .content .text p {
    margin: 20px 0;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: var( --white );
}

.headerPage .content .text.oscuro h1 {
    color: var( --black );
}

.headerPage .content .text.oscuro p {
    color: var( --black );
}

.headerVideo {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    height: 70vh;
    background-color: var( --black );
}

    .headerVideo .sf_colsIn {
        padding: 0 !important;
    }

    .headerVideo video {
        position: absolute;
        width: 100%;
        height: auto;
        min-height: 100%;
    }

@media screen and (max-width: 1250px) {
    .headerVideo video {
        width: 130%;
        min-height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .headerVideo video {
        width: auto;
    }
}

.headerVideo .content {
    padding: 80px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
}

    .headerVideo .content .text {
        width: 1100px;
        margin: 0 auto;
        max-width: 95%;
    }

        .headerVideo .content .text h1 {
            font-size: 50px;
            font-weight: 800;
            line-height: 54px;
            letter-spacing: 0.0012px;
            text-align: center;
            margin: 0;
            color: var( --white );
        }

            .headerVideo .content .text h1 b, .headerVideo .content .text h1 strong {
                display: block;
                text-align: center;
                color: var( --primary ) !important;
                font-size: 30px;
                font-weight: 700;
                line-height: 34px;
                margin: 0;
            }

@media screen and (max-width: 767px) {
    .headerVideo .content .text h1 b, .headerVideo .content .text h1 strong {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 767px) {
    .headerVideo .content .text h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

.headerVideo .content .text .boton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    width: 267px;
    height: 51px;
    color: var( --white );
    background: linear-gradient(180deg, var( --greenText ) 0%, var( --primary ) 100%);
    border-radius: 25px;
    border: 2px solid var( --white );
    font-size: 20px;
    text-decoration: none;
    transition: 0.4s all;
}
.headerVideo .content .text .boton:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

    .headerVideo .content .text .boton i, .headerVideo .content .text .boton em {
        margin-left: 8px;
    }

@media screen and (max-width: 767px) {
    .headerVideo .content .text .boton {
        font-size: 18px;
    }
}

.headerVideo .content .text.oscuro h1 {
    color: var( --black );
}

@media screen and (max-width: 1190px) {
    .headerVideo {
        height: 55vh;
    }
}

@media screen and (max-width: 767px) {
    .headerVideo {
        height: 70vh;
    }
}

.sfPageEditor .headerVideo .content {
    position: relative;
}

.headerBigPage {
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: var( --black );
    margin: 0 auto;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

    .headerBigPage .content {
        padding: 80px 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

        .headerBigPage .content .text {
            width: 1100px;
            margin: 0 auto;
            max-width: 95%;
        }

            .headerBigPage .content .text h1 {
                font-size: 50px;
                font-weight: 800;
                line-height: 54px;
                letter-spacing: 0.0012px;
                text-align: center;
                margin: 0;
                color: var( --white );
            }

                .headerBigPage .content .text h1 b, .headerBigPage .content .text h1 strong {
                    display: block;
                    text-align: center;
                    font-size: 30px;
                    font-weight: 700;
                    line-height: 34px;
                    margin: 0;
                }

@media screen and (max-width: 890px) {
    .headerBigPage .content .text h1 b, .headerBigPage .content .text h1 strong {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 890px) {
    .headerBigPage .content .text h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

.boxColumn {
    width: 100%;
    background-color: var( --text );
    color: var( --white );
    text-align: center;
    padding: 50px;
    margin-bottom: 50px;
    box-sizing: border-box;
    margin: 0;
}

    .boxColumn h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 auto 25px;
        text-align: center;
        color: var( --greenText );
        text-transform: uppercase;
        max-width: 850px;
    }

    .boxColumn .columnHeader {
        display: flex;
        justify-content: center;
    }

        .boxColumn .columnHeader .columna {
            text-align: left;
            max-width: 850px;
            box-sizing: border-box;
            padding: 1% 2%;
        }

            .boxColumn .columnHeader .columna.size4 {
                min-width: 25%;
                width: 25%;
            }

                .boxColumn .columnHeader .columna.size4:nth-child(2), .boxColumn .columnHeader .columna.size4:nth-child(3) {
                    border-right: 1px solid var( --white );
                    border-left: 1px solid var( --white );
                    padding: 25px;
                }

            .boxColumn .columnHeader .columna.size3 {
                min-width: 33%;
                width: 33%;
            }

                .boxColumn .columnHeader .columna.size3:nth-child(2) {
                    padding: 25px;
                    border-right: 1px solid var( --white );
                    border-left: 1px solid var( --white );
                }

@media screen and (max-width: 850px) {
    .boxColumn .columnHeader .columna.size3:nth-child(2) {
        border-right: 0;
        border-left: 0;
        position: relative;
    }

        .boxColumn .columnHeader .columna.size3:nth-child(2):before, .boxColumn .columnHeader .columna.size3:nth-child(2):after {
            content: "";
            position: absolute;
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 200px;
            height: 1px;
            background-color: var( --white );
        }
}

@media screen and (max-width: 850px) {
    .boxColumn .columnHeader .columna.size3 div:first-child {
        margin: 25px 0;
    }
}

@media screen and (max-width: 850px) {
    .boxColumn .columnHeader .columna.size3 {
        min-width: 100%;
        width: 100%;
    }
}

.boxColumn .columnHeader .columna.size2 {
    min-width: 50%;
    width: 50%;
}

.boxColumn .columnHeader .columna.size1 {
    text-align: center;
}

    .boxColumn .columnHeader .columna.size1 h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.0012em;
    }

.boxColumn .columnHeader .columna h2 {
    text-transform: initial !important;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.0012em;
    margin: 0 0 18px;
    min-height: 90px;
}

@media screen and (max-width: 850px) {
    .boxColumn .columnHeader .columna h2 {
        min-height: initial;
    }
}

.boxColumn .columnHeader .columna h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0012em;
}

@media screen and (max-width: 850px) {
    .boxColumn {
        padding: 50px 20px;
    }
}

.productDetail {
    margin: 20px 0;
    display: flex;
    align-items: center;
    box-shadow: 0px 13px 26px rgba(0, 148, 57, 0.18);
    border-radius: 10px;
    margin-bottom: 50px;
    width: 1380px;
    max-width: 98%;
    padding: 15px 50px;
}

    .productDetail h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.12%;
        color: var( --greenText );
        margin: 0;
    }

        .productDetail h2 b, .productDetail h2 strong {
            color: var( --darkGreen );
            text-transform: uppercase;
            display: block;
        }

    .productDetail p {
        font-family: "Montserrat", sans-serif;
        display: block;
        margin: 30px 0;
        font-size: 16px;
        line-height: 24px;
        color: var( --text );
    }

    .productDetail ul {
        display: block;
        list-style: none !important;
        margin: 0 !important;
        margin-top: 30px !important;
        padding: 0;
        color: var( --greenText );
        font-size: 16px;
        line-height: 24px;
    }

        .productDetail ul li {
            display: flex;
            align-items: center;
            margin: 10px 0;
            font-family: "Montserrat", sans-serif;
        }

            .productDetail ul li:before {
                content: " ";
                background-image: url("../images/bill.png");
                min-width: 25px;
                width: 25px;
                height: 18px;
                margin-right: 15px;
                display: inline-block;
            }

    .productDetail .imagen {
        text-align: center;
    }

        .productDetail .imagen img {
            width: auto;
            height: 350px !important;
            margin: 0 auto;
        }

@media screen and (max-width: 450px) {
    .productDetail .imagen img {
        height: auto !important;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .productDetail .imagen {
        padding: 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .productDetail {
        padding: 15px;
    }
}

.cardSection {
    background-color: var( --text );
    width: 100%;
    position: relative;
}

    .cardSection .topCard h2 {
        font-size: 30px;
        line-height: 40px;
        color: var( --greenText );
        text-transform: uppercase;
        max-width: 850px;
        text-align: left;
        margin: 20px 0;
        min-height: 80px;
    }

@media screen and (max-width: 960px) {
    .cardSection .topCard h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 860px) {
    .cardSection .topCard h2 {
        text-align: center;
        min-height: initial;
        margin: 20px 0 0;
    }
}

.cardSection .topCard p {
    color: var( --white );
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

@media screen and (max-width: 960px) {
    .cardSection .topCard p {
        font-size: 18px;
    }
}

@media screen and (max-width: 860px) {
    .cardSection .topCard .imageTop {
        width: 100%;
        text-align: center;
    }
}

.cardSection .topCard .cardColumn {
    margin: 0 15px;
    width: 50%;
}

@media screen and (max-width: 860px) {
    .cardSection .topCard .cardColumn {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 860px) {
    .cardSection .topCard {
        display: block !important;
    }
}

.cardSection .dFlex img {
    max-width: 300px !important;
    height: auto !important;
    margin-top: 0;
}

@media screen and (max-width: 780px) {
    .cardSection .dFlex {
        display: block !important;
    }
}

.cardSection .advantages {
    width: 100%;
    padding: 30px 30px 0;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: var( --white );
    color: var( --grayText );
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.5);
    margin: 20px 0 0;
}

    .cardSection .advantages h2 {
        min-height: initial;
        color: var( --text );
        font-family: "Montserrat", Sans-serif;
        font-size: 50px;
        font-weight: 700;
        line-height: 54px;
        letter-spacing: 0.0012px;
        margin: 0 0 20px;
        max-width: 900px;
        text-transform: initial;
    }

        .cardSection .advantages h2 b, .cardSection .advantages h2 strong {
            color: var( --greenText );
        }

@media screen and (max-width: 980px) {
    .cardSection .advantages h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (max-width: 780px) {
    .cardSection .advantages h2 {
        text-align: center;
    }
}

.cardSection .advantages .description ul {
    list-style: disc;
    margin: 0 0 0 25px;
}

    .cardSection .advantages .description ul li {
        margin-bottom: 15px;
    }

@media screen and (max-width: 980px) {
    .cardSection .advantages .description ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 780px) {
    .cardSection .advantages .description {
        width: 100%;
    }
}

.cardSection .advantages .imgCard {
    max-width: 400px;
    height: auto;
}

    .cardSection .advantages .imgCard img {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: -6px;
        max-width: initial;
    }

@media screen and (max-width: 980px) {
    .cardSection .advantages .imgCard img {
        width: auto;
        height: 100% !important;
    }
}

@media screen and (max-width: 780px) {
    .cardSection .advantages .imgCard img {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 780px) {
    .cardSection .advantages .imgCard {
        width: 100%;
        max-width: initial;
        text-align: center;
    }
}

@media screen and (max-width: 780px) {
    .cardSection .advantages {
        padding: 30px 15px 0;
    }
}

.shadowBox {
    padding: 40px;
    display: flex;
    align-items: center;
    box-shadow: 0px 13px 26px rgba(0, 148, 57, 0.18);
    border-radius: 10px;
    margin-bottom: 50px;
    max-width: 1380px !important;
}

    .shadowBox h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 50px;
        line-height: 54px;
        margin: 40px 0;
    }

        .shadowBox h2.green {
            color: var( --text );
        }

            .shadowBox h2.green b, .shadowBox h2.green strong {
                color: var( --greenText );
            }

@media screen and (max-width: 991px) {
    .shadowBox h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

.shadowBox ul {
    list-style: disc;
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    margin-left: 21px;
}

    .shadowBox ul li {
        margin: 7px 0;
    }

@media screen and (max-width: 991px) {
    .shadowBox ul li {
        font-size: 16px;
    }
}

.shadowBox.greenBack {
    background-color: var( --primary );
}

    .shadowBox.greenBack h2 {
        color: var( --white );
    }

    .shadowBox.greenBack ul {
        color: var( --white );
    }

@media screen and (max-width: 991px) {
    .shadowBox img {
        width: 100%;
        margin: 20px 0;
    }
}

@media screen and (max-width: 991px) {
    .shadowBox {
        padding: 20px;
    }
}

.payrollElement {
    font-family: "Montserrat", sans-serif;
    border: 1px solid #ccc;
    box-shadow: 0px 8px 20px #ccc;
    border-radius: 10px;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 50px 0;
}

    .payrollElement .phone {
        margin-top: -10%;
        max-width: 100%;
        height: auto;
    }

@media screen and (max-width: 991px) {
    .payrollElement .phone {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .payrollElement img {
        margin-bottom: 20px;
    }
}

.payrollElement .content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    line-height: 54px;
    color: var( --greenText );
    margin: 0;
}

@media screen and (max-width: 991px) {
    .payrollElement .content h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

.payrollElement .content h3 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    color: var( --darkGreen );
    margin: 0;
}

    .payrollElement .content h3 span {
        color: var( --greenText );
    }

    .payrollElement .content h3 b {
        color: var( --text );
    }

@media screen and (max-width: 991px) {
    .payrollElement .content h3 {
        font-size: 25px;
        line-height: 30px;
    }
}

.payrollElement .content h4 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: var( --greenText );
    margin: 0;
}

@media screen and (max-width: 991px) {
    .payrollElement .content h4 {
        font-size: 25px;
        line-height: 30px;
    }
}

.payrollElement .content p {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.0012em;
    margin: 20px 0;
}

@media screen and (max-width: 991px) {
    .payrollElement .content p {
        font-size: 16px;
    }
}

.payrollElement .content ul {
    font-family: "Montserrat", sans-serif !important;
    list-style: disc;
    margin: 25px 10px 30px;
    color: var(--text);
    font-size: 20px;
    line-height: 24px;
    width: 100%;
}

    .payrollElement .content ul li {
        margin: 0 10px 5px;
        width: 100%;
    }

@media screen and (max-width: 991px) {
    .payrollElement .content ul li {
        font-size: 16px;
    }
}

.payrollElement .content .payrollKey p {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: var( --text );
    margin: 10px 0;
    font-weight: 700;
}

    .payrollElement .content .payrollKey p img {
        width: 50px;
        min-width: 50px;
        margin-right: 30px;
    }

@media screen and (max-width: 991px) {
    .payrollElement .content .payrollKey p {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .payrollElement .content .payrollKey {
        margin: 20px 0;
    }
}

.sideBox {
    margin: 50px 0;
}

    .sideBox .col-lg-8 .row .sf_colsIn .becomeElement {
        margin: 0 10px 15px;
        font-family: "Montserrat", sans-serif;
        border: 1px solid #ccc;
        box-shadow: 0px 8px 20px #ccc;
        border-radius: 10px;
        min-height: 300px;
        position: relative;
    }

        .sideBox .col-lg-8 .row .sf_colsIn .becomeElement h2 {
            font-family: "Montserrat", sans-serif;
            padding: 20px 30px;
            background-color: var( --greenText );
            color: var( --white );
            display: flex;
            align-items: center;
            font-size: 25px;
            line-height: 35px;
            margin: 0;
            min-height: 145px;
        }

            .sideBox .col-lg-8 .row .sf_colsIn .becomeElement h2 img {
                min-width: 75px;
                width: 75px;
                height: auto;
                margin-right: 20px;
            }

        .sideBox .col-lg-8 .row .sf_colsIn .becomeElement ul {
            width: 98%;
            min-height: 200px;
            padding: 20px !important;
            margin-left: 20px !important;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            line-height: 24px;
            list-style: disc !important;
        }

            .sideBox .col-lg-8 .row .sf_colsIn .becomeElement ul li {
                margin-bottom: 10px;
            }

@media screen and (max-width: 1150px) {
    .sideBox .col-lg-8 .row .sf_colsIn .becomeElement ul {
        min-height: initial;
    }
}

.sideBox .col-lg-8 .row .sf_colsIn .becomeElement.esp ul {
    min-height: 270px;
}

@media screen and (max-width: 1150px) {
    .sideBox .col-lg-8 .row .sf_colsIn .becomeElement.esp ul {
        min-height: initial;
    }
}

@media screen and (max-width: 1150px) {
    .sideBox .col-lg-8 .row .sf_colsIn {
        width: 100% !important;
    }
}

@media screen and (max-width: 1150px) {
    .sideBox .col-lg-8 .row {
        display: block !important;
    }
}

.storyBox {
    width: 1200px;
    max-width: 90%;
    margin: 30px auto;
}

    .storyBox .year h3 {
        font-size: 30px;
        color: var( --primary );
        text-align: center;
    }

    .storyBox .year:after {
        display: block;
        width: 1px;
        height: 100px;
        background-color: var( --primary );
    }

    .storyBox .description {
        background-color: var( --white );
        box-shadow: 0px 13px 26px rgba(0, 148, 57, 0.18);
        border-radius: 10px;
    }

        .storyBox .description .dFlex div {
            display: flex;
            align-items: center;
        }

            .storyBox .description .dFlex div p {
                font-size: 25px;
                color: var( --text );
                margin: 20px;
            }

@media screen and (max-width: 767px) {
    .storyBox .description .dFlex div p {
        width: 100%;
        font-size: 20px;
    }
}

.storyBox .description .dFlex div img {
    width: 150px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .storyBox .description .dFlex div img {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .storyBox .description .dFlex div {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .storyBox {
        display: block !important;
        width: 100%;
        max-width: initial;
        margin-bottom: 20px;
    }
}

.generalTitle h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0.0012px;
    text-align: center;
    margin: 20px 0;
    color: var( --black );
}

    .generalTitle h2 b, .generalTitle h2 strong {
        color: var( --primary ) !important;
    }

.mTop {
    margin-top: 50px;
}

.mBTop {
    margin-top: 150px;
}

@media screen and (max-width: 991px) {
    .mBTop {
        margin-top: 20px;
    }
}

.loader {
    width: 150px;
    text-align: center;
    position: fixed;
    top: 47%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 101;
    display: none;
}

    .loader h2 {
        text-align: center;
        color: var( --white );
        margin: 0;
    }

    .loader div {
        width: 18px;
        height: 18px;
        background-color: var( --primary );
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

        .loader div:first-child {
            background-color: var( --greenText );
        }

        .loader div:last-child {
            background-color: var( --primary );
        }

    .loader .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.overlayBlack {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: var( --black );
    display: none;
}

.siteMap {
    margin: 20px auto;
    columns: 3;
    width: 800px;
    max-width: 98%;
}

    .siteMap li {
        margin: 15px 0;
    }

.footer {
    color: var( --white );
    box-sizing: border-box !important;
    padding: 70px 0 !important;
}

    .footer .dFlex {
        display: flex;
        justify-content: space-between;
    }

    .footer .footerElement h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }

.somosFooter {
    margin: 20px 0;
    line-height: 25px;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .footer .footerElement h2 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .footer .footerElement h2 {
        font-size: 20px;
        text-align: center;
    }
}

.footer .footerElement ul {
    list-style: none !important;
    margin-left: 0;
    padding-left: 0;
}

    .footer .footerElement ul li {
        height: 34px;
        display: flex;
        align-items: center;
    }

        .footer .footerElement ul li a {
            font-size: 14px;
            line-height: 21px;
            font-weight: 700;
            color: var( --white );
            transition: 0.4s all;
        }

@media screen and (max-width: 767px) {
    .footer .footerElement ul li {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .footer .footerElement ul {
        text-align: center;
    }
}

.footer .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

    .footer .social b {
        font-size: 14px !important;
    }

    .footer .social ul {
        list-style: none !important;
        padding-left: 0;
        margin-left: 20px;
        display: flex;
    }

        .footer .social ul li {
            text-align: center;
            margin: 0 5px;
            width: 65px;
        }

            .footer .social ul li a {
                text-align: center;
                text-decoration: none;
                color: var( --white );
            }

                .footer .social ul li a i, .footer .social ul li a em {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 45px;
                    height: 45px;
                    border-radius: 50%;
                    background-color: var( --white );
                    color: var( --primary );
                    transition: 0.4s all;
                    font-size: 20px;
                    margin: 0 auto;
                }

                .footer .social ul li a span {
                    display: block;
                    font-size: 10px;
                    text-transform: uppercase;
                    margin-top: 10px !important;
                }

                .footer .social ul li a:hover i, .footer .social ul li a:focus i,
                .footer .social ul li a:hover em, .footer .social ul li a:focus em {
                    background-color: var( --primary );
                    color: var( --white );
                }

@media screen and (max-width: 767px) {
    .footer {
        padding: 30px 0 50px !important;
    }
}

.generalContent {
    margin-top: 150px;
    margin-bottom: 50px;
}

    .generalContent h1 {
        font-size: 50px;
        line-height: 45px;
        color: var( --primary );
        margin-bottom: 20px;
    }

    .generalContent h2.listTitle {
        color: var( --primary );
        margin: 15px 0;
        text-transform: uppercase;
        font-size: 28px;
    }

    .generalContent .headerContent {
        padding: 20px 0;
        margin: 20px 0;
        color: var( --primary );
        border-bottom: 1px solid var( --primary );
    }

    .generalContent .headerContent p, .generalContent .headerContent div { line-height: 22px; }

    .generalContent .paraghap div, .generalContent .paraghap p {
        margin: 15px 0;
        word-wrap: break-word;
        line-height: 22px;
    }

    .generalContent p {
        line-height: 22px;
        margin: 15px 0;
        word-wrap: break-word;
    }

    .generalContent ul {
        list-style: initial !important;
        padding-left: 20px;
        margin-left: 0;
        box-sizing: border-box;
    }

    .generalContent a {
        word-wrap: break-word;
    }

.listPage {
    margin-top: 30px;
}

    .listPage h3:first-child {
        display: none;
    }

    .listPage button {
        display: none !important;
    }
.listPage a[data-sf-role=toggleLink] {
    color: var( --primary );
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 35px;
}
.listPage .multi-collapse {
    padding: 15px;
    box-sizing: border-box;
    line-height: 22px;
}
.listPage .multi-collapse h3 {
    display: block !important;
    color: var( --primary );
    margin: 15px 0;
    font-size: 22px;
}

.searchBox {
    margin-top: 70px;
    margin-bottom: 30px;
    background-color: #D7D9DB;
    padding: 100px 0;
    box-sizing: border-box;
    text-align: center;
}

    .searchBox h1 {
        font-size: 50px;
        text-align: center;
        color: #39414B;
        margin: 20px 0;
    }

.iconsHelp {
    text-align: center;
    margin-bottom: 50px;
}

    .iconsHelp img {
        width: 400px;
        height: auto;
        max-width: 90%;
        margin: 0 auto;
    }

    .iconsHelp a {
        font-size: 16px;
        line-height: 20px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

.searchResult {
    padding: 20px 0;
}
.tabMaster h1 { display: none; }

.tabMaster h3 {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tabMaster ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    flex-wrap: wrap;
    list-style: none;
}

    .tabMaster ul li {
        margin: 0 12px;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 290px;
    }

        .tabMaster ul li a {
            display: block;
            cursor: pointer;
            width: 100%;
            background-color: var( --white );
            color: var( --primary );
            padding: 5px;
            text-align: center;
            border-radius: 10px;
            font-size: 25px;
            font-weight: 600;
            line-height: 30px;
            box-shadow: 0px 0px 10px 0px rgba(0, 148, 57, 0.18);
        }

        .tabMaster ul li a.active {
            border-bottom: 3px solid var( --primary );
            color: var( --primary );
        }

.tabMaster {
    width: 100%;
    margin-bottom: 30px;
}

    .tabMaster .mb-4 {
        padding: 20px 100px;
        display: none;
    }

        .tabMaster .mb-4 img {
            max-width: 100%;
            height: auto;
            margin: 35px auto;
        }

        .tabMaster .mb-4 b, .tabMaster .mb-4 strong {
            color: var( --primary );
        }

        .tabMaster .mb-4 p {
            margin-bottom: 30px !important;
        }

    .tabMaster .mt-2 a {
        display: none;
    }

        @media screen and (max-width: 800px) {
            .tabMaster .mb-4 {
        padding: 20px;
    }
}
@media screen and (max-width: 1270px) {
    .navbar-light .navbar-nav .nav-link { color: #fff !important; }
}
@media screen and (max-width: 700px) {
    .generalContent h1 { font-size: 35px; }
    .generalContent h2.listTitle { font-size: 20px; }
}
@media screen and (max-width: 400px) {
    .generalContent h1 {
        font-size: 30px;
    }
}

.bgPrimary {
    background-color: var( --primary );
}
.button.link {
    color: #fff !important;
    text-decoration: none !important;
}
.buttonDiv button, .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    width: 267px;
    height: 51px;
    color: var( --white );
    background: linear-gradient(180deg, var( --primary ) 0%, var( --primary ) 100%);
    border-radius: 25px;
    font-size: 18px;
    text-decoration: none;
    transition: 0.4s all;
    border: none;
}
.button:hover, .buttonDiv button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: var( --white );
    background: linear-gradient(180deg, var( --primary ) 0%, var( --primary ) 100%) !important;
}
.button.white {
    color: var( --primary );
    background: var( --white );
    border: 1px solid var( --primary );
}
.button.white:hover {
    color: var( --white );
    background: var( --primary );
}
h2 b, h2 strong {
    color: var( --primary );
}
.fullImg {
    width: 100%;
    height: auto;
}
.chatHover {
    z-index: 11111111111 !important;
}
.appModal {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: var( --white );
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-sizing: border-box;
    padding: 20px;
    transition: 0.8s;
    bottom: -500px;
    opacity: 0;
    z-index: 3;
}
.appModal.open {
    opacity: 1;
    bottom: 0;
}
.appModal .container {
    width: 1000px;
    max-width: 90%;
    position: relative;
}
.appModal h2 {
    font-size: 20px;
    text-align: center;
    color: var( --black );
    position: relative;
}
.appModal ul {
    list-style: none;
    margin: 40px 0;
    padding: 0;
    position: relative;
    display: block;
}
.appModal ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 16px;
}
.appModal ul li a {
    margin: 0;
    font-size: 16px;
    width: 150px;
}
.navbar-brand {
    display: none;
}
@media screen and (max-width: 1270px) {
    .mainMenu {
        display: none !important;
    }
    .mobileNav nav {
        padding: 0 !important;
    }
}

.header .langMenu {
    position: relative;
}

    .header .langMenu label {
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .header .langMenu label i {
        margin-right: 5px;
    }

    .header .langMenu ul {
        position: absolute;
        background-color: #fff;
        width: 100px;
        display: none;
    }

        .header .langMenu ul li {
            margin-right: 0 !important;
            width: 100px;
        }

    .header .langMenu ul li button {
        font-size: 12px;
        line-height: 24px;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100px;
    }
    .header .langMenu .btn-light:after {
        font-family: FontAwesome;
        font-weight: 900;
        content: "\f058";
        color: var( --primary);
    }

    .header .langMenu:hover ul {
        display: block;
    }
@media screen and (max-width: 1270px) {
    .mobileNav .container-fluid ul li:nth-child(1),
    .mobileNav .container-fluid ul li:nth-child(2),
    .mobileNav .container-fluid ul li:nth-child(3) {
        display: none;
    }

    .mobileNav .container-fluid ul li:nth-child(4) a {
        border-top: 1px solid var(--white);
    }
}

    .sfPageEditor .mobileNav {
        display: block !important;
        position: relative !important;
    }

    .sfPageEditor .header .langMenu ul {
        display: block !important;
    }

.sfPageEditor .mfp-hide {
    display: none !important;
}

.mobileNav .langMenu {
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #fff;
    text-align: center;
    display: none;
}

        .mobileNav .langMenu ul, .mobileNav .langMenu ul li, .mobileNav .langMenu ul li button {
            width: 100%;
            text-align: center;
            font-size: 14px;
            color: #fff !important;
            text-transform: capitalize;
        }

            .mobileNav .langMenu label, .mobileNav .langMenu ul li {
                padding: 10px;
            }

                .mobileNav .langMenu ul li button {
                    background: transparent !important;
                    border: none !important;
                }

                    .mobileNav .langMenu ul li button:after {
                        height: 14px;
                        width: 14px;
                        margin-left: 10px;
                    }

                    .mobileNav .langMenu ul li button.btn-light:after {
                        font-family: FontAwesome;
                        font-weight: 900;
                        content: "\f058";
                        color: var( --white);
                        margin-left: 10px;
                    }

                    .mobileNav .langMenu label {
                        color: var( --white);
                    }

                .mobileNav .langMenu label:after {
                    font-family: FontAwesome;
                    font-weight: 900;
                    content: "\f078";
                    margin-left: 10px;
                }

                .mobileNav .langMenu label i {
                    margin-right: 10px;
                }

        .mobileNav .langMenu ul {
            display: none;
        }

        .mobileNav .langMenu:hover > ul {
            display: block;
        }

.mobileNav .helpButton {
    display: none;
}

@media screen and (max-width: 991px) {
    .mobileNav .container-fluid ul {
            margin-bottom: 0 !important;
        }
    }
.mfp-inline-holder .mfp-content {
    background-color: var( --white );
    color: var( --black );
    width: 450px !important;
    max-width: 98%;
    padding: 50px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}
    .mfp-inline-holder .mfp-content p {
        margin: 0;
        text-align: center;
    }
    .mfp-inline-holder .mfp-content .button {
        width: 100%;
        text-decoration: none;
        margin: 15px 0;
    }
        .mfp-inline-holder .mfp-content .button i {
            margin-right: 5px;
        }
.helpButton {
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.helpButton i { margin-right: 5px; font-size: 15px; }
    .helpButton:hover {
        color: #fff;
        text-decoration: none;
    }

@media screen and (max-width: 1270px) {
    .mobileNav .container-fluid ul {
        margin-bottom: 0 !important;
    }

    .header .row .sf_colsIn:nth-child(2) .transactionalMenu ul li:first-child a {
        color: var(--darkGreen) !important;
    }
}
@media screen and (max-width: 850px) {
    .mobileNav .container-fluid ul li:nth-child(1),
    .mobileNav .container-fluid ul li:nth-child(2),
    .mobileNav .container-fluid ul li:nth-child(3) {
        display: block;
    }

    .mobileNav .container-fluid ul li:nth-child(4) a {
        border-top: none !important;
    }
    .transactionalMenu, .header .langMenu {
        display: none;
    }
}
.topupContainer {
    width: 100%;
    margin: 50px 0;
}

.topupContainer #modal-topups {
    max-width: 95%;
    margin: 0 auto;
    width: 490px;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 24px;
    box-shadow: 0px 0px 1px 0px #0000000A;
    box-shadow: 0px 0px 2px 0px #00000014;
    box-shadow: 0px 4px 8px 0px #00000014;
}
.topupList {
    color: #626B76;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.topupList h3, .topupList .float-end {
    display: none !important;
}
.topupList a {
    font-size: 18px;
    font-weight: 600;
    color: #38404A;
    line-height: 28px;
}
.topupList a svg {
    color: var(--primary);
}