/*NUEVO CECI*/
.textUpperCase {
    text-transform: uppercase
}



/* Fuentes para Caroucel*/
/*@font-face {
    font-family: 'gotham_bold';
    src: url(fonts/gotham_font/gotham-bold.woff2) format('woff2'), url(fonts/gotham_font/gotham-bold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_medium';
    src: url(fonts/gotham_font/gotham-medium.woff2) format('woff2'), url(fonts/gotham_font/gotham-medium.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}*/

/*
PRUEBA FIRA*/
@font-face {
    font-family: 'Fira';
    src: url(fonts/fira/FiraSans-Regular.ttf) format('ttf'), url(fonts/fira/FiraSans-Regular.ttf) format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira-medium';
    src: url(fonts/fira/FiraSans-Medium.ttf) format('ttf'),url(fonts/fira/FiraSans-Medium.ttf) format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira-bold';
    src: url(fonts/fira/FiraSans-Bold.ttf) format('ttf'), url(fonts/fira/FiraSans-Bold.ttf) format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(RobotoCondensed-VariableFont_wght.ttf) format('ttf'), url(fonts/roboto/RobotoCondensed-VariableFont_wght.ttf) format('ttf');
    font-weight: normal;
    font-style: normal;
}


.text_h4 {
    font-size: 24px;
    font-weight: 600;
}

.text_h2 {
    font-size: 40px;
    font-weight: 600;
}

.text_h3 {
    font-size: 32px;
    font-weight: 600;
}

.text_h5{
    font-size:19px;
    line-height:19px;
    font-weight:600;
}

.oca_color {
    color: #5B2B82;
}

.text_body{
    font-size:16px;
}

/* cyrillic-ext */
/*@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}*/
/* cyrillic */
/*@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}*/
/* vietnamese */
/*@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}*/
/* latin-ext */
/*@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}*/
/* latin */
/*@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/

/* Base */
.navbar-fixed-top.scrolled {
    background-color: #ff9966 !important;
    transition: background-color 200ms linear;
}

.nav-colored {
    background-color: #000;
}

.nav-transparent {
    background-color: #ff9966;
}


.ucPage {
    padding-top: 6%;
    padding-bottom: 7%
}

body {
    line-height: 1.7;
    color: #4d4d4d;
    font-weight: 300;
    font-size: 1rem;
    font-family: 'Fira', sans-serif;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

.btn-primary a{
    color: white;
    text-decoration: none!important;
}
.btn-primary:hover a{
    color: #5b2b82;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-family: 'Fira', sans-serif;
}

.border-2 {
    border-width: 2px;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background: #000 !important;
}

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(255, 255, 255, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.show{
}

.offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

    .offcanvas-menu .site-wrap:before {
        opacity: 1;
        visibility: visible;
    }

.btn {
    text-transform: uppercase;
    letter-spacing: .2em;
    border-radius: 0;
}

    .btn:hover, .btn:active, .btn:focus {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .btn.btn-black {
        color: #fff;
        background-color: #000;
    }

        .btn.btn-black:hover {
            color: #000;
            background-color: #fff;
        }

    .btn.btn-primary {
        border: 2px solid transparent;
        font-size: 16px;
    }

        .btn.btn-primary:hover {
            background: white !important;
            color: #5b2b82 !important;
            border: 2px solid #5b2b82 !important;
            border-width: 2px;
        }

.line-height-1 {
    line-height: 1 !important;
}

.bg-black {
    background: #000;
}

.form-control {
    height: 2.5rem;
    border-radius: 0.5rem;
    font-size: 16px;
    color: #5b2b82;
    border: 2px solid #ced4da;
}

    .form-control:active, .form-control:focus {
        border-color: #5b2b82;
    }

    .form-control:hover, .form-control:active, .form-control:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.site-section {
    padding: 2.5em 0;
}


.site-section-2 {
    padding: 2.5em 0;
    margin-bottom: 5em;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section-heading {
    position: relative;
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .site-section-heading {
        font-size: 4rem;
    }
}

.site-section-heading:after {
    content: "";
    left: 0%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #5b2b82;
}

.site-section-heading.text-center:after {
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #5b2b82;
}

.border-top {
    border-top: 1px solid #edf0f5 !important;
}

.site-footer {
    padding: 40px 50px 80px 50px;
    background: #E9ECEF;
    display: flex;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 50px 80px 50px;
    }
    .sostChart{
        width:100%;
    }
}

.site-footer .border-top {
    border-top: 1px solid #5b2b82 !important;
}

/*.site-footer p {
    color: #737373;
}*/

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: #5b2b82;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    color: #5b2b82;
    font-family: 'Fira' , sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.link-integraciones:hover {
    text-decoration: none;
}

.centro-ayuda {
    display: block;
    padding: 16px 0 0 0;
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important;
    }
}
.site-navigation{
    display:flex;   
}

.top_header{
    width:100%;
    justify-content:space-between;
}

.hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important;
    }
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .bg-image.overlay {
        position: relative;
    }

        .bg-image.overlay:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.7);
        }

    .bg-image > .container {
        position: relative;
        z-index: 1;
    }

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .display-1, .display-3 {
        font-size: 3rem;
    }
}

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

    .play-single-big > span {
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-40%, -50%);
        -ms-transform: translate(-40%, -50%);
        transform: translate(-40%, -50%);
    }

    .play-single-big:hover {
        width: 120px;
        height: 120px;
    }

.overlap-to-top {
    margin-top: -150px;
}

.ul-check {
    margin-bottom: 50px;
}

    .ul-check li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

        .ul-check li:before {
            left: 0;
            font-size: 20px;
            top: -.3rem;
            font-family: "icomoon";
            content: "\e5ca";
            position: absolute;
        }

    .ul-check.white li:before {
        color: #fff;
    }

    .ul-check.success li:before {
        color: #8bc34a;
    }

    .ul-check.primary li:before {
        color: #5b2b82;
    }

/* Navbar */
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    width: 100%;
}

    .site-navbar.transparent {
        background: transparent;
    }

    .site-navbar.absolute {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .site-navbar .site-logo {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: -20px;
    }

    .site-navbar .site-navigation.border-bottom {
        border-bottom: 1px solid #f3f3f4 !important;
    }

    .site-navbar .site-navigation .site-menu {
        margin-bottom: 0;
    }

        .site-navbar .site-navigation .site-menu .active > a {
            color: #5b2b82;
        }

        .site-navbar .site-navigation .site-menu a {
            text-decoration: none !important;
            display: inline-block;
            font-family: 'Fira' , sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 0em;
            text-align: left;
        }

        .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
            padding: 0px 8px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .site-navbar .site-navigation .site-menu > li > a {
                padding: 10px 0px;
                color: #212529;
                text-decoration: none !important;
                font-family: 'Fira', sans-serif;
                font-size: 16px;
                font-weight: 500;
                line-height: 20px;
                letter-spacing: 0em;
                text-align: left;
            }

                .site-navbar .site-navigation .site-menu > li > a:hover {
                    color: #5b2b82;
                }

        .site-navbar .site-navigation .site-menu .has-children {
            position: relative;
        }

            .site-navbar .site-navigation .site-menu .has-children > a {
                position: relative;
                padding-right: 20px;
            }

                .site-navbar .site-navigation .site-menu .has-children > a:before {
                    position: absolute;
                    content: "\e313";
                    font-size: 16px;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-family: 'icomoon';
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown {
                visibility: hidden;
                opacity: 0;
                top: 100%;
                position: absolute;
                text-align: left;
                border-top: 2px solid #5b2b82;
                -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
                border-left: 1px solid #edf0f5;
                border-right: 1px solid #edf0f5;
                border-bottom: 1px solid #edf0f5;
                padding: 0px 0;
                margin-top: 20px;
                margin-left: 0px;
                background: #fff;
                -webkit-transition: 0.2s 0s;
                -o-transition: 0.2s 0s;
                transition: 0.2s 0s;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                    position: absolute;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        bottom: 100%;
                        left: 20%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        border-color: rgba(136, 183, 213, 0);
                        border-bottom-color: #fff;
                        border-width: 10px;
                        margin-left: -10px;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                    text-transform: none;
                    letter-spacing: normal;
                    -webkit-transition: 0s all;
                    -o-transition: 0s all;
                    transition: 0s all;
                    color: #343a40;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
                    color: #5b2b82 !important;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    min-width: 200px;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                        padding: 9px 20px;
                        display: block;
                    }

                        .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                            background: #5b2b82;
                            color: white;
                        }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                        content: "\e315";
                        right: 20px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                        left: 100%;
                        top: 0;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                        background: #f4f5f9;
                        color: #25262a;
                    }

            .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
                color: #5b2b82;
            }

            .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
                cursor: pointer;
            }

                .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                    margin-top: 0px;
                    visibility: visible;
                    opacity: 1;
                }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    top:0;
    z-index: 2000;
    padding-top: 20px;
    background: #5b2b82;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            color: white;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
                color: white;
            }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 40px 20px 40px;
    /*height: calc(100vh - 52px);*/
    padding-bottom: 60px;
}

    .site-mobile-menu .site-mobile-menu-body > ul > li > a {
        font-family: 'Fira' , sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 16px 0;
        display: block;
        position: relative;
        color: white;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: white;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li.active > a {
            color: white;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        color: white;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            color: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li > a {
            font-size: 20px;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
                margin-top: -15px;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-top: 16px;
                    padding-bottom: 16px;
                    padding-left: 32px;
                    font-family: 'Fira' , sans-serif;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 20px;
                    letter-spacing: 0px;
                    text-align: left;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

/* seccion servicios */
.contenedor-servicios {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*justify-content: center;*/
}

  /*  .contenedor-servicios div {
        width: 289.25px;
    }*/

.mobile_wrap {
    width: calc(100% / 4);
}


@media (max-width: 964px) {
    .mobile_wrap {
        width: calc(44%);
    }
    .manejo_wrap{
        flex-wrap:wrap;
    }
    .wrap_end {
        margin-right: 1rem;
       
    }

    .wrap_start {
        margin-left: 1rem;
      
    }
}


   

@media (max-width: 767px) {
    .mobile_wrap {
        width: 330px;
    }
    .manejo_wrap{
        flex-wrap:wrap;
        justify-content:center;
    }

    .mobile_wrap {
        display: flex;
        justify-content: center;
    }
    .wrap_end {
        margin-right: 1rem;
    }
    .wrap_start{
        margin-left: 1rem;
    }
  
}

/* seccion novedades */
.novedades-contenedor {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
    gap: 30px;
}

.novedades-card {
    height: 470px;
    width: 348px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 4px 0px #00000033;
    border-radius: 8px;
}

.novedades-card p {
    color: #4d4d4d;
}

.novedades-card:hover {
    text-decoration: none;
}

.novedades-card h4 {
    color: #592C82;
}

.novedades-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.pill-novedades {
    background-color: #582B82;
    padding: 8px 16px;
    color: #FFFFFF;
    border-radius: 24px;
    font-size: 12px;
}

@media (max-width: 1135px) {
    .novedades-card {
        width: 312px;
    }

}

@media (max-width: 1012px) {
    .novedades-contenedor {
        flex-direction: column;
    }
    .novedades-card {
        width: 348px;
    }
}

@media (max-width: 770px) {
    .novedades-card {
        width: 312px;
    }
}


/* Blocks */
.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-position: center center;
}

    .site-blocks-cover.overlay {
        position: relative;
    }

        .site-blocks-cover.overlay:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            right: 0;
            top: 0;
            /*background: rgba(0, 0, 0, 0.15);*/
        }

    .site-blocks-cover .player {
        position: absolute;
        bottom: -250px;
        width: 100%;
    }

    .site-blocks-cover, .site-blocks-cover .row {
        min-height: 400px;
        height: calc(72vh);
    }

        .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
            min-height: 450px;
            height: calc(30vh);
        }

        .site-blocks-cover h1 {
            font-size: 4rem;
            font-weight: 900;
            color: #fff;
        }

@media (max-width: 991.98px) {
    .site-blocks-cover h1 {
        font-size: 2rem;
    }
}

.site-blocks-cover p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    line-height: 1.5;
}

.site-blocks-cover .btn {
    border: 2px solid transparent;
}

    .site-blocks-cover .btn:hover {
        background: none;
        border: 2px solid #fff;
    }

.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .site-blocks-cover .display-1 {
        font-size: 3rem;
    }
}

.site-block-subscribe .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.site-block-subscribe .form-control {
    font-weight: 300;
    border-color: #fff !important;
    height: 80px;
    font-size: 22px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

    .site-block-subscribe .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.5);
        font-weight: 200;
        font-style: italic;
    }

    .site-block-subscribe .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.5);
        font-weight: 200;
        font-style: italic;
    }

    .site-block-subscribe .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(255, 255, 255, 0.5);
        font-weight: 200;
        font-style: italic;
    }

    .site-block-subscribe .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(255, 255, 255, 0.5);
        font-weight: 200;
        font-style: italic;
    }

.bg-light {
    background: #ccc;
}

.bg-white {
    background: #ffffff;
}

.team-member {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .team-member img {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .team-member:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(248, 157, 19, 0.8);
        z-index: 2;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .team-member .text {
        top: 50%;
        text-align: center;
        position: absolute;
        padding: 20px;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
        -webkit-transition: .5s all ease;
        -o-transition: .5s all ease;
        transition: .5s all ease;
        opacity: 0;
        visibility: hidden;
        color: #fff;
    }

    .team-member:hover:before, .team-member:focus:before, .team-member:active:before {
        opacity: 1;
        visibility: visible;
    }

    .team-member:hover img, .team-member:focus img, .team-member:active img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .team-member:hover .text, .team-member:focus .text, .team-member:active .text {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        opacity: 1;
        visibility: visible;
        z-index: 4;
    }

.podcast-entry {
    -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1);
}

    .podcast-entry .sep {
        margin-left: 5px;
        margin-right: 5px;
        color: #ccc;
    }

    .podcast-entry .image {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 300px;
    }

@media (min-width: 768px) {
    .podcast-entry .image {
        width: 300px;
        height: auto;
    }
}

.podcast-entry .text {
    width: 100%;
    padding: 40px;
}

@media (min-width: 768px) {
    .podcast-entry .text {
        width: calc(100% - 300px);
    }
}

.mejs__container {
    width: 100% !important;
}

@media (max-width: 991.98px) {
    .display-4 {
        font-size: 1.8rem;
    }
}

.feature-blocks-1 {
    position: relative;
    margin-top: -70px;
    z-index: 2;
    color: #999999;
}

    .feature-blocks-1.no-margin-top {
        margin-top: 0px;
    }

    .feature-blocks-1 .feature-block-1 {
        position: relative;
        top: 0;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        overflow: hidden;
        z-index: 1;
    }

        .feature-blocks-1 .feature-block-1.bg {
            position: relative;
            background-size: cover;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .3s all ease-in-out;
            -o-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
        }

        .feature-blocks-1 .feature-block-1 .text {
            z-index: 10;
            position: relative;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease-in-out;
            -o-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
        }

        .feature-blocks-1 .feature-block-1:before {
            content: "";
            position: absolute;
            top: 0;
            z-index: 1;
            bottom: 0;
            left: 0;
            right: 0;
            background: transparent;
            -webkit-transition: .3s all ease-in-out;
            -o-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
        }

        .feature-blocks-1 .feature-block-1 p {
            color: #cccccc;
        }

        .feature-blocks-1 .feature-block-1:hover, .feature-blocks-1 .feature-block-1:focus, .feature-blocks-1 .feature-block-1:active {
            top: -10px;
            -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
        }

            .feature-blocks-1 .feature-block-1:hover .text, .feature-blocks-1 .feature-block-1:focus .text, .feature-blocks-1 .feature-block-1:active .text {
                opacity: 1;
                visibility: visible;
            }

            .feature-blocks-1 .feature-block-1:hover.bg, .feature-blocks-1 .feature-block-1:focus.bg, .feature-blocks-1 .feature-block-1:active.bg {
                position: relative;
                background-size: cover;
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
                z-index: 2;
            }

            .feature-blocks-1 .feature-block-1:hover:before, .feature-blocks-1 .feature-block-1:focus:before, .feature-blocks-1 .feature-block-1:active:before {
                background: rgba(0, 0, 0, 0.9);
            }

.site-blocks-vs .bg-image {
    padding-top: 3em;
    padding-bottom: 3em;
}

@media (min-width: 992px) {
    .site-blocks-vs .bg-image {
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.site-blocks-vs .image {
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

@media (max-width: 991.98px) {
    .site-blocks-vs .image {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.site-blocks-vs .image img {
    border-radius: 50%;
}

.site-blocks-vs .image.image-small {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.site-blocks-vs .country {
    color: rgba(255, 255, 255, 0.7);
}

.match-entry {
    position: relative;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

    .match-entry .small {
        color: #ccc;
        font-weight: normal;
        letter-spacing: .15em;
    }

    .match-entry:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 90;
        -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
    }

.post-entry {
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

    .post-entry, .post-entry .text {
        border-radius: 4px;
        border-top: none !important;
    }

        .post-entry .date {
            color: #ccc;
            font-weight: normal;
            letter-spacing: .1em;
        }

        .post-entry .image {
            overflow: hidden;
            position: relative;
        }

            .post-entry .image img {
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

        .post-entry:hover .image img, .post-entry:active .image img, .post-entry:focus .image img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

.site-block-tab .nav-item {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 0 20px;
}

    .site-block-tab .nav-item:first-child {
        margin-left: 0 !important;
    }

    .site-block-tab .nav-item > a {
        padding-left: 0 !important;
        background: none !important;
        padding-right: 0 !important;
        border-bottom: 2px solid transparent;
        border-radius: 0 !important;
        font-weight: bold;
        color: #cccccc;
    }

        .site-block-tab .nav-item > a:hover, .site-block-tab .nav-item > a.active {
            border-bottom: 2px solid #5b2b82;
            color: #000;
        }

.block-13, .slide-one-item {
    position: relative;
    z-index: 1;
}

    .block-13 .owl-nav, .slide-one-item .owl-nav {
        position: relative;
        position: absolute;
        bottom: -90px;
        /*left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);*/
    }

        .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
            position: relative;
            display: inline-block;
            padding: 20px;
            font-size: 30px;
            color: #000;
        }

            .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
                opacity: .2;
            }

    .slide-one-item.home-slider .owl-nav {
        position: absolute !important;
        top: 60% !important;
        bottom: auto !important;
        width: 100%;
    }

    .slide-one-item.home-slider .owl-prev {
        left: 10px !important;
    }

    .slide-one-item.home-slider .owl-next {
        right: 10px !important;
    }

    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
        color: #fff;
        position: absolute !important;
        top: 50%;
        padding: 0px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        line-height: 0;
        text-align: center;
        font-size: 25px;
    }

@media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
        font-size: 25px;
    }
}

.slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black;
}

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
    opacity: 10;
    visibility: visible;
}

.block-12 {
    position: relative;
}

    .block-12 figure {
        position: relative;
    }

        .block-12 figure:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
            background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
            background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
            background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
        }

    .block-12 .text-overlay {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 10;
    }

        .block-12 .text-overlay h2 {
            color: #fff;
        }

    .block-12 .text {
        position: relative;
        top: -100px;
    }

        .block-12 .text .meta {
            text-transform: uppercase;
            padding-left: 40px;
            color: #fff;
            display: block;
            margin-bottom: 20px;
        }

        .block-12 .text .text-inner {
            -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
            background: #fff;
            padding: 10px;
            margin-right: 30px;
            position: relative;
        }

@media (min-width: 576px) {
    .block-12 .text .text-inner {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .block-12 .text .text-inner {
        padding: 30px 40px;
    }
}

.block-12 .text .text-inner:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    margin-top: -4px;
    background: #5b2b82;
    top: 0;
}

.block-12 .text .text-inner .heading {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.block-16 figure {
    position: relative;
}

    .block-16 figure .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
        width: 70px;
        height: 70px;
        background: #fff;
        display: block;
        border-radius: 50%;
        opacity: 1;
        color: #5b2b82 !important;
    }

        .block-16 figure .play-button:hover {
            opacity: 1;
        }

        .block-16 figure .play-button > span {
            position: absolute;
            left: 55%;
            top: 50%;
            -webkit-transform: translate(-60%, -50%);
            -ms-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
        }

.block-25 ul, .block-25 ul li {
    padding: 0;
    margin: 0;
}

    .block-25 ul li a .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }

        .block-25 ul li a .image img {
            border-radius: 4px;
            max-width: 100%;
            opacity: 1;
            -webkit-transition: .3s all ease-in-out;
            -o-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
        }

    .block-25 ul li a .text .heading {
        font-size: 18px;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #999999;
    }

    .block-25 ul li a .meta {
        color: #5b2b82;
    }

    .block-25 ul li a:hover img {
        opacity: .5;
    }

    .block-25 ul li a:hover .text .heading {
        color: #fff;
    }

#date-countdown .countdown-block {
    color: #b3b3b3;
}

#date-countdown .label {
    font-size: 40px;
    color: #000;
}

.next-match .image {
    width: 50px;
    border-radius: 50%;
}

.player {
    position: relative;
}

    .player img {
        max-width: 100px;
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .player .team-number {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #5b2b82;
        border-radius: 50%;
        color: #fff;
    }

        .player .team-number > span {
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
        }

    .player h2 {
        font-size: 20px;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

    .player .position {
        font-size: 14px;
        color: #b3b3b3;
        text-transform: uppercase;
    }

.site-block-27 ul, .site-block-27 ul li {
    padding: 0;
    margin: 0;
}

    .site-block-27 ul li {
        display: inline-block;
        margin-bottom: 4px;
    }

        .site-block-27 ul li a, .site-block-27 ul li span {
            text-align: center;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            border: 1px solid #ccc;
        }

        .site-block-27 ul li.active a, .site-block-27 ul li.active span {
            background: #5b2b82;
            color: #fff;
            border: 1px solid transparent;
        }

.site-block-feature-7 .icon {
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.unit-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 325px;
}

    .unit-1:after {
        content: "";
        z-index: 1;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    }

    .unit-1 img {
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .unit-1 img, .unit-1 .unit-1-text {
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    }

    .unit-1 .unit-1-text {
        z-index: 2;
        position: absolute;
        bottom: -90px;
        color: #fff;
        display: block;
        width: 100%;
    }

        .unit-1 .unit-1-text .unit-1-heading {
            font-size: 1.5rem;
            position: relative;
        }

    .unit-1 p {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: rgba(255, 255, 255, 0.5);
    }

    .unit-1:hover p {
        opacity: 1;
        visibility: visible;
    }

    .unit-1:hover .unit-1-text {
        bottom: 30px;
    }

    .unit-1:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.overlap-section {
    margin-top: -150px;
    position: relative;
    z-index: 9;
}

.unit-4 .unit-4-icon span {
    line-height: 0;
    font-size: 3rem;
}

.unit-4 h3 {
    font-size: 32px;
}

.h-entry img {
    margin-bottom: 30px;
    border-radius: 0.8rem;
}

.h-entry .meta {
    color: #b3b3b3;
    font-size: 14px;
}

.h-entry h2 {
    font-size: 20px;
}

.overlap-left {
    margin-left: -150px;
}

@media (max-width: 991.98px) {
    .overlap-left {
        margin-left: 0px;
    }
}

.overlap-section {
    margin-top: -100px;
}

.feature-1, .free-quote, .feature-3 {
    padding: 30px 30px;
    color: white;
    font-size: 15px;
    border-radius: 0.5rem;
    margin: 5px;
    background-color: rgb(91, 43, 130);
    background-color: rgb(91, 43, 130, .9);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

.feature-1-ok {
    padding: 30px 30px;
    color: white;
    font-size: 15px;
    border-radius: 0.5rem;
    margin: 5px;
    background-color: #5b2b82;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

    .feature-1 .heading, .feature-1-ok .heading, .free-quote .heading, .feature-3 .heading {
        font-size: 22px;
        text-transform: uppercase;
        color: white;
    }

    .feature-1 .icon, .feature-1-ok .icon, .feature-3 .icon {
        border: 2px solid rgba(255, 255, 255, 0.85);
        width: 80px;
        height: 80px;
        line-height: 80px;
        position: relative;
        border-radius: 50%;
        margin: 0 auto !important;
    }

.icon-ok {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    background-color: #6EAB75;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important;
    align-items: center;
    display: flex;
    justify-content: center;
}

.feature-1-ok .icon-ok > span {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feature-1 .icon > span, .feature-1-ok .icon > span,
.feature-3 .icon > span, .free-quote .icon > span {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-violet {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    background-color: #5b2b82 !important;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important;
    align-items: center;
    display: flex;
    justify-content: center;
}

.free-quote {
    background: rgb(255, 255, 255);
    background: rgb(255, 255, 255, 0.95);
}

    .free-quote .form-control {
        border: 2px solid #5b2b82;
        background: none;
        color: #5b2b82;
    }

        .free-quote .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: black;
            font-size: 15px;
        }

        .free-quote .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: rgba(255, 255, 255, 0.4);
            font-size: 13px;
            font-style: italic;
        }

        .free-quote .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: rgba(255, 255, 255, 0.4);
            font-size: 13px;
            font-style: italic;
        }

        .free-quote .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: rgba(255, 255, 255, 0.4);
            font-size: 13px;
            font-style: italic;
        }

    .free-quote .icon {
        border: 2px solid #5b2b82;
        width: 80px;
        height: 80px;
        line-height: 80px;
        position: relative;
        border-radius: 50%;
        margin: 0 auto !important;
    }

.feature-3 {
    background: #e18a07;
}

.border-primary {
    position: relative;
}

    .border-primary h2 {
        font-weight: 700 !important;
    }

    .border-primary:after {
        position: absolute;
        content: "";
        bottom: 0;
        width: 80px;
        height: 3px;
        background: #5b2b82;
    }

    .border-primary.text-center:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .border-primary.text-left:after {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

.testimonial {
    max-width: 800px;
    margin: 0 auto !important;
    text-align: center;
}

    .testimonial blockquote {
        font-size: 1rem;
        font-style: italic;
    }

    .testimonial figure img {
        max-width: 100px;
        margin: 0 auto;
        border-radius: 50%;
    }

.breadcrumb-custom {
    font-size: 1rem !important;
}

.text-muted {
    color: #ccc !important;
    font-size: 12px;
    text-transform: uppercase;
}

.how-it-work-item .number {
    width: 50px;
    height: 50px;
    background: #5b2b82;
    color: #fff;
    line-height: 55px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    margin-bottom: 40px;
}

.how-it-work-item h2 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
}

.how-it-work-item p {
    color: white;
}

.person h3 {
    font-size: 18px;
}

.ul-social-circle {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ul-social-circle li {
        display: inline-block;
        margin-left: 5px;
        margin-bottom: 5px;
    }

        .ul-social-circle li:first-child {
            margin-left: 0;
        }

        .ul-social-circle li span {
            width: 30px;
            height: 30px;
            background: #777;
            font-size: 13px;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
            display: inline-block;
        }

        .ul-social-circle li a span {
            color: #fff;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .ul-social-circle li a:hover span {
            background: #2b2b2b;
            color: #fff;
        }

.custom-pagination a, .custom-pagination span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: #5b2b82;
    color: #fff;
}

.custom-pagination span {
    background: #e6e6e6;
    color: #000;
}

.btn-primary {
    background-color: #5b2b82;
    border-radius: 0.5rem;
    color: white;
    letter-spacing: 1px;
}

.heading-center {
    font-size: 20px;
    text-transform: uppercase;
    color: #5b2b82;
}

.text-primary {
    color: #5b2b82 !important;
}

a {
    color: #5b2b82;
}

    a:hover {
        color: #5b2b82;
    }

.logo-oca {
    max-height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
}

.border-r {
    border-radius: 0.5rem;
    border: none;
}
.contactame_button {
    display:flex;
    width:  300px;
    height:  48px;
    padding: 8px 24px 8px 24px;
    margin-top:28px;
    text-decoration:none;
    border-radius: 8px;

    justify-content: center;
    background-color:#582B82;
}

.btn-oca {
    background-color: white;
    border-radius: 0.5rem;
    color: #5b2b82;
    cursor:pointer;
    letter-spacing: 1px;
    border: 2px solid transparent;
    font-weight: 600;
}

.btn-oca-puntos-oca {
    background-color: #5b2b82;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0.5rem;
    color: white;
    letter-spacing: 1px;
    border: 2px solid transparent;
    font-weight: 600;
}

    .btn-oca-puntos-oca:hover {
        background-color: white;
        border-radius: 0.5rem;
        border: 2px solid #5b2b82;
        color: #5b2b82;
        letter-spacing: 1px;

    }
    .btn-oca:hover {
        background-color: #5b2b82;
        border-radius: 0.5rem;
        border: 2px solid white;
        color: white;
        letter-spacing: 1px;

    }
@media (max-width: 720px) {
    .contactame_button {
        width: 100%;
    }

}
    #btn-BuscarSucursal:hover {
        /* background: linear-gradient(to left, white 50%, #5b2b82 50%) !important;*/
        background-size: 200% 100% !important;
        background-position: right bottom !important;
        /*transition: all .5s ease-out !important;*/
    }

    .btn-oca-ok {
        background-color: white;
        border-radius: 0.5rem;
        color: #6EAB75;
        letter-spacing: 1px;
        border: 2px solid transparent;
    }

        .btn-oca-ok:hover {
            background-color: #6EAB75;
            border-radius: 0.5rem;
            border: 2px solid white;
            color: white;
            letter-spacing: 1px;
        }


    .input-white {
        border-radius: 0.5rem;
        color: #5b2b82;
        border: 2px solid #5b2b82;
    }


    .btn-download {
        display: inline-block;
        padding: 7px 25px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 0.5rem;
    }

        .btn-download i {
            float: left;
            font-size: 36px;
        }

        .btn-download .btn-text {
            margin-left: 40px;
            line-height: 21px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .btn-download .btn-text span {
                font-size: 12px;
                display: block;
                font-weight: 400;
                letter-spacing: 2px;
                color: rgba(0, 0, 0, 0.7);
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        .btn-download:hover {
            outline: 0;
            color: #fff;
            background-color: white;
        }

            .btn-download:hover .btn-text span {
                color: #fff;
            }

        .btn-download.active {
            background: black;
            color: #fff;
        }

            .btn-download.active .btn-text span {
                color: #fff;
            }

            .btn-download.active:hover {
                background: #5b2b82;
            }

    #myVideo {
        background-color: red;
    }

    a[href^="http:"] { /* Estilos para el correspondiente menu */
    }

    .content-section {
        width: 50%;
        margin: 0 auto;
        padding: 15% 0;
    }

        .content-section h1 {
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .content-section p {
            font-size: 1.2em;
            color: #333;
        }

    .video-section {
        position: relative;
        width: 100%;
        max-height: 550px;
        overflow: hidden;
    }

    #video-elem {
        width: 100%;
        position: relative;
    }

    video::-webkit-media-controls {
        display: none !important;
    }

    .video-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

        .video-overlay:hover {
            opacity: 1;
        }

        .video-overlay h1 {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            text-transform: uppercase;
            font-size: 3em;
            color: #5b2b82;
            text-align: center;
        }

    .card-text-data {
        font-size: 1rem;
        color: white;
        margin: 5px;
    }

    .info-card-oca {
        margin-bottom: 36px;
    }

    .resultado-cp {
        background-color: white;
        border-radius: 0.5rem;
        padding: 10px;
        color: #5b2b82;
        margin-bottom: 36px;
        position: relative;
    }

    .resultado-suc {
        background-color: white;
        border-radius: 0.5rem;
        padding: 10px;
        color: #5b2b82;
        margin-bottom: 36px;
        border: 3px solid #5b2b82;
    }

    .text-cp {
        font-size: 3rem;
    }

    .text-suc {
        font-size: 2rem;
        line-height: 1.2;
    }

    .card-text-data-cp {
        font-size: 1rem;
        color: #5b2b82;
        margin: 5px;
    }

    .card-text-data-suc {
        font-size: 1rem;
        color: #5b2b82;
        margin: 0px;
    }

    .card-text-data-suc-tel {
        font-size: 0.9rem;
        text-transform: capitalize;
        color: #5b2b82;
        margin: 0px;
    }

    .card-text-data-suc-bold {
        font-size: 0.8rem;
        text-transform:uppercase;
        font-weight: bold;
        color: #5b2b82;
        margin: 0px;
    }
    .card-text-data-suc-cont {
        font-size: 0.7rem;
        color: #5b2b82;
        margin: 0px;
    }

    .jumbotron {
        padding: 2rem;
    }

    .numero_envio {
        background-color: white;
        border-radius: 5px;
        color: #562b7e;
        min-height: 30px;
        margin: 10px 0 20px 0;
        font-size: 26px;
    }

    .tituloenvio {
        background-color: #2f54a2;
        color: white;
        font-size: 16px;
        padding: 8px;
        font-weight: bolder;
        text-align: center;
        border: 3px solid #2f54a2;
    }

    .envionumero {
        background-color: white;
        color: #2f54a2;
        font-size: 16px;
        padding: 8px;
        font-weight: bolder;
        text-align: center;
        border: 3px dashed #2f54a2;
    }

    .card-data-1 {
        background-color: #5a2d80;
        border-radius: 10px;
        color: white;
        padding: 10px;
        margin: 0px 20px 20px 0px;
        -webkit-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4);
        box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4);
    }

    .card-data-2 {
        background-color: white;
        border-radius: 10px;
        border: 3px solid #5a2d80;
        color: #5a2d80;
        padding: 10px;
        margin: 0px 20px 35px 0px;
        -webkit-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4);
        box-shadow: 0px 5px 15px -4px rgba(0,0,0,0.4);
    }

    .titulo-card {
        font-size: 15px;
        font-weight: bolder;
        margin: 0;
    }

    .data-card {
        font-size: 21px;
        margin: 0;
    }

    .data-card-sub {
        font-size: 14px;
        margin: 0;
    }

    .jumbotron {
        background-color: white;
        padding: 0;
        margin-bottom: 3.0rem;
    }

    .table .thead-dark th {
        background-color: #5a2d80;
        border-color: #ffffff;
    }

    .table .thead-light th {
        color: #5a2d80;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .card-footer {
        padding: 0;
    }

    .responsive {
        width: 100%;
        height: auto;
    }

    .btn-secondary {
        border-radius: 0.5rem !important;
        letter-spacing: 0px;
        font-size: 12px;
        background-color: #ffffff;
        color: #5b2b82;
        border: 2px solid #5b2b82;
    }

        .btn-secondary:hover {
            background-color: #5b2b82;
            border: 2px solid #5b2b82;
        }

    .cp-next {
        height: 40px;
        width: 40px;
        background-color: #5b2b82;
        color: white;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 12px;
        z-index: 1;
        line-height: 3.4;
    }

    #result-json-cant-seguimiento {
        background-color: #fff !important;
        color: #5b2b82 !important;
    }

    #btn-siguiente-seguimiento {
        border: 2px solid white;
    }

    .btn-white {
        background-color: white;
        border-radius: 0.5rem;
        letter-spacing: 1px;
        color: #c3c3c3;
        border: 2px solid #c3c3c3;
        font-size: 16px;
    }

    .cp-card-resultado {
        border-left: 8px solid #5b2b82;
        padding: 0 10px;
        float: left;
        width: 100%;
    }

    .cp-card-resultado-2 {
        border: 4px solid #5b2b82;
        padding: 10px;
        float: left;
        border-radius: 0.5rem;
        text-align: center;
        width: 100%;
    }
    .text-coral {
        color: #EF4E63 !important;
    }
    .cp-card-resultado-s {
        border-left: 8px solid #ef4e63;
        padding: 0 10px;
        float: left;
        width: 100%;
    }

    .cp-card-title {
        font-size: 14px;
        text-transform: uppercase;
        color: #5b2b82;
    }

    .cp-card-title-2 {
        font-size: 68px;
        text-transform: uppercase;
        color: #5b2b82;
        font-weight: bolder;
    }

    .cp-card-title-s {
        font-size: 14px;
        text-transform: uppercase;
        color: #ef4e63;
        font-weight: bolder;
    }

    .cp-card-data {
        font-size: 12px;
        text-transform: uppercase;
        color: black;
        margin: 0px;
        list-style-type: none;
    }


    /*===== Tipos Servicios Sucursales ======*/
    /*test*/
    .suc-card-data {
        font-size: 12px;
        text-transform: uppercase;
        color: black;
        margin: 0px;
        list-style-type: none;
        z-index: 2;
    }

    .suc-card-data-tipo {
        font-size: 12px;
        text-transform: uppercase;
        color: black;
        margin: 0px;
        list-style-type: none;
        z-index: 2;
        float: left;
        padding-right: 10px;
        padding-top: 2px;
    }

    .suc-card-data-nombre {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px;
        list-style-type: none;
        z-index: 2;
        width: 330px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }


    .suc-card-data-bold {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        color: black;
        margin: 0px;
        list-style-type: none;
        z-index: 2;
    }

    .suc-card-data-servicios {
        font-size: 12px;
        text-transform: uppercase;
        color: black;
        margin: 3px;
        list-style-type: none;
        margin-left: 15px;
    }

    .suc-card-data-tipoServicios {
        text-transform: capitalize !important;
    }

        .suc-card-data-tipoServicios::first-letter {
            text-transform: uppercase;
        }

    .btn-service {
        cursor: pointer;
    }

    .banner-service {
        padding-left: 15px !important;
        padding-right: 15px !important;
        border-radius: 1.5rem !important;
        padding-bottom: 2.5rem;
    }

    .suc-card-data:after {
        /* position: absolute;
    content: "\e313";
    font-size: 16px;*/
        /*top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
        /*   font-family: 'icomoon';*/
    }

    .arrow-service:after {
        font-size: 13px;
        z-index: -1;
        line-height: 1.7;
        content: "\e313";
        font-size: 16px;
        font-family: 'icomoon';
    }

    .suc-cant-servicios {
        height: 22px;
        width: 22px;
        text-align: center;
        background-color: #5b2b82;
        color: white;
        border-radius: 100%;
        font-size: 13px;
        z-index: -1;
        line-height: 1.7;
        float: left;
    }

.smartlocker-servicios {
    height: 22px;
    width: 22px;
    text-align: center;
    background-color: #FFC124;
    color: white;
    border-radius: 100%;
    font-size: 13px;
    z-index: -1;
    line-height: 1.7;
    float: left;
}

    .suc-cant-servicios-s {
        height: 22px;
        width: 22px;
        text-align: center;
        background-color: #ef4e63;
        color: white;
        border-radius: 100%;
        font-size: 13px;
        z-index: -1;
        line-height: 1.7;
        float: left;
    }

    /*=======================================*/

    .btn-sm {
        font-size: 0.7rem !important;
        line-height: 1.0;
    }

    .btn-salmon {
        background-color: #ef4e63;
        color: white;
        border-radius: 0.5rem;
        border: 2px solid #ef4e63 !important;
        letter-spacing: 1px;
    }

        .btn-salmon:hover {
            background-color: white !important;
            color: #ef4e63 !important;
            border: 2px solid #ef4e63 !important;
        }

    .suc-cuadro {
        height: 20px;
        width: 20px;
        background-color: #5b2b82;
        border-radius: 30%;
        float: left;
        margin-right: 10px;
    }

    .ao-cuadro {
        height: 20px;
        width: 20px;
        background-color: #ef4e63;
        border-radius: 30%;
        float: left;
        margin-right: 10px;
    }

@media (max-width: 767px) and (min-width: 576px) {
    .punto-oca-buscador  {
        display:flex;
        flex-direction: column;
    }
}

.smartpoint {
    height: 20px;
    width: 20px;
    background-color: #FFC124;
    border-radius: 30%;
    float: left;
    margin-right: 10px;
}

.smartlocker-cuadro {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.smartlocker-recuadro {
    border-left: 8px solid #FFC124;
    padding: 0 10px;
    float: left;
    width: 100%;
}

    .color-oca {
        color: #5b2b82 !important;
    }

    .card-body {
        padding: 2.0rem;
        border: 2px solid #5b2b82;
        border-radius: 0.5rem;
        /*padding: 1.3rem;
    padding-top: 1.1rem;
    padding-bottom: 0rem;
    border: 2px solid #5b2b82;
    border-radius: 0.5rem;*/
    }

    .Card-bodySeguimiento {
        padding: 1.3rem;
        padding-top: 1.1rem;
        padding-bottom: 0rem;
        border: 2px solid #5b2b82;
        border-radius: 0.5rem;
    }

    .card {
        border-radius: 1rem;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    }


    .bg-white {
        border-radius: 0.5rem;
    }

    .text-m-envio {
        font-size: 1.3REM;
    }

    #sucursal-envio-3 {
        height: 59px;
    }

        #sucursal-envio-3 h6 {
            max-width: 170px;
        }

    .marvel-device.iphone-x {
        width: 305px !important;
        height: 660px !important;
    }

    .marvel-device {
        display: inline-block;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        position: relative;
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

    .ico-oca {
        height: 50px;
    }

    .ico-oca-min {
        height: 15px;
    }

    .ico-oca-2 {
        height: 90px;
        display: block;
    }

    .ico-oca-3 {
        height: 170px;
        display: block;
    }

    .pricing .card {
        border: none;
        border-radius: 1rem;
        transition: all 0.2s;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
        min-height: 325px;
    }

    .pricing-2 .card {
        border: none;
        border-radius: 1rem;
        transition: all 0.2s;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
        background-color: #5b2b82;
    }

    .pricing-2 .card-body {
        background-color: #5b2b82 !important;
    }

    .pricing-2 hr {
        margin: 1.5rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.8)
    }


    .pricing hr {
        margin: 1.5rem 0;
    }

    .pricing .card-title {
        margin: 0.5rem 0;
        font-size: 0.9rem;
        letter-spacing: .1rem;
        font-weight: bold;
    }

    .pricing .card-title-2 {
        margin: 0.5rem 0;
        font-size: 0.5rem;
        letter-spacing: .1rem;
        font-weight: bold;
    }

    .pricing .card-price {
        font-size: 2rem;
        margin: 0;
    }

        .pricing .card-price .period {
            font-size: 0.8rem;
        }

    .font-small {
        font-size: 0.8rem !important;
    }

    .pricing ul li .period {
        margin-bottom: 1rem;
    }

    .pricing .text-muted {
        opacity: 0.7;
    }

    .navShadow {
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    #btn-VerDetalle-Seguimiento a {
        text-decoration: none;
    }

    #btn-VerDetalle-Seguimiento input:hover {
        background: linear-gradient(to left, #5b2b82 50%, white 50%) !important;
        background-size: 200% 100% !important;
        background-position: right bottom !important;
        transition: all .5s ease-out !important;
    }

    #btn-NuevaBusqueda-SeguimientoEnvio:hover {
        background: linear-gradient(to left, #5b2b82 50%, white 50%) !important;
        background-size: 200% 100% !important;
        background-position: right bottom !important;
        transition: all .5s ease-out !important;
    }

    /* Hover Effects on Card */

    @media (min-width: 992px) {
        .pricing .card:hover {
            margin-top: -.25rem;
            margin-bottom: .25rem;
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        }

            .pricing .card:hover .btn {
                opacity: 1;
            }
    }


    @media (min-width: 1024px) {

        .video-section {
            position: relative;
            width: 100%;
            overflow: hidden;
        }
    }

    @media (min-width: 1000px) and (max-width: 1200px) {
        #video-elem {
            top: -50px;
        }
    }

    @media (min-width: 1201px) and (max-width: 1400px) {
        #video-elem {
            top: -100px;
        }
    }

    @media (min-width: 1401px) and (max-width: 1600px) {
        #video-elem {
            top: -150px;
        }
    }

    @media (min-width: 1601px) and (max-width: 1800px) {
        #video-elem {
            top: -200px;
        }
    }

    @media (min-width: 1801px) and (max-width: 2000px) {
        #video-elem {
            top: -250px;
        }
    }


    @media (min-width: 2001px) and (max-width: 2200px) {
        #video-elem {
            top: -300px;
        }
    }

    #publicidad-web {
        display: block;
    }

    #publicidad-mobile {
        display: none;
    }

    .sucursal-mobile {
        margin-top: 25px !important;
    }

    #plataformaEsc {
        display: block;
    }

    #plataformaMov {
        display: none;
    }

    #login-corporativo-mobile {
        display: none;
    }

    #login-corporativo-pc {
        display: block;
    }

    #ocageo-web {
        display: block;
    }

    #ocageo-mobile {
        display: none;
    }


    /*VERSION MOBILE*/
    #redes-sociales {
        display: block;
    }

    #btn-llamar {
        display: none;
    }

    .btn-copy {
        display: none;
    }

    .btn-mapa {
        padding-top: 20px;
    }


    .mostrarBusquedaMob {
        display: none !important;
    }

    @media (max-width: 768px) {
        #ocageo-web img {
            width: 100%;
        }
    }

    @media (min-width: 100px) and (max-width: 650px) {
        #redes-sociales {
            display: none;
        }

        .mostrarBusquedaMob {
            display: block !important;
        }

        #video-elem {
            width: 100%;
            position: relative;
            top: 0px;
        }

        .btn-copy {
            display: block;
        }

        #btn-llamar {
            display: block;
        }

        #icon-ayuda {
            display: none;
        }

        #login-corporativo-mobile {
            display: block;
        }

        #login-corporativo-pc {
            display: none;
        }

        .g-recaptcha {
            justify-content: center !important;
        }


        #ocageo-web {
            display: none;
        }

        #ocageo-mobile {
            display: block;
        }

        .titulo-mobile {
            margin-top: 25px !important;
        }

        #publicidad-web {
            display: none;
        }

        #publicidad-mobile {
            display: block;
        }

        .btn-mapa {
            padding-top: 0px;
        }

        #plataformaEsc {
            display: none;
        }

        #plataformaMov {
            display: block;
        }

        /*#content-carousel-plataforma{
        display:none;
    }*/
    }













    /*************************************\
|*                                   *|
|* Diseño Estilos y KeyFrames OCAWEB *|
|*                                   *|
\*************************************/

    /* Nvar Small o Big [Scroll]*/
    .navSmall {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        transition: all 1s;
    }

.navBig {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    background-color:white!important;
    transition: all 1s;
}
/*---------------------------*/

    /* Titulo [SERVICIOS DESTACADOS] [Scroll]*/

    #c-1 {
        overflow: hidden;
    }

    .container1 {
        animation: sDestacado 0.8s linear;
    }

    @keyframes sDestacado {
        0% {
            transform: translateX(-200%);
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*----------------------------------------*/

    /*----------- Cards-Container-2* ---------------/
/*---CartaDocumento / OcaExpress / OcaPostal---*/
    #cartaDocumento {
        overflow: hidden;
    }

    #Fulfillment {
        overflow: hidden;
    }

    #logisticaInversa {
        overflow: hidden;
    }


    /*#OcaExpress {
    overflow: hidden;
}

#OcaPostal {
    overflow: hidden;
}*/

    .container2-x {
        animation: Cards-Container-2-x 0.8s linear;
    }

    .container2-y {
        animation: Cards-Container-2-y 0.5s linear;
    }
    /*----- Scroll -----*/

    @keyframes Cards-Container-2-x {
        0% {
            transform: translateX(-50%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }

    @keyframes Cards-Container-2-y {
        0% {
            transform: translateY(-50%);
            opacity: 1;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateY(0%);
            opacity: 1;
        }
    }

    /*-------------------------------------------*/
    /*Titulo [MÁS DE NUESTROS SERVICIOS] [Scroll]*/
    /*-------------------------------------------*/
    #c-3 {
        overflow: hidden;
    }

    .container3 {
        animation: container3 0.8s linear;
    }

    @keyframes container3 {
        0% {
            transform: translateX(-200%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*---------------------------------------*/
    /*---------- Cards-Container-3 ----------*/
    /*---------------------------------------*/
    #OcaSimple {
        overflow: hidden;
    }

    #Ecommerce {
        overflow: hidden;
    }

    #OcaGestiones {
        overflow: hidden;
    }

    #TelegramaOca {
        overflow: hidden;
    }

    #OcaConfronteNotarial {
        overflow: hidden;
    }

    #OcaRed {
        overflow: hidden;
    }
    /*--------------------*/



    /*---Card-OcaSimple-----*/
    .t-OcaSimple-1 {
        animation: t-c-1 0.4s linear;
    }

    @keyframes t-c-1 {
        0% {
            transform: translateX(-50%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*---------------------*/




    /*---Card-Ecommerce---*/
    .t-Ecommerce-2 {
        animation: t-c-2 0.5s linear;
    }

    @keyframes t-c-2 {
        0% {
            transform: translateX(-50%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*--------------------*/





    /*---Card-OcaGestiones---*/
    .t-OcaGestiones-3 {
        animation: t-c-3 0.6s linear;
    }

    @keyframes t-c-3 {
        0% {
            transform: translateX(-50%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*---------------------*/





    /*---Card-TelegramaOca---*/
    .t-TelegramaOca-4 {
        animation: t-c-4 0.7s linear;
    }

    @keyframes t-c-4 {
        0% {
            transform: translateX(-50%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*---------------------*/





    /*---Card-OcaConronteNotorial---*/
    .t-OcaConfronteNotarial-5 {
        animation: t-c-5 0.8s linear;
    }

    @keyframes t-c-5 {
        0% {
            transform: translateX(-50%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*---------------------------*/





    /*---Card-OcaRed---*/
    .t-OcaRed-6 {
        animation: t-c-6 0.9s linear;
    }

    @keyframes t-c-6 {
        0% {
            transform: translateX(-50%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*------------------------*/




    /*----------------------------*/
    /* Titulo [NOVEDADES] [Scroll]*/

    #c-4 {
        overflow: hidden;
    }

    .container4 {
        animation: container4 0.8s linear;
    }

    @keyframes container4 {
        0% {
            transform: translateX(-200%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*---------------------------------------*/





    /*---------------------------------------*/
    /*---------- Cards-Container-4 ----------*/
    /*---------------------------------------*/

    #publicidad-1 {
        overflow: hidden;
    }

    #publicidad-2 {
        overflow: hidden;
    }
    /*----- CardPublicitario -----*/
    .t-p-1 {
        animation: t-p-1 0.8s linear;
    }

    @keyframes t-p-1 {
        0% {
            transform: translateX(-25%) translateY(25%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*-----------------*/
    .t-p-2 {
        animation: t-p-2 0.8s linear;
    }

    @keyframes t-p-2 {
        0% {
            transform: translateX(25%) translateY(25%);
            opacity: 0;
        }

        50% {
            opacity: 0.3;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    /*----------------------------------------*/

    /*--------------------------------------------*/
    /*---------- Verificaciones Botones ----------*/
    /*--------------------------------------------*/

    .btn-error {
        border: 1px solid red;
        box-shadow: 0px 0px 15px 0px red;
    }

    .select-error {
        box-shadow: 0px 0px 15px 0px red !important;
    }

    /*--------------------------------------------------*/


    /*----------------------------------------------------------------*/
    /*---------- Estilos y Keyframes resultados de busqueda ----------*/
    /*----------------------------------------------------------------*/
    .show-box-flip {
        display: block !important;
        animation: rotar-1 0.9s linear;
    }

    .icon-loading { /*icono cargando*/
        text-align: center;
        margin-top: 20px;
    }

    .icon-fadein { /*Movimiento del icono*/
        /*animation: fadeIn ease 10s;
    -webkit-animation: fadeIn ease 10s;
    -moz-animation: fadeIn ease 10s;
    -o-animation: fadeIn ease 10s;*/

        display: block !important;
    }

    @keyframes icon-fadein {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes icon-fadein {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes icon-fadein {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes icon-fadein {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
    /*
.flip{
  animation: rotar 0.9s linear;

}
    
@keyframes rotar{
  0%{
    transform: rotateY(0deg);
  }
  100%{
    transform: rotateY(90deg);
  }
  
    
}
    */
    @keyframes rotar-1 {
        0% {
            transform: rotateY(90deg);
        }

        100% {
            transform: rotateY(0deg);
        }
    }

    /*----------------------------------------------------------------*/
    /*---------- BOTONES SOCIAL MEDIA ----------*/
    /*----------------------------------------------------------------*/


    .btn-facebook {
        background-color: #5b2b82 !important;
        width: 48px;
        height: 45px !important;
        font-size: 25px;
        color: #FFFFFF !important;
        border-radius: 50%;
        transition: 0.5s;
    }


    .btn-linkedin {
        background-color: #5b2b82 !important;
        width: 48px;
        height: 45px !important;
        font-size: 25px;
        color: #FFFFFF !important;
        border-radius: 50%;
        transition: 0.5s;
    }

    .btn-instagram {
        background-color: #5b2b82 !important;
        width: 48px;
        height: 45px !important;
        font-size: 25px;
        color: #FFFFFF !important;
        border-radius: 50%;
        transition: 0.5s;
    }

    .btn-twitter {
        background-color: #5b2b82 !important;
        width: 48px;
        height: 45px !important;
        font-size: 25px;
        color: #FFFFFF !important;
        border-radius: 50%;
        transition: 0.5s;
    }

    .btn-facebook:hover {
        background-color: white !important;
        color: #5b2b82 !important;
        border: 2px solid #5b2b82;
    }

    .btn-linkedin:hover {
        background-color: white !important;
        color: #5b2b82 !important;
        border: 2px solid #5b2b82;
    }

    .btn-instagram:hover {
        background-color: white !important;
        color: #5b2b82 !important;
        border: 2px solid #5b2b82;
    }

    .btn-twitter:hover {
        background-color: white !important;
        color: #5b2b82 !important;
        border: 2px solid #5b2b82;
    }

    .oca-social {
        position: fixed;
        top: 80%;
        left: 25px;
        z-index: 99;
    }

    .oca-list-social {
        list-style: none;
        padding: 0px;
    }

    .mob-title-redes {
        font-size: 0.8rem;
        color: white;
    }

    .ico-mob-oca {
        font-size: 1.2rem !important;
    }

    /*CENTRO DE AYUDA*/ /*CENTRO DE AYUDA*/ /*CENTRO DE AYUDA*/ /*CENTRO DE AYUDA*/ /*CENTRO DE AYUDA*/ /*CENTRO DE AYUDA*/

    .faq-ico {
        background-color: #5b2b82;
        color: white;
        border-radius: 50%;
        padding: 5px 7px;
        font-size: 18px;
        margin: 0 10px 0 0;
    }

    .faq-nav {
        flex-direction: column;
    }

        .faq-nav .nav-link {
            margin: 0px;
            transition: background-color .2s ease;
        }

            .faq-nav .nav-link p {
                margin-bottom: 0px;
            }

            .faq-nav .nav-link:hover {
                background-color: #efefef;
                color: #5F3282;
                font-weight: bold;
            }

            .faq-nav .nav-link.active {
                background-color: #5F3282;
                color: #FFF;
            }

                .faq-nav .nav-link.active img {
                    filter: contrast(100%) sepia(30) hue-rotate(20deg) brightness(100000%) grayscale(1000%);
                }

    .textsection {
        display: inline-block;
    }

    .faq-nav .nav-link i.mdi {
        margin-right: 5px;
    }

    .tab-content .card-header h5 button {
        display: block;
        width: 100%;
        color: rgba(0, 0, 0, 0.87);
        text-align: left;
        white-space: normal;
        letter-spacing: normal;
    }

    .tab-content .card-header h5 {
        margin-bottom: 0px;
    }

    .card-header {
        border-bottom: 1px solid #ccc;
    }

    .tab-content .card-body p {
        color: black
    }

    .card {
        background: #fff;
    }

    .oca_header {
        background-color: #5F3282;
        color: white;
        padding: 20px;
        margin: 0px 0px 10px 0px;
        -webkit-box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
        -moz-box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
        box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
        border-radius: 0.5rem;
    }

    .footer a {
        padding: 10px;
        vertical-align: middle;
        display: block;
    }

    .footer-right {
        float: right;
        margin-right: 10px
    }

    a {
        color: #5F3282;
    }

        a:hover {
            color: #000;
        }

    .material-icons {
        vertical-align: top;
        color: #5F3282;
    }

    .imagenescentradas {
        text-align: center
    }

    .header {
        overflow: hidden;
        padding: 10px 10px;
        background-color: #5F3282;
        margin-bottom: 30px;
    }

        /* Style the header links */
        .header a {
            float: left;
            text-align: center;
            padding: 12px;
            text-decoration: none;
            font-size: 18px;
            line-height: 25px;
        }

            /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
            .header a.logo {
                font-size: 25px;
                font-weight: bold;
            }

            /* Style the active/current link*/
            .header a.active {
                background-color: dodgerblue;
                /*color: white;*/
            }

    /* Float the link section to the right */
    .header-right {
        float: right;
    }

    /* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
    @media screen and (max-width: 500px) {
        .header a {
            float: none;
            display: block;
            text-align: left;
        }

        .header-right {
            float: none;
        }
    }

    .titulo-faq {
        text-align: center;
        text-transform: uppercase;
        font-weight: 100;
        color: #5f3282;
    }

    .subtitulo-faq {
        text-align: center;
        text-transform: uppercase;
        font-weight: 100;
    }

    .card-header {
        background-color: white !important
    }

    .card-body {
        background-color: white !important
    }


    .caritas {
        display: grid;
        grid-template-columns: repeat(4, 50px);
        justify-content: center;
        margin-bottom: 25px;
    }

    .textface {
        color: #5F3282;
        text-align: center;
    }

    .btn-ayuda {
        margin: 20px 0px 20px 0px;
        display: block;
        text-align: center;
    }

    .boxface {
        justify-content: center;
        display: block;
        margin: 20px 0px 20px 0px;
    }

    .btn-help {
        background-color: #5F3282;
        border-radius: 10px;
        font-size: 11px;
    }

    .btn-helpdeks {
        background-color: #5F3282;
        /*width:450px;*/
        border-radius: 10px;
    }

    .btn-123 :hover {
        box-shadow: 2px 5px rgb(145, 115, 168);
    }

    .textdesk {
        font-size: 15px;
        /*width:450px;*/
    }

    .as1 {
        float: right;
    }

    .qwer {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    @media screen and (max-width: 600px) {
        .capa_a_ocultar {
            display: none;
        }
    }

    .nav-pills .nav-link {
        border-radius: 0.5rem;
        margin-bottom: 10px;
    }

    .btn-back {
        margin-bottom: 10px;
    }

    /* BACKGROUND SLIDE */
    /* BACKGROUND SLIDE */
    /* BACKGROUND SLIDE */

    .bg {
        animation: slide 7s ease-in-out infinite alternate;
        background-image: linear-gradient(-60deg, white 50%, #ccc 50%);
        bottom: 0;
        left: -50%;
        opacity: .4;
        position: fixed;
        right: -50%;
        top: 0;
        z-index: -1;
    }

    .bg2 {
        animation-direction: alternate-reverse;
        animation-duration: 10s;
    }

    .bg3 {
        animation-duration: 12s;
    }

    .content-cell {
        background-color: rgba(255,255,255,.8);
        border-radius: .25em;
        box-shadow: 0 0 .25em rgba(0,0,0,.25);
        box-sizing: border-box;
        left: 50%;
        padding: 10vmin;
        position: fixed;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
    }


    @keyframes slide {
        0% {
            transform: translateX(-25%);
        }

        100% {
            transform: translateX(25%);
        }
    }

    .modal {
        top: 25%;
        overflow-y: hidden;
    }

    .modal-content {
        border: 3px solid #5b2b82;
        border-radius: 0.5rem;
        padding: 1rem;
    }

    .modal-footer {
        justify-content: center;
        border-top: none;
    }

    .precio-tarifario {
        font-size: 62px;
        color: #4a307b;
        margin: 0;
    }

    .toggle-on.btn {
        background-color: white;
        padding-right: 14px !important;
        padding-top: 5px;
        color: #5b2b82;
    }

    .toggle-off.btn {
        background-color: #5b2b82;
        padding-left: 14px !important;
        padding-top: 8px;
        color: white;
        border-radius: 0.5rem;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #5b2b82;
        border-color: #5b2b82;
    }

    .carousel-inner {
        border-radius: 1.0rem;
        max-height: 600px;
    }

        .carousel-inner img {
            height: auto; /*500px;*/
            width: 100% !important;
        }

    .carousel-indicators {
        background-color: #0000003d;
        padding: 10px;
        width: 160px;
        border-radius: 0.5rem;
        left: 25%;
    }

    .carousel-content {
        position: absolute;
        bottom: 25%;
        left: 60%;
        z-index: 20;
        width: 350px;
    }

    .carousel-content-test {
        width: 50%;
        height: 50%;
        position: absolute;
        top: 20%;
        left: 40%;
        /*margin-top: -170px;*/
        /* margin-left: 50px; */
        /* margin-right: 50px; */
        text-align: center;
    }

    .carousel-content-padding {
        padding-left: 10em;
        padding-right: 10em;
    }

    .carousel-content-bg {
        padding: 0.5em;
        background-color: rgb(89,44,130);
        background-color: rgb(89,44,130, .7);
        border-radius: 0.5rem;
    }

    .bg-oca {
        background-color: #5b2b82;
    }

.text_gray {
    color: #4D4D4D;
}
.bold_six_hundred{
    font-weight:600;
}
.carousel-content-text {
    font-family: 'Fira', sans-serif;
    font-weight: bold;
    color: white !important;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
    text-align: center !important;
    /*font-size: 30px !important;*/

    font-size: 32px !important;
}

    .btn-carousel {
        font-family: 'Fira-bold', sans-serif;
        background-color: rgb(233,75,91);
    }

    .carousel-sub-content {
        margin: 0px auto;
        max-width: 350px;
        padding-left: 2em;
        padding-right: 2em;
    }


    .carousel-cybermonday {
        left: -5%;
        top: 15%;
        width: 55%;
    }

    .carousel-cybermonday-text {
        font-size: calc(0.2rem + 1vw) !important;
    }

    .logo_cybermonday {
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
    }

    /* Para 1110px */
    @media (max-width: 1110px) and (min-width: 821px) {
        .carousel-cybermonday {
            left: -5% !important;
            top: 12% !important;
            width: 55% !important;
        }
    }

    /* Para 960px */
    @media (max-width: 980px) and (min-width: 821px) {
        .carousel-content-padding {
            padding-left: 5em;
            padding-right: 5em;
        }

        .carousel-cybermonday {
            left: -4% !important;
            top: 10% !important;
            width: 55% !important;
        }

        .carousel-cybermonday-text {
            font-size: calc(0.1rem + 1vw) !important;
        }

        .logo_cybermonday {
            margin-bottom: 20px;
        }
    }

    /* Para 800px */
    @media (max-width: 820px) and (min-width: 701px) {
        .carousel-content-padding {
            padding-left: 4em;
            padding-right: 4em;
        }

        .carousel-cybermonday {
            left: -4% !important;
            top: 11% !important;
            width: 55% !important;
        }

        .carousel-cybermonday-text {
            font-size: calc(0.1rem + 1vw);
        }

        .logo_cybermonday {
            margin-bottom: 20px;
        }

            .logo_cybermonday img {
                width: 70px !important;
            }
    }

    /* Para 700px */
    @media (max-width: 700px) and (min-width: 621px) {
        .carousel-content-padding {
            padding-left: 2em;
            padding-right: 2em;
        }
    }

    /* Para 600px */
    @media (max-width: 620px) and (min-width: 501px) {
        .carousel-content-padding {
            padding-left: 1em;
            padding-right: 1em;
        }
    }

    /* Para 480px */
    @media (max-width: 500px) and (min-width: 341px) {
        .carousel-content-padding {
            padding-left: 0.5em;
            padding-right: 0.5em;
        }

        .carousel-cybermonday-text {
            font-size: calc(0.6rem + 1vw) !important;
        }

        .carousel-content-bg-cibermonday {
            background-color: rgb(89,44,130, .7) !important;
        }

        .carousel-cybermonday {
            left: 0% !important;
            top: 25% !important;
            width: 100% !important;
        }

        .logo_cybermonday {
            /*display: none;*/
            margin-bottom: 20px;
        }
    }

    /* Para 320px */
    @media (max-width: 340px) and (min-width: 5px) {
    }
    <!-- FIN CAROUCEL-- >


    .img {
        width: 100%;
        height: auto;
    }

    .img-center {
        /*width: 100%; */
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .box-img {
        width: 100%;
        height: auto;
    }

    @supports(object-fit: cover) {
        .box-img {
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }



    /* ### TIMELINE WEB PC ### */
    .timeline {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px !important;
    }

    .timeline-mobile {
        display: none;
        text-align: center !important;
        padding-top: 2rem;
    }

    .li {
        transition: all 200ms ease-in;
    }

    .text-uppercase {
        text-transform: uppercase !important;
    }

    .timestamp {
        margin-bottom: 20px;
        font-weight: 100;
    }

    .status {
        padding: 30px 0px 0px 0px;
        display: flex;
        justify-content: left;
        border-top: 2px solid #D6DCE0;
        position: relative;
        transition: all 200ms ease-in;
        width: auto;
    }

    .status-last {
        padding: 30px 0px 0px 0px;
        display: flex;
        justify-content: left;
        border-top: 0px solid #D6DCE0;
        position: relative;
        transition: all 200ms ease-in;
        /*width: 5px;*/
    }

    h6-last {
        margin-right: 0px !important;
    }

    h6 {
        font-weight: 600;
        margin-right: 50px;
    }

        h6:before {
            content: "";
            width: 35px;
            height: 35px;
            background-color: white;
            border-radius: 25px;
            border: 1px solid #ddd;
            position: absolute;
            top: -19px;
            left: 0;
            transition: all 200ms ease-in;
        }


    .li.complete .status {
        border-top: 2px solid #5a2d80;
    }

        .li.complete .status:before {
            background-color: #5a2d80;
            border: none;
            transition: all 200ms ease-in;
        }

    .li.complete h6 {
        color: #5a2d80;
        margin-right: 50px
    }

    .li.complete .status h6:before {
        background-color: #5a2d80;
    }

    .status h6 {
        text-transform: uppercase !important;
    }

    .li.complete .status-ok h6:before {
        background-color: #6EAB75 !important;
        background-image: url(../Content/images/iconos/tick.svg);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position-x: 7px;
        background-position-y: 3px;
    }

    .li.complete .status-last {
        border-top: 0px solid #5a2d80;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .titulo-corporativo {
            font-size: 1.2rem;
        }
    }

    #linkCentroAyuda {
        display: none;
    }

    .material-icons-outlined.mobile-md-white {
        display: none;
    }

    @media (max-width: 1199px) {
        .material-icons-outlined.mobile-md-white {
            display: inline-block;
            margin-right: 8px;
        }

            .material-icons-outlined.mobile-md-white:hover {
                text-decoration: none;
            }

        .material-icons-outlined.md-white {
            display: none !important;
        }

        .login {
            padding: 0 !important;
        }
    }

    .material-icons-outlined.md-white {
        display: inline;
        color: #FFFFFF;
        font-size: 20px;
        position: relative;
        top: 5px;
        right: 5px;
        padding-right: 8px;
    }

    /* PANTALLA MOBILE - CELULAR*/
    @media (min-device-width: 320px) and (max-device-width: 700px) {

        .material-icons-outlined.md-white {
            display: none;
        }

        /*.material-icons-outlined.mobile-md-white {
            display: inline;
            color: #FFFFFF;
            font-size: 20px;
            position: relative;
            top: 3px;
            right: 5px;
        }*/

        .ucPage {
            padding-top: 15%;
            padding-bottom: 30%
        }

        .text-link-cibermonday {
            font-size: 15px;
        }

        .carousel-cybermonday {
            left: 0% !important;
            top: 30% !important;
            width: 100% !important;
        }

        #btn-BuscarEnvioUrl {
            width: auto !important;
        }

        /*.infomobile-list-2 .timelinemobile-min ul::before {
            height: 85% !important;
        }*/

        .timeline {
            list-style-type: none;
            display: block;
        }

        .li {
            transition: all 200ms ease-in;
            display: flex;
            width: inherit;
        }

        .nav-link {
            align-items: center;
        }

        .timestamp {
            width: 100px;
            font-weight: 700;
        }

            .timestamp .status:before {
                left: -8%;
                top: 30%;
                transition: all 200ms ease-in;
            }

        .timeline-mobile {
            display: block !important;
        }

        .timeline-pc {
            display: none !important;
        }

        body {
            font-size: 0.8rem !important;
        }

        .card-data-1 {
            margin: 0px 0px 20px 0px !important;
        }

        .card-data-2 {
            margin: 0px 0px 35px 0px !important;
        }

        .card-footer {
            margin: 0px 10px;
        }

        .card-header div h5 button {
            font-size: 10px;
        }

        .card-header h5 button {
            font-size: 10px;
        }

        #linkCentroAyuda {
            display: block;
        }

        #iconCentroAyuda {
            display: none;
        }

        .text-coral {
            color: #FFF !important;
        }

        .carousel-content-test {
            width: 100%;
            /* height: 50%; */
            position: fixed;
            top: 45%;
            left: 0;
            /*margin-top: -170px;*/
            /* margin-left: 50px; */
            /* margin-right: 50px; */
            text-align: center;
        }

        .carousel-sub-content {
            padding-left: 5em;
            padding-right: 5em;
        }

        .carousel-content-padding {
            padding-left: 2em;
            padding-right: 2em;
        }
    }

    .text-timeline-mobile-green {
        color: #6EAB75 !important;
    }

    .text-ti
    .oca-input {
        height: 2.5rem;
        border-radius: 0.5rem;
        font-size: 18px;
        color: #5b2b82 !important;
        padding-left: 18px;
    }

    .btn {
        line-height: 1.4;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: #5b2b82;
    }

    .card-ok {
        background-color: #6EAB75 !important;
    }

    .login {
        background-color: #5b2b82;
        border-radius: 0.5rem;
        border: #5b2b82 2px solid;
        padding: 0 16px;
    }

    .carousel-cybermonday {
        left: -5% !important;
        top: 12% !important;
        width: 55% !important;
    }

    @media (max-width: 1200px) {
        .site-navigation {
            display: none;
        }
    }

    @media (min-width: 1200px) {

        .login:hover {
            /* background: linear-gradient(to left, white 50%, #5b2b82 50%) !important;*/
            background-color: #fff;
            border: #5b2b82 2px solid;
            transition: all .2s;
            /*background-size: 200% 100% !important;
        background-position: right bottom !important;
        transition: all .5s ease-out !important;*/
        }

            .login:hover a {
                color: #5b2b82 !important;
            }

            .login:hover span {
                color: #5b2b82 !important;
            }
    }


    .login a {
        color: white !important;
    }

    #box-BuscadorSucursales {
        opacity: .99;
    }

    /*
html, body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  font-family: "Titillium Web", sans serif;
  color: #758D96;
}
*/
    /*
button {
  position: absolute;
  width: 100px;
  min-width: 100px;
  padding: 20px;
  margin: 20px;
  font-family: "Titillium Web", sans serif;
  border: none;
  color: white;
  font-size: 16px;
  text-align: center;
}
*/



    /*# sourceMappingURL=timeline.css.map */




    /* ### TIMELINE MOBILE ### */

    /*
.containertimeline {
  max-width: 350px;
  max-height: 630px;
  overflow: hidden;
  margin: 30px auto 0;
  box-shadow: 0 0 40px lighten(#202020, 50);
  font-family: 'Open Sans', sans-serif;
}
*/
    .containertimeline {
        max-width: 350px;
        max-height: 630px;
        overflow: hidden;
        margin: 0;
        box-shadow: 0 0 40px lighten(#202020, 50);
    }


    .profile-pic {
        width: 30px;
        height: 30px;
        display: inline-block;
        float: right;
        position: relative;
    }

        .profile-pic img {
            width: 100%;
            border-radius: 50%;
        }

    .notification {
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 2px;
        right: 2px;
        background: #F93B69;
    }

    .color-overlay {
        padding: 3em 2em;
        box-sizing: border-box;
        background: rgba(123, 94, 155, 0.5);
    }

    .actionbutton {
        position: absolute;
        background: #F93B69;
        width: 50px;
        height: 50px;
        font-size: 3em;
        font-weight: 300;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -25px;
        right: 20px;
        box-shadow: 0 0 8px #202020;
    }

    .day-number {
        font-size: 4em;
        display: inline-block;
        margin-right: 15px;
    }

    .date-right {
        display: inline-block;
    }

    .day-name {
        font-size: 1.6em;
    }

    .month {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 0.6em;
        letter-spacing: 2px;
        margin-top: 2px;
    }

    /*
.timelinemobile ul{
    padding: 0em 0 0 2em;
    margin: 0;
    list-style: none;
    position: relative;

}

    .timelinemobile ul::before{
    content: '';
    height: 80%;
    width: 3px;
    background-color: #a2a2a2;
    position: absolute;
    top: 0;
    left: 4.4em;
    z-index: -1;
}

*/

    .timelinemobile ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .timelinemobile ul::before {
            content: '';
            height: 80%;
            width: 3px;
            background-color: #a2a2a2;
            position: absolute;
            top: 0;
            left: 1.1em;
            z-index: -1;
        }

    .timelinemobile-min ul::before {
        height: 75%;
    }

    .timelinemobile li .infomobile {
        display: inline-block;
        margin: 2em 0;
        vertical-align: top;
        margin-top: 0px;
        font-weight: 700;
        text-align: left;
    }

    .timemobile {
        margin-left: 10px !important;
        margin-right: 15px !important;
    }

    .timelinemobile .bullet {
        width: 1.9em;
        height: 1.9em;
        box-sizing: border-box;
        border-radius: 50%;
        /*background: #5b2b82;*/
        z-index: 1;
        margin-right: 1em;
        margin-top: 0px;
    }

    .timeviolet { /* VIOLETA LINE */
        background: #5b2b82;
    }

    .timegray { /* GRIS LINE */
        background: gray;
    }

    .text-gray {
        color: gray !important;
    }

    .timegreen { /* VERDE LINE */
        background-color: #6EAB75 !important;
        background: url(../Content/images/iconos/tick.svg) no-repeat;
        /* background-image: url(../Content/images/iconos/tick.svg); */
        background-repeat: no-repeat;
        background-size: 13px;
        background-position-x: 6px;
        background-position-y: 3px;
    }

    .textgreen-timemobile { /* TEXTO VERDE */
        color: #6EAB75 !important;
    }

    .textviolet-timemobile { /*TEXTO VIOLETA */
        color: #5b2b82;
    }



    .fecha-tl-mob {
        font-size: 12px;
        margin: 0px 0px 0px 10px;
    }

    /*
.estado-tl-mob {
    font-size: 18px;
    margin-top: 2px;
    line-height: 20px;
    margin: 4px 0px 0px 10px;
    text-align: left;
    color: #5a2d80;
}
*/

    .estado-tl-mob {
        font-size: 18px;
        margin: 4px 0px 0px 10px;
        line-height: 20px;
        color: #5a2d80;
    }

    .timelinemobile .timemobile {
        width: 20%;
        font-size: 0.75em;
        padding-top: 0.25em;
    }

    .timelinemobile .desc {
        width: 90%;
    }

    .timemobile h3 {
        font-size: 0.9em;
        font-weight: 400;
        margin: 0;
    }
    /*
.timelinemobile h4{
    margin: 0;
    font-size: 0.7em;
    font-weight: 400;
    color: #808080;
}
*/
    .timelinemobile .people img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    /*.login:hover {
        color: #fff !important
    }*/

    .warning-content {
        position: relative;
        top: 25%;
        width: 100%;
        height: 300px;
        text-align: center;
        margin: 120px 0 0 0;
    }

    /* The switch - the box around the slider */
    .switch {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0;
    }

        /* Hide default HTML checkbox */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
            position: absolute;
        }

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #5b2b82;
        -webkit-transition: .4s;
        transition: .4s;
        height: 24px;
        width: 50px;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #5b2b82;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    .logos-footer {
        height: 40px;
        padding: 0;
        margin: 0 6px 0 0;
        margin-left: -6px;
    }

    .logos-footer-2 {
        height: 20px;
        padding: 0;
        margin: 0 6px 0 0;
        margin-left: -6px;
    }

    .logos-footer-3 {
        height: 30px;
        padding: 0;
        margin: 0 6px 0 0;
        margin-left: -6px;
    }

    .logos-footer-4 {
        height: 30px;
        padding: 0;
        margin: 0 6px 0 0;
    }


    .logos-footer-5 {
        height: 80px;
        padding: 0;
        margin: 0 6px 0 0;
        margin-left: -6px;
    }


    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

    .version-b {
        position: fixed;
        padding: 11px;
        top: 110px;
        right: 10px;
        z-index: 10;
        border-radius: 26%;
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    }

    .vb-text {
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 8px;
        color: #5b2b82;
    }

    .icono-producto {
        background-color: #5b2b82;
        border-radius: 50%;
        height: 90px;
        width: 90px;
        display: block;
        text-align: center;
        position: relative;
        margin: 0px auto;
    }

        .icono-producto img {
            max-height: 60px;
            margin-top: 14px;
        }

    .icono-paginaCompleta {
        background-color: bg-oca;
        height: 10vh;
        width: 10vw;
        display: block;
        text-align: center;
        position: relative;
        margin: 0px auto;
    }


    .ul-producto {
        padding: 0px 20px 0 15px;
    }

    .logo-producto {
        text-align: center
    }

    /* style Busqueda/Seguimientos */

    .text-error-coral {
        font-size: 12px;
        font-weight: bold;
        padding-top: 15px;
    }

        .text-error-coral p {
            color: #EF4E63 !important;
        }

    .text-lowercase {
        /*text-transform: lowercase;*/
    }

    /* TOAST GZ */
    .copy-notification {
        color: #ffffff;
        background-color: #5b2b82;
        padding: 20px;
        border-radius: 30px;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 150px;
        margin-top: -30px;
        margin-left: -85px;
        display: none;
        text-align: center;
    }

    /*===== Google ======*/
    .g-recaptcha {
        justify-content: left;
        display: flex;
        margin-top: 15px;
    }

    .has-children { /*Menu Mobile - Puntero*/
        cursor: pointer;
    }

    #btn-menumobile {
        cursor: pointer /*Menu Mobile - Cursor*/
    }

    .list-none {
        list-style: none;
        padding: 0;
    }

    .WaitingHome {
        animation-duration: 1.5s;
        animation-name: WaitingHome;
        animation-delay: 0;
        animation-iteration-count: infinite;
    }

    @keyframes WaitingHome {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 1;
        }
    }

    .font-carteles-anterior {
        font-family: 'Fira', sans-serif !important;
        font-size: 1.1em;
        line-height: 100%;
        color: black;
    }

    input::placeholder {
        font-family: 'Fira', sans-serif !important;
    }

    .b24-form-control-string .b24-form-control, .b24-form-control-list .b24-form-control, .b24-form-control-text .b24-form-control, .b24-form-control-select .field-item {
        /*    font-family: 'Fira', sans-serif !important;
*/ font: 16px 'Fira', sans-serif !important;
    }




    .font-carteles {
        font-family: 'Fira', sans-serif;
        font-size: 1em;
        line-height: 100%;
        color: #4d4d4d;
    }

    .font-carteles-resaltado {
        font-family: 'Fira', sans-serif;
        font-size: 1.1em;
        line-height: 100%;
        color: #5b2b82;
        font-weight: bold;
    }

    .font-amarillo {
        font-family: 'Fira', sans-serif;
        font-size: 2.2em;
        line-height: 100%;
        color: orange;
    }

    .font-negro {
        font-family: 'Fira', sans-serif;
        font-size: 1.15em;
        line-height: 100%;
        color: black;
    }

    .font-oca-negrita {
        font-family: 'Fira', sans-serif;
        font-size: 1.5em;
        line-height: 100%;
        color: #5b2b82;
        font-weight: 1000;
    }

    .font-oca {
        font-family: 'Fira', sans-serif;
        font-size: 1.4em;
        line-height: 100%;
        color: #5b2b82;
    }


    .card-alto-fijo {
        height: 12rem;
    }

    .form-control .input {
        font-size: 16px;
    }

    .form-centro-ayuda .label {
        font-size: 14px;
    }

    .error-message {
        font-size: 12px;
    }

    .modal-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        max-width: 263px;
    }

    .modal-centro-ayuda {
        top: 40%;
        left: 30%;
        transform: translate(-20%, -35%);
    }

    .container-modal {
        width: 100%;
        height: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .b24-form-sign {
        display: none !important;
    }

    .b24-form-wrapper.b24-form-border-bottom {
        border-bottom: none !important;
    }

    .b24-form-wrapper {
        background-color: #f8f9fa !important;
    }

    .b24-form-state {
        background-color: #f8f9fa !important;
    }
.container-contacto-comercial {
    gap:40px;
}
    @media screen and (max-width: 991px) {
        .modal-centro-ayuda {
            left: 0%;
            top: 0%;
            transform: translate(0%, 0%)
        }

        .container-contacto-comercial {
            flex-direction: column;
            gap: 15px;
        }
    }

    /*===== NUEVO BANNER EPAK ======*/

    .container-text_banner {
        padding-left: 3rem;
    }

    .container-text_titleBanner {
        color: #5b2b82;
        font-size: 39px;
    }

    .container-text_numberBanner {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 24px;
        line-height:24px;
        height: 24px;
        background-color: #5b2b82;
    }

    container-img_banner {
        height: 800px;
    }

    .container-img_banner img {
        width: 100%;
    }

.container-text_btn {
    width: 300px;
    margin-top: 28px;
}
.mailInfo_h2 {
    font-size: 40px;
}


    .sostGrid-item {
        display: flex;
        flex-direction: column;
        gap: 24px;
        border: 2px solid;
        border-radius: 8px;
        padding: 40px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .sostTitle {
        align-self: baseline;
        color: #592C82;
        font-weight: 600;
        font-size: 32px;
    }

    .sosMainContainer2 {
        padding-block: 60px;
    }

@media (max-width: 768px) {
    .container-img_banner {
        order: -1;
    }
    .container-text_btn {
        width: 100%;
    }
    .container-banner{
        padding: 24px;
    }
    .container-text_banner{
        padding-left: 0px;
    }
    .p_banner{
        line-height: 1.3;
        padding-bottom: 10px;
    }
    .sostInfo{
        font-size:24px;
        padding-inline:24px;
    }
    .furogneta_png {
        height: 252px;
        object-fit:cover;
    }
    .mailInfo_h2 {
        font-size: 24px;
    }
    .sostGrid-item{
        padding:15px;
    }
    .sostTitle {
        font-size: 28px;
    }
    .sosMainContainer2 {
        padding-block: 20px;
    }
    }

    @media (max-width: 995px) {
        .container-img_banner {
            order: -1;
        }
    }

    /*======SECCIÓN DE CLIENTES===========*/
    .clientes-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        justify-items: center;
        align-items: center;
    }

    .cliente-item img {
        width: 120px;
    }

    .botonVerMapa {
        border: 1px solid #582B82;
        background-color: #fff;
        color: #582B82;
        height: 32px;
        border-radius: 4px;
        border-color ##582B82;
    }

        .botonVerMapa:hover {
            color: #fff;
            background-color: #582B82;
            border-color ##582B82;
        }

    .ventas_text {
        margin-right: 40px;
    }
.ventas-check {
    background-color: #EEE9F2;
    border-radius: 10px;
    padding: 24px
}
    @media screen and (max-width: 768px) {
        .ventas-check {
           /* margin-right: 20px;*/
        }

        .ventas_text {
            margin-right: 0px;
        }
    }

    /*==========SOSTENIBILIDAD===========*/
    .sostenibilidad {
        font-family: "Fira Sans", sans-serif;
    }

    .sostMainContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        /*  background-color: #F8F9FA;*/
    }

    .sostHeader {
        background-color: #592C82;
        font-weight: 600;
    }

    .sostHeaderText {
        width: 100%;
        padding: 36px 110px;
        margin-top: 70px;
    }

    .sostSection {
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .sostSection2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-block: 80px;
    }

    .navbar_container {
        display: flex;
        justify-content: center;
    }

    .sostSection3 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .sostGrid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 48px;
    }



    /*.sostGrid-item:hover {
    transform: scale(1.01);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}*/



    .sostIcon img {
        width: 70px;
        height: 70px;
    }

.sostInfo {
    /*max-width: 1400px;*/
    float: left;
}
.sostenibilidad_p {
    font-size: 18px;
}

.sostenibilidad_text {
    color: #5B2B82;
}

    @media (max-width: 1025px) {
        .sostHeaderText {
            padding: 36px 0px;
        }

        .sostSection {
            display: block;
            margin-bottom: 20px;
            /*padding-inline: 24px;*/
            max-width: 100% !important;
        }
        /*   .sostSection2 {
        max-width: 1400px;
        padding: 24px;
        margin-bottom: 20px;
    }*/
        /*.sostHeader {
        margin: 75px 0 0;  
        
    }*/

    }

.b24-form-padding-side {
    padding: 0px !important;
}

/*.b24-form-btn-block {
    display: flex !important;
    justify-content: flex-end !important;
}

.b24-form-btn {
    width: 200px !important;
}*/

.text-mobile-title {
    font-weight: 600;
    font-size: 40px;
}

.ventas-title {
    font-weight: 600;
    font-size: 19px
}

.text-mobile {
    color: #582B82;
    font-size: 16px;
    font-weight: 600
}
.text-mobile-nobold {
    color: #582B82;
    font-size: 16px;
}
.banner-ventas {
    display: flex;
    align-items: center;
    width: 100%;
    height: 180px;
    background-color: #592C82;
    padding-top:10px;
    margin-bottom: 40px;
    margin-top:-9px;
}
.site-section-3 {
    padding: 80px 0;
}
.ventas-container {
    display: flex;
    padding-top: 15px;
    gap: 16px
}
@media (max-width: 768px) {
    .banner-ventas {
        height: 220px;
        margin-bottom: 20px
    }
    .text-mobile, .text-mobile-nobold {
        font-size: 14px;
    }
    .ventas-title{
        font-size:18px;
    }
    .text-mobile-title{
        font-size: 35px;
    }
    .text_h4{
        font-size:22px;
    }
    .site-section-3 {
        padding: 80px 0px 40px 0px;
    }

}

.iram-text {
    color: #004F9F !important;
    font-size:12px;
    font-weight: 700;
    margin: 0px;
    line-height: 100%;
    padding: 0px;
}

.iram-text-black {
    font-size:12px;
}

.iram-text-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 8px;
}

.divider-footer {
    width: 100%;
    background-color: #004F9F !important;
    height:1.2px;
    margin-bottom:6px;
}

.black-text {
    color: #1D1D1B !important;
    margin-bottom: 4px;
    line-height: 100%;
    padding: 0px;
    font-size: 12px;
 /*   letter-spacing: '0%';*/
}