
/**
 * Generado: 2025-10-17 18:12:36
 **/
/*colores base-----------------------*/

/*
gris claro : #f2f4f3
gris medio + claro : #e4e4e4
gris medio claro : #DDD
gris medio oscuro : #A0A0A0
amarillo : #ffe600
*/
:root {

/** --  colores globales -- */
   --global-col-grisclaro: #f2f4f3;
   --global-col-gris-medio-mas-claro : #e4e4e4;
   --global-col-gris-medio-claro: #ddd;
   --global-col-gris-medio-oscuro: #a0a0a0;
   --global-col-gris-oscuro: #7A7879; /** #504E51 */
   --global-col-amarillo-tit: #ffe600;
   --global-col-amarillo: #f8ea18;
   --global-col-blanco: #fff;
   --global-col-negro: #000;
   --global-col-gris-3: #333;
   --global-col-gris-6: #666;
   --global-col-gris-9: #999;
   --global-col-gris-A: #AAA;
   --global-col-gris-B: #BBB;
   --global-col-gris-C: #CCC;
   --global-col-gris-muy-claro: #f3f3f3;

     
   --colbkghead:var(--global-col-amarillo);
   --colsubmnu: #000;
   --colbkgdivutil:var(--global-col-gris-muy-claro);

/*
  --global-margin:5px;
  --global-margin-x2:10px;
  --gminwid:800px;
  --gmaxwid:1440px;
  --gsbarwid:17px;
  --imgprwdim:100px;
  --mediasep:4px;
  --mediapad:5px;
  --colbkghov:#e9e9e9;
  --colbkgvis:#ccf;
  --colbkgvis:#66f;
  --colbkgvis:#9cf;
  --colbkgvis:#6cf;
  --colbkgvishov:#99f;
  --colbkgvishov:#39f;
  --colbkghea:#09c;
*/  
}


/*---- modificaciones bootstrap ----*/

.container {
    padding-right: 4px;
    padding-left: 4px;
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,
.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,
.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,
.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,
.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,
.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,
.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,
.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,
.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,
.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,
.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,
.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    padding-right: 4px;
    padding-left: 4px;
}
.row {
    margin-right: -4px;
    margin-left: -4px;
}
.cc_double-pdd {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .row.cc_row-double-pdd {
        margin-right: -24px;
        margin-left: -24px;
    }
}

.visible-xxs{
  display: none !important;
}

@media (max-width: 600px) {
  .visible-xxs {
    display: block !important;
  }
     .hidden-xxs {
    display: none !important;
  }
}

.nav-tabs > li > a {
    color: #adadad;
}




.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    bottom: -2px;
}
.input-group .form-control.input-lg:last-child {
    font-size: 15px;
}

textarea.form-control{
    margin-bottom: 10px;
    padding: 10px;
     border: 1px solid #ccc;
}

label {
    font-family: dinnextltprobold, robotobold, sans-serif;
    color: #adadad;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

.btn-primary.btn-lg {
    font-family: dinnextltproregular, robotoregular, sans-serif;
    padding: 13px 22px 7px;
    font-size: 26px;
}

.panel-default > .panel-heading {
    font-family: dinnextltproregular, robotoregular, sans-serif;
    padding: 10px 10px 5px;
    line-height: 1;
}
.panel-default {
    border: none;
}

.media {
    border: 1px solid #DDD;
    padding: 9px 5px 8px 5px;
    font-size: 13px;
    font-family: dinnextltprolight, robotolight, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
}
.media-body {
    padding-top: 5px;
}

.btn,
.form-control {
    border-radius: 0;
}
.panel-primary .panel-body {
    padding: 30px;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.0001) 0, rgba(255, 255, 255, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.0001)), to(rgba(255, 255, 255, 0.5)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.0001) 0, rgba(255, 255, 255, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0001) 0, rgba(255, 255, 255, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.0001)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=1);
    background-repeat: repeat-x;
}
/*---- fin modificaciones bootrap ----*/

/*---- FondoOscuro -----*/
.cc_darkBg {
    background: #505050;
    color: #888;
}
.cc_darkBg form * {
    background: transparent;
    border-color: #888;
    color: #adadad;
}
.cc_darkBg form .btn-primary {
    border: 2px solid var(--global-col-amarillo-tit);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--global-col-amarillo-tit);
}
.cc_darkBg form .btn-primary:hover,
.cc_darkBg form .btn-primary:focus,
.cc_darkBg form .btn-primary:active {
    background: transparent;
    box-shadow: 0 4px 7px -5px var(--global-col-amarillo-tit);
    outline: none;
}
/*---- Fin FondoOscuro -----*/
/*---- #cc_masterhead ----*/
#cc_masterhead {
    min-height: 181px;
    background: var(--global-col-amarillo-tit);
    NQoverflow-x: hidden;
}
#cc_masterhead .brand {
    padding: 0;
}
#cc_masterhead a.cc_logo {
    width: 255px;
    height: 45px;
    /* background: url(../img/logo.png) no-repeat top left; */
    background: url(/layout/lc2015df/sitedep/imagenes/logo.png) no-repeat top left;
    overflow: hidden;
    text-indent: -9999px;
    margin: 23px auto;
    display: block;
}
#cc_masterhead .cc_mininav {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#cc_masterhead .cc_mininav .nav-pills>li>a {
    border-right: 1px solid #A4951C;
    padding: 4px 15px 0px;
    border-radius: 0;
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #A4951C;
}
#cc_masterhead .cc_mininav .nav-pills>li:last-child a {
    border: none;
    padding-right: 0;
}
#cc_masterhead .cc_mininav .nav>li>a:hover,
#cc_masterhead .cc_mininav .nav>li>a:focus {
    background: none;
    text-decoration: underline;
    color: #777;
}
#cc_masterhead .cc_mininav .nav-pills>li.active>a,
#cc_masterhead .cc_mininav .nav-pills>li.active>a:hover,
#cc_masterhead .cc_mininav .nav-pills>li.active>a:focus {
    color: #777;
    background: none;
    color: #A4951C;
}
#cc_masterhead .cc_atencionalcliente {
    text-align: center;
    margin: 2px 0 0 0;
    border-top: 1px solid rgba(164, 149, 28, 0.12);
    padding: 10px 0 0 0;
    color: #777;
    float: left;
    width: 100%;
    clear: both;
}
#cc_masterhead .cc_atencionalcliente span.icon-phone {
    font-size: 47px;
    float: right;
    line-height: 0px;
    margin: 0 -25px 0 0;
    padding: 0;
    height: 41px;
    overflow: hidden;
}
#cc_masterhead .cc_atencionalcliente>div {
    text-align: left;
    float: none;
    display: inline-block;
}
#cc_masterhead .cc_atencionalcliente h6 {
    font-family: DINNextLTProRegular, robotoregular, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 2px 5px 0 0;
    letter-spacing: 0;
    float: none;
    width: auto;
    display: inline-block;
    line-height: 1;
}
#cc_masterhead .cc_atencionalcliente p {
    font-family: DINNextLTProBold, robotobold, sans-serif;
    font-size: 15px;
    float: none;
    width: auto;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
}
#cc_masterhead .navbar {
    min-height: 46px;
}
#cc_masterhead .navbar-default {
    background-color: #f2f4f3;
    border: none;
    margin-bottom: 0;
}
#cc_masterhead .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-family: DINNextLTProBold, robotobold, sans-serif;
    line-height: 1;
    padding-top: 18px;
    padding-bottom: 11px;
    font-size: 17px;
}
#cc_masterhead .navbar-default .navbar-nav>li.active>a {
    color: #e7e7e7;
    background-color: #777;
}
#cc_masterhead .navbar-form {
    margin-top: 6px;
    margin-bottom: 6px;
}
#cc_masterhead .input-group .btn {
    text-transform: uppercase;
    /* font-family: DINNextLTProRegular, robotolight, sans-serif; */
    padding: 6px 12px;
    line-height: 1;
    background: var(--global-col-amarillo-tit);
    border: none;
    color: #505050;
    border-left: none;
    font-size: 18px;
    margin-right: -1px;
    bottom: 0;
}
#cc_masterhead .input-group .form-control:first-child {
    background: transparent;
    border: none;
    box-shadow: none;
    padding-top: 6px;
    padding-bottom: 5px;
}
#cc_masterhead .navbar-form input:-moz-placeholder {
    color: #adadad !important;
}
#cc_masterhead .navbar-form input::-moz-placeholder {
    color: #adadad !important;
}
#cc_masterhead .navbar-form input:-ms-input-placeholder {
    color: #adadad !important;
}
#cc_masterhead .navbar-form input::-webkit-input-placeholder {
    color: #adadad !important;
}
#cc_masterhead .navbar-form input.placeholder {
    color: #adadad !important;
}
#cc_masterhead .input-group {
    border: 1px solid #CCC;
}
#cc_masterhead .cc_atencionalcliente span.icon-phone.hidden-sm {
    float: left;
    margin-right: -1px;
    font-size: 18px;
    height: initial;
    margin-top: 2px;
}
#cc_masterhead .brand {
    min-height: 135px;
}
@media (min-width: 768px) {
    #cc_masterhead a.cc_logo {
        margin: 45px 0 5px;
    }
    #cc_masterhead .cc_atencionalcliente {
        text-align: left;
        margin: 19px 0 10px 0;
        border: none;
    }
    #cc_masterhead .cc_atencionalcliente>div {
        text-align: right;
        float: right;
        display: block;
    }
    #cc_masterhead .cc_atencionalcliente h6 {
        font-style: italic;
        font-size: 17px;
        padding: 0;
        letter-spacing: 1px;
        display: block;
    }
    #cc_masterhead .cc_atencionalcliente p {
        font-size: 24px;
        display: block;
        display: block;
    }
    #cc_masterhead .navbar-form {
        width: 30%;
    }
    #cc_masterhead .navbar-form .input-group .input-group-addon,
    #cc_masterhead .navbar-form .input-group .input-group-btn {
        width: 1%;
    }
}
/*---- fin #cc_masterhead ----*/

/*---- #cc_footer ----*/

#cc_footer {
    background: #505050;
    padding: 30px 0 10px;
    margin-top: 20px;
    color: #f2f4f3;
}
#cc_footer a.cc_logo {
    width: 184px;
    height: 32px;
    /* background: url(../img/logo_foot.png) no-repeat top left; */
    background: url(/layout/lc2015df/sitedep/imagenes/logo_foot.png) no-repeat top left;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}
#cc_footer h4 {
    text-transform: uppercase;
    font-family: DINNextLTProLight, robotolight, sans-serif;
    color: var(--global-col-amarillo-tit);
    font-size: 14px;
    margin-bottom: 2px;
    letter-spacing: 0.04em;
}
#cc_footer p,
#cc_footer li,
#cc_footer li a {
    font-size: 12px;
    color: #f2f4f3;
    margin-bottom: 20px;
}
#cc_footer .cc_menu ul,
#cc_footer .cc_menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#cc_footer .cc_menu ul {
    border-top: 1px solid #777;
}
#cc_footer .cc_menu li {
    border-bottom: 1px solid #777;
    overflow: hidden;
}
#cc_footer .cc_menu {
    font-family: DINNextLTProLight, robotolight, sans-serif;
    color: var(--global-col-amarillo-tit);
    text-transform: uppercase;
    padding: 30px 0 20px 0;
    text-align: center;
}
#cc_footer .cc_menu li a,
#cc_footer .cc_menu li a:focus {
    color: var(--global-col-amarillo-tit);
    font-size: 14px;
    line-height: 3;
    letter-spacing: 0.04em;
    display: block;
    margin: 0 0 -4px 0;
    text-decoration: none;
}
#cc_footer .cc_menu li a:hover {
    text-decoration: none;
    background-color: #444;
}
#cc_footer .cc_atencionalcliente {
    position: relative;
}
#cc_footer .cc_atencionalcliente span.icon-phone {
    font-size: 19px;
    float: left;
    line-height: 0px;
    margin: 6px -14px 0 0;
    padding: 0;
    height: 25px;
    overflow: hidden;
    color: var(--global-col-amarillo-tit);
}
#cc_footer .cc_atencionalcliente>div {
    text-align: left;
    float: none;
    display: block;
    margin: 0 auto;
    width: 267px;
}
#cc_footer .cc_atencionalcliente h6 {
    font-family: DINNextLTProRegular, robotoregular, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 2px 5px 0 0;
    letter-spacing: 0;
    float: none;
    width: auto;
    display: inline-block;
    line-height: 1;
    color: var(--global-col-amarillo-tit);
}
#cc_footer .cc_atencionalcliente p {
    font-family: DINNextLTProBold, robotobold, sans-serif;
    font-size: 15px;
    float: none;
    width: auto;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
}
#cc_footer .cc_atencionalcliente_fax_email {
    font-family: DINNextLTProRegular, robotoregular, sans-serif;
    color: #F2F4F3;
    font-size: 14px;
    float: right;
    width: 100%;
    display: block;
    text-align: center;
    margin: -2px 0 9px 0;
    border-bottom: 1px solid #777;
    padding: 0 0 15px;
}
#cc_footer .cc_atencionalcliente_fax_email span.icon-fax {color: var(--global-col-amarillo-tit);}
#cc_footer .cc_atencionalcliente_fax_email a {
    color: #F2F4F3;
    white-space: nowrap;
    margin-left: 10px;
}
#cc_footer .cc_atencionalcliente_fax_email>span { white-space: nowrap;}
#cc_footer .cc_atencionalcliente_fax_email span.icon-mail-alt { color: var(--global-col-amarillo-tit);}
#cc_footer .datos { padding: 0 10px; }
#cc_footer label {
    font-weight: 100;
    font-size: 12px;
}
#cc_footer .cc_copy p {
    color: #8C8C8C;
    text-align: left;
    padding: 20px 10px 0;
    margin: 0;
    font-size: 11px;
}
#cc_footer .col-sm-8 {padding-top: 4px;}
#cc_footer .form-horizontal .form-group {
    margin-left: -4px;
    margin-right: -4px;
}
#cc_footer .form-control:focus {
    border-color: var(--global-col-amarillo-tit);
    color: var(--global-col-amarillo-tit);
    outline: 0;
    box-shadow: 0 4px 7px -5px var(--global-col-amarillo-tit);
}
#cc_footer form .btn { margin-top: 10px;}
#cc_footer form textarea{
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0;
    padding-top: 6px;
}
@media (min-width: 768px) {
    #cc_footer {padding-top: 40px;}
    #cc_footer a.cc_logo {margin-left: 0;}
    #cc_footer .cc_copy p {padding: 40px 0 0 40px;}
    #cc_footer form .col-sm-3 {width: 16.333333333333332%;}
    #cc_footer form .col-sm-1 {width: 13.333333333333332%;}
    #cc_footer .cc_menu ul {border-top: none;}
    #cc_footer .cc_menu li {border-bottom: none;}
    #cc_footer .cc_menu li a,
    #cc_footer .cc_menu li a:focus {
        text-align: left;
        line-height: 1.8;
    }
    #cc_footer .cc_menu li a:hover {
        text-decoration: underline;
        background-color: transparent;
    }
    #cc_footer .cc_atencionalcliente {
        text-align: left;
        margin: 104px 10px 0 0;
        border: none;
    }
    #cc_footer .cc_atencionalcliente>div {
        text-align: right;
        float: right;
        display: block;
        width: auto;
    }
    #cc_footer .cc_atencionalcliente span.icon-phone {
        font-size: 20px;
        margin: -12px -14px 0 0;
        color: #FFF;
        float: left;
        position: absolute;
        left: 5px;
        top: 31px;
    }
    #cc_footer .cc_atencionalcliente h6 {
        font-style: italic;
        font-size: 17px;
        padding: 0;
        letter-spacing: 1px;
        display: block;
    }
    #cc_footer .cc_atencionalcliente p {
        font-size: 22px;
        display: block;
    }
    #cc_footer .cc_atencionalcliente_fax_email {
        text-align: right;
        margin: 3px 10px 0 0;
        border: none;
    }
    #cc_footer form .btn {margin-top: -10px;}
}
@media (min-width: 992px) {
    #cc_footer .cc_atencionalcliente span.icon-phone {
        font-size: 40px;
        top: 15px;
        left: -29px;
        color: #FFF;
        height: 35px;
    }
    #cc_footer .cc_atencionalcliente {margin: 89px 70px 0 0;}
    #cc_footer .cc_atencionalcliente p {font-size: 24px;}
    #cc_footer .cc_atencionalcliente_fax_email {margin: 20px 70px 0 0;}
    #cc_footer form .col-sm-3 {width: 12.333333333333332%;}
    #cc_footer form .col-sm-1 {width: 9.333333333333332%;}
}
@media (min-width: 1200px) {
    #cc_footer a.cc_logo {margin-left: 40px;}
    #cc_footer .cc_menu ul {padding-left: 40px;}
    #cc_footer .cc_atencionalcliente span.icon-phone {
        top: 15px;
        right: 181px;
        left: 0;
    }
    #cc_footer form .col-sm-3 {width: 19.5%;}
    #cc_footer form .col-sm-1 {width: 8.333333333333332%;}
}
/*---- fin #cc_footer ----*/

/*---- #cc_indexslider ----*/
#cc_indexslider .item img {width: 100%;}
/*---- fin #cc_indexslider ----*/

/*---- #cc_featured ----*/

#cc_featured {margin-top: 7px;}
.panel-primary {
    border-radius: 0;
    border: none;
    border-top: 8px solid var(--global-col-amarillo-tit);
    box-shadow: none;
}
#cc_featured small {
    font-size: 75%;
    color: #666;
}
#cc_featured h2 {
    font-family: DINNextLTProBold, robotobold, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #222;
}
#cc_featured p {
    font-size: 12px;
    color: #666;
}
#cc_featured .thumbnail img {width: 100%;}
#cc_featured .thumbnail {
    border-radius: 0;
    padding: 0;
    border: none;
}
#cc_featured .thumbnail .caption h3 {
    font-family: DINNextLTProBold, robotobold, sans-serif;
    font-size: 15px;
    color: #222;
    margin-top: 10px;
}
@media (min-width: 768px) {
    #cc_featured>.container>.row {
          margin-right: -7px;
          margin-left: -7px;
    }
}
@media (min-width: 992px) {
    #cc_featured .col-md-4 {
        padding-right: 20px;
    }
    #cc_featured>.container>.row {
        margin-right: -10px;
        margin-left: -8px;
    }
}
/*---- fin #cc_featured ----*/

/*---- .column_over_header_image y .cc_gray_column ----*/

.cc_column_over_header_image.panel {position: relative;}
.cc_gray_column.panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    margin-right: 10px;
}
.cc_gray_column.panel-default {border: none;}
.cc_gray_column.panel-default>.panel-heading {
    color: #505050;
    background-color: transparent;
    border: none;
}
.cc_gray_column .panel-body {background-color: #F2F4F3;}
.cc_gray_column .thumbnail {
    padding: 0;
    border: 1px;
}
.cc_gray_column .thumbnail img {width: 100%;}
.cc_gray_column h4 {
    margin-bottom: 0;
    margin-top: 20px;
    font-family: DINNextLTProRegular, robotoregular, sans-serif;
    font-size: 16px;
}
.cc_column_over_header_image_sibling {padding-left: 20px;}
@media (min-width: 768px) {
    .cc_column_over_header_image.panel {
        top: -235px;
        margin-bottom: -235px;
        left: 0;
    }
    .cc_column_over_header_image_sibling {padding-left: 65px;}
}
@media (min-width: 992px) {
    .cc_column_over_header_image.panel {
        top: -300px;
        margin-bottom: -300px;
        left: 40px;
    }
    .cc_column_over_header_image_sibling {padding-left: 84px;}
}
@media (min-width: 1200px) {
    .cc_column_over_header_image.panel {
        top: -376px;
        margin-bottom: -376px;
        left: 40px;
    }
}
/*---- fin .column_over_header_image y .cc_gray_column----*/

/*---- .productjumbotron ----*/

.cc_jumbotron {
    padding: 0;
    background: transparent;
    margin-bottom: 36px;
}
.cc_jumbotron h1 {
    font-family: DINNextLTProRegular, robotoregular, sans-serif;
    color: #505050;
    font-size: 25px;
    display: inline-block;
    line-height: 1;
}
.cc_jumbotron h1:after {
    display: block;
    border-bottom: 4px solid var(--global-col-amarillo-tit);
    margin-top: 13px;
    width: 136px;
}
.cc_jumbotron p {
    margin-bottom: 0;
    margin-top: 10px;
    font-family: DINNextLTProRegular, robotoregular, sans-serif;
    font-size: 16px;
}
.cc_jumbotron .container {
    position: relative;
}
.cc_jumbotron .cc_textos {
    position: absolute;
    left: 31px;
    top: 14px;
    width: auto;
}
@media (max-width: 600px) {
    .cc_jumbotron .cc_textos {
        top: initial;
        left: initial;
        position: relative;
        text-align: center
    }
    .cc_jumbotron h1 {
        font-size: 18px;
        border-bottom: 1px solid #e3e3e3;
        margin: 0;
        width: 100%;
        padding: 13px 0 7px;
    }
    .cc_jumbotron h1:after {
        width: 22%;
        float: none;
        text-align: center;
        margin: 0 auto -7px;
        height: 10px;
        overflow: hidden;
        padding: 0;
    }
    .cc_jumbotron h1 br {
        display: none;
    }
}
@media (min-width: 992px) {
    .cc_jumbotron .cc_textos {
        position: absolute;
        left: 55px;
        top: 31px;
    }
    .cc_jumbotron h1 {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .cc_jumbotron h1 {
        font-size: 45px;
    }
}
/*---- fin .productjumbotron ----*/

/*---- .cc_buscador_productos ----*/

.cc_buscador_productos {
    background: #F2F4F3;
    border-bottom: 6px solid var(--global-col-amarillo-tit);
    padding: 0 0 0 0;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-top: 30px;
}
.cc_buscador_productos h3 {
    text-transform: uppercase;
    font-family: DINNextLTProBold, robotobold, sans-serif;
    color: #505050;
    font-size: 28px;
    margin: 10px 0 10px 10px;
    width: 200px;
    float: left;
}
.cc_buscador_productos h3 span.icon-search {
    margin-right: 5%;
    font-size: 110%;
    top: 8px;
}
.cc_buscador_productos h3 span.icon-search:before {
    margin: 0;
}
.cc_buscador_productos p {
    font-family: DINNextLTProRegular, robotoregular, sans-serif;
    color: #505050;
    font-size: 15px;
    line-height: 1.2;
    padding: 6px 0 0 15px;
    float: left;
    border-left: 1px solid #ddd;
    margin: 10px 0 0 0;
}
.cc_buscador_productos .cc_tabs {
    padding-right: 0;
    padding-top: 20px;
    float: left;
}
.cc_buscador_productos .nav-tabs>li>a {
    border-radius: 0;
    text-transform: uppercase;
}
.cc_buscador_productos .nav>li>a {
    padding: 11px 14px 4px;
    line-height: 1;
    font-size: 14px;
    font-family: DINNextLTProBold, robotobold, sans-serif;
    color: #A0A0A0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.cc_buscador_productos .nav-tabs>li.active>a,
.cc_buscador_productos .nav-tabs>li.active>a:hover,
.cc_buscador_productos .nav-tabs>li.active>a:focus {
    background: #F2F4F3;
    color: #505050;
}
.cc_buscador_productos .nav>li>a:hover,
.cc_buscador_productos .nav>li>a:focus {
    background: #e4e4e4;
}
.cc_buscador_productos .input-group {
    border: none;
}
.cc_buscador_productos .form-control {
    padding: 2px 10px 0 10px;
    top: 2px;
    height: 34px;
    font-size: 16px;
    color: #777;
    background-color: #fff;
    border: 1px solid #d6d6d6 !important;
}
.cc_buscador_productos .input-group-addon {
    bottom: 0;
}
.cc_buscador_productos .cc_input-group-addon_select {
    padding: 0;
    border: none;
    width: 100%;
}
.cc_buscador_productos .cc_input-group-addon_select2 {
    padding: 0;
    border: none;
}
.cc_buscador_productos .input-group-addon select.cc_select_dw {
    width: auto;
}
.cc_buscador_productos .input-group-addon select {
    height: 34px;
}
.cc_buscador_productos .input-group .btn {
    text-transform: uppercase;
    font-family: DINNextLTProRegular, robotolight, sans-serif;
    padding-top: 9px;
    padding-bottom: 3px;
    background: #ddd;
    color: #505050;
    border: 1px solid #d6d6d6 !important;
}
.cc_buscador_productos .tab-content {
    border-left: none;
    min-height: 75px;
    padding: 20px
}
.cc_buscador_productos h3 {
    margin: 20px 0 0 18px;
}
@media (max-width: 600px) {
    .cc_buscador_productos .cc_tabs {
        padding-left: 0;
        padding-top: 0;
    }
    .cc_buscador_productos h3 {
        margin: 20px 0 16px 18px;
    }
    .cc_buscador_productos .cc_tabs .nav-tabs>li>a {
        padding-bottom: 6px;
        margin-bottom: 4px;
    }
    .cc_buscador_productos .cc_tabs .nav-tabs>li.active>a,
    .cc_buscador_productos .cc_tabs .nav-tabs>li.active>a:hover,
    .cc_buscador_productos .cc_tabs .nav-tabs>li.active>a:focus {
        border-bottom: 1px solid #DDD;
    }
}
@media (min-width: 768px) {
    .cc_buscador_productos {
        padding: 20px 0 0 25px;
    }
    .cc_buscador_productos h3 {
        font-size: 25px;
        padding: 5px 0 0 0;
        margin: 0;
        width: auto;
        float: none;
    }
    .cc_buscador_productos p {
        border: none;
        padding: 0 0 0 0;
    }
    .cc_buscador_productos .cc_tabs {
        padding-top: 0;
    }
    .cc_buscador_productos .tab-content {
        border-left: 1px solid #DDD;
    }
}
@media (min-width: 992px) {
    .cc_buscador_productos p {
        padding: 2px 0 0 19.333%;
        margin: 0;
    }
    .cc_buscador_productos h3 {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .cc_buscador_productos p {
        padding: 2px 0 0 17%;
    }
}
/*---- fin .cc_buscador_productos ----*/

/*---- .cc_white_form ----*/

.cc_white_form .input-group-addon,
.cc_white_form .cc_textarea_sup_label {
    background-color: transparent;
    font-family: DINNextLTProRegular;
    text-transform: uppercase;
    padding: 12px 12px 6px;
    font-weight: 500;
}
.cc_white_form .cc_textarea_sup_label {
    font-size: 14px;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #CCC;
    margin-bottom: -1px;
}
.cc_white_form .btn {
    text-transform: uppercase;
    font-family: DINNextLTProRegular, robotolight, sans-serif;
    padding-top: 9px;
    padding-bottom: 3px;
    background: #DDD;
    color: #505050;
}
/*---- fin .cc_white_form ----*/

/*---- textos comunes ----*/
h1.cc_mainTitle {
    text-transform: uppercase;
    font-family: DINNextLTProBold, robotobold, sans-serif;
    color: #505050;
    font-size: 30px;
}

h1.cc_mainTitle span a, 
h1.cc_mainTitle > a {
    color: #505050;

}


h1.cc_mainTitle span {
    border-bottom: 6px solid var(--global-col-amarillo-tit) !important;
    display: block;
}
@media (min-width: 400px) {
    h1.cc_mainTitle span {
        display: inline; 
        /* display: inline-block;  *//* mod x JRC 2016-01-15 */
    }
}
p.cc_em_paragraph {
    font-family: DINNextLTProRegular, robotoregular, sans-serif;
    color: #505050;
    border-bottom: 2px solid var(--global-col-amarillo-tit);
    padding-bottom: 43px;
    margin-bottom: 50px;
}
p.cc_em_paragraph2 {
    font-family: DINNextLTProRegular, robotoregular, sans-serif;
    color: #505050;
    padding-top: 5px;
    font-size: 15px;
}
.cc_mini-text {
    font-size: 90%;
}
/*---- fin textos comunes ----*/

/*---- varios ----*/

.cc_header_image img {
    width: 100%;
}
.cc_iso9001 {
    width: 80px;
    height: 80px;
    /* background: url(../img/iso9000_80x80_ft.png) center no-repeat; */
    background: url(/layout/lc2015df/sitedep/imagenes/iso9000_80x80_ft.png) center no-repeat;    
    background-size: contain;
    display: block;
    position: absolute;
    top: 4%;
    left: 5%;
}
@media (min-width: 600px) {
    .cc_iso9001 {
        left: auto;
        right: 1.5%;
        ;
    }
}
.cc_certificados_icons_home a{
    text-align: center;
}
.cc_certificados_icons_home a img{
    width: 103px;
    display: inline;
}
.cc_divider-bottom {
    border-bottom: 1px solid #DDD;
}
.cc_divider-bottom_alt {
    border-bottom: 8px solid var(--global-col-amarillo-tit);
}
.cc_margin_bottom {
    margin-bottom: 30px;
}
.cc_mini_margin_top{
    margin-top: 7px;
}
.cc_big_margin_top {
    margin-top: 100px;
}
a.leer-mas{
    color:#777;
    font-weight: 700;
    font-size: 12px;
}
a.cc_banner {
    border: 1px solid #DDD;
    display: block;
    text-align: center;
    margin-bottom: 36px;
}
a.cc_banner img {
    width: 100%;
}
label.checkbox-radio-label input,
.radio-inline input,
.checkbox-inline input {
    position: relative;
    top: -4px;
}
label.checkbox-radio-label input {
    top: 2px;
    margin-right: 3px;
    width: auto;
    float: none;
    display: inline-block;
    margin-bottom: -2px;
}
label.checkbox-radio-label,
.radio-inline label,
.checkbox-inline label {
    font-family: DINNextLTProLight, robotolight, sans-serif;
    font-size: 12px;
    color: #222;
    cursor: pointer;
    font-weight: 500;
}
.cc_border_bottom {
    border-bottom: 1px solid #CCC;
}
.cc_to-form-group {
    border: none !important;
    box-shadow: none !important;
}
.cc_to-form-group input {
    border: none !important;
    box-shadow: none !important;
}
.cc_to-form-group2 input {
    border: 1px solid #CCC;
    box-shadow: none !important;
}
/*---- fin varios ----*/
/*---- .cc_pum ----*/
.container.cc_pum {
    padding: 0 10px;
}
.cc_pum img {
    max-width: 100%;
    padding: 0;
}
.cc_pum a:hover {
     display: inline-block;
}
.cc_pum a:hover {
    text-decoration: none;
    border-bottom: 1px solid var(--global-col-amarillo-tit);
    margin-bottom: -1px;
}
.cc_pum h1 {
    margin-bottom: 20px;
    line-height: 1.6;
}
.cc_pum h1 span {
    border-bottom: 4px solid var(--global-col-amarillo-tit);
}
.cc_pum ul {
    list-style: none;
    font-family: robotoregular, sans-serif;
    font-weight: 500;
    color: #777;
}
.cc_pum ul li:before {
    font-family: "iconos";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 6px;
    text-align: left;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: -20px;
    color: #edd000;
    position: relative;
}
.cc_pum ul>li:before {
    content: '\e844';
}
.cc_pum ul>li>ul>li:before {
    content: '\e879';
}
.cc_pum ul>li>ul>li>ul>li:before {
    content: '\e8cf';
    font-size: 40%;
    top: -2px;
    margin-right: 15px;
}
.cc_pum ol {
    list-style-type: none;
    list-style-type: decimal !ie;
    /*IE 7- hack*/
    counter-reset: li-counter;
    font-family: robotoregular, sans-serif;
    font-weight: 500;
    color: #777;
}
.cc_pum ol > li:before {
    content: counter(li-counter)" .";
    counter-increment: li-counter;
    margin-left: -20px;
    color: #edd000;
    font-family: robotobold, sans-serif;
    font-weight: 700;
    margin-right: 6px;
}
/*---- fin .cc_pum ----*/


/*---- paginas ----*/
.cc_empresa {
    padding:0;
    overflow-x:hidden;
}
.cc_contacto .cc_datos,
.cc_empresa .cc_datos {
    font-family: DINNextLTProRegular, robotoregular, sans-serif;
}
.cc_empresa .cc_datos img {
    width: 100%;
    margin-bottom: 20px;
}
.cc_empresa .cc_datos address {
    padding: 15px;
    margin-bottom: -15px;
}
.cc_contacto .cc_datos address p,
.cc_empresa .cc_datos address p {
    color: #222;
    font-size: 12px;
}
.cc_contacto .cc_datos address p strong,
.cc_empresa .cc_datos address p strong {
    font-family: DINNextLTProBold, robotobold, sans-serif;
    display: block;
    font-weight: 500;
}
.cc_contacto .cc_datos address .cc_mainData,
.cc_empresa .cc_datos address .cc_mainData {
    font-family: DINNextLTProLight, robotolight, sans-serif;
    font-size: 18px;
    margin-bottom: 25px;
}
.cc_contacto .cc_datos address .cc_mainData span,
.cc_empresa .cc_datos address .cc_mainData span {
    font-size: 17px;
    color: #777;
}
.cc_contacto .cc_datos address p {
    font-size: 13px;
}
.cc_contacto .cc_datos address .cc_mainData {
    font-size: 16px;
    padding: 40px 0 10px 0;
}
.cc_contacto .cc_datos address .cc_mainData span {
    font-size: 15px;
}
.cc_trabaje_con_nosotros {} 
.radio-inline,
.checkbox-inline {
    padding: 0px 0 7px 5%;
    margin-bottom: -2px;
}
/*---- fin paginas ----*/

/*---- .cc_page ----*/
.cc_page {
    padding: 0 15px;
}
@media (min-width: 768px) {
    .cc_page {
        padding-left: 40px !important;
    }
}
.cc_contacto .cc_page,
.cc_productos_lista .cc_page,
.cc_productos_detalle .cc_page {
    padding-top: 20px;
}
/*---- fin .cc_page ----*/

/*---- .cc_bigTabs ----*/
.cc_bigTabs {
    font-family: DINNextLTProBold, robotobold, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #adadad;
}
.nav-tabs.cc_bigTabs > li > a:hover,
.nav.cc_bigTabs > li > a:hover,
.nav.cc_bigTabs > li > a:focus {
    background: none;
    color: #777;
    border: 1px solid transparent;
}
.nav-tabs.cc_bigTabs > li.active > a,
.nav-tabs.cc_bigTabs > li.active > a:hover,
.nav-tabs.cc_bigTabs > li.active > a:focus {
    color: #adadad;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: default;
}
/*---- fin .cc_bigTabs ----*/

/*---- forms ----*/
.cc_page .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.cc_page .form-group {
    padding-bottom: 3px;
    padding-top: 16px;
}
.cc_page .form-group.cc_form_fix,
.cc_form_fix {
    padding-top: 27px;
}
.form-group .input-group input {
    padding: 2px 0 0 0;
}
.cc_textarea {
    border: 1px solid #ccc;
}
.cc_textarea textarea {
    border: none;
    padding: 10px;
    resize: vertical;
    font-size: 15px;
}
.cc_textarea .form-control:focus {
    border: none;
    box-shadow: none;
}
.cc_textarea label {
    line-height: 2;
}
.cc_page form .form-group.cc_border_bottom .cc_textarea{
    margin-bottom: 10px;
}
@media (max-width: 600px) {
    .cc_contacto .cc_datos address {
        text-align: center;
    }
    .cc_contacto .cc_datos address .cc_mainData {
        padding: 20px 0 0px 0;
    }
    .cc_contacto .col-xs-4 {
        width: 100%;
    }
    .cc_bigTabs {
        font-size: 11px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .nav.cc_bigTabs > li > a {
        padding: 10px 10px 8px;
    }
    .cc_contacto h2 {
        font-size: 18px;
    }
}
@media (min-width: 600px) and (max-width: 992px) {
    .cc_bigTabs {
        font-size: 15px;
    }
    .nav.cc_bigTabs > li > a {
        padding: 15px 15px 10px;
    }
    .cc_contacto h2 {
        font-size: 18px;
    }
}

/*---- .cc_focus ----*/
.cc_focus .input-group {
    border-color: var(--global-col-amarillo-tit);
    outline: 0;
    box-shadow: 0 4px 7px -5px var(--global-col-amarillo-tit);
}
.cc_focus label {
    color: #edd000;
}
.cc_focus label.checkbox-radio-label,
.cc_focus .radio-inline label,
.cc_focus .checkbox-inline label {
    color: #222;
}
.cc_textarea.cc_focus {
    border: 1px solid var(--global-col-amarillo-tit);
    border-color: var(--global-col-amarillo-tit);
    outline: 0;
    box-shadow: 0 4px 7px -5px var(--global-col-amarillo-tit);
}
.cc_border_bottom.cc_focus {
    border-bottom: 1px solid var(--global-col-amarillo-tit);
    border-color: var(--global-col-amarillo-tit);
    outline: 0;
    box-shadow: 0 4px 7px -5px var(--global-col-amarillo-tit);
}
/*---- fin .cc_focus ----*/

/*---- .volverBtn ----*/
a.volverBtn {
    /* background: url(../img/back.png) no-repeat left;*/
    background: url(/layout/lc2015df/sitedep/imagenes/back.png) no-repeat left;
    display: block;
    font-family: DinNextLtProRegular, robotoregular, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    height: 50px;
    color: #555;
    padding: 15px 0 17px 60px;
    margin: 40px 0;
    margin-left: 0;
    -webkit-transition: margin 100ms ease-in-out;
    transition: margin 100ms ease-in-out;
}
a.volverBtn:hover,
a.volverBtn:focus {
    text-decoration: none;
    margin-left: -5px;
}
/*---- fin .volverBtn ----*/

/*---- .cc_productos_logos ----*/
.cc_productos_logos_nav {
    padding-bottom: 20px;
    margin-top: 3px;
}
.cc_productos_logos_nav a {
    font-family: DinNextLTProBold, robotobold, sans-serif;
    text-transform: uppercase;
    color: #777;
    padding: 0 30px 0 0;
    font-size: 22px;
    color: #EDD000;
    height: 40px;
    opacity: 0.7;
    overflow: hidden;
    display: inline-block;
}
.cc_productos_logos_nav a.active {
    color: #777;
    opacity: 1;
}
.cc_productos_logos_logo {
    display: inline-block;
    overflow: hidden;
    text-indent: -99999px;
    background-position: center;
    background-repeat: no-repeat;
    height: 26px;
    margin-right: 20px;
}
.cc_productos_logos_nav a:hover {
    opacity: 1;
}
.cc_productos_logos_logo.cc_productos_logos_cicarelli {
    /* background-image: url(../img/logo_2.png); */
    width: 147px;
    margin-bottom: 0;
    background-size: contain;
}
.cc_productos_logos_logo.cc_productos_logos_panreac {
    /* background-image: url(../img/logo_panreac_2.png); */
    width: 73px;
    margin-bottom: 0;
}
.cc_productos_logos_nav_big {} .cc_productos_logos_nav_big .cc_productos_logos_logo {
    height: 45px;
}
.cc_productos_logos_nav_big .cc_productos_logos_logo.cc_productos_logos_cicarelli {
    /* background-image: url(../img/logo.png); */
    /* background: url(/layout/lc2015df/sitedep/imagenes/logo.png); */
    width: 255px;
    margin-bottom: 0;
}
.cc_productos_logos_nav_big .cc_productos_logos_logo.cc_productos_logos_panreac {
    /* background-image: url(../img/logo_panreac.png); */
    width: 73px;
    margin-bottom: 0;
}
/*---- fin .cc_productos_logos ----*/

/*---- paginado ----*/
.cc_abc,
.cc_123 {
    text-align: center;
}
.cc_abc .pagination {
    font-family: DinNextLTProRegular, robotoregular, sans-serif;
    text-transform: uppercase;
    color: #adadad;
    font-size: 17px;
}
.cc_abc .pagination > li {
    display: inline-block;
    overflow: hidden;
    height: 26px;
}
.cc_abc .pagination > li > a,
.cc_abc .pagination > li > span {
    color: #adadad;
    background-color: transparent;
    border: none;
    padding: 1px 8px;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    top: 0;
    border-bottom: 1px solid #fff;
}
.cc_abc .pagination > li > a:hover,
.cc_abc .pagination > li > span:hover,
.cc_abc .pagination > li > a:focus,
.cc_abc .pagination > li > span:focus {
    color: #777;
    border-bottom: 3px solid #f2f2f2;
    top: -3px;
}
.cc_abc .pagination > .active > a,
.cc_abc .pagination > .active > span,
.cc_abc .pagination > .active > a:hover,
.cc_abc .pagination > .active > span:hover,
.cc_abc .pagination > .active > a:focus,
.cc_abc .pagination > .active > span:focus {
    border-bottom: 3px solid var(--global-col-amarillo-tit);
    background: transparent;
    top: -3px;
}
/*---- fin .paginado ----*/

/*---- tablasProductos ----*/
.cc_productos_lista .table {
    margin-bottom: 40px;
    font-family: DinNextLTProRegular, robotoregular, sans-serif;
}
.cc_productos_lista .table strong{
    font-weight: 500;
}
.cc_productos_lista .table > thead > tr > th {
    border-color: var(--global-col-amarillo-tit);
    background: var(--global-col-amarillo-tit);
    color: #777;
    padding-bottom: 2px;
    padding-top: 8px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.cc_productos_lista .table > tbody > tr > td {
    padding-top: 8px;
    padding-bottom: 2px;
    white-space: nowrap;
}
.cc_productos_lista .table > tbody > tr > td a {
    white-space: normal;
}
.cc_productos_lista .table .cc_productos_logos_logo {
    margin-bottom: 4px;
    text-align: left;
}
.cc_productos_lista .table caption {
    text-align: left;
}
.cc_productos_lista .table th,
.cc_productos_lista .table td {
    display: none;
}
.cc_productos_lista .table th:nth-child(1),
.cc_productos_lista .table th:nth-child(2),
.cc_productos_lista .table td:nth-child(1),
.cc_productos_lista .table td:nth-child(2) {
    display: table-cell;
}
.cc_productos_lista .table th ul,
.cc_productos_lista .table td ul {
    font-size: 12px;
    list-style: none;
    padding: 0 0 0 2%;
    margin: 0;
    width: 100%;
    display: block;
}
.cc_productos_lista .table th:hover ul li,
.cc_productos_lista .table td:hover ul li {
    opacity: 1;
}
.cc_productos_lista .table th ul li,
.cc_productos_lista .table td ul li {
    display: inline-block;
    margin-right: 2%;
    opacity: 0.5;
}
@media (min-width: 768px) {
    .cc_productos_lista .table th,
    .cc_productos_lista .table td {
        display: table-cell;
    }
    .cc_productos_lista .table th ul,
    .cc_productos_lista .table td ul {
        display: none;
    }
}
/*---- fin .tablasProductos ----*/

/*---- .cc_form_blocks ----*/
.cc_form_blocks {} 
.cc_form_blocks .form-control {
    border: 1px solid #CCC;
    padding: 3px 5px;
    line-height: 1.5;
}
.cc_form_blocks .form-control:focus {
    border-color: var(--global-col-amarillo-tit) !important;
    color: #222;
    outline: 0;
    box-shadow: 0 4px 7px -5px var(--global-col-amarillo-tit);
}
.cc_NELQB {
    text-transform: uppercase;
    font-size: 18px;
    font-family: DinNextLTProBold, robotobold, sans-serif;
    margin-bottom: 14px;
    margin-top: 0;
}
/*---- fin .cc_form_blocks ----*/
.cc_form_white_bg .form-control {
    background-color: #fff;
}
.panel .cc_focus label {
    color: #908744;
}
.panel-default input:-moz-placeholder {
    color: #888 !important;
}
.panel-default input::-moz-placeholder {
    color: #888 !important;
}
.panel-default input:-ms-input-placeholder {
    color: #888 !important;
}
.panel-default input::-webkit-input-placeholder {
    color: #888 !important;
}
.panel-default input.placeholder {
    color: #888 !important;
}
.panel-default textarea:-moz-placeholder {
    color: #888 !important;
}
.panel-default textarea::-moz-placeholder {
    color: #888 !important;
}
.panel-default textarea:-ms-input-placeholder {
    color: #888 !important;
}
.panel-default textarea::-webkit-input-placeholder {
    color: #888 !important;
}
.panel-default textarea.placeholder {
    color: #888 !important;
}

/*---- fin .cc_form_blocks ----*/

/*---- .cc_form_condensed ----*/
.cc_form_condensed {
    margin-top: -10px;
    margin-bottom: -10px;
}
.cc_form_condensed label {
    font-family: roboto_condensedregular, sans-serif;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}
.cc_form_condensed.form-horizontal label {
    padding: 8px 0 0 0;
}
.cc_form_condensed.form-horizontal .form-control {
    vertical-align: middle;
}
.cc_form_condensed.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 2px;
}
/*---- fin .cc_form_condensed ----*/

/*---- .cc_form_minimal ----*/
.cc_form_minimal {} .cc_form_minimal label {
    font-size: 11px;
}
.cc_form_minimal p {
    font-size: 12px;
    font-family: DinNextLTProRegular, robotoregular, sans-serif;
    line-height: 1.2;
}
.cc_form_minimal.form-horizontal label {
    padding: 4px 0 0 0;
}
.cc_form_minimal .form-control {
    font-size: 11px;
    padding: 1px 3px;
    min-height: 20px
}
.cc_form_minimal .btn {
    padding: 2px 7px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: DinNextLTProRegular, robotoregular, sans-serif;
    margin-top: 4px;
}
/*---- fin .cc_form_minimal ----*/

/*---- .cc_table ----*/
.cc_table {
    font-family: DinNextLTProRegular, robotoregular, sans-serif;
    line-height: 21px;
    border-top: 6px solid #777;
    margin-bottom: 30px;
}
.cc_table.cc_table_conTh th {
    font-family: DinNextLTProRegular, robotoregular, sans-serif;
    font-weight: 500;
}
.cc_table.cc_table_conTh td {
    font-family: DinNextLTProBold, robotobold, sans-serif;
    font-weight: 500;
}

.cc_table.table > thead > tr > th,
.cc_table.table > tbody > tr > th,
.cc_table.table > tfoot > tr > th,
.cc_table.table > thead > tr > td,
.cc_table.table > tbody > tr > td,
.cc_table.table > tfoot > tr > td {
    padding: 8px 14px 3px;
}
.cc_table.table-condensed > thead > tr > th,
.cc_table.table-condensed > tbody > tr > th,
.cc_table.table-condensed > tfoot > tr > th,
.cc_table.table-condensed > thead > tr > td,
.cc_table.table-condensed > tbody > tr > td,
.cc_table.table-condensed > tfoot > tr > td {
    padding: 5px 14px 0;
}
.cc_table.table-condensed > thead > tr > td.cc_table_padding_reset,
.cc_table.table-condensed > tbody > tr > td.cc_table_padding_reset {
    padding: 10px 7px;
}
.cc_table > thead > tr > td.cc_table_padding_reset,
.cc_table > tbody > tr > td.cc_table_padding_reset {
    padding: 10px 12px;
}
.cc_table > tbody > tr > td.cc_table_padding_reset img,
.cc_table.table-condensed > tbody > tr > td.cc_table_padding_reset img {
    margin: 0 7px;
}
@media (max-width: 600px) {
    table.table.table-bordered.table-condensed.cc_table.cc_table_conTh tr{
        display: block;
    }
    table.table.table-bordered.table-condensed.cc_table.cc_table_conTh td,
    table.table.table-bordered.table-condensed.cc_table.cc_table_conTh th {
        float: left;
        width: 50%;
        border-top: 0;
        border-left: 0;
    }
}
/*---- fin .cc_table ----*/

.cc_well_yellow {
    background: var(--global-col-amarillo-tit);
    font-family: DinNextLTProBold, robotobold, sans-serif;
    color: #777;
    padding: 9px 13px 5px;
    line-height: 1.5;
}
.cc_well_yellow.cc_well_yellow_alt{
    border-radius: 5px;
    font-family: sans-serif;
    padding: 20px 24px;
    margin-bottom: 15px;
}
.cc_well_yellow.cc_well_yellow_alt h3{
    font-family: DinNextLTProBold, robotobold, sans-serif;
    color: #000;
    font-size: 15px;
    margin: 0 0 12px;
    padding: 0;
}
.cc_well_yellow.cc_well_yellow_alt p{
    font-size: 13px;
    line-height: 1.2;
}
.cc_well_yellow.cc_well_yellow_alt a{
    color: #777;
    font-weight: 700;
}
.cc_well_yellow.cc_well_yellow_alt a i{
    color:#fff;
}
/*---- .cc_productos_detalle ----*/
.cc_productos_detalle .cc_productos_logos_nav_big {
    margin-bottom: 30px;
}
.cc_productos_detalle .cc_page h1 {
    font-family: DinNextLTProBold, robotobold, sans-serif;
    color: #222;
    font-size: 26px;
    padding: 0;
    margin: 0;
}
.cc_productos_detalle .cc_page h2 {
    color: #777;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.cc_productos_detalle .cc_page h3 {
    color: #777;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
}
.cc_productos_detalle .cc_productos_relacionados {
    margin: 5px;
    margin-top: 50px;
}
.cc_productos_detalle .cc_productos_relacionados .row {
    border-top: 6px solid #777;
    border-bottom: 6px solid #777;
    padding: 0;
    background: #F9F9F9;
}
.cc_productos_detalle .cc_productos_relacionados .cc_producto_relacionado {
    padding: 0;
    position: relative;
}
.cc_productos_detalle .cc_productos_relacionados .cc_producto_relacionado * {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    max-width: 100%;
}
.cc_productos_detalle .cc_productos_relacionados .cc_producto_relacionado a {
    display: block;
    margin: 0;
    border-bottom: 1px solid #C8C8C8;
    padding: 12px 10px;
}
@media (min-width: 768px) {
    .cc_productos_detalle .cc_productos_relacionados .row {
        padding: 20px 0;
    }
    .cc_productos_detalle .cc_productos_relacionados .cc_producto_relacionado a {
        padding-right: 5%;
        padding: 20px;
        margin: 0;
        min-height: 170px;
        border: none;
        border-right: 1px solid #999;
    }
}
.cc_productos_detalle .cc_productos_relacionados .cc_producto_relacionado a:hover,
.cc_productos_detalle .cc_productos_relacionados .cc_producto_relacionado a:hover h1,
.cc_productos_detalle .cc_productos_relacionados .cc_producto_relacionado a:hover h2,
.cc_productos_detalle .cc_productos_relacionados .cc_producto_relacionado a:hover h4 {
    text-decoration: none;
    color: #222;
    background: #f0f0f0;
}
.cc_productos_detalle .cc_productos_relacionados .cc_producto_relacionado:last-child a {
    border: none;
}
.cc_productos_detalle .cc_productos_relacionados h1 {
    font-size: 18px;
}
.cc_productos_detalle .cc_productos_relacionados h2 {
    font-size: 12px;
    width: 90%;
    margin: 3px 0 20px;
}
.cc_productos_detalle .cc_productos_relacionados h4 {
    font-size: 12px;
    font-family: DinNextLTProRegular, robotoregular, sans-serif;
    margin: 0;
}
.cc_productos_detalle .cc_productos_relacionados>h2 {
    color: #222;
    font-size: 20px;
    padding: 0;
    margin: 0 0 5px;
    text-transform: uppercase;
}
/*---- fin .cc_table ----*/

/*---- .cc_productos_detalle ----*/
.cc_nolabelfix{
    font-family: dinnextltprolight, robotolight, sans-serif;
    color: #222;
    font-size: 12px;
}


