/*** Fonts ***/
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/avenir/AvenirLTStd-Roman.eot');
    src: url('../fonts/avenir/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/avenir/AvenirLTStd-Roman.woff') format('woff'), url('../fonts/avenir/AvenirLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'OpticSans';
    src: url('../fonts/opticsans/OpticSans-301-Medium.eot');
    src: url('../fonts/opticsans/OpticSans-301-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/opticsans/OpticSans-301-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpticSans Book';
    src: url('../fonts/opticsans/OpticSans-201-Book.eot');
    src: url('../fonts/opticsans/OpticSans-201-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/opticsans/OpticSans-201-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpticSans Bold';
    src: url('../fonts/opticsans/OpticSans-401-Bold.eot');
    src: url('../fonts/opticsans/OpticSans-401-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opticsans/OpticSans-401-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/** General **/
body {
    overflow-x: hidden;
    font-family: 'OpticSans';
    font-variant-ligatures: none;
}

    body strong {
        font-family: 'OpticSans Bold';
    }

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*** Header & Navigation***/
header {
    z-index: 1001;
    width: 100%;
    background: #fff;
}

.topbar {
    color: #000;
    padding: 5px 20px 0px;
    /*border-bottom: 6px solid #ed1c24;*/
}

    .topbar a {
        color: #000;
        text-decoration: none;
    }

        .topbar a:hover {
            /*color: #ffff99;*/
        }

    .topbar .social ul {
        list-style: none;
    }

    .topbar .social li {
        float: left;
        margin-right: 10px;
        font-size: 16px;
    }

.margin-auto {
    margin: auto;
}

.topbar .links {
    float: right;
    display: inline-block;
    width: auto;
    font-family: 'OpticSans';
    font-size: 14px;
    color: #777;
}

    .topbar .links ul {
        list-style: none;
    }

    .topbar .links li {
        float: left;
        margin-right: 10px;
        line-height: 62px;
    }

.navbar {
    background-color: #fff;
    /*height: 92px;*/
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 2%;
}

.navbar-nav {
    font-family: 'OpticSans';
    text-transform: uppercase;
    margin-right: 35px;
}

    .navbar-nav > li {
        padding: 21px 7px;
    }

.nav > li > a {
    padding: 0;
}

.show_caret {
    display: none;
}

.navbar-brand img {
    display: none;
}

/* Dropdown Button Sitios Canon */
.dropbtn {
    float: right;
}
/* The container <div> - needed to position the dropdown content */
.header-sitioscanon {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    left: -50px;
    background-color: #E8EBED;
    min-width: 170px;
    max-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #2B2B2F;
        padding: 5px 9px;
        text-decoration: none;
        display: block;
        line-height: 25px;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #2B2B2F;
            color: #FFF;
        }

/* Show the dropdown menu on hover */
.header-sitioscanon:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.header-sitioscanon:hover .dropbtn {
}

.navbar-brand img {
    width: 130px;
    display: none;
}

.header-sitioscanonMenuMovil {
    display: none !important;
}

#fixed-collapse-navbar-search {
    position: absolute;
    top: 25px;
}

@media (max-width:1200px) {
    .header-sitioscanonMenuMovil {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .header-sitioscanonMenuMovil {
        display: block !important;
    }

    .navbar-brand img {
        width: 100px;
        display: block;
    }

    .navbar-nav > li {
        font-size: 12px;
        padding: 25px 4px;
    }

    .navbar {
        overflow: auto;
        max-height: 90vh;
        align-items: flex-start;
    }

    .navbar-nav {
        margin-right: 0px !important;
    }

    .show_caret {
        display: inline-flex;
    }

    footer .social ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
    }

        footer .social ul li {
            display: inline-flex;
            float: unset;
            padding: 10px 10px;
        }
}

/*** Footer ***/

footer {
}

    footer .social {
        text-align: center;
        border-top: 6px solid #ed1c24;
        border-bottom: 6px solid #ed1c24;
        font-size: 40px;
        line-height: 50px;
    }

        footer .social li {
            position: relative;
        }

            footer .social li .biz {
                position: absolute;
                font-size: 25%;
                background: #000;
                color: #fff;
                line-height: 100%;
                padding: 3px;
                bottom: 10%;
                right: 10%;
            }

.topbar .social li {
    position: relative;
}

    .topbar .social li .biz {
        position: absolute;
        font-size: 25%;
        background: #000;
        color: #fff;
        line-height: 100%;
        padding: 3px;
        bottom: -5px;
        right: -6px;
    }

.logo-responsable {
    float: left;
    margin: -3px 30px -10px auto;
}

    .logo-responsable img {
        height: 40px;
    }

footer .social a {
    color: #555;
}

    footer .social a:hover {
        color: #ed1c24;
    }

footer .social ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}

footer .social li {
    float: left;
    margin-right: 10px;
    padding: 10px 18px;
}

footer .copyright {
    background-color: #353739;
    color: #999998;
    min-height: 85px;
    padding: 10px 30px 10px 30px;
    font-size: 12px;
    line-height: 60px;
}

footer .logo {
    width: 175px;
}

footer .sublist {
    font-size: 13px;
    font-weight: normal !Important;
}

footer .links {
    background-color: #252525;
    padding: 40px;
    font-family: 'OpticSans';
}

    footer .links h4 {
        text-transform: uppercase;
        font-size: 16px;
    }

        footer .links h4 a {
            color: #ed1c24;
        }

            footer .links h4 a:hover {
                text-decoration: none;
            }

    footer .links ul li {
        margin-bottom: 10px;
        font-size: 13px;
    }

        footer .links ul li a {
            color: #868686;
        }

            footer .links ul li a:hover {
                text-decoration: none;
                color: #fff;
            }

    footer .links li h5 {
        font-weight: bold;
    }

        footer .links li h5 a {
            color: #fff;
        }

            footer .links li h5 a:hover {
                text-decoration: none;
            }

    footer .links .border-right {
        border-right: 1px solid #868686;
    }

    footer .links .border-left {
        border-left: 1px solid #868686;
    }

/* Banners */
.hesperiden.tparrows {
    background: none;
    border-radius: 0;
}

    .hesperiden.tparrows:hover {
        background: none;
        border: 1px solid #555;
        margin-top: -1px;
    }

    .hesperiden.tparrows:before {
        color: #ed1c24;
        font-size: 30px;
    }

/*Default Menu*/
#navigation.affix .navbar-default .navbar-nav > li > a {
    padding: 20px 0;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

#navigation.affix .navbar-brand {
    /*padding: 12px 0;*/
    width: 136px;
}

#navigation.affix .icon-nav ul li {
    padding: 18px 15px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

    #navigation.affix .icon-nav ul li:last-child {
        padding: 0;
    }

.navbar-default {
    background-color: #E8EBED;
    border-color: #E8EBED;
}

.navbar, .navbar-default {
    border: none;
}

.navbar {
    margin-bottom: 0;
    min-height: auto;
}

.navbar-collapse {
    overflow-x: visible !important;
}

.navbar-brand {
    height: auto;
    /*padding: 18px 0;*/
    float: none;
    display: block;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
/*.navbar-default .navbar-nav > li {*/
/*margin: 0 32px;*/
/*}*/
.navbar-default .navbar-nav > li > a {
    /*color: #fff;*/
    /*font-size: 15px;*/
    /*font-family: 'montserratregular';*/
    /*text-transform: uppercase;*/
    /*padding: 34px 0;*/
    /*border-bottom: 2px solid transparent;*/
}

.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus, .navbar-default .navbar-nav > .active, .navbar-default .navbar-nav > .dropdown.active a,
.navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus {
    /*color: #fff;*/
    border-top: 5px solid #000;
    padding-top: 16px;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #07aaa5;
}

.navbar-nav .open .dropdown-menu {
    background-color: rgba(0,0,0,0.90);
}

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 9px 5px 9px 20px;
    }

.navbar-default .navbar-nav li.dropdown:focus > .dropdown-toggle, .navbar-default .navbar-nav li.dropdown:hover > .dropdown-toggle::before,
.navbar-default .navbar-nav li.dropdown > .dropdown-toggle:before,
.navbar-nav .open .dropdown-stoggle {
    opacity: 1;
}

.navbar-default .navbar-nav li.dropdown > .dropdown-toggle {
    position: relative;
    border-bottom: none;
}

    .navbar-default .navbar-nav li.dropdown > .dropdown-toggle:before {
        border-bottom: 9px solid #000;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        content: "";
        height: 0;
        opacity: 0;
        position: absolute;
        width: 0;
        bottom: -21px;
        left: 50%;
        right: 50%;
        margin-left: -4px;
    }

.navbar-collapse.in {
    overflow-y: visible !important;
    height: auto !important;
    height: auto;
    background-color: #434343;
    z-index: 10000;
    margin: 0 -15px;
    position: relative;
}

    .navbar-collapse.in .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-collapse.in li {
        padding: 20px 5%;
        font-size: 16px;
        border-bottom: 1px solid #fff;
    }

        .navbar-collapse.in li a {
            color: rgba(255,255,255,0.8);
            padding: 0;
        }

    .navbar-collapse.in .header-sitioscanonMenuMovil .global-search3 {
        color: rgba(255,255,255,0.8);
        padding: 0;
    }
    .navbar-collapse.in .header-sitioscanonMenuMovil .global-search3:before {
        color: rgba(255,255,255,0.8);
        padding: 0;
    }

    .navbar-collapse.in li a:hover {
        color: #fff !important;
    }

.navbar-default .navbar-collapse.in li:hover,
.navbar-default .navbar-collapse.in > li:hover {
    color: #fff !important;
    border-top: none;
    padding: 20px 5%;
    background-color: #999;
}

@media (max-width: 992px) {
    .navbar-default .navbar-nav li.dropdown > .dropdown-toggle:before {
        display: none;
    }

    .navbar-brand img {
        display: block !important;
    }
}


/*DropDowns*/
.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .megamenu-content {
    background-color: rgb(0,0,0);
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.navbar-nav > li > .dropdown-menu {
    min-width: 200px;
    left: 0;
    padding: 0;
}

.navbar-nav > li > .megamenu-content {
    position: absolute;
    left: auto;
    width: 90% !important;
    z-index: 1999;
    padding: 0 15px;
    right: 5%;
}

    .navbar-nav > li > .megamenu-content.megamenu-content-negocios {
        width: 55% !important;
    }

    .navbar-nav > li > .megamenu-content .col-sm-3 {
        width: 20%;
    }

    .navbar-nav > li > .megamenu-content.megamenu-content-productos {
        width: 48% !important;
    }

.navbar-nav > li > .dropdown-menu > li {
    border-bottom: 1px solid #babab9;
}

    .navbar-nav > li > .dropdown-menu > li:last-child, .navbar-nav > li > .megamenu-content li:last-child {
        border-bottom: none;
        margin: 0 0 0 0;
    }

span.new {
    background: #3A3A3A;
    color: #fff;
    padding: 3px 10px;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 0 0 0 10px;
}

.navbar-nav > li > .dropdown-menu > li > a, .navbar-nav > li > .megamenu-content li > a {
    color: #fff !important;
    font-family: 'OpticSans';
    border-bottom: none !important;
    text-transform: initial;
    display: block;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    white-space: normal;
}

.navbar-nav > li > .dropdown-menu > li > a {
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 20px;
}

.navbar-nav > li > .megamenu-content li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}
/*.navbar-nav > li > .dropdown-menu > li > a:before, .navbar-nav > li > .megamenu-content li > a:before {*/
/*content: "";*/
/*color: transparent;*/
/*display: inline-block;*/
/*margin-right: 5px;*/
/*width: 10px;*/
/*}*/
/*.navbar-nav > li > .dropdown-menu > li > a:hover::before {*/
/*content: url(../images/menu-white-arrow.png);*/
/*}*/
/*.navbar-nav > li > .megamenu-content li > a:hover::before {*/
/*content: url(../images/menu-arrow.png);*/
/*}*/
.navbar-default .navbar-nav > .active > .dropdown-menu > li > a {
    color: #1b1d1f;
}

.navbar-nav > li > .megamenu-content li > a:hover, .navbar-nav > li > .megamenu-content li > a:focus, .navbar-default .navbar-nav .open .megamenu-content > li > a:hover {
    background-color: transparent;
    color: #ed1c24 !important;
    text-decoration: none;
    /*padding-left: 7px;*/
}

.navbar-nav > li > .dropdown-menu > li > a:focus, .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > .active > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #ed1c24;
    color: #fff !important;
    /*padding-left: 7px;*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-mega {
    width: 100%;
}

.static.dropdown {
    position: static;
}

.navbar-nav > li > .megamenu-content h5 {
    font-size: 16px;
    color: #fff;
    font-family: 'OpticSans';
    margin: 0;
    padding: 10px 20px 5px 20px;
    border-bottom: 1px solid #ed1c24;
    margin-bottom: 5px;
    /*white-space: nowrap;*/
    font-weight: bold;
    text-align: left;
}

    .navbar-nav > li > .megamenu-content h5 > a {
        color: inherit !important;
        text-decoration: none;
    }

#navigation.affix .navbar-toggle {
    top: 12px;
}

.navbar-toggle {
    background: transparent !important;
    border: medium none;
    margin-right: 0;
    top: 6px;
}

    .navbar-toggle:hover {
        background: rgba(0,0,0,0.2) !important;
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        background-color: #000 !important;
    }

    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggle .middle-bar {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }

.icon-nav {
    position: relative;
}

    .icon-nav ul li {
        display: inline-block;
        padding: 30px 15px;
    }

        .icon-nav ul li:last-child, .index_6 .icon-nav ul li:last-child, .index_4 .icon-nav ul li:last-child {
            padding: 0;
        }

            .icon-nav ul li:last-child a, .index_6 .icon-nav ul li:last-child a {
                position: relative;
            }

                .icon-nav ul li:last-child a span, .index_6 .icon-nav ul li:last-child a span {
                    background-color: #fff;
                    border-radius: 15px;
                    color: indigo;
                    height: 15px;
                    width: 15px;
                    font-size: 8px;
                    display: inline-block;
                    text-align: center;
                    line-height: 12px;
                    position: absolute;
                    right: -5px;
                    top: -9px;
                }

        .icon-nav ul li a {
            color: #fff;
            font-size: 25px;
        }

            .icon-nav ul li a:hover, .index_2 .icon-nav ul li a:hover, .index_3 .icon-nav ul li a:hover, .index_5 .icon-nav ul li a:hover {
                color: #07aaa5;
                -webkit-transition: all 500ms ease-in;
                -moz-transition: all 500ms ease-in;
                -o-transition: all 500ms ease-in;
                transition: all 500ms ease-in;
            }

.dropdown-menu.last {
    margin-left: -80px;
}

.navbar-toggle .icon-bar {
    color: #333;
}

.megamenu-content-negocios .col-menu {
    width: 28%;
    float: left;
    margin: 2%;
}

.megamenu-content-productos .col-menu {
    width: 29%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.col-menu {
    width: 12%;
    float: left;
    margin: 0px 2% 2% 2%;
}

.col-menu-2 {
    width: 46%;
    float: left;
    margin: 2%;
}

.megamenu-content .col-menu-2 .img-destacado {
    width: 100%;
}

.megamenu-content .col-menu-2 .img-last-products {
    margin: 10px;
}

.megamenu-content .col-menu-2 {
    text-align: center;
}

    .megamenu-content .col-menu-2 p {
        color: #fff;
        font-size: 12px;
    }

/** Title **/

section > h2.title {
    border-bottom: 3px solid #ed1c24;
    padding: 5px;
}

/** Breadcrumb **/

.breadcrumb {
    background-color: #ed1c24;
    color: #414141;
    /*text-transform: uppercase;*/
    border-radius: 0;
    padding: 10px 5%;
    margin-bottom: 0;
}

    .breadcrumb ul {
        overflow: hidden;
    }

        .breadcrumb ul li {
            float: left;
            margin-right: 5px;
        }

            .breadcrumb ul li:after {
                content: " /";
            }

            .breadcrumb ul li:last-child:after {
                content: "";
            }

            .breadcrumb ul li.active {
                color: #fff;
            }

    .breadcrumb a {
        color: inherit;
    }

        .breadcrumb a:hover {
            text-decoration: none;
            color: #ddd;
        }

.preloader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader.gif);
    background-size: 5%;
    opacity: .5;
}

.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
}

.banner {
    width: 100%;
    position: relative;
}

.ultimos-productos .img {
    background-color: #fff;
    margin-bottom: 5px;
    height: 180px;
}

    .ultimos-productos .img img {
        max-height: 175px;
        max-width: 90%;
    }

.ultimos-productos a:hover {
    text-decoration: none;
}

.menuinterno {
    background: #ddd;
    padding: 5px 5px;
    border-radius: 4px;
}

    .menuinterno li {
        text-transform: uppercase;
        font-family: 'Avenir LT Std';
        font-size: 12px;
        width: 100%;
        background-color: #fff;
        padding: 10px 20px;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
        margin-bottom: 5px;
        cursor: pointer;
    }

        .menuinterno li a {
            color: #333;
        }

            .menuinterno li a:hover {
                color: #fff;
            }

        .menuinterno li.active,
        .menuinterno li.active a,
        .menuinterno li:hover,
        .menuinterno li:hover a {
            color: #fff;
            background-color: #414141;
            text-decoration: none;
        }

input.ng-invalid, select.ng-invalid, textarea.ng-invalid {
    border-color: #ed1c24;
    background-color: rgba(255,0,0,0.03);
}

.header-sitioscanon:before {
    font-family: 'FontAwesome';
    position: relative;
    content: "\f0d7";
    background: #fff;
    font-size: 1.2em;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
}

.global-search2 {
    position: relative;
    float: left;
    margin-left: 10px;
}

    .global-search2 input {
        width: 250px;
        display: none;
        margin-top: 7px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        padding-left: 15px;
        margin-right: 90px;
        height: 50px;
        position: absolute;
        float: left;
        right: 0px;
    }

        .global-search2 input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
            color: #bbb;
            font-size: 12px;
            font-family: 'Avenir LT Std';
        }

        .global-search2 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #bbb;
            font-size: 12px;
            font-family: 'Avenir LT Std';
        }

        .global-search2 input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #bbb;
            font-size: 12px;
            font-family: 'Avenir LT Std';
        }

        .global-search2 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #bbb;
            font-size: 12px;
            font-family: 'Avenir LT Std';
        }

        .global-search2 input::-ms-input-placeholder { /* Microsoft Edge */
            color: #bbb;
            font-size: 12px;
            font-family: 'Avenir LT Std';
        }

    .global-search2:before {
        font-family: 'FontAwesome';
        position: relative;
        content: "\f002";
        background: #fff;
        margin-right: 5px;
        text-align: center;
        cursor: pointer;
    }

.global-search3 {
    position: relative;
    color: #777;
}

    .global-search3 input {
        width: 250px;
        display: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        padding-left: 15px;
        height: 35px;
        position: absolute;
        float: right;
        color: #000;
    }

    .global-search3:before {
        font-family: 'FontAwesome';
        position: relative;
        content: "\f002";
        color: #777;
        margin-right: 5px;
        text-align: center;
        cursor: pointer;
    }

.global-search {
    position: relative;
    margin-left: 10px;
}

    .global-search input {
        width: 26px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        padding-left: 15px;
        height: 35px;
        margin-top: 24px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .global-search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
            color: #bbb;
            font-size: 12px;
            font-family: 'Avenir LT Std';
        }

        .global-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #bbb;
            font-size: 12px;
            font-family: 'Avenir LT Std';
        }

        .global-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #bbb;
            font-size: 12px;
            font-family: 'Avenir LT Std';
        }

        .global-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #bbb;
            font-size: 12px;
            font-family: 'Avenir LT Std';
        }

        .global-search input::-ms-input-placeholder { /* Microsoft Edge */
            color: #bbb;
            font-size: 12px;
            font-family: 'Avenir LT Std';
        }

    .global-search:after {
        font-family: 'FontAwesome';
        position: absolute;
        top: 24px;
        right: 0px;
        content: "\f002";
        background: #ed1c24;
        padding: 5px;
        font-size: 18px;
        width: 32px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

    .global-search input:focus {
        width: 250px;
    }

.video-container {
    padding-bottom: 55.5%;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-window button.close {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 10;
    color: #fff;
    font-size: 27px;
    opacity: 0.6;
    padding: 2px 5px 6px 5px;
}

    .video-window button.close:hover {
        background-color: #ed1c24;
        border-radius: 3px;
        opacity: 1;
    }

.video-container .plyr__play-large {
    background: #ed1c24;
}

.video-container .plyr__progress--played, .video-container .plyr__volume--display {
    color: #ed1c24;
}

.video-container .plyr--video .plyr__controls button.tab-focus:focus, .video-container .plyr--video .plyr__controls button:hover {
    background: #ed1c24;
}



.video iframe {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}

.destacado-menu {
    position: relative;
}

    .destacado-menu .tit {
        position: absolute;
        top: 20px;
        left: 20px;
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
    }

    .destacado-menu .nombre {
        position: absolute;
        top: 60px;
        left: 20px;
    }

        .destacado-menu .nombre a {
            color: #fff;
        }

            .destacado-menu .nombre a:hover {
                text-decoration: none;
            }

        .destacado-menu .nombre:after {
            font-family: 'FontAwesome';
            content: "\f0fe";
            color: #ed1c24;
            font-size: 16px;
            margin-left: 10px;
        }

.btn {
    border-radius: 0;
    padding: 6px 20px;
}


.hermes .tp-bullet {
    width: 10px;
    height: 10px;
}

.popover-title {
    font-weight: bold;
}

.scroll-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    opacity: 0.5;
    border-radius: 5px;
    padding: 6px 12px;
}
