﻿@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.no-overflow {
    overflow: hidden;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}

/*=============================================
=              05. Header Css            =
=============================================*/
.header-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 1000;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

    .header-area.is-sticky .navigation-menu > ul > li > a {        
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header-area.is-sticky .navigation-menu--text_white > ul > li > a {
        color: #fff;
    }

        .header-area.is-sticky .navigation-menu--text_white > ul > li > a > span:after {
            background-color: #c3242a;
        }

    .header-area.is-sticky .navigation-menu--text_white > ul > li.active > a {
        color: #000000;
    }

        .header-area.is-sticky .navigation-menu--text_white > ul > li:hover > a:after, .header-area.is-sticky .navigation-menu--text_white > ul > li.active > a:after {
            color: #fff;
        }

        .header-area.is-sticky .navigation-menu--text_white > ul > li:hover > a > span, .header-area.is-sticky .navigation-menu--text_white > ul > li.active > a > span {
            color: #c3242a;
        }



    .header-area.is-sticky .header-button.button--white > a {
        padding: 0 28px;
        height: 46px;
        line-height: 46px;
    }

        .header-area.is-sticky .header-button.button--white > a.btn {
            color: #15cca9;
            border: 2px solid #15cca9;
        }

            .header-area.is-sticky .header-button.button--white > a.btn:hover {
                -webkit-transform: translateY(-3px);
                -ms-transform: translateY(-3px);
                transform: translateY(-3px);
                border-color: transparent;
                background-image: -webkit-linear-gradient(232deg, #5BDFCA 0, #7BEFD9 50%, #5BDFCA 100%);
                background-image: -o-linear-gradient(232deg, #5BDFCA 0, #7BEFD9 50%, #5BDFCA 100%);
                background-image: linear-gradient(218deg, #13BAB8 0, #77EEDB 50%, #13BAB8 100%);
                background-size: 200% auto;
                background-position: left center;
                color: #ffffff;
            }

    .header-area.is-sticky .header__logo .dark-logo {
        display: inherit;
    }

    .header-area.is-sticky .header__logo .light-logo {
        display: none;
    }

    .header-area.is-sticky.header-style-three {
        min-height: 80px;
    }

        .header-area.is-sticky.header-style-three .search-icon > a, .header-area.is-sticky.header-style-three .minicart-wrapper .minicart-icon {
            color: #15cca9;
        }

            .header-area.is-sticky.header-style-three .minicart-wrapper .minicart-icon .cart_count {
                color: #fff;
                background: #15cca9;
            }

        .header-area.is-sticky.header-style-three .header-button a {
            color: #15cca9;
            border: 2px solid #15cca9;
            background: transparent;
            padding: 0 25px;
            line-height: 48px;
        }

            .header-area.is-sticky.header-style-three .header-button a:hover {
                -webkit-transform: translateY(-3px);
                -ms-transform: translateY(-3px);
                transform: translateY(-3px);
                border-color: transparent;
                background-image: -webkit-linear-gradient(232deg, #5BDFCA 0, #7BEFD9 50%, #5BDFCA 100%);
                background-image: -o-linear-gradient(232deg, #5BDFCA 0, #7BEFD9 50%, #5BDFCA 100%);
                background-image: linear-gradient(218deg, #13BAB8 0, #77EEDB 50%, #13BAB8 100%);
                background-size: 200% auto;
                background-position: left center;
                color: #ffffff;
            }

        .header-area.is-sticky.header-style-three .hidden-icons-menu a {
            color: #fff;
        }

    .header-area.is-sticky .icon-color-white .search-icon > a, .header-area.is-sticky .icon-color-white .minicart-wrapper .minicart-icon {
        color: #15cca9;
    }

        .header-area.is-sticky .icon-color-white .minicart-wrapper .minicart-icon .cart_count {
            color: #fff;
            background: #15cca9;
        }

    .header-area.is-sticky .open-main-menu-icon:hover i, .header-area.is-sticky .mobile-navigation-icon:hover i {
        background-color: #fff;
    }

    .header-area.is-sticky .open-main-menu-icon i, .header-area.is-sticky .mobile-navigation-icon i {
        background-color: #c3252b;
    }

        .header-area.is-sticky .open-main-menu-icon i:before, .header-area.is-sticky .mobile-navigation-icon i:before {
            background-color: #c3252b;
        }

        .header-area.is-sticky .open-main-menu-icon i:after, .header-area.is-sticky .mobile-navigation-icon i:after {
            background-color: #c3252b;
        }

    .header-area.is-sticky .header__actions--four .ht-social-networks .item a {
        color: #7e7e7e;
    }

        .header-area.is-sticky .header__actions--four .ht-social-networks .item a:hover {
            color: #ffffff;
        }

.header-area--absolute {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-area--absolute {
        position: static;
    }
}

.header-area--absolute__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {


    .header-area--absolute {
        background: #fff;
    }

    .header-style-three.header-area--absolute {
        position: absolute;
        background: #002b6f;
    }
}

.header-style-three.header-area--absolute.is-sticky {
    position: fixed;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* logo */
    /* navigation */
    /* header action */
}


@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header__logo {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
}

@media only screen and (max-width: 575px) {
    .header__logo {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.header__logo > a img {
    width: auto;
}

.header__logo .dark-logo {
    display: none;
    max-height: 50px !important;
}

.header__logo .light-logo {
    display: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header__logo > a img {
        width: auto !important;
        max-height: 40px !important;
    }
    .header__logo .dark-logo {
        display: inherit;
    }

    .header__logo .light-logo {
        display: none;
    }
}

.header__navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .header__navigation .navigation-menu > ul > li > a {
        padding: 50px 25px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header__navigation .navigation-menu > ul > li > a {
        padding: 50px 15px;
    }
}

/*.header__navigation--four {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;*
    
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}*/

.header__actions {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header__actions {
        -webkit-flex-basis: 26%;
        -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header__actions {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
}

@media only screen and (max-width: 575px) {
    .header__actions {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.header__actions--four {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header__actions--four {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__actions--four {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header__actions--four {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
}

@media only screen and (max-width: 575px) {
    .header__actions--four {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.header__actions--four .ht-social-networks .item a {
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header__actions--four .ht-social-networks .item a {
        color: #7e7e7e;
    }

        .header__actions--four .ht-social-networks .item a:hover {
            color: #ffffff;
        }
}

.header__actions--five {
    -webkit-flex-basis: 5%;
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__actions--five {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header__actions--five {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
}

@media only screen and (max-width: 575px) {
    .header__actions--five {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.header__actions--five .search-icon > a {
    color: #333;
}

.header__icons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .header__icons-wrapper {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        background-color: #ffffff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
}

@media only screen and (max-width: 767px) {
    .header__icons-wrapper.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 999;
    }
}

.header--style-center .header__share {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header--style-center .header__share {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .header--style-center .header__share {
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }
}

@media only screen and (max-width: 575px) {
    .header--style-center .header__share {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header--style-center .header__navigation .navigation-menu > ul > li > a {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header--style-center .navigation-menu {
        padding: 25px;
    }
}

.header--style-center .header__actions {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

    .header--style-center .header__actions .search-icon {
        padding-left: 15px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header--style-center .header__actions {
        -webkit-flex-basis: 22%;
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    }

        .header--style-center .header__actions .ht-btn {
            padding: 0 24px;
        }

        .header--style-center .header__actions .header-button {
            padding-left: 20px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header--style-center .header__actions {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .header--style-center .header__actions {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
/*************************************************/
.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* logo */
    /* navigation */
    /* header action */
}

.header__logo {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: 20%;
    flex-basis: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 10px;
}

.header__navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .header__navigation .navigation-menu > ul > li > a {
        padding: 40px 15px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header__navigation .navigation-menu > ul > li > a {
        padding: 20px 15px;
    }
}

.header__navigation--four {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end !important;
    /*-webkit-justify-content: flex-end !important;*/
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: end !important;
    /*justify-content: flex-end !important;*/
    justify-content: flex-start !important;
}
.header__navigation--carrito {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;    
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-right:10px;
}
/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .navigation-menu > ul > li > a {
        display: block;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #000 !important;
        padding: 50px 25px;
    }

        .navigation-menu > ul > li > a > span {
            position: relative;
        }

            .navigation-menu > ul > li > a > span:after {
                content: '';
                width: 0;
                height: 1px;
                bottom: 0;
                position: absolute;
                left: auto;
                right: 0;
                z-index: -1;
                background-color: #333333;
                -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
                transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            }

    .navigation-menu > ul > li.has-children > a {
        position: relative;
    }

        .navigation-menu > ul > li.has-children > a:after {
            position: static;
            margin-left: 5px;
            font-family: "Font Awesome 5 Pro";
            content: '\f107';
            font-size: 14px;
            vertical-align: middle;
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

    .navigation-menu > ul > li.has-children--multilevel-submenu {
        position: relative;
    }

    .navigation-menu > ul > li.has-children:hover .megamenu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    .navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .navigation-menu > ul > li.has-children:hover > .submenu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    .navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
        color: #333333;
    }

    .navigation-menu > ul > li:hover > a > span, .navigation-menu > ul > li.active > a > span {
        color: #333333;
    }

        .navigation-menu > ul > li:hover > a > span:after, .navigation-menu > ul > li.active > a > span:after {
            width: 100%;
            left: 0;
            right: auto;
        }

.navigation-menu--onepage > ul > li.active > a > span:after {
    display: none;
}

.navigation-menu--text_white > ul > li > a > span:after {
    background-color: #D11C20;
}

.navigation-menu--text_white > ul > li.active > a {
    color: #818181;
}

    .navigation-menu--text_white > ul > li:hover > a:after, .navigation-menu--text_white > ul > li.active > a:after {
        color: #818181;
    }

    .navigation-menu--text_white > ul > li:hover > a > span, .navigation-menu--text_white > ul > li.active > a > span {
        color: #D11C20;
    }
/***************************** INICIO FOOTER *********************************/
.padding-150 {
    padding-bottom: 150px;
}

.gb-footer {
    background: #000;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
}

.footer-copyright-area {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-logo {
    width: 200px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .footer-logo {
        width: 160px;
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    .footer-logo {
        width: 140px;
        height: auto;
    }
}

@media only screen and (max-width: 400px) {
    .footer-logo {
        width: 120px;
        height: auto;
    }
}

@media only screen and (min-width: 1800px) {
    /*.gb-footer {
        position: absolute;
    }*/
}
/***************************** FIN FOOTER *********************************/
/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay, .page-oppen-off-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    overflow: auto;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    cursor: url(../../images/landing/light-close.png) 16 16, pointer;
    visibility: hidden;
    opacity: 0;
}

.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 400px;
    height: 100%;
    cursor: default;
    background-color: #000;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}

@media only screen and (max-width: 479px) {
    .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
        width: 300px;
    }
}

.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
    visibility: visible;
    opacity: 1;
}

    .mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
    background-color: #ffffff;
    padding: 15px 0;
}

    .mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
        position: relative;
        cursor: pointer;
        height: 40px;
        width: 40px;
        line-height: 40px;
        display: inline-block;
    }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
            position: absolute;
            top: 23px;
            left: 8px;
            content: '';
            width: 24px;
            height: 3px;
            background: #333333;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }


        .mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
            position: absolute;
            top: 23px;
            left: 8px;
            content: '';
            width: 24px;
            height: 3px;
            background: #333333;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }


        .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
    padding: 20px 20px 100px;
}


    .mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
            display: block;
            color: #ffffff;
            padding-top: 14px;
            padding-bottom: 14px;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5;
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }
/********************** INICIO Mobile Mavigation BARRAS ************************/
.mobile-navigation-icon, .page-open-off-sidebar {
    width: 24px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
}

    .mobile-navigation-icon:hover i, .page-open-off-sidebar:hover i {
        background-color: #c3252b;
    }

        .mobile-navigation-icon:hover i:before, .page-open-off-sidebar:hover i:before {
            width: 80%;
            background-color: #c3252b;
        }

        .mobile-navigation-icon:hover i:after, .page-open-off-sidebar:hover i:after {
            background-color: #c3252b;
            width: 60%;
        }

    .mobile-navigation-icon i, .page-open-off-sidebar i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
        background-color: #c3252b;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

        .mobile-navigation-icon i:before, .page-open-off-sidebar i:before {
            position: absolute;
            bottom: 8px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #c3252b;
            content: "";
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .mobile-navigation-icon i:after, .page-open-off-sidebar i:after {
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #c3252b;
            content: "";
            -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

/********************** FIN Mobile Mavigation BARRAS ************************/
/***********************************************SLIDER MARCAS *******************************************/


.Marquee {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    color: #fff;
    font-weight: 200;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .Marquee-content {
        -webkit-animation: marquee 10s linear infinite running;
        -moz-animation: marquee 10s linear infinite running;
        -o-animation: marquee 10s linear infinite running;
        -ms-animation: marquee 10s linear infinite running;
        animation: marquee 10s linear infinite running;
    }
}

.Marquee-content:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.Marquee-tag {
    width: 100px;
    margin: 0 0.5em;
    padding: 0.5em;
    background: rgba(255,255,255,0.1);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .Marquee-tag:hover {
        background: rgba(255,255,255,0.5);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        cursor: pointer;
    }

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
/***********************************************fin SLIDER MARCAS *******************************************/

.navigation-menu > ul > li > a {
    font-size: 20px;
}



.navigation-menu a.co-menu-signin span {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    background: #c3242a;
    text-align: center;
    background-size: 200% auto;
    border-width: 1px;
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    padding: 10px 20px;
}

    .navigation-menu a.co-menu-signin span:hover {
        background: rgb(195 36 42 / 73%);
        color: #fff !important;
        text-decoration: none;
    }

    .navigation-menu a.co-menu-signin span:after {
        content: '';
        width: 0;
        height: 0px;
        bottom: 0;
        position: absolute;
        left: auto;
        right: 0;
        z-index: -1;
        background-color: transparent;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }


@media all and (max-width:1199px) {
    .header__logo {
        -webkit-flex-basis: 85%;
        -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    }
}

.img-fluid-logo {
    height: auto;
    max-height: 70px;
    object-fit: contain;
    max-width: 100%;
}

.img-fluid-principal {
    width: 100% !important;
    height: auto !important;
    max-width: 400px;
}

.portada-principal-imagen img {
    width: 100% !important;
    height: auto !important;
    max-width: 400px;
}

@media only screen and (min-width: 1800px) {
    .portada-principal-imagen img {
        width: 100% !important;
        height: auto !important;
        max-width: 80%;
    }

    .img-fluid-principal {
        width: 100% !important;
        height: auto !important;
        max-width: 80%;
    }
}


.img-fluid-logo-movil-option {
    max-width: 150px;
    height: auto;
    max-height: 50px !important;
}

/***********************************NUEVOS CSS*****************************************/
/**********************************************noty**********************************************/
.icon-notify-item {
    position: relative;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding-right: 18px;
}

.icon-notify-noti::after {
    content: attr(data-notify);
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    display: block;
    position: absolute;
    top: -12px;
    right: 0;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    background-color: #ea2b15;
}

/**********************************************carousel**********************************************/



.slider-principal-content .carousel-control-next-icon:after {
    content: url(/imagenes/landing/iconos/movil-right-3.svg);
    opacity: .6;
    background: #fff;
    padding: 60px 2px 20px 15px;
    transition: ease.5s;
    border-radius: 20px 0 0 20px;
}


.slider-principal-content .carousel-control-prev-icon:after {
    content: url(/imagenes/landing/iconos/movil-left-3.svg);
    opacity: .6;
    background: #fff;
    padding: 60px 15px 20px 2px;
    transition: ease.5s;
    border-radius: 0 20px 20px 0;
}

.slider-principal-content .carousel-control-prev-icon,
.slider-principal-content .carousel-control-next-icon {
    background-image: none;
}

.slider-principal-content .carousel-control-next {
    width: auto;
    padding-right: 17px;
}

.slider-principal-content .carousel-control-prev {
    width: auto;
}
