/** 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: 'Myriad Pro';
    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: 'Myriad Pro';
    text-align: center;
    margin-bottom: 20px;
}
.noticias .grid {
    margin: 0 100px 50px 100px;
}
.noticias .noticia {
    background-color: #e7e7e7;
    font-family: 'Lato';
    color: #464646;
    margin-bottom: 15px;
    position: relative;
}
.noticias .noticia .img img {
    width: 100%;
}
.noticias .noticia .content {
    padding: 15px;
}
.noticias .noticia .titulo {
    color: #ed1c24;
    font-size: 18px;
    margin-bottom: 10px;
}
.noticias .noticia .fecha {
    text-align: right;
    font-style: italic;
}
.noticias .noticia .panel-footer {
    background-color: #ed1c24;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.noticias .noticia a {
    color: #ed1c24;
}

.noticias .noticia .texto {
    padding-bottom: 50px;
}

.noticias .noticia .panel-footer a {
    color: #fff;
}

.noticias .noticia .mas-info {
    float: right;
}

.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: #e7e7e7;
    display: block;
    text-align: center;
    padding: 10px;
    color: #464646;
    font-family: 'Lato Bold';
    height:40px;
    border-radius: 10px;
    
}

.noticias a.bot-noticias-home:hover {
    text-decoration: none;
    background-color: #464646;
    color: #fff;
}

@media (max-width: 992px) {
    .noticias .grid {
        margin: 0 40px 40px 40px;
    }
}

@media (max-width: 768px) {
    .noticias .grid {
        margin: 0 20px 20px 20px;
    }
}

/** SECTION: Video **/

.section-video {
    background-color: #000;
    padding: 40px;
    font-family: 'Myriad Pro';
    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: #1e1e1e;
    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 {
    background-color:  #ed1c24;
    font-size: 30px;
    color: #fff;
    padding: 0;
    text-align: center;
    margin-top: 15px;
    font-family: 'DendaNew Light'
}


.sectores{
    padding: 20px 5%;
}

.sectores .cat {
    padding: 10px;
}

.sectores .cat h3 {
    font-size: 18px;
    padding: 0px 0;
    margin: 5px 0 0 10px;
    font-family: 'Lato Semibold'
}

@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: 'Myriad Pro';
    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 {
    background-color: #e4e4e4;
    padding: 40px 15%;
}

.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;
    padding-top: 15px;
}
.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;
}
