/** SECTION: Sectores **/

.sectores .col-33 {
    float: left;
    width: 33%;
    border: 1px solid #fff
}

.sectores .col-34 {
    float: left;
    width: 34%;
    border: 1px solid #fff
}

.sectores .col-50 {
    float: left;
    width: 50%;
    border: 1px solid #fff
}

/** SECTION: Podemos ayudarte **/

.podemos-ayudarte {
    background-color: #ed1c24;
    color: #fff;
    font-family: 'OpticSans';
    display: flex;
}

    .podemos-ayudarte .bloque {
        padding: 10px 20px;
        height: 100%;
        flex-direction: column;
    }

    .podemos-ayudarte .content-bloque1 {
        position: relative;
        top: 30%;
        /** transform: translateY(-50%);**/
    }

    .podemos-ayudarte .rojo {
        background-color: #ed1c24;
    }

    .podemos-ayudarte .rojo2 {
        background-color: #ed1c24;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }

        .podemos-ayudarte .rojo2:hover {
            background-color: #f03e45;
            cursor: pointer;
        }

    .podemos-ayudarte .rojo3 {
        background-color: #ed1c24;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }

        .podemos-ayudarte .rojo3:hover {
            background-color: #f26166;
            cursor: pointer;
        }

    .podemos-ayudarte .rojo4 {
        background-color: #ed1c24;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }

        .podemos-ayudarte .rojo4:hover {
            background-color: #f4777c;
            cursor: pointer;
        }

    .podemos-ayudarte .rojo5 {
        background-color: #ed1c24;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }

        .podemos-ayudarte .rojo5:hover {
            background-color: #f49195;
            cursor: pointer;
        }

    .podemos-ayudarte .tit {
        font-size: 20px;
    }

    .podemos-ayudarte .tit1 {
        font-size: 23px;
        text-align: right;
    }

@media (max-width: 992px) {
    .podemos-ayudarte {
        display: block;
    }

        .podemos-ayudarte .content-bloque1 {
            position: inherit;
        }

        .podemos-ayudarte .tit1 {
            padding: 20px 0 20px 0;
            font-size: 28px;
            text-align: center;
        }
}

.podemos-ayudarte a {
    color: #fff;
}

.podemos-ayudarte .img {
}

.podemos-ayudarte .text {
    font-style: italic;
    font-size: 16px;
}

/** SECTION: Noticias **/

.noticias {
    padding-top: 20px;
}

    .noticias h2 {
        font-family: 'OpticSans';
        text-align: center;
        margin-bottom: 20px;
    }

    .noticias .grid {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1398px;
        margin-bottom: 50px;
    }

    .noticias .noticia {
        background-color: #e7e7e7;
        font-family: 'OpticSans Book';
        font-size: 18px;
        color: #2B2B2F;
        position: relative;
        margin-bottom: 20px;
        max-width: 466px;
    }

        .noticias .noticia .img img {
            width: 100%;
        }

        .noticias .noticia .content {
            padding-top: 20px;
            padding-left: 40px;
            padding-right: 40px;
            background-color: #fff;
        }

        .noticias .noticia .titulo {
            color: #2B2B2F;
            font-family: "OpticSans";
            margin-bottom: 18px;
        }

        .noticias .noticia .fecha {
            text-align: right;
            font-style: italic;
        }

        .noticias .noticia .panel-footer {
            background-color: #fff;
            position: absolute;
            bottom: 0;
            width: 100%;
            border-top: none;
        }

        .noticias .noticia a {
            text-decoration: none;
        }

        .noticias .noticia .texto {
            padding-bottom: 50px;
        }

        .noticias .noticia .panel-footer a {
            color: #fff;
        }

        .noticias .noticia .mas-info {
            float: right;
        }

        .noticias .noticia .conoce-mas {
            float: left;
            padding: 5px 15px;
            margin-left: 25px;
            font-weight: bold;
        }

        .noticias .noticia .panel-footer .social {
            float: right;
        }

        .noticias .noticia .panel-footer ul {
            list-style: none;
        }

            .noticias .noticia .panel-footer ul li {
                float: left;
                margin-left: 10px;
            }

    .noticias .bot-noticias-home {
        background-color: #CC0000;
        display: block;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-family: 'OpticSans';
        height: 40px;
    }

    .noticias a.bot-noticias-home:hover {
        text-decoration: none;
        background-color: #CC0000;
        color: #fff;
    }

.bot-rojo-home {
    background-color: #CC0000;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: 'OpticSans';
    font-size: 18px;
}

    .bot-rojo-home:hover {
        text-decoration: none;
        background-color: #CC0000;
        color: #fff;
    }

@media (max-width: 992px) {
    .noticias .grid {
        /*margin: 0 40px 40px 40px;*/
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .noticias .grid {
        /*margin: 0 20px 20px 20px;*/
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 20px;
    }
}

/** SECTION: Video **/

.section-video {
    background-color: #000;
    padding: 40px;
    font-family: 'OpticSans';
    font-size: 16px;
}

    .section-video .col-texto {
        height: 100%;
    }

    .section-video .texto-video {
        padding: 20px 50px;
        margin-top: 10%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }

    .section-video h2 {
        text-transform: uppercase;
        color: #ed1c24;
    }

    .section-video .video {
        border: 1px solid #ed1c24;
    }

        .section-video .video video {
            width: 100%;
        }

        .section-video .video img {
            width: 100%;
        }

@media (max-width: 992px) {
    .section-video {
        display: block;
    }

        .section-video .texto-video {
            position: inherit;
            top: 0%;
            transform: translateY(0%);
        }
}

/** SECTION: Accesorios y consumibles **/

.accesorios-consumibles {
    background-color: #e4e4e4;
}

/** SECTION: Promo documental **/
.promo-documental {
    background-color: #fff;
    text-align: center;
    padding: 10px;
}

    .promo-documental .col-promo {
        border-right: 10px solid #ed1c24;
    }

@media (max-width: 992px) {
    .promo-documental .col-text {
        margin-bottom: 10px;
    }

    .promo-documental .col-video {
    }

    .promo-documental .col-text img {
        float: none !important;
        border-bottom: 2px solid #ed1c24;
    }

    .promo-documental .col-video img {
        float: none !important;
    }
}

.promo-documental img {
    margin: auto;
}

/** SECTION: Gamas **/

.tit-rojo-bloque-home {
    font-size: 30px;
    color: #000;
    padding: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: 'OpticSans'
}


.sectores {
    /*padding: 20px 5%;*/
    width:100%;
}

    .sectores .cat {
        padding: 10px;
    }

        .sectores .cat h3 {
            font-size: 18px;
            padding: 0px 0;
            margin: 5px 0 0 10px;
            font-family: 'OpticSans Bold'
        }

@media (max-width: 1200px) {
    .sectores .cat h3 {
        font-size: 14px;
    }
}

.sectores .img-banner {
    margin: 0 auto;
}

/** SECTION: Sobre Canon **/
.sobre-canon {
    background-image: url(../img/home/edificios-canon.jpg);
    background-size: cover;
}

    .sobre-canon h2 {
        font-family: 'OpticSans';
        text-transform: uppercase;
    }

    .sobre-canon p {
        font-style: italic;
    }

    .sobre-canon .block-1 {
        /*background-color: rgba(255,255,255,0.6);*/
        padding: 80px 100px;
    }

    .sobre-canon .block-2 {
        /*background-color: rgba(0,0,0,0.3);*/
        padding: 80px 15%;
        text-align: right;
        color: #444;
    }

@media (max-width: 1200px) {
    .sobre-canon .block-2 {
        padding: 80px 5%;
    }

    .sobre-canon {
        background-position: right;
    }
}



/** SECTION: Accesos rápidos **/

.accesos-rapidos {
    text-align: center;
}

    .accesos-rapidos .grupo-accesos {
        margin: auto;
        display: inline-block;
    }

    .accesos-rapidos .acceso {
        text-transform: uppercase;
        float: left;
        display: table;
        padding: 10px 20px;
    }

        .accesos-rapidos .acceso .vertical-aligned {
            display: table-cell;
        }

        .accesos-rapidos .acceso a {
            color: #333333;
        }

            .accesos-rapidos .acceso a:hover {
                text-decoration: none;
            }

.accesos-sites {
    padding: 40px 15%;
    margin-top: 40px;
    margin-bottom: 30px;
}

    .accesos-sites .acceso {
        display: inline-block;
        position: relative;
        margin-left: -15px;
        margin-right: 15px;
        overflow: hidden;
        padding: 0;
    }

    .accesos-sites .row {
        margin-left: 0;
        margin-right: 0;
    }

    .accesos-sites .acceso:hover:after {
        font-family: 'FontAwesome';
        content: "\f055";
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        color: #404040;
        padding-top: 25%;
        padding-left: 45%;
        font-size: 350%;
        background-color: rgba(202,202,202,0.7);
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .accesos-sites img {
        width: 100%;
    }


/** SECTION: Contacto **/

.contacto-section {
    background-color: #252525;
}

    .contacto-section h2 {
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 0;
        margin: 0 auto 15px auto;
    }

    .contacto-section .map {
        height: 500px
    }

.mapa-home {
    height: 500px;
    background-image: url(../img/mapa-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.negocios-map .map {
    border-radius: 5px;
    margin: 10px 10px 10px 0;
}

.negocios-map img {
    width: 100%;
}

.negocios-map .img {
    position: relative;
    margin-right: -15px;
}

    .negocios-map .img .block-1 {
        background-color: rgba(255,255,255,0.6);
        top: 160px;
        padding: 80px 30px;
        position: absolute;
    }

.contacto-section .address {
    color: #fff;
    text-align: center;
    background-color: #414141;
    padding: 25px 0;
}

.contacto-section .form {
    background-image: url(../img/home/fondo-form.jpg);
    background-size: cover;
    padding: 30px 10%;
}

    .contacto-section .form.form-negocios {
        background-image: url(../img/home/fondo-form-negocios.jpg);
    }

.contacto-section .text {
    color: #fff;
    text-align: center;
}

.contacto-section .content-form {
    margin: 0 20%;
    text-align: center;
}

.contacto-section input.form-control, .contacto-section textarea.form-control {
    border: 1px solid #8e8e8e;
    border-radius: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 30px;
    text-align: center;
    color: #fff;
}

.contacto-section label {
    text-align: center;
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 10px;
}

.contact-section #g-recaptcha {
    transform: scale(0.5);
    transform-origin: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden;
}

.contacto-section .form-control::-moz-placeholder {
    text-align: center !important;
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 12px;
}

.contacto-section .form-control:-moz-placeholder {
    text-align: center !important;
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 12px;
}

.contacto-section .form-control::-webkit-input-placeholder {
    text-align: center !important;
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 12px;
}

.contacto-section .form-control:-ms-input-placeholder {
    text-align: center !important;
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 12px;
}

.contacto-section textarea.form-control::-webkit-input-placeholder {
    text-align: left !important;
    color: #fff;
    font-size: 12px;
    text-transform: none;
}

.contacto-section .enviar {
    background-color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    border: none;
    display: inline-block;
}

.donde-comprar .panel-group .panel-heading {
    text-align: center;
    text-transform: uppercase;
}

    .donde-comprar .panel-group .panel-heading.active {
        background-color: #ed1c24;
        color: #fff;
    }

    .donde-comprar .panel-group .panel-heading.collapsed {
        background-color: #e4e4e4;
        color: #333333;
    }

    .donde-comprar .panel-group .panel-heading .panel-title {
        font-size: 20px;
        padding: 10px;
        cursor: pointer;
    }

    .donde-comprar .panel-group .panel-heading.active .panel-title .fa:before {
        content: "\f146";
        margin-left: 10px;
    }

    .donde-comprar .panel-group .panel-heading .panel-title a:hover,
    .donde-comprar .panel-group .panel-heading .panel-title a:hover {
        text-decoration: none;
    }

    .donde-comprar .panel-group .panel-heading .panel-title .fa:before {
        content: "\f0fe";
        margin-left: 10px;
    }

.donde-comprar .panel-default {
    border: none;
}

    .donde-comprar .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

.donde-comprar .owl-carousel {
    max-width: 1180px;
    margin: auto;
    position: relative;
}

    .donde-comprar .owl-carousel .owl-nav {
        position: absolute;
        top: 45%;
        width: 100%;
        font-size: 24px;
    }

    .donde-comprar .owl-carousel .item-destacado {
        /*width: 273px;*/
        padding: 18px;
        text-align: center;
    }

    .donde-comprar .owl-carousel .owl-nav .owl-prev {
        float: left;
        margin-left: -30px;
    }

    .donde-comprar .owl-carousel .owl-nav .owl-next {
        float: right;
        margin-right: -30px;
    }

.donde-comprar h2 {
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
}

    .donde-comprar h2 strong {
        color: #ed1c24;
    }

.donde-comprar h3 {
    text-align: center;
    margin-bottom: 20px;
}

.donde-comprar table th {
    background: #333;
    color: #fff;
}

.donde-comprar .item-destacado {
    text-align: center;
}

    .donde-comprar .item-destacado .name {
        background: #333;
        color: #fff;
        padding: 5px 0;
    }

.accesorios-consumibles {
    padding-bottom: 20px;
}

    .accesorios-consumibles .menu-accesorios {
        padding-top: 30px;
        text-align: center;
        border-bottom: 2px solid #333;
    }

        .accesorios-consumibles .menu-accesorios li {
            display: inline-block;
            margin-right: 25px;
            line-height: 20px;
            padding: 15px 0;
            cursor: pointer;
        }

        .accesorios-consumibles .menu-accesorios ul a {
            color: #000;
            text-transform: uppercase;
            font-size: 18px;
        }

            .accesorios-consumibles .menu-accesorios ul a:hover {
                text-decoration: none;
            }

        .accesorios-consumibles .menu-accesorios ul li:hover, .accesorios-consumibles .menu-accesorios ul li.active {
            border-bottom: 5px solid #ed1c24;
            padding-bottom: 10px;
        }

    .accesorios-consumibles .tab-content img {
        border: 1px solid #555;
    }

    .accesorios-consumibles .tab-content {
        margin-top: 30px;
    }

        .accesorios-consumibles .tab-content .tit {
            text-align: center;
            text-transform: uppercase;
            padding: 10px 0;
            font-size: 18px;
        }

        .accesorios-consumibles .tab-content ul {
            margin-left: 30px;
        }

        .accesorios-consumibles .tab-content li {
            list-style: disc;
            text-transform: uppercase;
            font-size: 11px;
            padding: 5px;
        }

    .accesorios-consumibles li a {
        color: #000;
    }

/* Canon negocios */

section.negocios-lineas {
    padding: 20px 5%;
}

    section.negocios-lineas h1 {
        margin-bottom: 20px;
    }

    section.negocios-lineas .tit-cat {
        font-weight: bold;
        font-size: 22px;
        margin: 20px 0 15px 0;
    }

    section.negocios-lineas .btn {
        border-radius: 0;
        padding: 10px 40px;
        margin-top: 10px;
    }

section.negocios-drivers {
    padding: 20px 0 20px 5%;
    background-color: #f2f2f2;
    background-image: url('/assets/img/negocios/fondo-drivers.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40%;
    min-height: 650px;
}

    section.negocios-drivers .fondo-drivers {
        text-align: right;
    }

        section.negocios-drivers .fondo-drivers img {
            max-width: 60%;
            opacity: 0.5;
        }

    section.negocios-drivers .textos {
        /*position: absolute;
    z-index: 2;
    max-width: 500px;*/
    }

        section.negocios-drivers .textos .tit {
            font-size: 36px;
            line-height: 40px;
            margin-top: 40px;
            margin-bottom: 40px;
        }

        section.negocios-drivers .textos .sub-tit {
            font-size: 24px;
            color: #ed1c24;
            margin-bottom: 20px;
        }

    section.negocios-drivers li {
        text-align: center;
        padding: 10px 20px;
    }

        section.negocios-drivers li a {
            color: #333;
        }

        section.negocios-drivers li.active {
            background-color: #333;
            color: #fff;
        }

        section.negocios-drivers li .fa {
            font-size: 200%
        }

    section.negocios-drivers .nav-tabs > li.active > a {
        background-color: transparent;
        border: transparent;
    }

        section.negocios-drivers .nav-tabs > li.active > a, section.negocios-drivers .nav-tabs > li.active > a:focus, section.negocios-drivers .nav-tabs > li.active > a:hover {
            background-color: #333;
            color: #fff;
            border: transparent;
        }

    section.negocios-drivers .nav-tabs > li > a:focus, section.negocios-drivers .nav-tabs > li > a:hover {
        background-color: transparent;
        border: transparent;
    }

    section.negocios-drivers .tab-content {
        padding: 20px;
        background: rgba(255,255,255,0.7);
    }

@media (max-width: 992px) {
    section.negocios-drivers .fondo-drivers img {
        opacity: 0.5;
    }

    section.negocios-drivers .textos .tit {
        font-size: 26px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section.negocios-drivers .textos .sub-tit {
        font-size: 16px;
        margin-bottom: 20px;
    }

    section.negocios-drivers .textos .text {
        font-size: 12px;
    }

    section.negocios-drivers {
        min-height: 300px;
    }
}





section.negocios-drivers .textos .tit .red {
    color: #ed1c24;
}

section.negocios-drivers .form-control {
    border-radius: 0;
}

section.negocios-drivers .input-group-addon {
    background-color: #ed1c24;
    color: #fff;
    border-radius: 0;
}

section.negocios-eventos {
    /*padding: 20px 5%;*/
    background-color: #f2f2f2;
}


    section.negocios-eventos h1 {
        margin-bottom: 40px;
    }

    section.negocios-eventos .event-content {
        background-color: #fff;
        padding: 20px;
    }

        section.negocios-eventos .event-content .tit {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        section.negocios-eventos .event-content .fecha {
            color: #ed1c24;
            font-size: 12px;
        }

        section.negocios-eventos .event-content .lugar {
            font-weight: bold;
        }

        section.negocios-eventos .event-content .text {
            margin-top: 10px;
        }

        section.negocios-eventos .event-content a.mas-info {
            color: #ed1c24;
            margin-top: 30px;
            display: block;
        }

            section.negocios-eventos .event-content a.mas-info:hover {
                text-decoration: none;
            }

/*Sección recomendaciones para ti*/

.pics img {
    margin-top: 5px;
    margin-bottom: 5px;
    /*margin: 20px;
    padding: 3px;
    outline: 2px solid #DDD;
    border: #a1a1a1;
    float: left;*/
    -webkit-transition: margin 0.2s ease-out;
    -moz-transition: margin 0.2s ease-out;
    -o-transition: margin 0.2s ease-out;
}

    .pics img:hover {
        cursor: pointer;
        margin-top: 0px;
        margin-bottom: 10px;
    }

/*.pics {
    position: relative;
}

.img-fluid {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    text-align: center;
}

.pics:hover .img-fluid {
    opacity: 0.3;
}

.pics:hover .middle {
    opacity: 1;
}

.text {
    background-color: #2B2B2F;
    color: white;
    padding: 8px 16px;
    min-width: 237px;
}*/
