<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@400;700&amp;family=Encode+Sans:wght@400;500;600;700;800&amp;display=swap');


body {
    background: #f2f2f2 !important;
    font-family: "Encode Sans", sans-serif;
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.bp-container {
    padding-top: 0px;
}

.novedades-container {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .novedades-container {
        max-width: 1152px;
    }
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.carousel-upper-part {
    height: 500px;
    width: 1300px;
    border-radius: 10px;
    margin-top: 50px;
}

.banner-cdni {
    max-width: 100%;
    object-fit: cover;
}

.swiper-slide, .swiper-wrapper {
    height: 100%;
    position: relative;
}

.swiper-container-no-flexbox .swiper-slide, .w3-btn-group .w3-btn, .w3-navbar li {
    float: left;
}

.w3-table, .w3-table-all, table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fa, .icon:before {
    -moz-osx-font-smoothing: grayscale;
}

.mini-preview-anchor {
    display: block;
    position: relative;
    white-space: nowrap;
}

.mini-preview-wrapper {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    margin-top: 0;
    border: 1px solid #000;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .3);
    transition: z-index steps(1) .3s, opacity .3s, margin-top .3s;
}

.mini-preview-anchor:hover .mini-preview-wrapper {
    z-index: 2;
    opacity: 1;
    margin-top: 6px;
    transition: opacity .3s, margin-top .3s;
}

.mini-preview-cover, .mini-preview-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.mini-preview-loading {
    display: table;
    height: 100%;
    width: 100%;
    font-size: 1.25rem;
    text-align: center;
    color: #279d2e;
    background-color: #fff;
}

    .mini-preview-loading::before {
        content: 'Cargando...';
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

.mini-preview-cover {
    background-color: rgba(0, 0, 0, 0);
}

.mini-preview-frame {
    border: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-cube, .swiper-container-flip, button, hr, input {
    overflow: visible;
}

.swiper-container-vertical &gt; .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow &gt; .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode &gt; .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform, height;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    margin-top: -22px;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-white .swiper-pagination-bullet, .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

    .swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal &gt; .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical &gt; .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.main, .sidenav {
    overflow-x: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

    .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal &gt; .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical &gt; .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}


a:active, a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

.w3-accordion-content a, .w3-btn, .w3-btn-block, .w3-dropdown-content a, .w3-dropnav a, .w3-navbar a, .w3-sidenav a, .w3-topnav a {
    text-decoration: none !important;
}

mark {
    background: #ff0;
    color: #000;
}

sub, sup {
    line-height: 0;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 20px 0;
}

*, .row, :after, :before {
    -webkit-box-sizing: border-box;
}

button, input, textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: 700;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: ButtonText dotted 1px;
    }

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

body, html {
    font-family: "enconde_sansregular", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.w3-wide {
    letter-spacing: 4px;
}


img {
    margin-bottom: -5px;
}

.w3-navbar, ul.w3-ul {
    margin: 0;
    list-style-type: none;
}

.w3-image {
    max-width: 100%;
    height: auto;
}

.w3-table, .w3-table-all {
    width: 100%;
    display: table;
}

.w3-table-all {
    border: 1px solid #ccc;
}

    .w3-bordered tr, .w3-table-all tr {
        border-bottom: 1px solid #ddd;
    }

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff;
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1;
}

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
    background-color: #ccc;
}

.w3-btn, .w3-btn-block, .w3-btn-floating, .w3-btn-floating-large {
    color: #fff;
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
}

.w3-centered tr td, .w3-centered tr th {
    text-align: center;
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    padding: 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

    .w3-table td:first-child, .w3-table th:first-child, .w3-table-all td:first-child, .w3-table-all th:first-child {
        padding-left: 16px;
    }

.w3-btn, .w3-btn-block {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

    .w3-btn-block:hover, .w3-btn-floating-large:hover, .w3-btn-floating:hover, .w3-btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    }

.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-closenav, .w3-opennav {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn-floating, .w3-btn-floating-large {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    font-size: 24px;
}

.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.w3-btn-floating-large {
    width: 56px;
    height: 56px;
    line-height: 56px;
}

    .w3-btn-floating-large:disabled, .w3-btn-floating:disabled, .w3-btn:disabled, .w3-disabled {
        cursor: not-allowed;
        opacity: .3;
    }

        .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled *, .w3-btn-floating:disabled *, .w3-btn.w3-disabled *, .w3-btn:disabled * {
            pointer-events: none;
        }

            .w3-btn-block.w3-disabled:hover, .w3-btn-floating-large.w3-disabled:hover, .w3-btn-floating-large:disabled:hover, .w3-btn-floating.w3-disabled:hover, .w3-btn-floating:disabled:hover, .w3-btn.w3-disabled:hover, .w3-btn:disabled:hover {
                box-shadow: none;
            }

.w3-btn-block {
    width: 100%;
}

.w3-btn-bar .w3-btn {
    box-shadow: none;
    background-color: inherit;
    color: inherit;
    float: left;
}

    .w3-btn-bar .w3-btn:hover {
        background-color: #3C3C3B;
    }

.w3-ripple {
    position: relative;
    overflow: hidden;
}

    .w3-ripple:after {
        content: "";
        background: #3C3C3B;
        position: absolute;
        padding: 300%;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: .8s;
    }

    .w3-ripple:active:after {
        padding: 0;
        opacity: 1;
        transition: 0s;
    }

.w3-badge, .w3-sign, .w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    line-height: 20px;
    border-radius: 8px;
}

.w3-navbar .w3-dropdown-click:hover, .w3-navbar .w3-dropdown-hover:first-child, .w3-navbar .w3-dropdown-hover:hover, .w3-navbar li a:hover {
    background-color: #ccc;
    color: #000;
}

.w3-badge {
    border-radius: 50%;
}

ul.w3-ul {
    padding: 0;
}

    ul.w3-ul li {
        padding: 6px 2px 6px 16px;
        border-bottom: 1px solid #ddd;
    }

        ul.w3-ul li:last-child {
            border-bottom: none;
        }

.w3-display-container, .w3-tooltip {
    position: relative;
}

    .w3-tooltip .w3-text {
        display: none;
    }

    .w3-tooltip:hover .w3-text {
        display: inline-block;
    }

.w3-navbar {
    padding: 0;
    overflow: hidden;
}

.w3-modal, .w3-sidenav {
    height: 100%;
    overflow: auto;
}

.w3-navbar li a, .w3-navitem {
    display: block;
    padding: 8px 16px;
}

.w3-navbar .w3-dropdown-click, .w3-navbar .w3-dropdown-hover {
    position: static;
}

.w3-navbar .w3-opennav.w3-right {
    float: right !important;
}

.w3-topnav {
    padding: 8px;
}

    .w3-topnav a {
        padding: 0 8px;
        border-bottom: 3px solid transparent;
        -webkit-transition: border-bottom .3s;
        transition: border-bottom .3s;
    }

        .w3-topnav a:hover {
            border-bottom: 3px solid #fff;
        }

    .w3-topnav .w3-dropdown-hover a {
        border-bottom: 0;
    }

.w3-closenav, .w3-opennav {
    color: inherit;
}

    .w3-closenav:hover, .w3-opennav:hover {
        cursor: pointer;
        opacity: .8;
    }

.w3-accordion-content a, .w3-btn, .w3-btn-block, .w3-btn-floating, .w3-btn-floating-large, .w3-closebtn, .w3-closenav, .w3-dropdown-click:hover, .w3-dropdown-content a, .w3-dropdown-hover:hover, .w3-dropnav a, .w3-hover-amber, .w3-hover-aqua, .w3-hover-black, .w3-hover-blue, .w3-hover-blue-grey, .w3-hover-brown, .w3-hover-cyan, .w3-hover-dark-grey, .w3-hover-deep-orange, .w3-hover-deep-purple, .w3-hover-green, .w3-hover-grey, .w3-hover-indigo, .w3-hover-khaki, .w3-hover-light-blue, .w3-hover-light-green, .w3-hover-light-grey, .w3-hover-lime, .w3-hover-opacity, .w3-hover-opacity-off, .w3-hover-orange, .w3-hover-pink, .w3-hover-purple, .w3-hover-red, .w3-hover-sand, .w3-hover-shadow, .w3-hover-teal, .w3-hover-text-amber, .w3-hover-text-aqua, .w3-hover-text-black, .w3-hover-text-blue, .w3-hover-text-blue-grey, .w3-hover-text-brown, .w3-hover-text-cyan, .w3-hover-text-dark-grey, .w3-hover-text-deep-orange, .w3-hover-text-deep-purple, .w3-hover-text-green, .w3-hover-text-grey, .w3-hover-text-indigo, .w3-hover-text-khaki, .w3-hover-text-light-blue, .w3-hover-text-light-green, .w3-hover-text-light-grey, .w3-hover-text-lime, .w3-hover-text-orange, .w3-hover-text-pink, .w3-hover-text-purple, .w3-hover-text-red, .w3-hover-text-sand, .w3-hover-text-teal, .w3-hover-text-white, .w3-hover-text-yellow, .w3-hover-white, .w3-hover-yellow, .w3-hoverable li, .w3-hoverable tbody tr, .w3-navbar a, .w3-opennav, .w3-pagination li a, .w3-sidenav a {
    -webkit-transition: background-color .3s, color .15s, box-shadow .3s, opacity .3s;
    transition: background-color .3s, color .15s, box-shadow .3s, opacity .3s;
}

.w3-sidenav {
    /*width: 200px;*/
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
}

    .w3-modal, .w3-sidenav .w3-dropdown-click, .w3-sidenav .w3-dropdown-hover {
        width: 100%;
    }

    .w3-sidenav a {
        padding: 4px 2px 4px 16px;
    }

        .w3-sidenav a:hover {
            background-color: #ccc;
        }

    .w3-dropnav a, .w3-sidenav a {
        display: block;
    }

        .w3-dropnav a:hover, .w3-sidenav .w3-dropdown-click:hover, .w3-sidenav .w3-dropdown-hover:first-child, .w3-sidenav .w3-dropdown-hover:hover {
            background-color: #ccc;
            color: #000;
        }

    .w3-sidenav .w3-dropdown-click .w3-dropdown-content, .w3-sidenav .w3-dropdown-hover .w3-dropdown-content {
        min-width: 100%;
    }

#main, .w3-main {
    transition: margin-left .4s;
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

.w3-closebtn {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: 700;
    color: inherit;
}

    .w3-closebtn:focus, .w3-closebtn:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.w3-pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .w3-pagination li {
        display: inline;
    }

        .w3-pagination li a {
            text-decoration: none;
            color: #000;
            float: left;
            padding: 8px 16px;
        }

            .w3-pagination li a:hover {
                background-color: #ccc;
            }

.w3-group, .w3-input-group {
    margin-top: 24px;
    margin-bottom: 24px;
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid grey;
    width: 100%;
}

.w3-label {
    color: #009688;
}

.w3-input:not(:valid) ~ .w3-validate {
    color: #f44336;
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    color: #000;
    border: 1px solid transparent;
    border-bottom: 1px solid #009688;
}

    .w3-select select:focus {
        color: #000;
        border: 1px solid #009688;
    }

    .w3-select option[disabled] {
        color: #009688;
    }

.w3-dropdown-click, .w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .w3-dropdown-hover:hover .w3-dropdown-content {
        display: block;
        z-index: 1;
    }

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
}

    .w3-accordion-content a:hover, .w3-dropdown-content a:hover {
        background-color: #ccc;
    }

    .w3-dropdown-content a {
        padding: 6px 16px;
        display: block;
    }

.w3-accordion, w3.dropdown-click {
    width: 100%;
    cursor: pointer;
}

.w3-accordion-content {
    cursor: auto;
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.actions, ul.icons, ul.menu {
    cursor: default;
}

.w3-accordion-content a {
    padding: 6px 16px;
    display: block;
}

.w3-progress-container {
    width: 100%;
    height: 1.5em;
    position: relative;
    background-color: #f1f1f1;
}

.w3-progressbar {
    background-color: #757575;
    height: 100%;
    position: absolute;
    line-height: inherit;
}

input[type=checkbox].w3-check, input[type=radio].w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
}

    input[type=checkbox].w3-check:checked + .w3-validate, input[type=radio].w3-radio:checked + .w3-validate {
        color: #009688;
    }

    input[type=checkbox].w3-check:disabled + .w3-validate, input[type=radio].w3-radio:disabled + .w3-validate {
        color: #aaa;
    }

.w3-responsive {
    overflow-x: auto;
}

.container, .main.style2, .w3-rest {
    overflow: hidden;
}

.w3-btn-bar:after, .w3-btn-bar:before, .w3-btn-group:after, .w3-btn-group:before, .w3-clear:after, .w3-container:after, .w3-panel:after, .w3-row-padding:after, .w3-row:after, .w3-topnav:after {
    content: "";
    display: table;
    clear: both;
}

.w3-col, .w3-half, .w3-quarter, .w3-third, .w3-threequarter, .w3-twothird {
    float: left;
    width: 100%;
}

    .w3-col.s1 {
        width: 8.33333%;
    }

    .w3-col.s2 {
        width: 16.66666%;
    }

    .w3-col.s3 {
        width: 24.99999%;
    }

    .w3-col.s4 {
        width: 33.33333%;
    }

    .w3-col.s5 {
        width: 41.66666%;
    }

    .w3-col.s6 {
        width: 49.99999%;
    }

    .w3-col.s7 {
        width: 58.33333%;
    }

    .w3-col.s8 {
        width: 66.66666%;
    }

    .w3-col.s9 {
        width: 74.99999%;
    }

    .w3-col.s10 {
        width: 83.33333%;
    }

    .w3-col.s11 {
        width: 91.66666%;
    }

    .w3-col.s12, .w3-half, .w3-quarter, .w3-third, .w3-threequarter, .w3-twothird {
        width: 99.99999%;
    }

@media only screen and (min-width:601px) {
    .w3-col.m1 {
        width: 8.33333%;
    }

    .w3-col.m2 {
        width: 16.66666%;
    }

    .w3-col.m3, .w3-quarter {
        width: 24.99999%;
    }

    .w3-col.m4, .w3-third {
        width: 33.33333%;
    }

    .w3-col.m5 {
        width: 41.66666%;
    }

    .w3-col.m6, .w3-half {
        width: 49.99999%;
    }

    .w3-col.m7 {
        width: 58.33333%;
    }

    .w3-col.m8, .w3-twothird {
        width: 66.66666%;
    }

    .w3-col.m9, .w3-threequarter {
        width: 74.99999%;
    }

    .w3-col.m10 {
        width: 83.33333%;
    }

    .w3-col.m11 {
        width: 91.66666%;
    }

    .w3-col.m12 {
        width: 99.99999%;
    }
}

@media only screen and (min-width:993px) {
    .w3-col.l1 {
        width: 8.33333%;
    }

    .w3-col.l2 {
        width: 16.66666%;
    }

    .w3-col.l3, .w3-quarter {
        width: 24.99999%;
    }

    .w3-col.l4, .w3-third {
        width: 33.33333%;
    }

    .w3-col.l5 {
        width: 41.66666%;
    }

    .w3-col.l6, .w3-half {
        width: 49.99999%;
    }

    .w3-col.l7 {
        width: 58.33333%;
    }

    .w3-col.l8, .w3-twothird {
        width: 66.66666%;
    }

    .w3-col.l9, .w3-threequarter {
        width: 74.99999%;
    }

    .w3-col.l10 {
        width: 83.33333%;
    }

    .w3-col.l11 {
        width: 91.66666%;
    }

    .w3-col.l12 {
        width: 99.99999%;
    }
}

.w3-content {
    max-width: 980px;
    margin: auto;
}

.w3-hide {
    display: none !important;
}

.w3-show, .w3-show-block {
    display: block !important;
}

.w3-show-inline-block {
    display: inline-block !important;
}

@media (max-width:600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto !important;
    }

    .w3-modal {
        padding-top: 30px;
    }
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 500px;
    }

    .w3-modal {
        padding-top: 50px;
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px;
    }
}

@media screen and (max-width:600px) {
    .w3-topnav a {
        display: block;
    }

    .w3-navbar li:not(.w3-opennav) {
        float: none;
        width: 100% !important;
    }

    .w3-navbar li.w3-right {
        float: none !important;
    }

    .w3-navbar .w3-dropdown-click .w3-dropdown-content, .w3-navbar .w3-dropdown-hover .w3-dropdown-content, .w3-topnav .w3-dropdown-hover .w3-dropdown-content {
        position: relative;
    }

    .w3-navbar, .w3-topnav {
        text-align: center;
    }
}

@media (max-width:600px) {
    .w3-hide-small {
        display: none !important;
    }
}

@media (max-width:992px) and (min-width:601px) {
    .w3-hide-medium {
        display: none !important;
    }
}

@media (min-width:993px) {
    .w3-hide-large {
        display: none !important;
    }
}

@media screen and (max-width:992px) {
    .w3-sidenav.w3-collapse {
        display: none;
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (min-width:993px) {
    .w3-sidenav.w3-collapse {
        display: block !important;
    }
}

.w3-bottom, .w3-top {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.w3-top {
    top: 0;
}

.w3-bottom {
    bottom: 0;
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
}

.fa, .fa-stack {
    display: inline-block;
}

.w3-left {
    float: left !important;
}

.w3-right {
    float: right !important;
}

.w3-tiny {
    font-size: 10px !important;
}

.w3-small {
    font-size: 12px !important;
}

.w3-medium {
    font-size: 15px !important;
}

.w3-large {
    font-size: 18px !important;
}

.w3-xlarge {
    font-size: 24px !important;
}

.w3-xxlarge {
    font-size: 36px !important;
}

.w3-xxxlarge {
    font-size: 48px !important;
}

.w3-jumbo {
    font-size: 64px !important;
}

.w3-vertical {
    word-break: break-all;
    line-height: 1;
    text-align: center;
    width: .6em;
}

.w3-left-align {
    text-align: left !important;
}

.w3-right-align {
    text-align: right !important;
}

.w3-justify {
    text-align: justify !important;
}

.w3-center {
    text-align: center !important;
}

.fa-fw, .fa-li, .fa-stack-1x, .fa-stack-2x, .main.style1, .main.style3, ul.icons a {
    text-align: center;
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.fa-ul &gt; li, .w3-animate-left, .w3-animate-right, .w3-animate-top {
    position: relative;
}

.w3-circle {
    border-radius: 50% !important;
}

.w3-round-small {
    border-radius: 2px !important;
}

.w3-round, .w3-round-medium {
    border-radius: 4px !important;
}

.w3-round-large {
    border-radius: 8px !important;
}

.w3-round-xlarge {
    border-radius: 16px !important;
}

.w3-round-xxlarge {
    border-radius: 32px !important;
}

.w3-round-jumbo {
    border-radius: 64px !important;
}

.w3-border-0 {
    border: 0 !important;
}

.w3-border {
    border: 1px solid #ccc !important;
}

.w3-border-top {
    border-top: 1px solid #ccc !important;
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.w3-border-left {
    border-left: 1px solid #ccc !important;
}

.w3-border-right {
    border-right: 1px solid #ccc !important;
}

.w3-margin {
    margin: 16px !important;
}

.w3-margin-0 {
    margin: 0 !important;
}

.w3-margin-top, .w3-panel, .w3-section {
    margin-top: 16px !important;
}

.w3-margin-bottom, .w3-panel, .w3-section {
    margin-bottom: 16px !important;
}

.w3-margin-left {
    margin-left: 16px !important;
}

.w3-margin-right {
    margin-right: 16px !important;
}

.w3-padding-tiny {
    padding: 2px 4px !important;
}

.w3-padding-small {
    padding: 4px 8px !important;
}

.w3-form, .w3-padding, .w3-padding-medium {
    padding: 8px 16px !important;
}

.w3-padding-large {
    padding: 12px 24px !important;
}

.w3-padding-xlarge {
    padding: 16px 32px !important;
}

.w3-padding-xxlarge {
    padding: 24px 48px !important;
}

.w3-padding-jumbo {
    padding: 32px 64px !important;
}

.w3-padding-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.w3-padding-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.w3-padding-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.w3-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.w3-padding-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
}

.w3-padding-0 {
    padding: 0 !important;
}

.w3-padding-top {
    padding-top: 8px !important;
}

.w3-padding-bottom {
    padding-bottom: 8px !important;
}

.w3-padding-left {
    padding-left: 16px !important;
}

.w3-padding-right {
    padding-right: 16px !important;
}

.w3-topbar {
    border-top: 6px solid #ccc !important;
}

.w3-bottombar {
    border-bottom: 6px solid #ccc !important;
}

.w3-leftbar {
    border-left: 6px solid #ccc !important;
}

.w3-rightbar {
    border-right: 6px solid #ccc !important;
}

.w3-row-padding, .w3-row-padding &gt; .w3-col, .w3-row-padding &gt; .w3-half, .w3-row-padding &gt; .w3-quarter, .w3-row-padding &gt; .w3-third, .w3-row-padding &gt; .w3-threequarter, .w3-row-padding &gt; .w3-twothird {
    padding: 0 8px;
}

.w3-example, .w3-panel {
    padding: .01em 16px;
}

.w3-spin {
    animation: w3-spin 2s infinite linear;
    -webkit-animation: w3-spin 2s infinite linear;
}

@-webkit-keyframes w3-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes w3-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.w3-example {
    background-color: #f1f1f1;
}

.w3-code, .w3-codespan {
    font-family: Consolas, "courier new";
    font-size: 16px;
}

.w3-code {
    line-height: 1.4;
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word;
}

.w3-codespan {
    color: #dc143c;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%;
}

.w3-hover-none:hover, .w3-transparent {
    background-color: transparent !important;
}

.w3-code, .w3-example {
    margin: 20px 0;
}

.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em;
}

.w3-card {
    border: 1px solid #ccc;
}

.w3-card-2, .w3-example {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}

.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
}

.w3-card-8 {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
}

.w3-card-12 {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19) !important;
}

.w3-card-16 {
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21) !important;
}

.w3-card-24 {
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22) !important;
}

.w3-animate-fading {
    -webkit-animation: fading 10s infinite;
    animation: fading 10s infinite;
}

@-webkit-keyframes fading {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fading {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.w3-animate-opacity {
    -webkit-animation: opac 1.5s;
    animation: opac 1.5s;
}

@-webkit-keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.w3-animate-top {
    -webkit-animation: animatetop .4s;
    animation: animatetop .4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.w3-animate-left {
    -webkit-animation: animateleft .4s;
    animation: animateleft .4s;
}

@-webkit-keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.w3-animate-right {
    -webkit-animation: animateright .4s;
    animation: animateright .4s;
}

@-webkit-keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.w3-animate-bottom {
    position: relative;
    -webkit-animation: animatebottom .4s;
    animation: animatebottom .4s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.w3-animate-zoom {
    -webkit-animation: animatezoom .6s;
    animation: animatezoom .6s;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.w3-animate-input {
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

    .w3-animate-input:focus {
        width: 100% !important;
    }

.w3-hover-opacity:hover, .w3-opacity {
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-backface-visibility: hidden;
}

.w3-hover-opacity-off:hover, .w3-opacity-off {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
}

.w3-text-shadow {
    text-shadow: 1px 1px 0 #444;
}

.w3-text-shadow-white {
    text-shadow: 1px 1px 0 #ddd;
}

.header, .text {
    text-shadow: 2px 1px 2px #262626;
}

.w3-hover-none:hover {
    box-shadow: none !important;
}

.w3-amber, .w3-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important;
}

.w3-aqua, .w3-hover-aqua:hover {
    color: #000 !important;
    background-color: #0ff !important;
}

.w3-blue, .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important;
}

.w3-hover-light-blue:hover, .w3-light-blue {
    color: #000 !important;
    background-color: #87CEEB !important;
}

.w3-brown, .w3-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important;
}

.w3-cyan, .w3-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important;
}

.w3-blue-grey, .w3-hover-blue-grey:hover {
    color: #fff !important;
    background-color: #607d8b !important;
}

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important;
}

.w3-hover-light-green:hover, .w3-light-green {
    color: #000 !important;
    background-color: #8bc34a !important;
}

.w3-hover-indigo:hover, .w3-indigo {
    color: #fff !important;
    background-color: #3f51b5 !important;
}

.w3-hover-khaki:hover, .w3-khaki {
    color: #000 !important;
    background-color: khaki !important;
}

.w3-hover-lime:hover, .w3-lime {
    color: #000 !important;
    background-color: #cddc39 !important;
}

.w3-hover-orange:hover, .w3-orange {
    color: #000 !important;
    background-color: #ff9800 !important;
}

.w3-deep-orange, .w3-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important;
}

.w3-hover-pink:hover, .w3-pink {
    color: #fff !important;
    background-color: #e91e63 !important;
}

.w3-hover-purple:hover, .w3-purple {
    color: #fff !important;
    background-color: #9c27b0 !important;
}

.w3-deep-purple, .w3-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important;
}

.w3-hover-red:hover, .w3-red {
    color: #fff !important;
    background-color: #f44336 !important;
}

.w3-hover-sand:hover, .w3-sand {
    color: #000 !important;
    background-color: #fdf5e6 !important;
}

.w3-hover-teal:hover, .w3-teal {
    color: #fff !important;
    background-color: #009688 !important;
}

.w3-hover-yellow:hover, .w3-yellow {
    color: #000 !important;
    background-color: #ffeb3b !important;
}

.w3-hover-white:hover, .w3-white {
    color: #000 !important;
    background-color: #fff !important;
}

.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.w3-grey, .w3-hover-grey:hover {
    color: #000 !important;
    background-color: #9e9e9e !important;
}

.w3-hover-light-grey:hover, .w3-light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.w3-dark-grey, .w3-hover-dark-grey:hover {
    color: #fff !important;
    background-color: #616161 !important;
}

.w3-hover-pale-red:hover, .w3-pale-red {
    color: #000 !important;
    background-color: #fdd !important;
}

.w3-hover-pale-green:hover, .w3-pale-green {
    color: #000 !important;
    background-color: #dfd !important;
}

.w3-hover-pale-yellow:hover, .w3-pale-yellow {
    color: #000 !important;
    background-color: #ffc !important;
}

.w3-hover-pale-blue:hover, .w3-pale-blue {
    color: #000 !important;
    background-color: #dff !important;
}

.w3-hover-text-amber:hover, .w3-text-amber {
    color: #ffc107 !important;
}

.w3-hover-text-aqua:hover, .w3-text-aqua {
    color: #0ff !important;
}

.w3-hover-text-blue:hover, .w3-text-blue {
    color: #2196F3 !important;
}

.w3-hover-text-light-blue:hover, .w3-text-light-blue {
    color: #87CEEB !important;
}

.w3-hover-text-brown:hover, .w3-text-brown {
    color: #795548 !important;
}

.w3-hover-text-cyan:hover, .w3-text-cyan {
    color: #00bcd4 !important;
}

.w3-hover-text-blue-grey:hover, .w3-text-blue-grey {
    color: #607d8b !important;
}

.w3-hover-text-green:hover, .w3-text-green {
    color: #4CAF50 !important;
}

.w3-hover-text-light-green:hover, .w3-text-light-green {
    color: #8bc34a !important;
}

.w3-hover-text-indigo:hover, .w3-text-indigo {
    color: #3f51b5 !important;
}

.w3-hover-text-khaki:hover, .w3-text-khaki {
    color: #b4aa50 !important;
}

.w3-hover-text-lime:hover, .w3-text-lime {
    color: #cddc39 !important;
}

.w3-hover-text-orange:hover, .w3-text-orange {
    color: #ff9800 !important;
}

.w3-hover-text-deep-orange:hover, .w3-text-deep-orange {
    color: #ff5722 !important;
}

.w3-hover-text-pink:hover, .w3-text-pink {
    color: #e91e63 !important;
}

.w3-hover-text-purple:hover, .w3-text-purple {
    color: #9c27b0 !important;
}

.w3-hover-text-deep-purple:hover, .w3-text-deep-purple {
    color: #673ab7 !important;
}

.w3-hover-text-red:hover, .w3-text-red {
    color: #f44336 !important;
    font-weight: bold;
}

.w3-hover-text-sand:hover, .w3-text-sand {
    color: #fdf5e6 !important;
}

.w3-hover-text-teal:hover, .w3-text-teal {
    color: #009688 !important;
}

.w3-hover-text-yellow:hover, .w3-text-yellow {
    color: #d2be0e !important;
}

.w3-hover-text-white:hover, .w3-text-white {
    color: #fff !important;
}

.w3-hover-text-black:hover, .w3-text-black {
    color: #000 !important;
}

.w3-hover-text-light-grey:hover, .w3-text-light-grey {
    color: #f1f1f1 !important;
}

.w3-hover-text-dark-grey:hover, .w3-text-dark-grey {
    color: #3a3a3a !important;
}

.w3-border-amber, .w3-hover-border-amber:hover {
    border-color: #ffc107 !important;
}

.w3-border-aqua, .w3-hover-border-aqua:hover {
    border-color: #0ff !important;
}

.w3-border-blue, .w3-hover-border-blue:hover {
    border-color: #2196F3 !important;
}

.w3-border-light-blue, .w3-hover-border-light-blue:hover {
    border-color: #87CEEB !important;
}

.w3-border-brown, .w3-hover-border-brown:hover {
    border-color: #795548 !important;
}

.w3-border-cyan, .w3-hover-border-cyan:hover {
    border-color: #00bcd4 !important;
}

.w3-border-blue-grey, .w3-hover-blue-grey:hover {
    border-color: #607d8b !important;
}

.w3-border-green, .w3-hover-border-green:hover {
    border-color: #4CAF50 !important;
}

.w3-border-indigo, .w3-hover-border-indigo:hover {
    border-color: #3f51b5 !important;
}

.w3-border-khaki, .w3-hover-border-khaki:hover {
    border-color: khaki !important;
}

.w3-border-lime, .w3-hover-border-lime:hover {
    border-color: #cddc39 !important;
}

.w3-border-orange, .w3-hover-border-orange:hover {
    border-color: #ff9800 !important;
}

.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
    border-color: #ff5722 !important;
}

.w3-border-pink, .w3-hover-border-pink:hover {
    border-color: #e91e63 !important;
}

.w3-border-purple, .w3-hover-border-purple:hover {
    border-color: #9c27b0 !important;
}

.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
    border-color: #673ab7 !important;
}

.w3-border-red, .w3-hover-border-red:hover {
    border-color: #f44336 !important;
}

.w3-border-sand, .w3-hover-border-sand:hover {
    border-color: #fdf5e6 !important;
}

.w3-border-teal, .w3-hover-border-teal:hover {
    border-color: #009688 !important;
}

.w3-border-yellow, .w3-hover-border-yellow:hover {
    border-color: #ffeb3b !important;
}

.w3-border-white, .w3-hover-border-white:hover {
    border-color: #fff !important;
}

.w3-border-black, .w3-hover-border-black:hover {
    border-color: #000 !important;
}

.w3-border-grey, .w3-hover-border-grey:hover {
    border-color: #9e9e9e !important;
}

.w3-border-light-grey, .w3-hover-border-light-grey:hover {
    border-color: #f1f1f1 !important;
}

.w3-border-dark-grey, .w3-hover-border-dark-grey:hover {
    border-color: #616161 !important;
}

.w3-border-pale-red, .w3-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important;
}

.w3-border-pale-green, .w3-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important;
}

.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
    border-color: #ffc !important;
}

.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
    border-color: #e7ffff !important;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.4.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.4.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}


.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right, .pull-right {
    float: right;
}

.image.left, .pull-left, .row &gt; * {
    float: left;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none;
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before, .fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before, .fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158";
}

.fa-krw:before, .fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-television:before, .fa-tv:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.cft, pre, pre span {
    font-size: 50px !important;
    color: #279d2e !important;
    border: 0 !important;
}

blockquote, em, i {
    font-style: italic;
}

ul {
    padding-left: 30px;
}

.row.\30 \25 &gt; *, .row.uniform.\30 \25 &gt; * {
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none;
    }

.image:before, .main.style2.left:after, .main.style2.right:before, .row:after, .row:before {
    content: '';
}

.menuIcons {
    width: 25px !important;
    height: 25px !important;
    vertical-align: middle !important;
}

.cft, pre {
    line-height: 50px;
    display: inline !important;
}

    pre span {
        background-image: none !important;
        background-color: #fff !important;
    }

#benef_master, #benef_visa {
    display: none;
}

*, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container.\31 25\25 {
    width: 100%;
    max-width: 1800px;
    min-width: 1440px;
}

.container.\37 5\25 {
    width: 1080px;
}

.container.\35 0\25 {
    width: 720px;
}

.container.\32 5\25 {
    width: 360px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.homeBankingMin:hover {
    color: #FFF !important;
    background: #3c3c3b !important;
    border-color: #3c3c3b;
}

.dropdown-menu {
    margin-top: 0 !important;
}

@media screen and (max-width:1920px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 1700px;
        min-width: 1360px;
    }

    .container.\37 5\25 {
        width: 1020px;
    }

    .container.\35 0\25 {
        width: 680px;
    }

    .container.\32 5\25 {
        width: 340px;
    }

    .container {
        width: 1360px;
    }
}

@media screen and (max-width:1680px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 1500px;
        min-width: 1200px;
    }

    .container.\37 5\25 {
        width: 900px;
    }

    .container.\35 0\25 {
        width: 600px;
    }

    .container.\32 5\25 {
        width: 300px;
    }

    .container {
        width: 1200px;
    }
}

@media screen and (max-width:1280px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 1200px;
        min-width: 960px;
    }

    .container.\37 5\25 {
        width: 720px;
    }

    .container.\35 0\25 {
        width: 480px;
    }

    .container.\32 5\25 {
        width: 240px;
    }

    .container {
        width: 960px;
    }
}

@media screen and (max-width:1000px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 118.75%;
        min-width: 95%;
    }

    .container.\37 5\25 {
        width: 71.25%;
    }

    .container.\35 0\25 {
        width: 47.5%;
    }

    .container.\32 5\25 {
        width: 23.75%;
    }

    .container {
        width: 95%;
    }
}

@media screen and (max-width:736px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 118.75%;
        min-width: 95%;
    }

    .container.\37 5\25 {
        width: 71.25%;
    }

    .container.\35 0\25 {
        width: 47.5%;
    }

    .container.\32 5\25 {
        width: 23.75%;
    }

    .container {
        width: 95%;
    }
}

@media screen and (max-width:480px) {
    .container.\31 25\25 {
        width: 100%;
        max-width: 118.75%;
        min-width: 95%;
    }

    .container.\37 5\25 {
        width: 71.25%;
    }

    .container.\35 0\25 {
        width: 47.5%;
    }

    .container.\32 5\25 {
        width: 23.75%;
    }

    .container {
        width: 95% !important;
    }
}

.row {
    border-bottom: solid 1px transparent;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .row:after, .row:before {
        display: block;
        clear: both;
        height: 0;
    }



    .row.uniform &gt; * &gt; :first-child {
        margin-top: 0;
    }

    .row.uniform &gt; * &gt; :last-child {
        margin-bottom: 0;
    }

    .row.\30 \25, .row.uniform.\30 \25 {
        margin: 0 0 -1px;
    }

    .row.uniform &gt; *, .row &gt; * {
        padding: 40px 0 0 40px;
    }

    .row, .row.uniform {
        margin: -40px 0 -1px -40px;
    }

        .row &gt; * {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .row.\32 00\25 &gt; *, .row.uniform.\32 00\25 &gt; * {
            padding: 80px 0 0 80px;
        }

        .row.\32 00\25, .row.uniform.\32 00\25 {
            margin: -80px 0 -1px -80px;
        }

        .row.\31 50\25 &gt; *, .row.uniform.\31 50\25 &gt; * {
            padding: 60px 0 0 60px;
        }

        .row.\31 50\25, .row.uniform.\31 50\25 {
            margin: -60px 0 -1px -60px;
        }

        .row.\35 0\25 &gt; *, .row.uniform.\35 0\25 &gt; * {
            padding: 20px 0 0 20px;
        }

        .row.\35 0\25, .row.uniform.\35 0\25 {
            margin: -20px 0 -1px -20px;
        }

        .row.\32 5\25 &gt; *, .row.uniform.\32 5\25 &gt; * {
            padding: 10px 0 0 10px;
        }

        .row.\32 5\25, .row.uniform.\32 5\25 {
            margin: -10px 0 -1px -10px;
        }

.\31 0u, .\31 0u\24, .\31 1u, .\31 1u\24, .\31 2u, .\31 2u\24, .\31 u, .\31 u\24, .\32 u, .\32 u\24, .\33 u, .\33 u\24, .\34 u, .\34 u\24, .\35 u, .\35 u\24, .\36 u, .\36 u\24, .\38 u, .\38 u\24, .\39 u, .\39 u\24 {
    clear: none;
    margin-left: 0;
}

.\31 2u, .\31 2u\24 {
    width: 100%;
}

.\31 1u, .\31 1u\24 {
    width: 91.6666666667%;
}

.\31 0u, .\31 0u\24 {
    width: 83.3333333333%;
}

.\39 u, .\39 u\24 {
    width: 75%;
}

.\38 u, .\38 u\24 {
    width: 66.6666666667%;
}

.\37 u, .\37 u\24 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
}

.\36 u, .\36 u\24 {
    width: 50%;
}

.\35 u, .\35 u\24 {
    width: 41.6666666667%;
}

.\34 u, .\34 u\24 {
    width: 33.3333333333%;
}

.\33 u, .\33 u\24 {
    width: 25%;
}

.\32 u, .\32 u\24 {
    width: 16.6666666667%;
}

.\31 u, .\31 u\24 {
    width: 8.3333333333%;
}

    .\31 0u\24 + *, .\31 1u\24 + *, .\31 2u\24 + *, .\31 u\24 + *, .\32 u\24 + *, .\33 u\24 + *, .\34 u\24 + *, .\35 u\24 + *, .\36 u\24 + *, .\37 u\24 + *, .\38 u\24 + *, .\39 u\24 + * {
        clear: left;
    }

.\-11u {
    margin-left: 91.66667%;
}

.\-10u {
    margin-left: 83.33333%;
}

.\-9u {
    margin-left: 75%;
}

.\-8u {
    margin-left: 66.66667%;
}

.\-7u {
    margin-left: 58.33333%;
}

.\-6u {
    margin-left: 50%;
}

.\-5u {
    margin-left: 41.66667%;
}

.\-4u {
    margin-left: 33.33333%;
}

.\-3u {
    margin-left: 25%;
}

.\-2u {
    margin-left: 16.66667%;
}

.\-1u {
    margin-left: 8.33333%;
}

@media screen and (max-width:1920px) {
    .row.uniform &gt; *, .row &gt; * {
        padding: 40px 0 0 40px;
    }

    .row, .row.uniform {
        margin: -40px 0 -1px -40px;
    }

        .row.\32 00\25 &gt; *, .row.uniform.\32 00\25 &gt; * {
            padding: 80px 0 0 80px;
        }

        .row.\32 00\25, .row.uniform.\32 00\25 {
            margin: -80px 0 -1px -80px;
        }

        .row.\31 50\25 &gt; *, .row.uniform.\31 50\25 &gt; * {
            padding: 60px 0 0 60px;
        }

        .row.\31 50\25, .row.uniform.\31 50\25 {
            margin: -60px 0 -1px -60px;
        }

        .row.\35 0\25 &gt; *, .row.uniform.\35 0\25 &gt; * {
            padding: 20px 0 0 20px;
        }

        .row.\35 0\25, .row.uniform.\35 0\25 {
            margin: -20px 0 -1px -20px;
        }

        .row.\32 5\25 &gt; *, .row.uniform.\32 5\25 &gt; * {
            padding: 10px 0 0 10px;
        }

        .row.\32 5\25, .row.uniform.\32 5\25 {
            margin: -10px 0 -1px -10px;
        }

    .\31 2u\24\28wide\29, .\31 2u\28wide\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }

    .\31 1u\24\28wide\29, .\31 1u\28wide\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 0u\24\28wide\29, .\31 0u\28wide\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\39 u\24\28wide\29, .\39 u\28wide\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\24\28wide\29, .\38 u\28wide\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\24\28wide\29, .\37 u\28wide\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\24\28wide\29, .\36 u\28wide\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\24\28wide\29, .\35 u\28wide\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\24\28wide\29, .\34 u\28wide\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\24\28wide\29, .\33 u\28wide\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\24\28wide\29, .\32 u\28wide\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\24\28wide\29, .\31 u\28wide\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

        .\31 0u\24\28wide\29 + *, .\31 1u\24\28wide\29 + *, .\31 2u\24\28wide\29 + *, .\31 u\24\28wide\29 + *, .\32 u\24\28wide\29 + *, .\33 u\24\28wide\29 + *, .\34 u\24\28wide\29 + *, .\35 u\24\28wide\29 + *, .\36 u\24\28wide\29 + *, .\37 u\24\28wide\29 + *, .\38 u\24\28wide\29 + *, .\39 u\24\28wide\29 + * {
            clear: left;
        }

    .\-11u\28wide\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28wide\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28wide\29 {
        margin-left: 75%;
    }

    .\-8u\28wide\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28wide\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28wide\29 {
        margin-left: 50%;
    }

    .\-5u\28wide\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28wide\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28wide\29 {
        margin-left: 25%;
    }

    .\-2u\28wide\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28wide\29 {
        margin-left: 8.33333%;
    }
}

@media screen and (max-width:1680px) {
    .row.uniform &gt; *, .row &gt; * {
        padding: 40px 0 0 40px;
    }

    .row, .row.uniform {
        margin: -40px 0 -1px -40px;
    }

        .row.\32 00\25 &gt; *, .row.uniform.\32 00\25 &gt; * {
            padding: 80px 0 0 80px;
        }

        .row.\32 00\25, .row.uniform.\32 00\25 {
            margin: -80px 0 -1px -80px;
        }

        .row.\31 50\25 &gt; *, .row.uniform.\31 50\25 &gt; * {
            padding: 60px 0 0 60px;
        }

        .row.\31 50\25, .row.uniform.\31 50\25 {
            margin: -60px 0 -1px -60px;
        }

        .row.\35 0\25 &gt; *, .row.uniform.\35 0\25 &gt; * {
            padding: 20px 0 0 20px;
        }

        .row.\35 0\25, .row.uniform.\35 0\25 {
            margin: -20px 0 -1px -20px;
        }

        .row.\32 5\25 &gt; *, .row.uniform.\32 5\25 &gt; * {
            padding: 10px 0 0 10px;
        }

        .row.\32 5\25, .row.uniform.\32 5\25 {
            margin: -10px 0 -1px -10px;
        }

    .\31 2u\24\28normal\29, .\31 2u\28normal\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }

    .\31 1u\24\28normal\29, .\31 1u\28normal\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 0u\24\28normal\29, .\31 0u\28normal\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\39 u\24\28normal\29, .\39 u\28normal\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\24\28normal\29, .\38 u\28normal\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\24\28normal\29, .\37 u\28normal\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\24\28normal\29, .\36 u\28normal\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\24\28normal\29, .\35 u\28normal\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\24\28normal\29, .\34 u\28normal\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\24\28normal\29, .\33 u\28normal\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\24\28normal\29, .\32 u\28normal\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\24\28normal\29, .\31 u\28normal\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

        .\31 0u\24\28normal\29 + *, .\31 1u\24\28normal\29 + *, .\31 2u\24\28normal\29 + *, .\31 u\24\28normal\29 + *, .\32 u\24\28normal\29 + *, .\33 u\24\28normal\29 + *, .\34 u\24\28normal\29 + *, .\35 u\24\28normal\29 + *, .\36 u\24\28normal\29 + *, .\37 u\24\28normal\29 + *, .\38 u\24\28normal\29 + *, .\39 u\24\28normal\29 + * {
            clear: left;
        }

    .\-11u\28normal\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28normal\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28normal\29 {
        margin-left: 75%;
    }

    .\-8u\28normal\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28normal\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28normal\29 {
        margin-left: 50%;
    }

    .\-5u\28normal\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28normal\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28normal\29 {
        margin-left: 25%;
    }

    .\-2u\28normal\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28normal\29 {
        margin-left: 8.33333%;
    }
}

@media screen and (max-width:1280px) {
    .row.uniform &gt; *, .row &gt; * {
        padding: 40px 0 0 40px;
    }

    .row, .row.uniform {
        margin: -40px 0 -1px -40px;
    }

        .row.\32 00\25 &gt; *, .row.uniform.\32 00\25 &gt; * {
            padding: 80px 0 0 80px;
        }

        .row.\32 00\25, .row.uniform.\32 00\25 {
            margin: -80px 0 -1px -80px;
        }

        .row.\31 50\25 &gt; *, .row.uniform.\31 50\25 &gt; * {
            padding: 60px 0 0 60px;
        }

        .row.\31 50\25, .row.uniform.\31 50\25 {
            margin: -60px 0 -1px -60px;
        }

        .row.\35 0\25 &gt; *, .row.uniform.\35 0\25 &gt; * {
            padding: 20px 0 0 20px;
        }

        .row.\35 0\25, .row.uniform.\35 0\25 {
            margin: -20px 0 -1px -20px;
        }

        .row.\32 5\25 &gt; *, .row.uniform.\32 5\25 &gt; * {
            padding: 10px 0 0 10px;
        }

        .row.\32 5\25, .row.uniform.\32 5\25 {
            margin: -10px 0 -1px -10px;
        }

    .\31 2u\24\28narrow\29, .\31 2u\28narrow\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }

    .\31 1u\24\28narrow\29, .\31 1u\28narrow\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 0u\24\28narrow\29, .\31 0u\28narrow\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\39 u\24\28narrow\29, .\39 u\28narrow\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\24\28narrow\29, .\38 u\28narrow\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\24\28narrow\29, .\37 u\28narrow\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\24\28narrow\29, .\36 u\28narrow\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\24\28narrow\29, .\35 u\28narrow\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\24\28narrow\29, .\34 u\28narrow\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\24\28narrow\29, .\33 u\28narrow\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\24\28narrow\29, .\32 u\28narrow\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\24\28narrow\29, .\31 u\28narrow\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

        .\31 0u\24\28narrow\29 + *, .\31 1u\24\28narrow\29 + *, .\31 2u\24\28narrow\29 + *, .\31 u\24\28narrow\29 + *, .\32 u\24\28narrow\29 + *, .\33 u\24\28narrow\29 + *, .\34 u\24\28narrow\29 + *, .\35 u\24\28narrow\29 + *, .\36 u\24\28narrow\29 + *, .\37 u\24\28narrow\29 + *, .\38 u\24\28narrow\29 + *, .\39 u\24\28narrow\29 + * {
            clear: left;
        }

    .\-11u\28narrow\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28narrow\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28narrow\29 {
        margin-left: 75%;
    }

    .\-8u\28narrow\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28narrow\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28narrow\29 {
        margin-left: 50%;
    }

    .\-5u\28narrow\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28narrow\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28narrow\29 {
        margin-left: 25%;
    }

    .\-2u\28narrow\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28narrow\29 {
        margin-left: 8.33333%;
    }
}

@media screen and (max-width:1000px) {
    .row.uniform &gt; *, .row &gt; * {
        padding: 40px 0 0 40px;
    }

    .row, .row.uniform {
        margin: -40px 0 -1px -40px;
    }

        .row.\32 00\25 &gt; *, .row.uniform.\32 00\25 &gt; * {
            padding: 80px 0 0 80px;
        }

        .row.\32 00\25, .row.uniform.\32 00\25 {
            margin: -80px 0 -1px -80px;
        }

        .row.\31 50\25 &gt; *, .row.uniform.\31 50\25 &gt; * {
            padding: 60px 0 0 60px;
        }

        .row.\31 50\25, .row.uniform.\31 50\25 {
            margin: -60px 0 -1px -60px;
        }

        .row.\35 0\25 &gt; *, .row.uniform.\35 0\25 &gt; * {
            padding: 20px 0 0 20px;
        }

        .row.\35 0\25, .row.uniform.\35 0\25 {
            margin: -20px 0 -1px -20px;
        }

        .row.\32 5\25 &gt; *, .row.uniform.\32 5\25 &gt; * {
            padding: 10px 0 0 10px;
        }

        .row.\32 5\25, .row.uniform.\32 5\25 {
            margin: -10px 0 -1px -10px;
        }

    .\31 2u\24\28narrower\29, .\31 2u\28narrower\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }

    .\31 1u\24\28narrower\29, .\31 1u\28narrower\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 0u\24\28narrower\29, .\31 0u\28narrower\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\39 u\24\28narrower\29, .\39 u\28narrower\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\24\28narrower\29, .\38 u\28narrower\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\24\28narrower\29, .\37 u\28narrower\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\24\28narrower\29, .\36 u\28narrower\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\24\28narrower\29, .\35 u\28narrower\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\24\28narrower\29, .\34 u\28narrower\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\24\28narrower\29, .\33 u\28narrower\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\24\28narrower\29, .\32 u\28narrower\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\24\28narrower\29, .\31 u\28narrower\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

        .\31 0u\24\28narrower\29 + *, .\31 1u\24\28narrower\29 + *, .\31 2u\24\28narrower\29 + *, .\31 u\24\28narrower\29 + *, .\32 u\24\28narrower\29 + *, .\33 u\24\28narrower\29 + *, .\34 u\24\28narrower\29 + *, .\35 u\24\28narrower\29 + *, .\36 u\24\28narrower\29 + *, .\37 u\24\28narrower\29 + *, .\38 u\24\28narrower\29 + *, .\39 u\24\28narrower\29 + * {
            clear: left;
        }

    .\-11u\28narrower\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28narrower\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28narrower\29 {
        margin-left: 75%;
    }

    .\-8u\28narrower\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28narrower\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28narrower\29 {
        margin-left: 50%;
    }

    .\-5u\28narrower\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28narrower\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28narrower\29 {
        margin-left: 25%;
    }

    .\-2u\28narrower\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28narrower\29 {
        margin-left: 8.33333%;
    }
}

.image img, .image.featured, .image.fit {
    width: 100%;
    display: block;
}

@media screen and (max-width:736px) {
    .row.uniform &gt; *, .row &gt; * {
        padding: 20px 0 0 20px;
    }

    .row, .row.uniform {
        margin: -20px 0 -1px -20px;
    }

        .row.\32 00\25 &gt; *, .row.uniform.\32 00\25 &gt; * {
            padding: 40px 0 0 40px;
        }

        .row.\32 00\25, .row.uniform.\32 00\25 {
            margin: -40px 0 -1px -40px;
        }

        .row.\31 50\25 &gt; *, .row.uniform.\31 50\25 &gt; * {
            padding: 30px 0 0 30px;
        }

        .row.\31 50\25, .row.uniform.\31 50\25 {
            margin: -30px 0 -1px -30px;
        }

        .row.\35 0\25 &gt; *, .row.uniform.\35 0\25 &gt; * {
            padding: 10px 0 0 10px;
        }

        .row.\35 0\25, .row.uniform.\35 0\25 {
            margin: -10px 0 -1px -10px;
        }

        .row.\32 5\25 &gt; *, .row.uniform.\32 5\25 &gt; * {
            padding: 5px 0 0 5px;
        }

        .row.\32 5\25, .row.uniform.\32 5\25 {
            margin: -5px 0 -1px -5px;
        }
}

@-ms-viewport {
    width: device-width;
}



body.is-loading *, body.is-resizing * {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

sub, sup {
    font-size: .8em;
    position: relative;
}


a {
    -moz-transition: all .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: all .2s ease-in-out, color .2s ease-in-out;
    transition: all .2s ease-in-out, color .2s ease-in-out;
    text-decoration: none;
}

sub {
    top: .5em;
}

sup {
    top: -.5em;
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
}

blockquote {
    border-left: solid .5em #ddd;
    padding: 1em 0 1em 2em;
}

dl, header, ol, p, table, ul {
    margin-bottom: 1em;
}

    header p {
        display: block;
        margin: 1em 0 0;
        padding: 0 0 .5em;
    }

br.clear {
    clear: both;
}

article, section {
    margin-bottom: 3em;
}

    .row &gt; article, .row &gt; section, article:last-child, article &gt; .content &gt; :last-child, article &gt; :last-child, section:last-child, section &gt; .content &gt; :last-child, section &gt; :last-child {
        margin-bottom: 0;
    }

.image {
    position: relative;
    display: inline-block;
}

    .image:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/overlay.png);
    }

    .image.featured {
        margin: 0 0 2em;
    }

    .image.left {
        margin: 0 2em 2em 0;
    }

    .image.centered {
        display: block;
        margin: 0 0 2em;
    }

ul.actions li, ul.icons a, ul.icons li, ul.menu li {
    display: inline-block;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

ul.default {
    list-style: disc;
    padding-left: 1em;
}

    ul.default li {
        padding-left: .5em;
    }

ul.icons a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border: 0;
}

ul.menu li {
    line-height: 1em;
    border-left: solid 1px rgba(145, 146, 147, .25);
    padding: 0 0 0 .5em;
    margin: 0 0 0 .5em;
}

    ul.menu li:first-child {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }

ul.actions li {
    margin: 0 0 0 .5em;
}

    ul.actions li:first-child {
        margin-left: 0;
    }

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

    ol.default li {
        padding-left: .25em;
    }

table.default td, table.default th {
    padding: .5em 1em;
}

form label {
    display: block;
}


form select {
    line-height: 1.35em;
}

form textarea {
    min-height: 8em;
}

form .formerize-placeholder, form :-moz-placeholder, form :-ms-input-placeholder, form ::-moz-placeholder, form ::-webkit-input-placeholder {
    color: rgba(145, 146, 147, .85) !important;
}

form ::-moz-focus-inner {
    border: 0;
}

table, table.default {
    width: 100%;
}

    table.default tbody tr:nth-child(2n+2) {
        background: #f4f4f4;
    }

    table.default th {
        text-align: left;
    }

    table.default thead {
        background: #444;
        color: #fff;
    }

    table.default tfoot {
        background: #eee;
    }

.button, input[type=submit], input[type=reset] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #98c593;
    border: 0;
    border-radius: 3.5em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.main.style1 .content, .main.style2 .content {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.button2 {
    padding: 0 .5em;
    height: 2em;
    line-height: 2em;
}

.button.down, input[type=submit].down, input[type=reset].down {
    width: 4em;
    height: 4em;
    line-height: 3.5em;
    padding: 0;
    background-image: url(images/dark-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;
    overflow: hidden;
}

    .button.down.anchored, input[type=submit].down.anchored, input[type=reset].down.anchored {
        bottom: 0;
        border-bottom: 0;
        border-radius: 3em 3em 0 0;
        height: 4.5em;
        margin-left: -2.5em;
    }

.button.anchored, input[type=submit].anchored, input[type=reset].anchored {
    position: absolute;
    left: 50%;
}

.button:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #a8d5a3;
}

.button:active, input[type=submit]:active, input[type=reset]:active {
    background-color: #88b583;
}

.button.style2, button.style2, input[type=submit].style2, input[type=reset].style2, input[type=button].style2 {
    background-color: transparent;
    border: 2px solid #e5e6e7;
    color: inherit;
}

    .button.style2:hover, button.style2:hover, input[type=submit].style2:hover, input[type=reset].style2:hover, input[type=button].style2:hover {
        background-color: rgba(145, 146, 147, .035);
    }

    .button.style2.down, button.style2.down, input[type=submit].style2.down, input[type=reset].style2.down, input[type=button].style2.down {
        background-image: url(images/arrow.svg);
    }

.box, .main.style3.primary {
    background: #fff;
}

.box {
    color: #39454b;
    padding: 2em;
}

    .box.style2 {
        padding: 3.5em 2.5em;
    }

.main {
    position: relative;
    margin: 0;
    overflow-y: visible;
}

    .main.style1 {
        padding: 0 0 3em;
    }

    .main.fullscreen {
        height: 85% !important;
        padding: 3em 0;
    }

    .main.style1:before, .main.style2.left:after, .main.style2.right:before {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .main.style1 h2 {
        font-size: 4.25em;
        line-height: 1em;
    }

    .main.style1 .content {
        transition: all 1s ease;
        transform: translateZ(0);
        opacity: 1;
        display: inline-block;
        vertical-align: middle;
    }

    .main.style1.inactive .content {
        opacity: 0;
    }

    .main.style2 {
        padding: 3em 0;
    }

        .main.style2 .content {
            transition: all 1s ease;
            transform: translateZ(0);
            position: relative;
            width: 35%;
            display: inline-block;
            vertical-align: middle;
        }

        .main.style2.left .content {
            left: 0;
        }

        .main.style2.right .content {
            left: 65%;
        }

        .main.style2.inactive.left .content {
            left: -35%;
        }

        .main.style2.inactive.right .content {
            left: 100%;
        }

    .main.style3 {
        padding: 6em 0;
    }

        .main.style3 .content &gt; header {
            margin-bottom: 2em;
        }

        .main.style3.secondary {
            background: #f5f6f7;
        }

.col_margin_bottom {
    margin-bottom: 150px !important;
}

#resultados_busqueda, #resultados_busqueda h3 {
    text-align: left;
    padding-left: 10px;
}

#resultados_formulario .row div {
    display: inline-block;
}

#resultados_formulario .row .c1 {
    width: 300px;
}




.internal_content_area .col-lg-3 img, .internal_content_area .col-lg-4 img {
    max-width: 220px;
}

.internal_content_area .col-lg-4 div {
    line-height: 1.4em;
    font-size: .9em;
    margin-bottom: 1em;
}

.internal_content_area .right_column {
    background-color: #ededed;
}

.internal_content_area subMenuOption.a:hover {
    background-color: #279d2e;
    color: #FFF;
    text-decoration: none;
}

.dark, .dark a {
    color: #fff;
}

    .dark .button.style2 {
        border-color: inherit;
        background-color: rgba(64, 64, 64, .05);
    }

        .dark .button.style2:hover {
            background-color: rgba(255, 255, 255, .1);
        }

        .dark .button.style2.down {
            background-image: url(images/dark-arrow.svg);
        }

.icon {
    text-decoration: none;
}

    .icon:before {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 1.25em;
        text-decoration: none;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .icon &gt; .label {
        display: none;
    }

/*#header {
    position: sticky;
    z-index: 3;
    left: 0;
    top: 0;
    background: #f2f2f2;
    height: 131px;
    line-height: 131px;
    background-size: 108px 110px;
}*/

#intro .intro_area .header, #logo {
    position: absolute;
}



#logo {
    left: 1.5em;
    top: 0;
}

    #logo img {
        max-height: 70px;
        margin-top: 1em;
    }

    #logo a {
        font-size: 1.5em;
    }

#nav {
    right: 0;
    /*top: 0;*/
    font-size: 14px;
    color: #3c3c3b;
}

    #nav ul {
        margin: 0;
    }

        #nav ul li {
            display: inline-block;
            font-size: 1em;
            list-style-type: none;
        }

.menu_text {
    /*margin-left: .3em*/
}

#nav ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 .5em;
}

@media screen and (max-width:1024px) {

    /*#header {
        height: 100px;
        background-size: 88px 90px;
    }*/

    #logo img {
        max-height: 50px;
    }

    #nav {
        /*top: -10px*/
    }

        #nav ul li {
            font-size: .9em;
        }

            #nav ul li a {
                padding: 0 .1em;
            }
}

#nav ul li a.negative {
    color: #FFF;
    background-color: #279d2e;
}

#nav ul.nav li.cancel_search a, #nav ul.nav li.dropdown a, #nav ul.nav li.search_btn a {
    background-color: transparent;
}

#nav ul.nav li a:hover, #nav ul.nav li div a, #nav ul.nav li.open a {
    color: #279d2e;
}

#nav ul.nav li .dropdown-menu {
    width: 500px;
    line-height: 1.5em;
    max-height: 650px;
    height: auto;
    overflow: auto;
    column-count: 2;
    column-gap: 1em;
}

    #nav ul.nav li .dropdown-menu div {
        display: inline-block;
        margin: 0 0 1em;
        width: 100%;
    }

    #nav ul.nav li .dropdown-menu ul {
        list-style: none;
        padding: 0 0 0 10px;
    }

        #nav ul.nav li .dropdown-menu ul li {
            display: list-item;
            font-size: 1em;
            line-height: 25px;
        }

@media screen and (max-width:1024px) {
    #nav ul.nav li .dropdown-menu ul li {
        font-size: .9em;
    }
}

#nav ul.nav li .dropdown-menu li:hover {
    cursor: pointer;
    color: #FFF;
}

#nav .cancel_search, #nav .menu_icon, #nav .search_input {
    display: none;
}

    #nav .search_input input {
        width: 350px;
    }

#contactoForm &gt; .col-lg-2, .col-lg-10, .col-lg-3, .col-lg-4, .col-lg-5 {
    padding-top: 20px !important;
}

#contactoForm {
    margin-top: 60px;
}

.btn-default {
    color: #FFF;
    background-color: #279d2e;
    border-color: #ccc;
    width: 100px;
    height: 50px;
}

    .btn-default:hover {
        color: #000;
        background-color: #FFF;
        border-color: #ccc;
    }

.text {
    line-height: 1em;
}

#subtituloGal, #tituloGal {
    text-shadow: 1px 1px #000;
    cursor: pointer;
}

.background1 {
    background: url(../../images/bg01.jpg);
}

.background2 {
    background: url(../../images/bg02.jpg);
}

.background3 {
    background: url(../../images/bg03.jpg);
}

.background4 {
    background: url(../../images/bg04.jpg);
}

.background5 {
    background: url(../../images/bg05.jpg);
}

.background6 {
    background: url(../../images/bg06.jpg);
}

.background7 {
    background: url(../../images/bg07.jpg);
}

.background8 {
    background: url(../../images/bg08.jpg);
}

.background9 {
    background: url(../../images/bg09.jpg);
}

#intro .intro_area, #intro .intro_area .content {
    height: 100%;
}

    #intro .intro_area .text {
        position: absolute;
        top: 5em;
    }

#move_next, #move_prev {
    font-size: 2em;
    top: 12em;
    position: absolute;
}

#intro .intro_area .text a {
    text-decoration: underline;
}

    #intro .intro_area .text a:hover {
        text-decoration: none;
    }

#intro .intro_area .footer {
    position: absolute;
    bottom: 0;
}

#intro .intro_area #main_position {
    width: 100%;
}

#move_prev {
    left: 2em;
}

#move_next {
    right: 2em;
}

@media screen and (max-height:768px) {
    #move_next, #move_prev {
        top: 7.6em;
    }
}

#intro .intro_area .small_links {
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 0;
    text-align: right;
}

    #intro .intro_area .small_links div {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background-color: #AAA;
        border: 2px solid #AAA;
        padding: 5px;
        margin: .5em;
        display: inline-block;
        cursor: pointer;
    }

        #intro .intro_area .small_links div.active {
            border: 2px solid #FFF;
            padding: 5px;
        }

#intro .gallery_menu {
    width: 100%;
    height: 50px;
    background-color: #279d2e;
    text-align: center;
}

    #intro .gallery_menu div {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

        #intro .gallery_menu div a:hover {
            text-decoration: none;
            color: #CCC;
        }



#buttons .row.images .image {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
}

#buttons .row.images.inactive .image {
    opacity: 0;
}

    #buttons .row.images.inactive .image.from-left {
        left: -14em;
    }

    #buttons .row.images.inactive .image.from-right {
        left: 14em;
    }

    #buttons .row.images.inactive .image.from-top {
        top: -7em;
    }

    #buttons .row.images.inactive .image.from-bottom {
        top: 7em;
    }

#buttons footer {
    margin-top: 2em;
}

    #buttons footer a {
        font-size: .8em;
        color: #279d2e;
        text-align: center;
        cursor: pointer;
        padding: 5px;
    }

        #buttons footer a:hover {
            text-decoration: underline;
        }

#buttons .content .container div div.figure1 {
    background: #1abc9c;
}

#buttons .content .container div div.figure2 {
    background: #8080FF;
}

#buttons .content .container div div.figure3 {
    background: #C0AB16;
}

#buttons .content .container div div.figure4 {
    background: #F17477;
}

#buttons .content .container div div.figure5 {
    background: #9AE182;
}

#buttons .content .container div div.figure6 {
    background: #3670CF;
}

#buttons .content .container div div img {
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#buttons .content .container div div:hover img {
    opacity: 1;
}

body.is-touch .main {
    background-attachment: scroll !important;
}

body.is-touch .poptrox-popup .closer, body.is-touch .poptrox-popup .nav-next, body.is-touch .poptrox-popup .nav-previous {
    opacity: 1 !important;
}

@media screen and (max-width:1920px) {


    .main.style2 .content {
        width: 40%;
    }

    .main.style2.right .content {
        left: 60%;
    }

    .main.style2.inactive.left .content {
        left: -40%;
    }
}



@media screen and (max-width:1280px) {

    .main.style2 .content {
        width: 50%;
    }

    .main.style2.right .content {
        left: 50%;
    }

    .main.style2.inactive.left .content {
        left: -50%;
    }
}

@media screen and (max-width:1000px) {

    .container &gt; .container {
        width: 100% !important;
    }

    .main.style2 .content {
        width: 60%;
    }

    .main.style2.right .content {
        left: 40%;
    }

    .main.style2.inactive.left .content {
        left: -60%;
    }

    #footer {
        line-height: inherit;
        text-align: center;
    }
}

@media screen and (max-width:736px) {

    .box {
        padding: 1em;
    }

        .box.style2 {
            padding: 1.5em 1.25em;
            background-color: rgba(255, 255, 255, .9);
        }

    .main.fullscreen {
        height: 85% !important;
    }

    .main.style1 {
        padding: 4em 15px;
    }

        .main.style1 h2 {
            font-size: 3em;
        }

    .main.style2 {
        padding: 6em 15px;
    }

        .main.style2:after, .main.style2:before {
            display: none !important;
        }

        #nav, .main.style2 .button.anchored {
            display: none;
        }

        .main.style2 .content {
            width: 100%;
            left: 0 !important;
            text-align: center;
        }

        .main.style2 .tmp {
            width: 100%;
            height: 10em;
            background-size: cover;
        }

    #logo {
        height: 2.5em;
        line-height: 2.5em;
    }

    .main.style3 {
        text-align: center;
        padding: 3em 10px;
    }

    #logo {
        text-align: center;
        position: relative;
        left: 0;
        top: 0;
        /*background-color: #279d2e*/
    }

        #logo a {
            font-size: 1em;
        }

    .poptrox-popup .nav-next:before, .poptrox-popup .nav-previous:before {
        width: 48px;
        height: 32px;
        background-size: contain;
        margin: -16px 0 0;
    }

    .poptrox-popup .closer:before {
        right: 12px;
        top: 12px;
        width: 20px;
        height: 20px;
        box-shadow: inset 0 0 0 1px #fff;
        background-size: contain;
        opacity: .65;
    }
}




.buscadorMin, .search_btn {
    display: none !important;
}


header {
    transition: .5s;
    margin-bottom: 0 !important;
    position: sticky !important;
}

.bipPers3 {
    margin-top: 4%;
}

.bipPers1, .bipPers2 {
    margin-top: 10%;
}

.bipPers0 {
    margin-left: 12.5%;
}

.swiper-pagination-bullet {
    z-index: 101;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.swiper-container {
    width: 100%;
    height: 400px;
}

.swiperPremios {
    width: 100%;
    height: 150px !important;
}

.slidePremios {
    width: 175px !important;
    cursor: pointer;
}

.swiperBeneficios {
    width: 100%;
    height: 100px !important;
}

.slideBeneficios {
    width: 100px !important;
    cursor: pointer;
}

.intro_area {
    padding: 0 !important;
    margin: 0 !important;
}

.small_links {
    bottom: 10px !important;
    top: inherit !important;
    text-align: center !important;
    left: 0 !important;
}

.contentInfo {
    text-align: left;
    margin: 1em;
    height: 120px;
    overflow: auto;
}




.linksInfoTitle {
    width: 100%;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: normal;
}





.dividerInt {
    border-top: 2px solid #9AC00F;
}

.linksInfoTitle {
    color: #494f4d;
    text-align: left;
    padding-left: 10px;
    margin: 0;
}

.linksInfo {
    font-size: 15px;
    padding: 10px;
    text-align: left;
    color: #494f4d;
}

    .linksInfo a {
        color: #494f4d;
        padding: 0;
        white-space: nowrap;
    }



.dividerFoot {
    margin-top: 10px;
}

.fa-search, .fa-times {
    color: #000 !important;
}

    .fa-search:hover, .fa-times:hover, .subMenuOption {
        color: #3c3c3b !important;
    }


.subMenuTitle {
    color: #279D2e !important;
}

.dropdown-toggle:hover {
    color: #333 !important;
    opacity: 0.5;
}

.homeBanking:hover {
    /*color: #279d2e!important*/
    background-color: #279d2e !important;
    border-color: #279d2e !important;
}

.gallery_menu &gt; div &gt; a:hover {
    color: #494f4d !important;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#cmbBipF &gt; div, .cmbBip &gt; .homeBankingMin {
    padding: 10px 0 10px 10px !important;
}

.cmbBip {
    width: 250px !important;
    column-count: 1 !important;
    font-size: 17px !important;
}

, #textosGal img {
    width: 100%;
}

#cmbBipFooter {
    list-style-type: none;
    position: relative !important;
}

    #cmbBipFooter:active &gt; #cmbBipF {
        display: block;
    }

#cmbBipF {
    top: -20px;
    left: 100px;
}

    #cmbBipF &gt; div &gt; a {
        display: block !important;
    }

.dropdown-menu {
    top: 80%;
    left: -200px;
}

.NoPadding {
    padding: 0 !important;
}

.tooltip.top {
    top: 10px !important;
}

.button.style2 {
    border: 1px solid #e5e6e7;
}

#textosGal {
    z-index: 10;
}

#subtituloGal {
    line-height: 1em;
    color: #fff;
    max-width: 600px;
    font-size: 1.2em;
    padding: 15px 15px 0 0;
}

#tituloGal {
    color: #fff;
    max-width: 750px;
    font-size: 3em;
    padding: 0;
}

.tituloGalHome {
    line-height: 1em !important;
    font-size: 2.5em !important;
}

input[type=submit] {
    float: right;
    color: #fff;
    border: none;
    padding: 4px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    background: #494f4d;
    background: -moz-linear-gradient(top, #279d2e 30%, #279d2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #279d2e), color-stop(100%, #279d2e));
    background: -webkit-linear-gradient(top, #279d2e 30%, #279d2e 100%);
    background: -o-linear-gradient(top, #279d2e 30%, #279d2e 100%);
    background: -ms-linear-gradient(top, #279d2e 30%, #279d2e 100%);
    background: linear-gradient(to bottom, #279d2e 30%, #279d2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##279d2e', endColorstr='#279d2e', GradientType=0);
    height: 40px;
    line-height: 0 !important;
    top: 20px !important;
    position: relative !important;
}

#footer &gt; .footer1, #footer &gt; .footer2 {
    line-height: 1.1em;
}

input[type=submit]:hover {
    cursor: pointer;
    background: #279d2e;
    background: -moz-linear-gradient(top, #279d2e 0, #279d2e 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #279d2e), color-stop(64%, #279d2e));
    background: -webkit-linear-gradient(top, #279d2e 0, #279d2e 64%);
    background: -o-linear-gradient(top, #279d2e 0,#279d2e 64%);
    background: -ms-linear-gradient(top, #279d2e 0, #279d2e 64%);
    background: linear-gradient(to bottom, #279d2e 0, #279d2e 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279d2e', endColorstr='##279d2e', GradientType=0);
}

#intro {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
}



#footer &gt; .footer1 {
    font-size: 14px;
    font-weight: initial;
    padding: 0;
}

#footer &gt; .footer2, #footer &gt; .footer3 {
    font-size: .7em;
    color: #494f4d;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.footer1, .footer2, .footer3 {
    padding: 10px !important;
}

#footer .footer2 a {
    color: #333;
}

    #footer .footer2 a:hover, .linksInfo a:hover {
        color: #999;
    }

#footer .footer1 a, #footer .footer1 div {
    color: #494f4d;
}

    #footer .footer1 a:hover, .offcanvas a:focus, .sidenav a:hover, .sidenav div &gt; a:hover {
        color: #9AC00F;
    }

.footer2Links {
    margin-top: 5px;
}

.socialFoot {
    padding: 15px;
}

.footer1 .m6 {
    margin-top: 10px;
}

@media screen and (max-width:1180px) and (min-width: 1025px) {

    .menu_text {
        font-size: 14px;
    }
}

#mySidenavMicro {
    right: 0 !important;
    left: inherit !important;
}

.divisor {
    margin: 7px 0px;
    border-color: #3C3C3B;
}

@media (max-width: 991px) {
    .sidenav {
        width: 269px;
    }
}

@media (min-width: 992px) {
    .sidenav {
        width: 386px;
    }
}

.sidenav {
    background-color: #ebebeb;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1;
    overflow-y: scroll;
    transition: .3s !important;
    display: none;
    padding: 24px;
}

    .sidenav a {
        line-height: 18px !important;
        font-size: 1em;
        color: #3c3c3b !important;
    }

        .sidenav a:hover {
            opacity: 0.5;
        }

    .bipTab, .desple, .sidenav a, .textoMenu {
        text-decoration: none;
        color: #000;
        display: block;
        line-height: 2.2em;
    }

.arrowMenu:hover {
    color: #279d2e;
}

.desple {
    background-color: #fff;
    color: #000;
}

.bipTab, .closeTab, .accesibleTab {
    color: #000 !important;
}

.sidenav .menuBlock1 {
    transition: .5s !important;
}

.closeTab {
    background-color: rgba(129, 129, 129, .44);
}

.accesibleTab {
    background-color: #333;
}

.accesibleOption {
    font-weight: 700;
    color: #333 !important;
    /*padding-left: 1em !important;*/
}

#liBip {
    /*padding: 0em .5em;*/
}

.bipTab{
    background-color: #279d2e;
}

.fa-caret-down {
    margin-left: 10px;
}

.burguer {
    font-size: 20px !important;
    padding-left: 15px !important;
    /*width: 50px!important;*/
    height: 50px !important;
    line-height: 50px !important;
    color: #3c3c3b;
}

.menu3, .menu3:hover {
    color: #fff !important;
}

.logoMin {
    width: 80%;
    /*max-height: 50px;*/
    vertical-align: -webkit-baseline-middle;
    margin: 0px !important;
}

.botonArrepentimiento {
    width: 250px;
    height: 55px;
    bottom: 0px;
    left: 30px;
    position: fixed;
    z-index: 1000;
    border-top: 2px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /*background-image: url('../../images/boton_de_arrepentimiento.jpg');*/
    background-image: url('/CDN/Get/boton_arrepentimiento');
    background-size: cover;
}

.botonContratoAdhesion {
    padding-right: 1%;
}

.buscadorMin {
    margin-top: 8px;
}

.menu3 {
    background-color: #494f4d;
    border-bottom: #fff solid 1px;
}

.menu1, .menu2 {
    border-bottom: #fff solid 0;
}

.menu3:hover {
    background-color: #279d2e !important;
}

.menu2 {
    background-color: #f1f1f1;
    color: #000 !important;
}

    .menu2:hover {
        background-color: #f1f1f1 !important;
        color: #279d2e !important;
    }

.menu1, .menu1:hover {
    background-color: #fff !important;
}

.menu1 {
    color: #000 !important;
}

    .menu1:hover {
        color: #279d2e !important;
    }

.gallery_menu &gt; a {
    color: #fff;
    line-height: 3em;
}

    .gallery_menu &gt; a &gt; div:active {
        background-color: #dcf67e;
    }

#mapaContainer {
    height: 525px;
}

.cantResults {
    background-color: #fff;
    margin-bottom: 10px;
    color: #279d2e;
    font-weight: 900;
    font-size: 14px;
}

.footer2 a:not(:last-child)::after, .linksInfo a:not(:last-child)::after {
    content: " | ";
}

.swiper-button-next, .swiper-button-prev {
    height: 300px;
    z-index: 100;
}

.gallery_menu {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.a-la-derecha {
    vertical-align: middle;
}

.printOnly {
    display: none;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .printOnly {
        display: block;
        max-width: 200px;
    }

    .w3-col {
        margin: 0 !important;
    }
}

@page {
    size: auto;
    margin: 5mm;
}

@media screen and (min-width:1025px) {
    header {
        transition: 0s !important;
    }

    header {
        margin-left: 0 !important;
    }

    .small_links {
        bottom: 60px !important;
    }

    .mainSwiper {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 1024px) {

    .swiper-container {
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        /*border-radious: 12px*/
    }

    .paginaInterna &gt; .swiper-container {
        border-radius: 12px;
    }

    .mainSwiper .swiper-container {
        border-radius: 12px 12px 0 0;
    }
}

@media (max-width:1024px) and (min-width:993px) {

    #frmBuscar &gt; .form-control {
        width: 250px !important;
    }

    #move_next, #move_prev {
        bottom: 25% !important;
        top: initial !important;
    }

    .footer2 {
        font-size: .7em;
    }

        .footer2 &gt; div &gt; div &gt; div {
            margin-bottom: 8px;
        }

    .footer3 {
        background-color: #494f4d;
        color: #fff !important;
        font-size: .6em;
    }

    .internal_content_area, .mainSwiper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .swiper-container {
        border-radius: 0;
    }

    .small_links {
        bottom: 60px !important;
    }
}

@media screen and (max-width:992px) {
    #nav {
        /*right: initial!important;*/
        top: initial !important;
        /*position: initial!important;*/
        display: initial !important;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    /*#header {
        background-image: none;
        height: 6rem;
        line-height: 40px;
        margin: 0;
    }*/

    .swiper-container .mainSwiper {
        border-radius: 0 !important;
    }

    .background2016, .swiper-container {
        border-radius: 0 !important;
        margin: 0 !important;
    }

    .homeBankingMin {
        font-size: 11px;
        font-weight: 700;
        border-left: solid 1px #279d2e;
        border-right: solid 1px #279d2e;
        color: #279d2e;
        text-align: center;
        padding-top: 5px;
    }

        .homeBankingMin:active, .homeBankingMin:hover, .subMenuOption a:hover {
            color: #f1f1f1 !important;
            border-color: #3c3c3b !important;
        }

    .homeBankingMinE, .homeBankingMinP {
        background-color: #fff;
    }

    .homeBankingMinE {
        border-bottom: 1px solid #279d2e;
    }

    .menuMobile {
        top: 0px;
        /*position: fixed;*/
        /*background-color: white;*/
        width: 100%;
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .gallery_menu {
        left: 0;
        background-color: #279d2e;
        text-align: center;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
        /*123*/
        .gallery_menu &gt; a &gt; div {
            text-align: center;
            border-top: 1px solid #fff;
        }

    #move_next, #move_prev {
        bottom: 15px !important;
        top: initial !important;
    }

    .small_links {
        bottom: 30px !important;
    }

    .bipPers0 {
        margin-left: 12.5%;
    }

    #mapaContainer {
        height: 550px;
    }

    #cmbBipF {
        left: 250px;
    }

    .mainSwiper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width:736px) {
    #move_next, #move_prev, .small_links {
        bottom: 15px !important;
    }

    /*#header {
        background-image: none;
    }*/

    #move_next, #move_prev {
        top: initial !important;
        font-size: 1.5em;
    }

    #move_prev {
        left: 1.5em;
    }

    #move_next {
        right: 1.5em;
    }

    #subtituloGal, #tituloGal {
        max-width: 500px;
    }

    .flechita {
        top: -9px !important;
    }
}

@media screen and (max-width:568px) {
    .bipPers0 {
        margin-left: 0;
    }

    .autoridadesDos {
        font-size: 10px !important;
    }

    .autoridadesUno {
        font-size: 16px !important;
    }
}

@media screen and (max-width:468px) {
    #mapaContainer {
        height: 1000px;
    }

    #subtituloGal, #tituloGal {
        max-width: 325px;
    }
}

@media screen and (orientation:landscape) {

    .headerMin {
        font-size: 8vw;
        letter-spacing: 2px;
        line-height: 10vw;
        font-weight: 700;
    }

    .textMin {
        font-size: 4vw;
        letter-spacing: .5px;
        line-height: 4vw;
    }
}

@media screen and (orientation:portrait) {

    .headerMin {
        font-size: 8vh;
        letter-spacing: 2px;
        line-height: 10vh;
        font-weight: 700;
    }

    .textMin {
        font-size: 4vh;
        letter-spacing: .5px;
        line-height: 4vh;
    }
}

@media screen and (orientation:portrait) and (max-width:320px) {

    #subtituloGal, #tituloGal {
        max-width: 300px;
    }
}

@media screen and (orientation:landscape) and (max-width:568px) {

    #mapaContainer {
        height: 1000px;
    }
}

@media screen and (max-width:768px)and (orientation:portrait) {
    .background2016 {
        height: 700px;
    }

    #textosGal img {
        max-height: 450px;
        max-width: 450px;
    }
}

@media screen and (max-width:414px)and (orientation:portrait) {
    .background2016 {
        height: 540px;
    }

    #textosGal img {
        max-height: 275px;
        max-width: 275px;
    }
}

@media screen and (max-width:375px)and (orientation:portrait) {
    .background2016 {
        height: 520px;
    }

    #textosGal img {
        max-height: 300px;
        max-width: 300px;
    }
}

@media screen and (max-width:320px)and (orientation:portrait) {
    .background2016 {
        height: 420px;
    }

    #textosGal img {
        max-height: 250px;
        max-width: 250px;
    }
}

@media screen and (min-height:320px) and (min-width:568px)and (orientation:landscape) {
    .background2016 {
        height: 275px;
    }

    #textosGal img {
        max-height: 200px;
        max-width: 200px;
    }
}

@media screen and (min-height:375px) and (min-width:667px)and (orientation:landscape) {
    .background2016 {
        height: 330px;
    }

    #textosGal img {
        max-height: 275px;
        max-width: 275px;
    }
}

@media screen and (min-height:414px) and (min-width:736px)and (orientation:landscape) {
    .background2016 {
        height: 370px;
    }

    #textosGal img {
        max-height: 300px;
        max-width: 300px;
    }
}

@media screen and (min-height:768px) and (min-width:1024px)and (orientation:landscape) {
    .background2016 {
        height: 525px;
    }

    #textosGal img {
        max-height: 400px;
        max-width: 400px;
    }
}

@media screen and (min-width:1280px) and (orientation:landscape) {
    .background2016 {
        height: 675px;
    }

    #textosGal img {
        max-height: 450px !important;
        max-width: 450px !important;
    }
}

@media screen and (min-width:1366px)and (orientation:landscape) {
    .background2016 {
        height: 675px;
    }

    .swiper-wrapper &gt; div {
        background-position: 50% 20% !important;
    }

    #textosGal img {
        max-height: 350px !important;
        max-width: 350px !important;
    }
}

@media screen and (min-width:1500px)and (orientation:landscape) {
    .background2016 {
        height: 675px;
    }

    .swiper-wrapper &gt; div {
        background-position: 50% 20% !important;
    }

    #textosGal img {
        max-height: 350px !important;
        max-width: 350px !important;
    }
}

@media screen and (min-width:1920px)and (orientation:landscape) {
    .background2016 {
        height: 675px;
    }

    .swiper-wrapper &gt; div {
        background-position: 50% 20% !important;
    }

    #textosGal img {
        max-height: 450px !important;
        max-width: 450px !important;
    }
}

@media screen (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) and (min-width:2500px) {
    .background2016 {
        height: 675px;
    }

    .swiper-wrapper &gt; div {
        background-position: 50% 20% !important;
    }

    #textosGal img {
        max-height: 420px !important;
        max-width: 420px !important;
    }
}

.modal, .modal2, .modal3, .modal4, .modal5, .modal6 {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 10000;
    animation: modal 0.5s 0.5s forwards;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
}

.contenidomodal {
    margin: auto;
    background: white;
}

.fot {
    color: #fff;
    z-index: 100001;
    right: 400px;
    top: 400px;
    animation: modal 0.5s 0.5s forwards;
    visibility: hidden;
    opacity: 0;
}

#cerrar {
    display: none;
}

.la {
    position: fixed;
    z-index: 100002;
    border-radius: 50%;
    right: 400px;
    top: 395px;
    animation: modal 0.5s 0.5s forwards;
    visibility: hidden;
    opacity: 0;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
    display: none;
}

@keyframes modal {
    100% {
        visibility: visible;
        opacity: 1;
    }
}

#total {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

#teha {
    text-align: center;
    padding: 16px;
    text-align: left;
}

.fa-check {
    color: green;
}

.fa-remove {
    color: red;
}

.espacio {
    height: 10px;
}

.sub-drop-parent:hover {
    color: #279d2e !important;
    background-color: #fff !important;
    cursor: default;
}

.sub-dropdown:hover .dropdown-sub-menu {
    display: block;
}

.dropdown-sub-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/* ---------- */

@media (max-width:600px) {
    .bot_home_ms {
        width: 75% !important;
    }

    #cmbBip_plazofijo {
        width: 75% !important;
        text-align: center;
    }

    .homeBankingMin_plazofijo {
        margin: 1em !important;
        font-size: 1em;
        font-weight: 350;
        height: 2em;
        color: #279d2e;
        text-align: center;
        padding-top: 5px;
    }

        .homeBankingMin_plazofijo:active, .homeBankingMin_plazofijo:hover {
            background-color: #279d2e !important;
            color: #fff !important;
        }

    .linea_verde {
        border-right: 0px !important;
        border-bottom: 1px solid #279d2e;
    }

    .footer_inversiones {
        height: 100% !important;
    }
}

@media (min-width:601px) {
    .bot_home_ms {
        width: 97%;
    }

    .homeBankingMin_plazofijo {
        margin: 10px;
        font-size: 16px;
        height: 30px;
        color: #279d2e;
        text-align: center;
        padding-top: 5px;
    }
}

.cmbBip_plazofijo {
    width: 100%;
    left: auto;
    column-count: 1 !important;
    font-size: 17px !important;
}

.centrar_div {
    position: relative;
    top: 30%;
}

.footer_inversiones {
    display: inline-block;
    padding: 20px;
    height: 150px;
}

.titulo_footer {
    text-align: center;
    height: 30px;
}

.linea_verde {
    border-right: 1px solid #279d2e;
}

.verde_footer {
    color: #9ACA3C;
    padding: 8px;
    text-align: center;
}

.div_bot_home_ms {
    display: inline-block;
    text-align: center;
}







section:hover div.juzgado {
    height: 0;
    overflow: hidden;
}

    section:hover div.juzgado:hover {
        height: 170px;
        font-size: 12px;
        line-height: 17px;
        padding: 15px 20px;
        background: white;
        opacity: 1.8;
    }

div.juzgado {
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    opacity: 0.8;
    background: white;
}

    div.juzgado:hover {
        background: white;
        height: 130px;
        font-size: 14px;
        line-height: 17px;
        padding: 15px 20px;
    }

.juzgado {
    background: white;
    width: 945px;
    height: 80px;
    border: 1px solid #ccc;
    padding: 12px 25px;
    color: #000;
    font-size: 10px;
    font-family: 'Expert-Sans-Regular', helvetica, arial, clean, sans-serif;
    line-height: 13px;
    margin-left: 50%;
    margin: auto;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
}

@media screen and (max-width:992px) {
    div .juzgado {
        width: 100%;
        /*height: auto;*/
        background: width;
        /* border 1px solid #ccc;*/
        padding: 12px 25px;
        color: #333;
        font-size: 10px;
        font-family: 'Expert-Sans-Regular', helvetica, arial, clean, sans-serif;
        line-height: 12px;
        margin: auto;
        height: 60px;
    }

    section:hover div.juzgado:hover {
        height: 370px;
        font-size: 12px;
        line-height: 17px;
        padding: 15px 20px;
        background: white;
        opacity: 1.8;
    }
}

@media (max-width:575px) {
    .btnAle {
        text-align: left;
        width: 116px;
        line-height: normal;
    }
}

@media (min-width:576px) {
    .btnAle {
        text-align: center;
        white-space: nowrap;
        display: inline;
    }
}

.btnAle:hover {
    opacity: 0.7;
}

.btnAle {
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    margin-left: auto;
    background-color: #3C3C3B;
    color: #FFFFFF;
    padding: 8px 12px !important;
}



.subMenuOption:hover {
    color: #f1f1f1 !important;
    border-color: #3c3c3b !important;
    background-color: #3c3c3b !important;
}

.newNav {
    width: 20%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: auto;
    transition: .3s !important;
}

.newBurguer {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
    border-radius: 4px;
    width: 300px;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
}


    .newBurguer a {
        line-height: 50px !important;
        font-size: 16px;
        color: #3c3c3b !important;
    }


        .newBurguer a:hover {
            color: #fff !important;
            background-color: rgba(0, 0, 0, 0.7);
        }

.nav li:hover &gt; .newBurguer {
    display: block;
}

.burguer:hover {
    /*background-color:#279d2e*/
    cursor: pointer;
    opacity: 0.5;
}

.contacto {
    display: flex !important;
    justify-content: center !important;
}

    .contacto &gt; div {
        margin: 20px 60px 0px 60px;
    }

    .contacto div &gt; p {
        color: #3c3c3b;
        font-weight: 600;
        font-size: 20px;
    }





/*SACHA*/

.headerSacha {
    height: max-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contenidoHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1152px;
}




/*Web2021*/

/*Header*/

.bp-container-pad-x {
    padding-left: 16px;
    padding-right: 16px;
}


.header-container {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    padding-top: 32px;
}



    .header-container.shrink {
        top: 0;
        position: fixed;
        padding-top: 15px;
        height: 66px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    }

.bg-back-2 {
    background-color: #EBEBEB;
}

/*NavBar*/
.left-container, .right-container {
    display: flex;
}

.items-container {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.main-menu {
    display: none;
}

.item-component {
    margin-right: 24px;
}

.tools-container {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.tool:not(:first-of-type) {
    margin-right: 20px;
}

.navigation-list-desktop {
    display: none;
}

@media (min-width: 992px) {
    .navigation-list-desktop {
        display: unset;
    }
}

.navigation-list-tablet {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation-list-tablet {
        display: unset;
    }
}

.navigation-list-smartphone {
    display: none;
}

@media (max-width: 767px) {
    .navigation-list-smartphone {
        display: unset;
    }
}

.bp-tool-item {
    width: 18px;
    height: 13px;
    cursor: pointer;
    fill: #3c3c3b;
}

@media (min-width: 992px) {
    .bp-tool-item {
        width: 20px;
        height: 14px;
    }
}

.bp-tool-item:hover {
    opacity: 0.5;
}

.center-vertically-horizontally {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #3c3c3b;
}

.menu-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: max-content;
    margin: 0 auto;
}


.menu-item:hover {
    opacity: 0.5;
}

.logo {
    width: 183px;
    height: 36px;
}

/*Menu Desplegable*/

.navigation-list-desktop {
    display: none;
}

@media (min-width: 992px) {
    .navigation-list-desktop {
        display: unset;
    }
}

.navigation-list-tablet {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation-list-tablet {
        display: unset;
    }
}

.navigation-list-smartphone {
    display: none;
}

@media (max-width: 767px) {
    .navigation-list-smartphone {
        display: unset;
    }
}

.center-vertically {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.nav-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .nav-item:hover {
        opacity: 0.5;
    }

.menu-desplegable-item {
    margin: 8px 0px;
    cursor: pointer;
}

.right-arrow &gt; circle, .right-arrow &gt; line {
    fill: none;
    stroke: #3C3C3B;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}

.right-arrow &gt; line {
    stroke-linecap: round;
}

.right-arrow {
    width: 20px;
    height: 20px;
}

.horizontal-spaced {
    display: flex;
    justify-content: space-between;
}

.clickable {
    cursor: pointer;
}

.nav-menu-item-text {
    padding-left: 8px;
}

.nav-menu-item-text-bold {
    font-weight: 700;
}

.bp-desplegable-item-icono {
    width: 20px;
    height: 20px;
    fill: #3C3C3B;
}

.action-icon {
    fill: #3C3C3B;
    width: 20px;
    height: 20px;
}

.back-icon {
    fill: none;
    stroke: #3C3C3B;
    stroke-miterlimit: 10;
    stroke-width: 1.4px;
}


/*Footer*/
.footer-container {
    display: flex;
    flex-direction: column;
    background-color: #3c3c3b;
}

.bp-extra-container, .bp-columns-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
}

.bp-column-container {
    width: 100%;
    margin-bottom: 24px;
}

.ft-titulo-footer {
    color: #ffffff;
    padding-bottom: 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: left;
}

.ft-link {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.redes-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
}

.ft-text {
    color: #ffffff;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.iconos-container {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
}

.redesSvg &gt; svg {
    fill: #fff;
    width: 30px;
    margin-right: 10px;
}


.sellos-container {
    width: 100%;
    display: flex;
    height: 61px;
}

.sello {
    width: 100%;
}

    .sello:first-of-type {
        margin-right: 13px;
    }

    .sello a &gt; img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

.bp-copyright {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

    .bp-copyright div {
        text-align: center;
    }

.ft-copyright {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.canales-container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.ft-titulo {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin: 0px;
}

.circulo-icono {
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #279D2E;
}

    .circulo-icono &gt; svg {
        fill: #ffffff;
    }

.canales-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 106px;
    width: 100%;
}

    .canales-item-container:hover {
        opacity: 40%;
    }

.bp-terminos {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

    .bp-terminos div {
        text-align: center;
    }

    .bp-terminos &gt; a {
        color: #ffffff;
    }
/*Body*/

.divider {
    margin-bottom: 12px;
    margin-top: 12px;
    border: 1px solid #279d2e;
}

.bp-container-pad-y {
    padding-top: 16px;
    padding-bottom: 16px;
}

.bp-container-pad-x {
    padding-left: 16px;
    padding-right: 16px;
}

.bp-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

select, .select {
    color: #3c3c3b;
    padding: 8px 12px 8px 12px;
    display: block;
    border: none;
    border-bottom: 1px solid #3c3c3b;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    background-color: #FFFFFF;
}



.menuSteps-container {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #3c3c3b;
    padding-bottom: 0.5em;
}

.menuSteps {
    cursor: pointer;
    border: 1px solid #3c3c3b;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    padding: 5px 10px;
    color: #3c3c3b;
    margin-right: 12px;
    border-bottom: none;
}

    .menuSteps:focus {
        background-color: #3c3c3b;
        color: #fff;
    }

.dropdownText, .titleSpacers {
    border: none;
    border-top: 1px solid #3c3c3b;
    border-bottom: 1px solid #3c3c3b;
    padding: 12px 0px;
    font-size: 22px;
    color: #3c3c3b;
}

.dropdownText-li {
    font-size: 14px;
    color: #3c3c3b;
}

.textSpacers {
    font-size: 14px;
    color: #3c3c3b;
    padding: 8px 0px;
    border: none;
    border-top: 1px solid #3c3c3b;
    border-bottom: 1px solid #3c3c3b;
}

.checkbox {
    border: 1px solid #3c3c3b;
    margin-right: 12px;
    width: 14px;
    height: 14px;
    border-radius: 1px;
}

    .checkbox:checked {
        background-color: #279d2e;
    }

.btn {
    cursor: pointer;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 3px;
    padding: 8px 12px;
    color: #ffffff;
    background-color: #3c3c3b;
    text-decoration: none !important;
}

.btnSecond {
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 3px;
    padding: 8px 12px;
    color: #3c3c3b;
    border: 1px solid #3c3c3b;
}

.inputFile {
    /*padding-right: 2rem;
  background-image: url('/CDN/Get/archivo');
  background-position:right 12px ;
  background-size: 12px 16px;
  background-repeat: no-repeat;*/
    width: 50%;
}

.btnSecond:hover {
    opacity: 0.7;
}


.labelFile {
    position: absolute;
    background-color: #f2f2f2;
    font-size: 10px;
    color: #3c3c3b;
    border-radius: 2px;
    padding: 0px 4px;
    margin-left: 12px;
    margin-top: -14px;
}

.imgFile {
    width: 12px;
    height: 16px;
    position: relative;
    margin-left: -27px;
}

th {
    background-color: #3c3c3b;
    color: #FFFFFF;
    padding: 12px;
    font-weight: 400;
    text-align: left;
}

td {
    background-color: #ffffff;
    color: #3c3c3b;
    padding: 12px;
    border-bottom: 1px solid #3c3c3b;
}



.limiteContenido h1 {
    font-family: "Encode Sans", sans-serif;
    font-weight: 400;
    font-size: 2em;
    line-height: 43px;
    letter-spacing: -0.02px;
    text-align: center;
    color: #3c3c3b;
}

.limiteContenido h2 {
    font-family: "Encode Sans", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.01px;
    text-align: center;
    color: #3c3c3b;
}

.limiteContenido h3 {
    font-family: "Encode Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0,01px;
    text-align: left;
    color: #3c3c3b;
}

.limiteContenido h4 {
    font-family: "Encode Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0,01px;
    text-align: left;
    color: #3c3c3b;
}

.limiteContenido h5 {
    font-family: "Encode Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
    color: #3c3c3b;
}

.limiteContenido .internal_content_area &gt; .paginaInternaTitle {
    color: #279d2e;
    text-align: left;
    width: 100%;
    font-size: 36px;
    font-family: "Encode Sans", sans-serif;
    font-weight: 400;
    line-height: 43px;
    margin: 0px;
    margin-top: 12px;
    text-align: left
}

.limiteContenido .internal_content_area &gt; .w3-section {
    font-family: "Encode Sans", sans-serif;
    color: #3C3C3B;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 21px;
}

.internal_content_area a {
    font-family: "Encode Sans", sans-serif;
    color: #3c3c3b;
    line-height: 21px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}


#dividerPagNoEncontrada {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
    border-bottom: 1px solid #279d2e !important;
}


.beneficio {
    color: #279d2e;
    font-size: 70px;
    text-align: left;
    line-height: 77px;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
}

.limiteContenido ul {
    list-style-image: url('/CDN/Get/Bullet_listas');
    font-size: 21px;
}


.limiteContenido p {
    font-family: "Encode Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #3c3c3b;
}

.limiteContenido strong {
    font-family: "Encode Sans", sans-serif;
    font-weight: 700;
    line-height: 18px;
    color: #3c3c3b;
}

input, .input {
    background-color: #FFFFFF;
    color: #a9a9a9;
    padding: 8px 12px 8px 12px;
    border: none;
    border-bottom: 1px solid #3c3c3b;
    width: 50%;
}

.desplegable {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.selectDesplegable {
    display: flex;
    justify-content: space-between;
}

    .selectDesplegable p {
        margin: 0px;
        align-self: center;
    }


#dropdown {
    cursor: pointer;
    position: relative;
    margin-left: -27px;
    display: flex;
    align-items: center;
}

.invert {
    transform: rotateX(180deg);
}

.select li {
    list-style: none;
}

#selectText {
    display: none;
}

.internal_content_area {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
    max-width: 1152px;
}

.body-container {
    display: flex;
    flex-direction: column;
}

/* Media Querys*/
@media (min-width: 1200px) {
    .bp-container-pad-x {
        padding-left: 107px;
        padding-right: 107px;
    }
}

@media (min-width: 992px) {
    .bp-container-pad-y {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bp-extra-container {
        flex-wrap: nowrap;
    }

    .bp-columns-container, .bp-extra-container {
        max-width: 1152px;
    }

    .bp-columns-container {
        margin-bottom: 24px;
    }

    .bp-column-container {
        width: 25%;
        padding-right: 12px;
    }

    .redes-container {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .ft-text {
        margin-right: 10px;
    }

    .iconos-container {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .sellos-container {
        width: 100%;
        height: 67px;
    }

    .sello a &gt; img {
        max-width: 182px;
    }

    .canales-container {
        max-width: 1152px;
    }

    .canales-item-container {
        margin: 0px 25px;
        max-width: 182px;
        height: 192px;
    }

    .ft-titulo {
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        text-align: left;
    }

    .circulo-icono {
        width: 80px;
        height: 80px;
        margin-bottom: 19px;
        padding: 16px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bp-container-pad-x {
        padding-left: 59px;
        padding-right: 59px;
    }

    .bp-container-pad-y {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bp-columns-container {
        margin-bottom: 50px;
    }

    .bp-extra-container {
        flex-wrap: nowrap;
    }

    .bp-column-container {
        width: 50%;
        padding-right: 10px;
    }

    .redes-container {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 40%;
        justify-content: center;
    }

    .ft-text {
        margin-right: 0px;
    }

    .iconos-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sellos-container {
        height: 77px;
        width: 60%;
    }

    .sello a &gt; img {
        max-width: 210px;
    }

    .canales-item-container {
        max-width: 210px;
        height: 192px;
    }

    .ft-titulo {
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        text-align: left;
    }

    .circulo-icono {
        width: 80px;
        height: 80px;
        margin-bottom: 19px;
        padding: 16px;
    }

/*    .limiteContenido h1 {
        font-size: 34px;
        line-height: 41px;
    }
    es lo mismo que el de abajo
*/

    .limiteContenido .internal_content_area &gt; .paginaInternaTitle {
        font-size: 34px;       
        line-height: 41px;        
    }

    /*.limiteContenido .internal_content_area &gt; .w3-section {       
        font-size: 16px;
        line-height: 21px;
    }*/
}

@media (max-width:575px) {

    .limiteContenido .internal_content_area &gt; .w3-section {        
        font-size: 14px;
        line-height: 18px;
    }

    .limiteContenido .internal_content_area &gt; .paginaInternaTitle {
        font-size: 26px;
        line-height: 32px;
    }

    .limiteContenido h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .limiteContenido h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .limiteContenido h4, .limiteContenido h5, .limiteContenido h6 {
        font-size: 16px;
        line-height: 21px;
    }
    .boxContainer {
        background-color: #279d2e;
        padding: 24px;
        border-radius: 8px;
        color: #FFFFFF;
    }

        .boxContainer &gt; h1, .boxContainer &gt; h2, .boxContainer &gt; h3, .boxContainer &gt; h4 {
            color: #ffffff;
        }

        .boxContainer &gt; .divider {
            margin-bottom: 12px;
            margin-top: 12px;
            border: 1px solid #ffffff;
            display: block;
        }
}

@media (max-width: 319px) {
    .iconos-container {
        flex-wrap: wrap;
    }

    .canales-container {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .items-container {
        margin-right: 50px;
    }
}

@media (min-width: 992px) {
    .main-menu {
        display: flex;
    }
}

@media (max-width: 992px) {
    .btnBip {
        display: none;
    }
}

@media (min-width: 576px) {
    .bp-container-pad-x {
        padding-left: 59px;
        padding-right: 59px;
    }
}

@media (min-width: 1200px) {
    .bp-container-pad-x {
        padding-left: 107px;
        padding-right: 107px;
    }
}

@media (min-width: 576px) {
    .header-container {
        height: 120px;
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .menu-container {
        max-width: 1152px;
    }
}


.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #279d2e; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 15px;
    margin: 0 0 14px 0;
    font-family: "Encode Sans", sans-serif;
    height: 18px;
    font-weight:700;
}

    .title h5 {
        font-weight: 700;
        margin-top: 0;
    }

.close-container {
    background: none;
    border: none;
    position: relative;
    float: right;
    outline: none;
}

.center-vertically-horizontally {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.close-icon:focus,
.close-icon:hover {
    fill: #000000;
}

.close-icon {
    height: 0.8rem;
    width: auto;
    fill: #3c3c3b;
}

.content-container {
    min-height: 75px;
    display: flex;
    flex-direction: column;
}

.inner-container-space {
    padding-top: 12px;
}

    .inner-container-space p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 14px;
    }

.modal-button-container {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

    .modal-button-container &gt; span:not(:last-child) {
        margin-right: 24px;
    }

.button-alternative {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 3px;
    border-color: transparent;
    padding: 8px 12px;
    text-align: center !important;
    cursor: pointer;
    margin: auto;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #3C3C3B;
    background-color: transparent;
    border: 1px solid #3C3C3B;
}

.modal-button {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 3px;
    border-color: transparent;
    padding: 8px 12px;
    text-align: center !important;
    cursor: pointer;
    margin: auto;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #FFFFFF;
    background-color: #3C3C3B;
}

.main-container {
    padding: 28px;
    background-color: #F2F2F2;
    width: fit-content;
    border: none;
    margin: 24px auto;
    color: #39454b;
    border-radius: 8px 30px 8px 30px;
    overflow: auto;
    max-width: 95%;
    font-size: 14px;
}

.w3-container, .w3-example, .w3-panel {
    padding: 57px 0px;
}</pre></body></html>