/* VAR */

/* FONTS */


@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/web/poppins-black-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsblack_italic';
    src: url('../fonts/web/poppins-blackitalic-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/web/poppins-bold-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold_italic';
    src: url('../fonts/web/poppins-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsitalic';
    src: url('../fonts/web/poppins-italic-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/web/poppins-light-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight_italic';
    src: url('../fonts/web/poppins-lightitalic-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/web/poppins-medium-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium_italic';
    src: url('../fonts/web/poppins-mediumitalic-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/web/poppins-regular-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/web/poppins-semibold-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold_italic';
    src: url('../fonts/web/poppins-semibolditalic-webfont.woff2') format('woff2'),
        url('../fonts/web/poppins-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* GENERAL */

* {
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'poppinsmedium';
    color: #6e6e6e;
}

body.body-ficha {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: normal;
}

a {
    color: #be1120;
    text-decoration: none;
}

a:hover {
    color: #be1120;
}

strong {
    font-weight: normal;
    font-family: 'poppinsbold';
}

/* MAIN BUTTONS */

.btn {
    border-radius: 0;
    border: none;
    display: inline-block;
    padding: 10px;
    font-family: 'OpticSans-201Book';
    text-align: center;
    transition: all 0.5s;
}

.btn.btn-primary {
    background-color: #eb212e;
    color: #fff;
}

.btn.btn-border {
    border: 2px #be1120 solid;
    background-color: #fff;
    color: #be1120;
    text-transform: uppercase;
    font-family: 'poppinsmedium';
    font-size: 18px;
}

.btn.btn-border:hover {
    background-color: #be1120;
    color: #fff;
}

/* FORM FIELDS */

input[type="email"]:hover,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    border-color: #be1120;
}

/* SOCIAL BAR */

.social-bar {
    background-color: #6f6f6f;
    padding: 8px;
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
}

.social-bar ul {
    display: flex;
    padding: 0;
    margin: 0 0 10px;
    float: left;
}

.social-bar ul li {
    margin: 0 25px 0 0;
    list-style: none;
}

.social-bar ul li a {
    background-color: #fff;
    color: #6f6f6f;
    width: 28px;
    height: 28px;
    line-height: 34px;
    border-radius: 100%;
    display: block;
    text-align: center;
}

.social-bar ul li a:hover {
    color: #be1120;
}

/* HEADER */

.btn-menu-mobile {
    display: none;
    padding: 1.25rem .9375rem;
    position: absolute;
    right: 10px;
    top: -13px;
    z-index: 5;
    width: 45px;
}

.btn-menu-mobile.open span:nth-child(1) {
    transform: rotate(-50deg) translate(-0.375rem, 0.3125rem);
}

.btn-menu-mobile.open span:nth-child(2) {
    transform: rotate(50deg);
}

.btn-menu-mobile.open span:last-child {
    opacity: 0;
}

.btn-menu-mobile span {
    background-color: #888;
    display: block;
    width: 100%;
    height: .25rem;
    margin-bottom: .25rem;
    transition: all 0.5s;
}

.btn-menu-mobile span:last-child {
    margin-bottom: 0;
}

header {
    background-color: #fff;
    border-bottom: 2px #be1120 solid;
    padding: 15px 0;
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 44px;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

header h1 {
    margin: 10px 0 10px;
}

header h1 img {
    display: block;
    max-width: 180px;
}

header .finder {
    float: right;
}

header nav {
    margin-top: 10px;
}

header nav>ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}

header nav>ul>li {
    display: table-cell;
    list-style: none;
    margin: 0;
}

header nav>ul>li:hover .dropdown {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

header nav>ul>li>a {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    color: #6e6e6e;
    font-family: 'poppinsregular';
    text-align: center;
    font-size: 14px;
}

header nav>ul>li .dropdown {
    background-color: rgba(230, 230, 230, 0.96);
    position: absolute;
    z-index: 5;
    padding: 30px;
    left: 10%;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    font-family: 'poppinsregular';
    display: flex;
    transform: translateY(-10px);
    transition: all 0s;
    opacity: 0;
    visibility: hidden;
}

header nav>ul>li .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(230, 230, 230, 0.8);
    position: absolute;
    top: -10px;
}

header nav>ul>li .angle-first:before {
    left: 27%;
}

header nav>ul>li .angle-second:before {
    left: 43%;
}

header nav>ul>li .angle-third:before {
    left: 64%;
}

header nav>ul>li .angle-four:before {
    left: 87%;
}

header nav>ul>li .dropdown h2 {
    color: #4d4d4d;
    font-size: 21px;
    margin-bottom: 1rem;
    line-height: 2rem;
}

header nav>ul>li .dropdown h2 a {
    color: #4d4d4d;
    font-size: 18px;
    margin-bottom: 1rem;
}

header nav>ul>li .dropdown .item {
    display: flex;
    margin-bottom: 40px;
}

header nav>ul>li .dropdown .item:last-child {
    margin-bottom: 0;
}

header nav>ul>li .dropdown .menu,
header nav>ul>li .dropdown .product {
    width: 50%;
}

header nav>ul>li .dropdown .product>img {
    display: block;
    width: 50%;
    margin: -30px 190px -50px;
}

header nav>ul>li .dropdown .menu {
    width: 65%;
}

header nav>ul>li .dropdown .menu-img {
    width: 35%;
}

header nav>ul>li .dropdown .menu-img>img {
    width: 100%;
    margin: 4rem 0;
}

header nav>ul>li .dropdown .menu .div-line {
    width: 90%;
    border-top: 1px solid #ccc;
    margin: 1.5rem 0 1rem;
}

header nav>ul>li .dropdown .product h3 {
    background-color: #434342;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    font-weight: normal;
    font-family: 'poppinsregular';
    margin-bottom: 1rem;
}

header nav>ul>li .dropdown .product>p {
    color: #414141;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 15px;
}

header nav>ul>li .dropdown .product .btn {
    width: 100%;
    display: block;
    text-align: center;
}



header nav>ul>li .dropdown .menu-img img {
    width: 100%;
    margin: 1rem 0;
}

header nav>ul>li .dropdown ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

header nav>ul>li .dropdown ul li {
    font-size: 15px;
    color: #000;
    margin: 0;
    font-family: 'poppinsmedium';
    list-style: none;
}

header nav>ul>li .dropdown ul li a.categoria {
    font-size: 15px;
    color: #000;
    margin: 0;
    font-family: 'poppinsmedium';
    list-style: none;
    padding-left: 0;
}

header nav>ul>li .dropdown ul li a {
    color: #4d4d4d;
    font-family: 'poppinsregular';
    display: block;
    padding-left: 10px;
}

header nav>ul>li .dropdown ul li a:hover {
    color: #be1120;
}

header nav>ul>li .dropdown ul li a.categoria {
    font-size: 15px;
    color: #000;
    margin: 0;
    font-family: 'poppinsmedium';
    list-style: none;
    padding-left: 0;
}

header nav>ul>li .angle-first:before {
    left: 27%;
}

header nav>ul>li .angle-second:before {
    left: 43%;
}

header nav>ul>li .angle-third:before {
    left: 64%;
}

header nav>ul>li .angle-four:before {
    left: 87%;
}

.finder {
    position: relative;
}

.finder form {
    margin: 0;
}

.finder input[type="text"],
.finder input button {
    display: block;
    margin: 0;
    border-color: #e6e6e6;
    background-color: #e6e6e6;
}

.finder input[type="text"] {
    height: 30px;
    font-size: 14px;
    font-family: 'poppinsregular';
    text-transform: uppercase;
    min-width: 100%;
}

.finder button {
    background: url("../img/icon-search.svg") no-repeat left top;
    position: absolute;
    right: 6px;
    top: 5px;
    text-indent: -9999px;
    border: none;
    width: 20px;
    padding: 0;
    background-size: 100%;
    margin: 0;
    height: 30px;
    transition: all 0.5s;
}

.finder button:hover {
    transform: scale(1.1);
}

/* CONTENIDO */

.main-slider{
    margin-bottom: 50px;
    margin-top: 130px;
    position: relative;
}
.main-image {
    margin-bottom: 50px;
    position: relative;
}

.main-slider img,
.main-image img {
    display: block;
    width: 100%;
}

.main-slider .info-text{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    width: 100%;
    padding: 60px;
}
.main-image .info-text{
    z-index:99;
    position: absolute;
    vertical-align: 50%;
    top: 60%;
    left: 5%;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5)
}

.main-slider .info-text h2,
.main-image .info-text h2 {
    color: #fff;
    margin: 0;
    font-size: 3.6rem;
}

.category-slider {
    background-color: #000;
    margin-bottom: 60px;
}

.category-slider .info-text {
    position: static;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 60px 90px 0;
    justify-content: center;
}

.category-slider .info-text h2 {
    width: 100%;
    font-size: 40px;
    max-width: 300px;
    text-transform: uppercase;
}

.category-slider .info-text img {
    display: block;
    width: 60%;
}

.category-slider .bajada {
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
}

.category-slider h2,
.category-slider h3,
.category-slider p {
    color: #fff;
}

.category-slider p {
    opacity: .79;
}

.custom-bullet.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 17px;
}

.custom-bullet .swiper-pagination-bullet {
    position: relative;
    background-color: transparent;
}

.custom-bullet .swiper-pagination-bullet:before {
    content: "";
    border: 1px #fff solid;
    width: 30px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.custom-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-slide {
    position: relative;
}

.swiper-slide .gradient-bg {
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0.67) 79%, rgba(0, 0, 0, 0.67) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0.67) 79%, rgba(0, 0, 0, 0.67) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0.67) 79%, rgba(0, 0, 0, 0.67) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ab000000', GradientType=1);
}

.swiper-slide .info {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 20%;
    text-align: right;
}

.swiper-slide .info h2,
.swiper-slide .info p {
    color: #fff;
}

.swiper-slide .info p {
    font-size: 1.4rem;
    font-family: 'poppinsregular';
}

.swiper-slide .info a {
    color: #fff !important;
    font-size: 22px;
    font-family: 'poppinsmedium';
}

.swiper-slide .info a i {
    margin-left: 10px;
}

.swiper-slide .info .link {
    position: relative;
}

.swiper-slide .info .link:after {
    display: inline-block;
    content: "+";
    height: 25px;
    line-height: 30px;
    width: 25px;
    border: 2px #fff solid;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
}

.filters {
    background-color: #be1120;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 50px 0;
    padding-right: 30px;
}

.filters.miga h1 {
    padding-left: 0;
}

.filters.miga ul li:after {
    content: ">";
    display: inline-block;
    position: relative;
    right: -20px;
}

.filters.miga ul li:last-child:after {
    display: none;
}

.filters .back-link {
    color: #fff;
    font-size: 20px;
    flex-grow: 1;
    text-align: right;
    text-decoration: underline;
}

.filters h1 {
    color: #fff;
    background-color: #000;
    font-weight: normal;
    font-size: 25px;
    position: relative;
    padding: 20px 80px 20px 90px;
    margin: 0;
    min-height: 70px;
}

.filters h1:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 0;
    border-top: 70px solid #000;
    border-right: 50px solid transparent;
}

.filters ul {
    display: flex;
    margin: 0 0 0 50px;
    padding: 0;
}

.filters ul li {
    list-style: none;
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
}

.filters ul li a {
    display: block;
    color: #fff;
}

.filters ul li a:after {
    content: "|";
    display: inline-block;
    position: relative;
    right: -20px;
}

.filters ul li a:hover {
    text-decoration: underline;
}

.info-box {
    display: flex;
}

.info-box .img-link {
    display: block;
    width: 50%;
}

.info-box .img-link img {
    display: block;
    width: 100%;
}

.info-box .text-info {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: self-end;
    justify-content: center;
}

.info-box .text-info h3 {
    font-size: 25px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}

.info-box .text-info p {
    font-size: 14px;
    color: #333;
}

.info-box .text-info .button {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: #be1120;
    border: 1px #be1120 solid;
    padding: 10px 50px;
    background-color: transparent;
    height: auto;
    line-height: normal;
    transition: all .5s;
}

.info-box .text-info .button:hover {
    background-color: #be1120;
    color: #fff;
}

.news-slider,
.news-slider-emp {
    margin-bottom: 50px;
}

.news-slider.swiper-container-horizontal>.swiper-pagination-bullets,
.news-slider.swiper-container-horizontal .swiper-pagination-custom,
.news-slider.swiper-container-horizontal .swiper-pagination-fraction,
.news-slider-emp.swiper-container-horizontal>.swiper-pagination-bullets,
.news-slider-emp.swiper-container-horizontal .swiper-pagination-custom,
.news-slider-emp.swiper-container-horizontal .swiper-pagination-fraction {
    position: static;
    background-color: #a5a5a5;
    padding: 10px 10px 5px;
}

.news-slider .swiper-pagination-bullet,
.news-slider-emp .swiper-pagination-bullet {
    height: 17px;
    width: 17px;
    opacity: 1;
}

.news-slider .swiper-pagination-bullet-active,
.news-slider-emp .swiper-pagination-bullet-active {
    background-color: #be1120;
}

.product-grid>.row {
    margin-bottom: 50px;
}

.product-grid h2 {
    background-color: #414141;
    color: #fff;
    font-family: 'poppinsmedium';
    font-size: 25px;
    padding: 20px;
    font-weight: normal;
    display: table;
    min-width: 390px;
    position: relative;
    margin-left: 40px;
}

.product-grid h2:before {
    background-color: #be1120;
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
}

.product-grid h2:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 0;
    border-top: 70px solid #414141;
    border-right: 50px solid transparent;
}

.product-box {
    background-color: #fff;
    position: relative;
}

.product-box .label {
    background-color: #eb212e;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.product-box .label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 35px solid #eb212e;
    border-left: 20px solid transparent;
}

.product-box img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.product-box .info {
    padding: 10px 20px 20px;
    background-color: #6f6f6f2e;
    margin-left: 10px;
    margin-right: 10px;
}

.product-box h3 {
    background-color: #414141;
    color: #fff;
    padding: 10px 10px;
    font-family: 'poppinsregular';
    font-size: 20px;
    margin: 10px;
    margin-bottom: 0px;
}

.product-box p {
    min-height: 84px;
    font-family: 'poppinsregular';
}

.product-box .btn {
    display: block;
    font-family: 'poppinsregular';
}

/* FICHA PRODUCTO */
.swiper-container.gallery-top {
    height: 80%;
    width: 100%;
}

.swiper-container.gallery-top .btn {
    margin: 30px auto;
    display: block;
    max-width: 260px;
}

.swiper-container.gallery-top .swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    background-position: center center;
    background-size: auto 100%;
    width: 25%;
    height: 100px;
    opacity: 0.4;
    background-repeat: no-repeat;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.detail-product .inner {
    padding: 0 20px;
}

.detail-product h1 {
    color: #be1120;
    font-size: 37px;
    font-family: 'poppinsmedium';
    font-weight: normal;
}

.detail-product p {
    color: #888;
    font-size: 18px;
    font-family: 'poppinsregular';
}

.detail-product .buy-zone {
    display: flex;
    margin-bottom: 30px;
}

.detail-product .buy-zone>span {
    color: #888;
    width: 50%;
    font-family: 'poppinsregular';
    font-size: 20px;
}

.detail-product .buy-zone .btn {
    min-width: 210px;
}

.detail-product .price {
    margin-bottom: 30px;
}

.detail-product .price p {
    font-family: 'poppinsregular';
    font-size: 20px;
    margin: 0;
}

.detail-product .price p:first-child {
    background-color: #6f6f6f;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    text-indent: 20px;
}

.detail-product .price p:first-child span {
    background-color: #be1120;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    position: relative;
    font-family: 'poppinsmedium';
    font-size: 28px;
}

.detail-product .price p:first-child span:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    border-bottom: 56px solid #be1120;
    border-left: 50px solid transparent;
}

.detail-product .price p:first-child span i {
    font-family: 'poppinsregular';
    font-size: 25px;
    display: inline-block;
    position: relative;
}

.detail-product .price p:last-child {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}

.swiper-container.swiper-video {
    margin-bottom: 50px;
}

.swiper-container.swiper-video iframe {
    max-width: 550px;
    margin: 0 auto;
    display: block;
}

.swiper-container.swiper-video .swiper-button-prev {
    background-image: url(../img/arrow-left-slider-video.png);
}

.swiper-container.swiper-video .swiper-button-next {
    background-image: url(../img/arrow-right-slider-video.png);
}

.swiper-button-next,
.swiper-button-prev {
    border-radius: 100%;
    /*background-color: rgba(#000,.4);*/
    width: 40px;
    height: 40px;
    background-size: 100%;
}

.swiper-button-prev {
    background-image: url("../img/icon-izq.png");
}

.swiper-button-next {
    background-image: url("../img/icon-der.png");
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

/* ACCORDION */

.accordion {
    margin: 0 0 1.875rem;
}

.accordion>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion>ul>li {
    margin: 0;
}

.accordion>ul>li:nth-child(2n+2)>a.toggle {
    background: #e3e3e3;
    color: #4b4b4b;
}

.accordion>ul>li>a.toggle {
    width: 100%;
    display: block;
    background: #f8514e;
    color: #fefefe;
    padding: 10px;
    font-size: 22px;
    transition: background .3s ease;
    text-align: left;
    text-decoration: none;
    position: relative;
    font-family: 'poppinsregular';
}

.accordion>ul>li>a.toggle:before {
    content: "+";
    transform: translateY(-50%);
    transition: all 0.5s;
    margin-right: 10px;
}

.accordion>ul>li>a.toggle.open:before {
    content: "-";
}

.accordion>ul>li>a.toggle:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}

.accordion>ul>li .inner {
    overflow: hidden;
    display: none;
    margin: 0;
}

.accordion>ul>li .inner.content {
    padding: .625rem .625rem .625rem 1.875rem;
}

.accordion>ul>li .inner li {
    /*background-color: #ececec;*/
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion>ul>li .inner li:nth-child(2n+2) a {
    background-color: #dbdbdb;
}

.accordion>ul>li .inner li a {
    display: block;
    color: #000;
    padding: .3125rem 1.25rem;
    text-decoration: none;
}

.title-section {
    display: flex;
    flex-direction: column;
}

.title-section.bg-emp h2 {
    background-color: #6f6f6f;
}

.title-section.bg-emp h2:before {
    background-color: #be1120;
}

.title-section.bg-emp h2:after {
    border-top-color: #be1120;
}

.title-section h2 {
    background-color: #be1120;
    font-family: 'poppinsregular';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    margin: 0;
    position: relative;
    overflow: hidden;
    line-height: 2rem;
    /*&:first-child{
        background-color: $brand-color;
        width: 62.6%;
      }*/
}

.title-section h2:before,
.title-section h2:after {
    content: "";
    position: absolute;
    top: 0;
}

.title-section h2:before {
    background-color: #000;
    width: 30px;
    height: 100%;
    left: 0;
}

.title-section h2:after {
    left: 30px;
    width: 0;
    height: 0;
    border-top: 100px solid #000;
    border-right: 100px solid transparent;
}

article h1 {
    font-family: 'poppinsbold';
    font-size: 36px;
    font-weight: normal;
    color: #be1120;
}

article h2 {
    font-family: 'poppinsregular';
    font-size: 29px;
    font-weight: normal;
}

article p {
    font-family: 'poppinsregular';
    font-size: 18px;
    font-weight: normal;
}

article h4 {
    font-family: 'poppinsregular';
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin: 50px auto;
    max-width: 1300px;
}

.video-zone iframe {
    display: block;
    max-width: 550px;
    margin: 0 auto;
}

.btn-zone {
    display: flex;
    max-width: 1000px;
    margin: 50px auto;
}

.btn-zone li {
    width: 50%;
    background-color: #5f5e5a;
    margin: 0 auto;
    list-style: none;
}

.btn-zone li:nth-child(2n+2) {
    background-color: #be1120;
}

.btn-zone li a {
    color: #fff;
    display: block;
    padding: 18px;
    text-align: center;
    font-family: 'poppinsregular';
    font-size: 22px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.btn-zone li a:hover {
    background-color: #fff;
    color: #be1120;
}

.video-list {
    margin: 50px auto;
    max-width: 1300px;
}

.video-list li {
    background-color: #cfcfcf;
    list-style: none;
    margin: 0;
    color: #6f6f6f;
}

.video-list li:nth-child(2n+2) {
    background-color: #fff;
}

.video-list li a {
    display: block;
    padding: 15px 140px 15px 20px;
    color: #6f6f6f;
    transition: all 0.5s;
    position: relative;
}

.video-list li a:hover {
    background-color: #be1120;
    color: #fff;
}

.video-list li a:hover .icon-play {
    background-color: #fff;
}

.video-list li a:hover .icon-play:before {
    border-left-color: #be1120;
}

.video-list li a .icon {
    float: left;
    margin: 0 15px 10px 0;
}

.video-list li a .icon-play {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.video-list li h3,
.video-list li p {
    margin: 0;
}

.video-list li h3 {
    text-transform: uppercase;
    font-family: 'poppinsmedium';
    font-size: 22px;
}

.video-list li p {
    font-family: 'poppinsregular';
    font-size: 16px;
}

.icon-play {
    background-color: #f8514e;
    display: inline-block;
    padding: 10px 26px 5px;
    border-radius: 10px;
    transition: all 0.5s;
}

.icon-play:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 24px solid #fff;
    border-bottom: 15px solid transparent;
    transition: all 0.5s;
}

.boxes {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.boxes.generic-box {
    flex-direction: column;
}

.boxes .category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*&:first-child{
        width: 62.6%;
      }
      &:last-child{
        flex-direction: column;
        width: 37.4%;
        .box {
          width: 100%;
        }
      }*/
}

.boxes .category.bg-emp .box h3 {
    background-color: #6f6f6f;
}

.boxes .category .box {
    position: relative;
    width: 33.3%;
    background: #fff;
}

.boxes .category .box:hover .cover {
    opacity: 1;
    visibility: visible;
}

.boxes .category .box .cover {
    background-color: rgba(92, 92, 92, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.boxes .category .box .cover:before {
    content: "";
    width: 1px;
    height: 80%;
    border-left: 1px #fff dashed;
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.boxes .category .box .cover a.btn {
    width: 100%;
    text-align: center;
    border: 1px #fff solid;
    border-radius: 10px;
    color: #fff;
    max-width: 190px;
    margin: 0 auto 10px;
    max-height: 50px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.boxes .category .box .cover a.btn:hover {
    border-color: #be1120;
    background-color: #be1120;
    color: #fff;
}

.boxes .category .box>img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.boxes .category .box h3 {
    background-color: #be1120;
    color: #fff;
    font-family: 'poppinsmedium';
    font-weight: normal;
    font-size: 16px;
    padding: 5px;
    letter-spacing: normal;
    margin: 0;
    z-index: 5;
    position: relative;
}

.bg-corporativa {
    background-image: url("../img/img-acercacanon.png");
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 30px;
    text-align: center;
    padding: 50px 0;
}

.bg-corporativa p {
    display: inline-block;
    font-size: 32px;
    margin: 0 20px;
    letter-spacing: 1px;
}

.bg-corporativa a {
    display: inline-block;
    background: #be1120;
    color: #fff;
    padding: 10px 30px;
    font-family: 'poppinsregular';
    margin: 0 20px;
}

.bg-corporativa a:hover {
    background: black;
}

.title-rsociales,
.title-news {
    display: flex;
    flex-direction: row;
}

.title-rsociales h2,
.title-news h2 {
    font-family: 'poppinsregular';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    padding: 10px 40px 10px;
    margin: 0;
}

.title-rsociales h2:first-child,
.title-news h2:first-child {
    background-color: #be1120;
    width: 30%;
    position: relative;
}

.title-rsociales h2:first-child:after,
.title-news h2:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-top: 51px solid #be1120;
    border-right: 40px solid transparent;
}

.title-rsociales h2:last-child,
.title-news h2:last-child {
    background-color: #6f6f6f;
    width: 70%;
    padding-left: 60px;
}

.title-news h2:last-child {
    background-color: #fff !important;
    color: #be1120;
    font-family: 'poppinsregular';
}

/*Destacados Canon-------*/

.destacados-canon {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.destacados-canon h2 {
    font-family: 'poppinsregular';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    padding: 10px 40px 10px;
    margin: 0;
}

.destacados-canon .title-destacados {
    width: 50%;
}

.destacados-canon .title-destacados h2 {
    background: #be2421;
}

.destacados-canon .title-especial-mes {
    width: 50%;
}

.destacados-canon .title-especial-mes h2 {
    background-color: #000;
}

.destacados-canon .title-especial-mes .community-items {
    background: #000;
}

.destacados-canon img {
    width: 100%;
}

/*Video Destacados------*/

#video, #video2 {
    background-image: url(../img/img-destacado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pointer {
    cursor: pointer;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

#video iframe, #video2 iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

/*Fin Video Destacados------*/

.about-canon {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.about-canon .title-community {
    width: 50%;
}

.about-canon .title-community .community-items>div:nth-child(1) {
    background: #fff;
}

.about-canon .title-community .community-items>div:nth-child(2) {
    background: #dbdbdb;
}

.about-canon .title-community .community-items>div:nth-child(3) {
    background: #eaeaea;
}

.about-canon .title-community .community-items>div:nth-child(4) {
    background: #fff;
}

.about-canon .title-we {
    width: 50%;
}

.about-canon .title-we h2 {
    background-color: #545454;
}

.about-canon .title-we .community-items>div:nth-child(1) {
    background: #eaeaea;
}

.about-canon .title-we .community-items>div:nth-child(1) i {
    color: #D10016;
}

.about-canon .title-we .community-items>div:nth-child(2) {
    background: #DBDBDB;
}

.about-canon .title-we .community-items>div:nth-child(2) i {
    color: #555555;
}

.about-canon .title-we .community-items>div:nth-child(3) {
    background: #c2c2c2;
}

.about-canon .title-we .community-items>div:nth-child(3) i {
    color: #555555;
}

.about-canon .title-we .community-items>div:nth-child(4) {
    background: #5d5d5d;
}

.about-canon .title-we .community-items>div:nth-child(4) a i {
    color: #fff;
}

.about-canon .title-we .community-items>div:nth-child(4) a p {
    color: #fff;
}

.about-canon .community-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.about-canon .community-items .c-item {
    width: 50%;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-canon .community-items .c-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    top: 50%;
    transform: tranlateY(-50%);
    -webkit-transform: translateY(-50%);
}

.about-canon .community-items .c-item a img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.about-canon .community-items .c-item a .txt-item {
    background: rgba(92, 92, 92, 0.7);
    font-family: 'poppinsregular';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.about-canon .community-items .c-item a .txt-item p {
    color: #fff;
    position: relative;
    top: 50%;
    transform: tranlateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 15px;
    line-height: 17px;
}

.about-canon .community-items .c-item a:hover .txt-item {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.about-canon .community-items .c-item .item-single {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-canon .community-items .c-item .item-single>i {
    font-size: 30px;
}

.about-canon .community-items .c-item .item-single p {
    margin: 0 auto;
    font-family: 'poppinsregular';
    letter-spacing: 1.5px;
    color: #414141;
    text-align: center;
}

.about-canon h2 {
    font-family: 'poppinsregular';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    padding: 10px 40px 10px;
    margin: 0;
    background-color: #6f6f6f;
}

.title-news {
    margin-top: 30px;
}

/*.columns{
  &:last-child{
    .news-month{
      .news-item{
        &:after{
          display: none;
        }
      }
    }
  }
}*/

.news-month .news-item {
    padding: 30px 20px;
    position: relative;
}

.news-month .news-item:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    display: inline-block;
    transform: translateY(-50%);
    border-left: 1px #be1120 solid;
    width: 1px;
    height: 70%;
}

.news-month .news-item h4 {
    font-size: 16px;
    color: #be2421;
    min-height: 80px;
}

.news-month .news-item span {
    text-align: right !important;
    font-size: 13px;
    padding-bottom: 10px;
}

@media (max-width: 1305px) and (min-width: 769px) {
    .news-month .news-item h4 {
        font-size: 15px !important;
        min-height: 182px;
    }
}

.news-month .news-item p {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-month .news-item span {
    text-align: center;
    display: block;
}

.news-month .news-item span i {
    color: #be2421;
}

.product-selector {
    border-bottom: 2px #be1120 solid;
}

.product-selector form {
    margin: 80px 0 0;
}

.result-product {
    margin: 50px 0;
}

.detail-result {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.detail-result>img {
    display: block;
    width: 50%;
    height: auto;
}

.detail-result h2 {
    width: 45%;
    text-transform: uppercase;
    font-size: 54px;
    font-family: 'poppinsmedium';
    font-weight: normal;
    margin-left: 5%;
    margin-bottom: 0;
}

.detail-result h2 span {
    display: block;
    font-size: 33px;
}

.doc-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.doc-list li {
    list-style: none;
}

.doc-list li a {
    display: block;
    padding: 12px 10px;
    min-width: 215px;
    text-align: center;
    font-family: 'poppinsregular';
    font-size: 14px;
    text-transform: uppercase;
    color: #6f6f6f;
    border: 2px #545454 dashed;
    border-radius: 10px;
    margin: 5px;
    transition: all 0.5s;
}

.doc-list li a:hover {
    background-color: #fff;
    border-color: #be1120;
    color: #be1120;
    font-family: 'poppinsmedium';
}

.title-category {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 12px;
}

.catalog-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0.77em;
}

.catalog-grid .box-catalog {
    /*width: 23.4%;
    margin-right: 2.1%;*/
    width: 100%;
}

/*.catalog-grid .box-catalog:nth-child(4n+4) {
    margin-right: 0;
}*/

.box-catalog>a:hover+.category-text h3 {
    color: #be1120;
}

.box-catalog img {
    display: block;
    width: 100%;
}

.box-catalog .category-text {
    padding: 15px;
}

.box-catalog .category-title {
    padding: 15px 15px 0px 15px;
}

.box-catalog .category-text h3,
.box-catalog .category-title h3 {
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 8px;
    transition: all .5s;
    min-height: 54px;
}

.title-category span.category-title {
    font-size: 23px;
    vertical-align: middle;
}

.box-catalog .category-text p {
    opacity: 0.79;
    font-size: 12px;
    color: #333333;
    min-height: 60px;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.form-control {
    margin-bottom: 40px;
}

.styled-select {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    border: 1px transparent solid;
    transition: all 0.5s;
}

.styled-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #808080;
    transform: translateY(-50%);
}

.styled-select:hover {
    border-color: #be1120;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 18px;
    height: 30px;
    padding: 0;
    display: block;
    width: 110%;
    color: #808080;
    margin: 0;
    text-transform: uppercase;
}

.button-find {
    background-color: #fff;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'poppinsregular';
    position: relative;
    padding-right: 50px;
}

.button-find:after {
    content: "";
    position: absolute;
    top: 4px;
    width: 40px;
    height: 30px;
    background: url(../img/icon-search.svg) no-repeat left top;
    right: 0px;
}

.button.button-block {
    display: block;
}

.button.button-primary {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    color: #be1120;
    border: 1px #be1120 solid;
    padding: 10px 50px;
    background-color: transparent;
    height: auto;
    line-height: normal;
    transition: all .5s;
    height: auto!important;
}

.button.button-primary:hover {
    background-color: #be1120;
    color: #fff;
    border-color: #be1120;
}

.button.button-fill {
    background-color: #be1120;
    color: #fff;
}

.icon {
    background-size: 100%;
    background-position: left top;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.icon-seg-costos {
    background-image: url(../img/icon-seguimiento-costos.png);
}

.icon-impresion-mov {
    background-image: url(../img/icon-imp-movil.png);
}

.icon-flujo-int {
    background-image: url(../img/icon-flujo-inteligente.png);
}

.icon-seguridad-doc {
    background-image: url(../img/icon-seguridad-doc.png);
}

.icon-escaneo-avan {
    background-image: url(../img/icon-escaneo-avanzado.png);
}

.rsociales {
    text-align: center;
    background-color: #545454;
    padding: 40px 0;
}

.rsociales div {
    display: inline-block;
}

.rsociales div img {
    width: 130px;
}

.rsociales div.title-redes {
    margin: 30px 0;
}

.rsociales p {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    font-family: 'poppinsregular';
    margin: 0;
}

.rsociales .sociales-items a,
.title-rsociales h2 a {
    margin: 0 15px;
    padding: 0 10px;
}

.rsociales .sociales-items a i,
.title-rsociales h2 a i {
    font-size: 30px;
    color: #fff;
}

/* FOOTER */

footer {
    background: #dadada;
}

footer div {
    margin: 40px 0;
}

footer div h5 {
    font-size: 24px;
    font-family: 'poppinsmedium';
}

footer div ul li {
    list-style: none;
    margin-bottom: .5rem;
}

footer div ul li a {
    color: #6e6e6e;
    font-size: 15px;
    font-family: 'poppinsregular';
}

footer p {
    font-size: 13px;
    font-family: 'poppinsregular';
}

.modal-prod {
    background-color: #d8d8d8;
    padding: 35px;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}

.modal-prod .img-modal {
    display: table;
    width: 100%;
}

.modal-prod .img-modal img {
    float: left;
    width: 60%;
    margin-bottom: 10px;
}

.modal-prod .img-modal img:first-child {
    margin-right: 10px;
    width: 61%;
}

.modal-prod .img-modal img:nth-child(2) {
    width: calc(39% - 10px);
}

.modal-prod .img-modal img:nth-child(3) {
    width: calc(39% - 10px);
}

.modal-prod h2 {
    font-size: 21px;
    font-weight: 500;
    color: #333;
}

.modal-prod p {
    font-size: 14px;
    color: #333;
}

.modal-prod .button {
    margin: 0 auto;
    display: block;
    max-width: 200px;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*Tabla servicio tecnico*/

.servicio-tecnico table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 14px
}

.servicio-tecnico table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.servicio-tecnico table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.servicio-tecnico table th,
.servicio-tecnico table td {
    padding: .625em;
    text-align: center;
}

.servicio-tecnico table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.servicio-tecnico .btn-zone a {
    width: 50%;
    background-color: #5f5e5a;
    margin: auto;
    list-style: none;
    color: #fff;
    display: block;
    padding: 18px;
    text-align: center;
    font-family: 'poppinsregular';
    font-size: 22px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.servicio-tecnico .selector-ciudad {
    width: 100%;
}

.servicio-tecnico .selector-ciudad form {
    width: 100%;
}

.servicio-tecnico .selector-ciudad form select {
    width: 80%;
    float: right;
    margin: 1rem 0;
}

.servicio-tecnico .select-sucursales .filters {
    margin: 0
}

.servicio-tecnico .select-sucursales .filters h1 {
    padding: 20px 20px 20px 20px;
    width: 80%;
}

.product-box .mp-app {
    display: block;
    width: 71px;
    margin: 0 auto;
    float: right;
    margin-right: 10px;
}

.preguntas-frecuentes .content-border {
    width: 70%;
    margin: auto;
    border: 2px #be1120 solid;
    padding: 2rem
}

.preguntas-frecuentes .preguntas-f {
    width: 100%;
    display: inline-block;
    margin-bottom: 0
}

.preguntas-frecuentes .preguntas-f label,
.preguntas-frecuentes .preguntas-f select {
    width: 100%
}

.preguntas-frecuentes .preguntas-f label {
    line-height: 3rem;
    font-size: 1.5rem;
    color: #333;
}

.solutions-mobile .icon-box {
    position: relative;
    width: 25%;
    margin: auto;
    top: -27px;
    margin-top: 1rem;
    border: 3px solid #ccc;
    border-radius: 12px;
}

.solutions-mobile h4 {
    margin: 0
}

.solutions-mobile .logos-mph {
    display: block;
    width: 80%;
    margin: 0 auto 2rem;
}

.cabecera-mph h2 {
    margin: 3.6rem 0
}

.cabecera-mph .bg-header-mph-text {
    height: 220px;
    width: 50%;
    float: left;
    background: #fff;
    padding: 3rem
}

.cabecera-mph .bg-header-mph-img {
    height: 220px;
    width: 50%;
    float: left;
    background: #b1b1b1
}

.cabecera-mph .bg-header-mph-img img {
    width: 100%;
}

.center-content-box-one {
    float: none;
    margin: 3rem 39%;
}

.columns.center-content-box-one {
    margin-left: auto;
}

.content-texts h1 {
    font-size: 2.2rem
}

.content-texts h2 {
    font-size: 1.5rem
}

.content-texts h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem
}

.row-content {
    padding: 3rem 0
}

.text-center {
    text-align: center;
    margin: 1rem 0
}

.title-center {
    padding-bottom: 2rem;
}

/* TABS */

.tab {
    width: 100%;
    float: left;
    background: #dcdcdc
}

.tab-item {
    width: 25%;
    float: left;
}

.tab-item .graph-tab {
    font-size: 3.5rem;
    text-transform: capitalize;
    /* position: absolute; */
    /* margin-left: -30px; */
    width: 100%;
    /* float: left; */
    margin: 1rem;
}

.tab-item .text-tab {
    font-size: 1.2rem;
    text-transform: capitalize;
    width: 100%;
    float: left;
}

.active-tab {
    background: #be1120;
    color: #fff !important;
}

.tab-button {
    width: 100%;
    padding: 1rem 0;
    height: 130px;
    float: left;
    border-radius: 0;
    line-height: 2rem
}

.active-tab:hover,
.active-tab:hover .tab-button {
    color: #fff
}

.tab-container {
    width: 100%;
    padding: 2rem
}

.content-tab img {
    margin: auto;
    width: auto;
}

.listado-comunicados {
    border-bottom: 1px solid #ccc
}

.listado-comunicados a {
    line-height: 3rem;
    width: 100%;
    color: #333;
}

.listado-comunicados a:hover {
    color: #be1120
}

.comunicados p {
    margin: 0
}

/*------ Contenido single falsificacion ------*/

.title-fals {
    display: inline-block;
    margin: 5px 0;
    border-top: solid 8px #000;
    border-bottom: solid 8px #000;
    border-image: repeating-linear-gradient(80deg, #c5c5c5, #c5c5c5 14px, transparent 14px, transparent 26px) 20;
    padding: 1em 0;
    width: 100%;
    background: transparent;
}

.content-fals {
    margin: 20px 0 20px 0;
}

.content-fals p {
    font-size: 20px;
    margin: 0;
}

.content-fals span {
    font-size: 16px;
    font-weight: 400;
    color: #be1120;
}

.report p {
    font-size: 18px;
    margin: 1rem 0;
    color: #be1120;
}

.report p a {
    text-decoration: underline;
}

.comprender-problema .tab-item {
    width: 33.3333%;
    float: left
}

#Programa h5,
#Falsificaciones h5,
#Sabia-usted h5 {
    border-bottom: 2px solid #be1120;
    font-size: 24px;
    text-transform: uppercase;
}

.red-txt {
    color: #be1120;
}

.margin-bottom {
    margin-bottom: 60px;
}

.margin-bottom {
    margin-bottom: 60px;
}

.bg-footer {
    background-color: #2e2e2e;
    border-radius: 10px;
}

.bg-footer .row {
    padding: 60px 20px;
}

.bg-footer p {
    color: #fff;
    margin: 0;
}

.bg-footer a {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

.bg-footer a:before {
    content: "";
    background: url(../img/icon-triangle.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-position: 50% 50%;
    background-size: 9px;
    display: inline-block;
    margin-right: 8px;
}

.bg-footer>.container>.row>.six:first-child {
    border-right: 1px solid #e1e1e1;
}

.consejos-title {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

#Falsificaciones ol li {
    margin-bottom: .5rem;
}

.title-avisos .container {
    border-bottom: 1px solid #ccc;
}

#Sabia-usted img,
#Programa img {
    width: 100%;
    margin: 0 0;
}

a .btn-link {
    width: 60%;
    color: #fff;
    display: block;
    background: #5f5e5a;
    padding: 18px;
    text-align: center;
    font-family: 'poppinsregular';
    font-size: 22px;
    text-transform: uppercase;
    transition: all 0.5s;
    margin: auto
}

a:hover .btn-link {
    background-color: #fff;
    color: #be1120;
}

.m-topplus {
    margin-top: 133px;
}

.filterDiv {
    float: left;
    text-align: center;
    margin: 2px;
    display: none;
}

.show-noticias {
    display: block;
}

.container-noticias {
    margin-top: 20px;
    overflow: hidden;
}

.box-noticias {
    padding: 1rem;
    border-bottom: 1px solid #666;
    text-align: left
}

.box-noticias img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
}

.box-noticias h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.box-noticias p.fecha {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.box-noticias p {
    color: #666;
}

.box-noticias a.link-ver-mas {
    float: right;
}

/* Style the buttons */
.btn-noticias {
    border: none;
    outline: none;
    background-color: #f1f1f1;
    cursor: pointer;
}

.btn-noticias:hover {
    background-color: #ddd;
}

.btn-noticias.active {
    background-color: #666;
    color: white;
}

/* MEDIA */

@media (max-width: 1200px) {
    .filters h1 {
        padding: 20px 20px 20px 20px;
    }

    .filters ul li {
        padding: 10px 10px;
    }

    .filters ul li a {
        font-size: 14px;
    }

    .filters ul li a:after {
        right: -10px;
    }
}

@media screen and (max-width: 1110px) {
    .tab-item .text-tab {
        font-size: 1.1rem;
    }

    .swiper-slide .info {
        max-width: 40%;
    }
}

@media screen and (max-width: 1024px) {
    .tab-item {
        width: 50%;
    }

    .tab-button {
        height: 100px;
        margin: 0;
    }

    .tab-item .graph-tab {
        font-size: 3rem;
    }
}

@media screen and (max-width: 968px) {

    .swiper-slide .info p {
        font-size: 1rem;
    }

    h2 {
        font-size: 3rem;
        line-height: 0.25;
    }
    
    .tab-table .content-tabs > div h2 { line-height: initial !important; }
    .tab-table .content-tabs > div { padding: 2em !important; }

    .swiper-slide .info a {
        font-size: 16px;
    }

    .text-mobile h2 {
        line-height: 1 !important;
        font-size: 3rem !important;
    }
}

@media screen and (max-width: 898px) {
    .servicio-tecnico table {
        border: 0;
    }

    .servicio-tecnico table caption {
        font-size: 1.3em;
    }

    .servicio-tecnico table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .servicio-tecnico table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .servicio-tecnico table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .servicio-tecnico table td::before {
        /*
          * aria-label has no advantage, it won't be read inside a table
          content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .servicio-tecnico table td:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 801px) {
    .main-slider {
        margin-top: 150px;
    }
}

@media (max-width: 768px) {
    .title-rsociales h2:first-child,
.title-news h2:first-child {
    background-color: #be1120;
    width: 20%;
    position: relative;
}

.title-rsociales h2:last-child,
.title-news h2:last-child {
    background-color: #6f6f6f;
    width: 80%;
    padding-left: 35px;
}
.tab-table .content-tabs > div { padding: 1em !important; }
.tab-table .content-tabs > div table td {
padding: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
        font-size: 14px;
	vertical-align: baseline !important;
}
.tab-table .content-tabs > div table td img {
    width: auto !important;
}
    .main-slider {
        margin-bottom: 30px !important;
    }

    .m-topplus {
        margin-top: 0;
    }

    .btn-menu-mobile {
        display: block;
    }

    .social-bar {
        position: relative;
    }

    .finder {
        margin-top: 10px;
    }

    header {
        top: 0;
        position: relative;
    }

    header .finder {
        float: none;
        margin: 20px 0 10px;
    }

    header .finder input {
        width: 100%;
    }

    header h1 {
        margin: 0;
    }

    header h1 img {
        max-width: 90px;
    }

    header nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        background-color: #fff;
        top: 0;
        left: -85%;
        width: 85%;
        z-index: 10;
        min-height: 100vh;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        box-shadow: 0 0 70px #000;
        margin-top: 0;
    }

    header nav.open-menu {
        opacity: 1;
        visibility: visible;
        left: 0;
    }

    header nav .logo-menu-mobile {
        background: url(../img/logo-canon-red.svg) no-repeat left top;
        width: 160px;
        height: 40px;
        background-size: 100%;
        display: block;
        margin: 30px;
        align-self: flex-start;
    }

    header nav>ul {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        height: calc(100vh - 100px);
    }

    header nav>ul>li:hover .dropdown {
        max-height: 0;
    }

    header nav>ul>li>a {
        text-align: left;
        border-bottom: 1px #eee solid;
    }

    header nav>ul>li>a.selected+.dropdown {
        max-height: 2000px;
        opacity: 1;
        visibility: visible;
    }

    header nav>ul>li .dropdown {
        position: static;
        padding: 10px;
        flex-direction: column;
        max-width: 100%;
        max-height: 0;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 0;
    }

    header nav>ul>li .dropdown:before {
        display: none;
    }

    header nav>ul>li .dropdown .menu,
    header nav>ul>li .dropdown .product {
        width: 100%;
    }

    header nav>ul>li .dropdown .menu {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    header nav>ul>li .dropdown .product {
        display: none;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .info-box {
        flex-direction: column;
    }

    .info-box .text-info,
    .info-box .img-link {
        width: 100%;
    }

    .info-box .img-link {
        order: 1;
    }

    .info-box .text-info {
        order: 2;
    }

    .title-section h2:after {
        left: -20px;
    }

    section.m-top {
        margin-top: 0;
    }

    .swiper-slide .info {
        right: 20px;
        text-shadow: 0px 0px 4px #414141;
    }

    /*Acerca de Canon*/
    .about-canon .title-community {
        width: 100%;
    }

    .about-canon .title-community .c-item a .txt-item {
        background: rgba(92, 92, 92, 0.7);
        opacity: 1;
        border-bottom: 1px solid #838383;
    }

    .about-canon .title-we {
        width: 100%;
    }

    .about-canon .title-we .c-item a .txt-item {
        background: rgba(92, 92, 92, 0.7);
        opacity: 1;
        border-bottom: 1px solid #838383;
    }

    .about-canon .community-items .c-item {
        width: 100%;
        position: relative;
        height: 100px;
    }

    body.no-scroll {
        overflow: hidden;
    }

    body>section>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .main-slider {
        margin-top: 0;
    }

    .main-slider img {
        width: 380%;
    }

    .main-slider .swiper-slide .info p {
        font-size: 16px;
        padding-left: 0;
    }

    .title-news h2:first-child {
        width: 40%;
    }

    .product-selector {
        padding: 10px;
    }

    .product-selector form {
        margin-top: 30px;
    }

    .styled-select select {
        padding: 0;
    }

    .filters {
        flex-direction: column;
        align-items: flex-start;
    }

    .filters.miga {
        flex-direction: row;
    }

    .filters.miga h1 {
        display: none;
    }

    .filters.miga ul li {
        padding: 10px;
    }

    .filters ul {
        margin: 0;
        flex-wrap: wrap;
    }

    .filters ul li {
        font-size: 16px;
        padding: 5px 10px;
    }

    .filters ul li:after {
        right: -10px;
    }

    .product-grid h2 {
        min-width: 100%;
        margin-left: 0px;
    }

    .product-grid h2:before {
        display: none;
    }

    .product-grid h2:after {
        display: none;
    }

    .boxes .category .box {
        width: 50%;
    }

    .boxes .category .box .cover {
        flex-direction: column;
    }

    .btn-zone {
        flex-direction: column;
    }

    .btn-zone li {
        width: 100%;
    }

    footer {
        padding-top: 50px;
    }

    footer div {
        margin: 0 0 10px;
    }

    .destacados-canon .title-destacados {
        width: 100%;
    }

    .destacados-canon .title-especial-mes {
        width: 100%;
    }

    .servicio-tecnico .m-topplus {
        margin-top: 0 !important
    }

    .preguntas-frecuentes .m-topplus {
        margin-top: 0;
    }

    .preguntas-frecuentes .content-border {
        width: 100%
    }

    .cabecera-mph h2 {
        margin: 0;
    }

    .cabecera-mph .bg-header-mph-text {
        height: 130px;
        width: 100%;
        padding: 3rem
    }

    .cabecera-mph .bg-header-mph-img {
        height: 130px;
        width: 100%;
    }

    .cabecera-mph .bg-header-mph-img img {
        width: initial;
        float: right;
    }

    /*query nuevo*/
    .comprender-problema .tab-item {
        width: 100%;
    }

    .bg-footer>.container>.row>.six:first-child {
        border-bottom: 1px solid #e1e1e1;
        border-right: none;
        padding-bottom: 20px;
    }

    .bg-footer>.container>.row>.six:last-child {
        padding-top: 20px;
    }

    .m-topplus {
        margin-top: 0;
    }

    .tab-container {
        padding: 1rem 0;
    }

    /*.img-responsive-mobile {
      display: block;
      width: 100%;
    }*/
}

@media screen and (max-width: 670px) {
    .tab-item {
        width: 100%;
    }

    .tab-button {
        height: auto;
        margin: 0;
        padding: .5rem 0
    }

    .tab-item .graph-tab {
        font-size: 2rem;
        width: 20%
    }

    .tab-item .text-tab {
        width: 80%;
        float: right;
        text-align: left;
        font-size: 1.2rem
    }
    .main-image .info-text h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 598px) {
    .cabecera-mph h2 {
        font-size: 2.2rem
    }

    .cabecera-mph .bg-header-mph-text {
        height: 80px;
        width: 100%;
        padding: 2rem
    }

    .cabecera-mph .bg-header-mph-img {
        height: auto;
        width: 100%;
    }

    .cabecera-mph .bg-header-mph-img img {
        width: 100%;
    }

    .tab-button {
        height: auto;
        margin: 0;
        padding: .5rem 0
    }
}

@media (max-width: 480px) {
    .filters h1 {
        padding: 20px 20px 20px 20px;
        width: 80%;
    }

    .filters h1:after {
        content: "";
        position: absolute;
        top: 0;
        right: -48px;
        width: 0;
        height: 0;
        border-top: 70px solid #000;
        border-right: 49px solid transparent;
    }

    .tab-item .text-tab {
        font-size: 1.1rem;
    }
}

@media (max-width: 425px) {
    .boxes .category .box {
        width: 100%;
        border: 0;
    }

    .m-top {
        margin-top: 148px;
    }

    .catalog-grid .box-catalog {
        width: 100%;
    }
}

/*::::::::::::Drivers::::::::::::*/
.btn-more {
    margin: 40px auto 10px;
}

/*.btn-width{
  min-width: 260px;
  display: inline-block;
}*/
.btn-width {
    padding: 10px 40px;
    display: inline-block;
    margin: 0 16px;
}

.border-b {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.single-drivers>.row,
.single-news>.row {
    margin-bottom: 50px;
}

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

.margin-20 {
    margin-bottom: 20px !important;
}

.img-responsive {
    display: block;
    width: 100%;
}

.img-w-70 {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.img-w-60 {
    width: 60%;
    display: block;
}

.single-news h5,
.about-canon h5 {
    border-bottom: 2px solid #be1120;
}

.font-medium {
    font-family: 'poppinsmedium';
}

.about-canon-content {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.column-right {
    -webkit-order: 1;
}

.column-left {
    -webkit-order: 2;
}

/*:::::::::::Select:::::::::::*/

.about-canon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    color: #6e6e6e !important;
}

.about-canon select option {
    color: #000 !important;
}

.about-canon select::-ms-expand {
    display: none;
}

.sectional-nav {
    /*margin: 0 20px;*/
    margin-left: 50px;
    background-color: #ececec;
}

.sectional-nav ul {
    padding-top: 20px;
}

.sectional-nav ul li {
    /*display: block;*/
    list-style-type: disc;
    margin-right: 12px;
    line-height: 1;
    padding: 8px;
    font-size: 16px;
}

.sectional-nav ul li a {
    color: #6e6e6e;
}

.sectional-nav ul li a:hover {
    color: #a6a6a6;
}

/*.sectional-nav ul li:nth-child(2) {
    color: #be1120;
}*/

@media screen and (max-width: 992px) {
    .sectional-nav ul li {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .title-rsociales h2 a {
        margin: 0 0px;
        padding: 0 5px;
    }
}

@media (max-width: 768px) {
    .img-w-70 {
        width: 100%;
        margin: 0 auto;
    }

    .img-w-60 {
        width: 100%;
    }

    .column-right {
        -webkit-order: 2;
    }

    .column-left {
        -webkit-order: 1;
    }

    .sectional-nav #sectional_nav {
        height: 60px;
        width: 100%;
        font-size: 18px;
        background: url("../img/arrow-down.svg");
        background-position: 98% 50%;
        background-repeat: no-repeat;
        background-color: #e6e6e6;
        border: 2px solid #6e6e6e;
        background-size: 18px;
    }

    .hidden-sm-down {
        display: none !important;
    }

    .sectional-nav {
        margin-left: 0;
        background-color: transparent;
    }

    .button.button-primary {
        padding: 10px;
    }
}

@media (max-width: 470px) {
    .button.anclaje-productos-niv0, 
    .button.anclaje-productos-niv1 {
        font-size: 7.5px;
        padding: 10px 5px;
    }
    .title-category span.category-title {
        font-size: 19px;
        vertical-align: -webkit-baseline-middle;
    }
    
    .box-catalog .category-text h3, .box-catalog .category-title h3 {
        font-size: 17px; 
    }
}



@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .category-slider .info-text {
        flex-direction: column;
    }

    .category-slider .info-text h2 {
        text-align: center;
    }

    .category-slider .bajada {
        padding-left: 20px;
        padding-right: 20px;
    }

    .catalog-grid {
        padding: 20px;
    }

    .catalog-grid .box-catalog {
        /*width: 47.9%;*/
        width: 100%;
    }
}

.swiper-home {
    border-bottom: 1px #ababab solid;
    background-color: transparent !important;
}

.title-pyme h2 {
    background-color: #a5a5a5 !important;
}

.title-pyme h2:before {
    background-color: #be1120 !important;
}

.title-pyme h2:after {
    border-top: 100px solid #be1120 !important;
}

.div-sub-category {
    margin-left: 0.77em;
}

.div-sub-category span {
    color: #be1120;
    font-size: 1.1em;
}

.tab-table{
    font-size: 16px;
    margin-bottom: 3rem;
}
.tab-table .tab-button {
    height: 80px;
}
.tab-table .tab {
    background: #f3f3f3;
}
.tab-table h6, .tab-table h5{
    color: #313131
}
.tab-table p {
    font-family: 'poppinsregular';
    font-size: 16px;
}
.tab-table li {
    font-family: 'poppinsregular';
    font-size: 16px;
    line-height: 2.4rem;
    margin-bottom: auto;
}
.tab-table .info-resenia {
    font-family: 'poppinsitalic';
    font-size: 14px;
    margin: 1rem;
}
.tab-table .info-resenia p{
    font-family: 'poppinsitalic';
    font-size: 14px;
    margin: auto
}
.tab-table iframe{
width: 100%;
    height: 600px;	
}

/* PAGINATION */
.dataTables_paginate {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-item:first-child .page-link, .page-item:last-child .page-link, .dataTables_paginate > a:first-child,
.dataTables_paginate > a:last-child {
    color: #000; }
.page-item.active .page-link, .dataTables_paginate span a.current{
    z-index: 1;
    color: #fff;
    background-color: #e0161e;
    border-color: #e0161e;
    border-radius: 5px;
}

.page-link, .dataTables_paginate a{
    font-size: 12px;
    font-weight: 600;
    color: #888;
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
}
.page-link, .dataTables_paginate span a{
    display: inline-block;
    color: #fff;
	margin: 0 5px;
	color: #333;
}
.page-link:hover {
    color: #e0161e;
    background-color: transparent;
    border-color: transparent; }
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 22, 30, 0.25); }
.dataTables_info, .dataTables_length{
    float: left;
}
.dataTables_paginate, .dataTables_filter{
    float: right;
    margin-bottom:30px
}
/* FIN PAGINATION */

/* TABLA PRODUCTOS */
table.tblProductos thead {
    display: none;
}
table.tblProductos tbody {
    border-top: 1px solid white !important;
}
table.tblProductos tbody tr {
    background: none !important;
}
table.tblProductos tbody td {
    padding: 0px 12px !important;
    width: 25%;
    border-bottom: 1px solid white !important;
}
/* SLIDE PRODUCTOS */

.gallery-productos .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
.gallery-productos .swiper-slide {
      background-size: cover;
      background-position: center;
    }
.gallery-productos .gallery-top {
      height: 80%;
      width: 100%;
    }
.gallery-productos .gallery-thumbs {
      height: 150px;
      width:auto;
      box-sizing: border-box;
      padding: 10px 0;
    }
.gallery-productos .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
.gallery-productos .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    /* MODIFICACIONES 08-04-2019 */
.dataTables_wrapper{width:100%}
ul.rrss-top{float:right}
.line-red-title-sections-home h2{
	border: 1px solid #be1120;
	color: #000000;
	background: #fff
}
.catalog-grid .box-catalog .box-empresas{
    height: 288px;
    display: block;
}
@media (max-width: 1440px){
.catalog-grid .box-catalog .box-empresas{
    height: 268px;
}
}
@media (max-width: 1440px){
.catalog-grid .box-catalog .box-empresas{
    height: 268px;
}
}
@media (max-width: 1280px){
.catalog-grid .box-catalog .box-empresas{
    height: 240px;
}
}
@media (max-width: 1124px){
.catalog-grid .box-catalog .box-empresas{
    height: 200px;
}
}
@media (max-width: 768px){
.catalog-grid .box-catalog .box-empresas{
    height: 180px;
}
}
/*PAGE CANON EN EL MUNDO*/
.canon-en-el-mundo ul { width: 21%; float: left; }
.canon-en-el-mundo ul li { list-style-type: disc; color: red; }
.canon-en-el-mundo ul li a { color: #337ab7 !important; }
.canon-en-el-mundo p { width: 100%; display: flex; }
.canon-en-el-mundo div { padding-left: 20px; }
@media (max-width: 768px) { .canon-en-el-mundo ul li a { font-size: 12px; } }


/*PAGE SERVICIO TÉCNICO*/
.serv-tecnico .bloque-1 { color: white;background-color: rgb(204, 0, 0);padding: 10px 20px; }
.serv-tecnico .bloque-1 strong.titulo-bloque1 { font-size: 19px;  }
.serv-tecnico .bloque-2 strong.titulo-bloque2 { font-size: 19px; color:rgb(204, 0, 0); }
.serv-tecnico .bloque-2 ul { padding-left: 5%; }
.serv-tecnico .bloque-2 ul li { list-style-type: disc; }
.serv-tecnico .horarios-atencion div { border: 1px solid #d6d6d6; margin: 0% 28% 1% 28%; }
.serv-tecnico .horarios-atencion div strong { color:rgb(204, 0, 0); }


/*PAGE APLICACIONES MÓVILES*/
.tab-table .bg-tabs { padding-top: 1%; background: none; }
.tab-table .bg-tabs .tab-item button { margin-bottom: 0; }
.tab-table .content-tabs { border: solid 1px gray; background: none; }
.tab-table .content-tabs > div { padding: 2rem 9em 2em 9em; }
.tab-table .content-tabs > div table { width: 100% !important; }
.tab-table .content-tabs > div table td { width: 50% !important; }
.tab-table .content-tabs > div table td img { width: auto !important;}

/*PAGE PRODUCT DETAIL*/
.modal-prod .six-col{width:50%; float: left}
.tab-table .content-tabs.tabs-products-content > div { padding: 2rem 0 2em 0; }
.tabs-products-content select {width:100%}
.tabs-products-content .form-item, .form-actions{
    margin: 0
}
.ver-mas-noticias {
    float: right;
}

fieldset.captcha .fieldset-description {
    display: none;
}

a.button-primary-prod {
    background-color: #be1120 !important;
    color: #fff !important;
}

a.button-primary-prod:hover {
    background-color: transparent !important;
    color: #be1120 !important;
}

/*BOTON SUBIR*/
.contenedor{
  width:90px;
  height:240px;
  position:absolute;
  right:0px;
  bottom:0px;
}
.contenedor .botonF1{
  width:45px;
  height:45px;
  border-radius:100%;
  background:#9a9a9a;
  right:0;
  bottom:0;
  position:fixed;
  margin-right:16px;
  margin-bottom:8px;
  border:none;
  outline:none;
  color:#FFF;
  font-size:36px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;  
  text-align: center;
  text-decoration: none;
  opacity: 0.7;
  display: none;
}
.contenedor .botonF1:hover{
    opacity: 1;
}
.contenedor .botonF1 img{
    width: 56%;
    padding-bottom: 7px;
}
@media (max-width: 768px) {
    .contenedor .botonF1{
        width:30px;
        height:30px;
    }
    
    .contenedor .botonF1 img {
        width: 14px;
        padding-bottom: 20px;
    }
}
/*FIN BOTON SUBIR*/

.slide-product .gallery-top .swiper-slide{
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}

.hide-mobile { display: block; }
.hide-desktop { display: none !important; }

h1.title-comunicado, h1.title-news { padding-top: 3%; }

@media (max-width: 768px) {
    .hide-mobile { display: none !important; }
    .hide-desktop { display: block !important; }
    h1.title-comunicado, h1.title-news { font-size: 26px; }
    .listado-comunicados a div.one { width: 5.66666666667%; }
    .listado-comunicados a div.nine { width: 81%; font-size: 14px; line-height: 1.8rem; }
    .listado-comunicados a div.two { width: 13.3333333333%; font-size: 14px; }
}

div.btn-volver { text-align: center; }
div.btn-volver a { padding: 10px 50px !important; }

/*PAGE INTERIOR HOME*/

.page-interior-home .title-section{
    margin-bottom:20px
}
.page-interior-home .card-interior{
    width: 100%;
    margin-bottom: 40px;
    min-height: 220px;
}
.page-interior-home .title-interior{
    width: 100%;
    background: #898989;
    color: #fff;
    padding: 10px 15px
}
.page-interior-home .title-interior h5{
    margin: 0;
    font-size: 1.8rem;
}
.page-interior-home .text-interior{
    width: 100%;
    background: #bfbfbf;
    color: #333;
    padding: 10px 10px;
    min-height: 334px;
}
.page-interior-home .box-text{
    float: left;
    width: 50%;
    /*max-height: 630px*/
}

.page-interior-home .box-text .text-interior h6{
    color: #222;
    font-weight: bold;
    margin: 0
}
.page-interior-home .text-interior p{
    color: #444;
    font-weight: 100;
    font-family: poppinsregular;
    font-size: 14px;
    max-height: 244px;
    overflow-y: auto;
    padding: 0 15px;
}

.page-interior-home .text-interior p:first-child {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 1rem;
    overflow: hidden;
}
.page-interior-home .img-interior{
    float: left;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
    max-height: 500px;
    min-height: 318px;
}
.page-interior-home .img-interior-side{
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    max-height:380px;
}
.card-text-img{
    display: flex;
    text-decoration: none !important;
}
.card-text-img .box-1{
    order: 1;
    -webkit-order: 1;
}
.card-text-img .box-2{
    order: 2;
    -webkit-order: 2;
}
/* Estilos del contenedor */
.text-interior {
    /*padding: 1rem 1.5rem;
    width: 300px;
    height: 400px;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);*/
    /*color: #333;*/
    font-family: sans-serif;
    text-align: justify;
    line-height: 1.3;
    overflow: auto;
  }
  
  .text-interior p:not(:last-child) {
    margin-bottom: 1rem;
  }
  
  /* Tamaño del scroll */
  .text-interior::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
   /* Estilos barra (thumb) de scroll */
  .text-interior::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
  
  .text-interior::-webkit-scrollbar-thumb:active {
    background-color: #999999;
  }
  
  .text-interior::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  
   /* Estilos track de scroll */
  .text-interior::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
  }
  
  .text-interior::-webkit-scrollbar-track:hover, 
  .text-interior::-webkit-scrollbar-track:active {
    background: #d4d4d4;
  }
/*PAGE INTERIOR HOME 2*/

.page-interior-home-2 .title-section{
  margin-bottom:20px
}
.page-interior-home-2 .w-6{
    width: 48%;
    float: left;
}
.page-interior-home-2 .m-left{
    margin-left: 2%;
}
.page-interior-home-2 .m-right{
    margin-right: 2%;
}
.page-interior-home-2 .card-box-content a{
    text-decoration: none
}
.page-interior-home-2 .text-card-box{
    margin-bottom: 2rem
}
.page-interior-home-2 .text-card-box .text-card-title h6{
    color: #222;
    font-weight: bold;
    margin: 5px 0
}
.page-interior-home-2 .text-card-box .text-card-title::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 20%;
    background-color: #222;
    transform: translateX(-50%);
}
.page-interior-home-2 .text-card-box .text-card-title span{
    color: #aaa;
    font-weight: lighter;
    margin: 10px 0 0;
    font-size:14px
}
.page-interior-home-2 .text-card-box .text-card-text p{
    color: #444;
    font-weight: 100;
    font-family: poppinsregular;
    font-size: 14px;
    max-height: 244px;
    overflow-y: auto;
    padding: 0;
       overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

/*.page-interior-home-2 .text-card-box .text-card-text p:first-child {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 1rem;
    overflow: hidden;
}*/
.page-interior-home-2 .text-card-box .text-card-text .ic-plus{
    right: 0;
    float: right;
    padding: 0 0 15px;
}
.page-interior-home-2 a .ic-plus {
    color: #555;
}
.page-interior-home-2 .img-card{
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
    max-height: 500px;
    min-height: 250px;
}
.page-interior-home-2 .img-card.height-align {
    height: 300px;
}
.page-interior-home-2 .img-card.first-img{
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
    max-height: 500px;
    min-height: 350px;
}
.page-interior-home-2 .img-card-side{
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    max-height:280px;
}
.page-interior-home-2 .card-h .text-card-box .text-card-title h6{
    color: #222;
    font-weight: bold;
    margin: 5px 0;
    text-align: center;
}
.page-interior-home-2 .card-h .img-card-h{
    float: left;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    max-height:400px;
}
.page-interior-home-2 .card-h .text-card-box{
    float: left;
    width: 50%;
    padding: 20px;
}
.page-interior-home-2 .card-box-content .card-link .video-externo {
    height: 300px;
}
/*MODAL*/

.modal-window {
    position: fixed;
    background-color: rgba(95, 94, 94, 0.77);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  .modal-window:target {
    opacity: 1;
    pointer-events: auto;
  }
  .modal-window > div {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 2em 2rem;
    background: #ffffff;
    border-top: 2px solid #be1120;
    height: fut-content;
  }
  .modal-window .card-box-content .img-card{
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    height: 250px;
  }
  .modal-window .card-box-content .card-link .video-externo {
    height: 300px;
}
  .modal-window .text-card-text{
    overflow: inherit;
    height: auto;
    overflow: initial;
    /* margin: 5px; */
    padding: 0 10px 0 0;
  }
  .modal-window .text-card-text p{
    font-size: 1rem;
  }
  .modal-window .text-card-text p:first-child {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: .5rem;
    overflow: hidden;
}
.modal-window .text-card-box .text-card-text p{
    text-overflow: initial;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
}
.modal-window .bar-color{
    background: #be1120;
    height: 40px;
}
  .modal-close {
    color: #aaa;
    line-height: 33px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    text-decoration: none;
  }
  .modal-close:hover {
    color: black;
  }
  .modal-window div:not(:last-of-type) {
    margin-bottom: 5px;
  }


/*FIN MODAL*/

@media (max-width: 1024px) {
    .modal-window > div {
        width: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        padding: 0 2em 2rem;
        background: #ffffff;
        border-top: 2px solid #be1120;
        height: calc(90vh);
      }
      .modal-window .text-card-text{
        overflow: hidden;
        height: 150px;
        overflow: scroll;
        /* margin: 5px; */
        padding: 0 10px 0 0;
      }

}


@media (max-width: 768px) {
.canon-en-el-mundo ul {
    width: 50%;
    float: left;
}
.video-list li a .icon {
    float: left;
    margin: 0 15px 10px 0;
    width: 100%;
    background-size: 23%;
    background-repeat: no-repeat;
}

/*PAGE INTERIOR HOME 2*/
.modal-window > div {
    width: 90%;
    padding: 0 1em 2rem;
    -webkit-transform: translate(-50%, -48%);
            transform: translate(-50%, -48%);
  }
.modal-window .text-card-box .text-card-text p:first-child {
    font-size: 1rem;
}
.modal-window .text-card-text {
    overflow: hidden;
    height: 200px;
    overflow: scroll;
    margin-bottom: 2rem;
    padding: 0 10px 0 0;
}
.modal-window .card-box-content .img-card {
    min-height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}
.page-interior-home-2{
    padding: 0 10px;
}
.page-interior-home-2 .w-6{
    width: 100%;
    float: left;
}
.page-interior-home-2 .card-h .img-card-h{
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    max-height:400px;
}
.page-interior-home-2 .card-h .text-card-box{
    float: left;
    width: 100%;
    padding: 20px;
}
/*FIN PAGE INTERIOR HOME 2*/
    .page-interior-home .img-interior {
        width: 100%;
        height: 251px;
    }
    .page-interior-home .img-interior-side {
        width: 100%;
        height: 251px;
    }
    .page-interior-home .box-text {
        width: 100%;
    }
    .card-text-img {
    	flex-direction: column;
    }
    .card-text-img .box-1{
    	order: 2;
    	-webkit-order: 2;
    }
    .card-text-img .box-2{
    	order: 1;
    	-webkit-order: 1;
    }
}
/*FIN PAGE INTERIOR HOME*/

.anclaje-productos-niv1 { margin-bottom: 0; }

@media (max-width: 375px) {
    .button.anclaje-productos-niv0, 
    .button.anclaje-productos-niv1 {
        font-size: 7px;
    }
.title-news h2:first-child {
    background-color: #be1120;
    width: 60%!important;
    position: relative;
}

.title-news h2:last-child {
    background-color: #6f6f6f;
    width: 40%;
    padding-left: 35px;
}
.title-news h2:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-top: 45px solid #be1120 !important;
    border-right: 40px solid transparent;
}
}