/* @main-fonts: 'Raleway', Arial, sans-serif; */
/* @main-color: #ff0000; */
/* ==========================================================================
   Colors
   ========================================================================== */
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-total-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/*DBR FORM */
.dbr-material {
  position: relative;
}
.dbr-material input,
.dbr-material textarea {
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  padding: 4px 6px;
  outline: none;
  font-weight: 100;
  font-size: 15px;
  font-family: 'Rubik', 'Raleway', 'Effra', Arial, sans-serif;
  border: 0;
  border-bottom: 1px solid #DDD;
  background: transparent;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.dbr-material input + label,
.dbr-material textarea + label {
  box-sizing: border-box;
  position: absolute;
  height: 40px;
  line-height: 20px;
  padding: 4px 6px;
  margin-top: -40px;
  transition: all 0.35s;
  pointer-events: none;
  color: #999;
  left: 0;
  top: 50px;
}
.dbr-material input + label:before,
.dbr-material textarea + label:before,
.dbr-material input + label:after,
.dbr-material textarea + label:after {
  content: '';
  position: absolute;
  border-bottom: 4px solid #e2231a;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  z-index: 1;
}
.dbr-material input + label:after,
.dbr-material textarea + label:after {
  z-index: 3;
  border-bottom: 4px solid #e2231a;
  width: 0;
}
.dbr-material textarea {
  overflow: hidden;
}
.dbr-material textarea + label {
  top: 60px;
}
.dbr-material textarea:focus,
.dbr-material.input--filled textarea {
  overflow: auto;
  height: 150px;
  line-height: 25px;
}
.dbr-material textarea:focus + label,
.dbr-material.input--filled textarea + label,
.dbr-material input:focus + label,
.dbr-material.input--filled input + label {
  margin-top: -60px;
  font-size: 13px;
  height: 60px;
  color: #AAA;
}
.dbr-material textarea:focus + label,
.dbr-material.input--filled textarea + label {
  top: 157px;
  margin-top: -170px;
  height: 167px;
}
.dbr-material textarea:focus + label:before,
.dbr-material.input--filled textarea + label:before,
.dbr-material.input--filled textarea + label:after,
.dbr-material input:focus + label:before,
.dbr-material.input--filled input + label:before,
.dbr-material.input--filled input + label:after {
  width: 100%;
}
.cn-container {
  box-sizing: border-box;
  padding: 0 21px;
}
.cn-notify {
  left: 45%;
  width: 450px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 9999;
}
.preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  text-align: center;
}
.preloader .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #e2231a;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.preloader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.panel-login {
  margin: 175px auto 0 auto;
  border: 1px solid #ddd;
  padding-top: 15px;
  background-size: 160px 5px !important;
  box-shadow: none !important;
}
.panel-login label.error {
  color: #e10000;
  padding: 10px 15px;
  display: none;
}
.panel-login p.msgError {
  display: none;
  color: #e10000;
}
.cn-panel-body {
  position: relative;
}
@media (min-width: 479px) {
  .cn-panel-body {
    min-height: 240px;
  }
}
@media (min-width: 479px) {
  .cn-panel-body .img-producto {
    max-height: 160px;
  }
}
@media (max-width: 478px) {
  .cn-panel-body .img-producto {
    width: 80%;
  }
}
@media (min-width: 479px) {
  .cn-panel-body > div {
    position: absolute !important;
    bottom: 10px;
    top: 10px;
    right: 10px;
    left: 10px;
  }
}
@media (min-width: 479px) {
  .cn-panel-body > div .cn-btn-grid {
    position: absolute;
    bottom: 0;
  }
}
.cn-tags-products {
  padding: 14px 20px;
}
.cn-tags-products a,
.cn-tags-products span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background-color: #eee;
  border-radius: 50px;
  text-transform: uppercase;
  /*cursor: pointer;*/
  color: #999;
  font-weight: 400;
  font-size: 14px;
  padding-right: 20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .cn-tags-products a,
  .cn-tags-products span {
    width: 48%;
    margin: 2px;
  }
}
@media (max-width: 479px) {
  .cn-tags-products a,
  .cn-tags-products span {
    display: block;
    width: 100%;
  }
}
.cn-tags-products a i,
.cn-tags-products span i {
  display: inline-block;
  height: 22px;
  border-radius: 50px;
  width: 22px;
  border: 2px solid #ff0000;
  margin: 3px;
  float: left;
  background-color: white;
  -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;
}
.cn-tags-products a i.cn-tag-green,
.cn-tags-products span i.cn-tag-green {
  border-color: #20a260;
}
.cn-tags-products a i.cn-tag-yellow,
.cn-tags-products span i.cn-tag-yellow {
  border-color: #ffae00;
}
.cn-tags-products a i.cn-tag-red,
.cn-tags-products span i.cn-tag-red {
  border-color: #ff0000;
}
.cn-tags-products a i.cn-tag-grey,
.cn-tags-products span i.cn-tag-grey {
  border-color: #ddd;
}
.cn-tags-products a i.cn-tag-all,
.cn-tags-products span i.cn-tag-all {
  border-color: #333;
}
.cn-tags-products a label,
.cn-tags-products span label {
  display: inline-block;
  position: relative;
  top: 0px;
  /*cursor: pointer;*/
  left: 5px;
}
.cn-tag-product a,
.cn-tag-product span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background-color: #eee;
  border-radius: 50px;
  text-transform: uppercase;
  /*cursor: pointer;*/
  color: #999;
  font-weight: 400;
  font-size: 14px;
  padding-right: 20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .cn-tag-product a,
  .cn-tag-product span {
    width: 48%;
    margin: 2px;
  }
}
@media (max-width: 479px) {
  .cn-tag-product a,
  .cn-tag-product span {
    display: block;
    width: 100%;
  }
}
.cn-tag-product a i,
.cn-tag-product span i {
  display: inline-block;
  height: 22px;
  border-radius: 50px;
  width: 22px;
  border: 2px solid #ff0000;
  margin: 3px;
  float: left;
  background-color: white;
  -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;
}
.cn-tag-product a i.cn-tag-green,
.cn-tag-product span i.cn-tag-green {
  border-color: #20a260;
}
.cn-tag-product a i.cn-tag-yellow,
.cn-tag-product span i.cn-tag-yellow {
  border-color: #ffae00;
}
.cn-tag-product a i.cn-tag-red,
.cn-tag-product span i.cn-tag-red {
  border-color: #ff0000;
}
.cn-tag-product a i.cn-tag-grey,
.cn-tag-product span i.cn-tag-grey {
  border-color: #ddd;
}
.cn-tag-product a i.cn-tag-all,
.cn-tag-product span i.cn-tag-all {
  border-color: #333;
}
.cn-tag-product a label,
.cn-tag-product span label {
  display: inline-block;
  position: relative;
  top: 0px;
  /*cursor: pointer;*/
  left: 5px;
}
@media (min-width: 960px) {
  .cn-results-page {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
span.cn-total-results {
  background-color: #ddd;
  color: #444;
  margin: 0 0 0 5px;
  border: none;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  vertical-align: middle;
  line-height: 30px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}
.datepicker {
  width: 100% !important;
}
.cn-section-search {
  position: relative;
  min-height: 65px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1219px) {
  .cn-section-search {
    padding-right: 80px;
  }
}
@media (max-width: 959px) {
  .cn-section-search {
    padding-right: 95px;
    min-height: 95px;
  }
}
@media (max-width: 767px) {
  .cn-section-search {
    height: auto;
    padding: 15px;
  }
}
.cn-section-search select {
  width: 100%;
}
.uk-datepicker-table a.uk-active {
  background: #e2231a;
}
.select2-container .select2-choice {
  background-image: none;
  transition: all .2s linear 0s;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 5px;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border-left: none;
}
.select2-container {
  color: #444;
  font-size: 15px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
  background: none repeat scroll 0 0 #f5fbfe;
  border-color: #99baca;
}
.select2-drop {
  box-shadow: none;
  border-color: #99baca;
  width: auto !important;
  color: #444;
  font-size: 11px;
}
.cn-select-flag {
  float: right;
}
/* .uk-breadcrumb > li {
  font-size: 13px !important;
  display: inline;

  a {
    margin: 0 3px 0 0;
  }
  &:nth-child(n+2):before {
    margin: 0 3px;
    content: "\f105";
    font-family: 'FontAwesome';

    @media (max-width: 767px) {
      margin: 0;
    }
  }
} */
.cn-badge {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.cn-badge-grey {
  background-color: #dcdcdc;
}
.cn-badge-big {
  font-size: 16px;
  padding: 5px;
  margin: 5px;
}
.cn-panel-cesta {
  position: absolute;
  bottom: 10px;
  right: 12px;
  width: 58%;
}
.cn-margin-top-25 {
  margin-top: 25px !important;
}
.cn-no-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.show-img-alone-print {
  display: none;
}
@media print {
  .no-print {
    display: none !important;
  }
  .show-img-alone-print {
    display: inline !important;
  }
  .uk-slider-container {
    overflow: inherit;
  }
  .uk-slider {
    height: 100%;
    min-height: 200px;
  }
  .uk-slider > * {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
  .uk-slider > *:nth-child(n+2) {
    display: none;
  }
  .cn-block-articulos-relacionados {
    page-break-before: always;
  }
}
.cn-news-icons {
  text-align: center;
  position: relative;
  float: right;
  -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;
}
.cn-news-icons i {
  right: 20px;
  top: 10px;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
}
.cn-news-icons i svg,
.cn-news-icons i img {
  width: 28px !important;
}
.cn-news-icons i svg *,
.cn-news-icons i img * {
  fill: #999 !important;
}
.cn-news-icons i.see svg * {
  fill: #666 !important;
}
.cn-news-icons i.star svg * {
  fill: orange !important;
}
.cn-news-icons i.heart svg * {
  fill: #e2231a !important;
}
.cn-news-icons i.lock svg * {
  fill: #e2231a !important;
}
.wysiwyg-color-black {
  color: black;
}
.wysiwyg-color-silver {
  color: silver;
}
.wysiwyg-color-gray {
  color: gray;
}
.wysiwyg-color-white {
  color: white;
}
.wysiwyg-color-maroon {
  color: maroon;
}
.wysiwyg-color-red {
  color: red;
}
.wysiwyg-color-purple {
  color: purple;
}
.wysiwyg-color-fuchsia {
  color: fuchsia;
}
.wysiwyg-color-green {
  color: green;
}
.wysiwyg-color-lime {
  color: lime;
}
.wysiwyg-color-olive {
  color: olive;
}
.wysiwyg-color-yellow {
  color: yellow;
}
.wysiwyg-color-navy {
  color: navy;
}
.wysiwyg-color-blue {
  color: blue;
}
.wysiwyg-color-teal {
  color: teal;
}
.wysiwyg-color-aqua {
  color: aqua;
}
.cn-comunicados-encoded {
  font-size: 10px;
}
div.filterContainer {
  position: relative;
}
div.filtros input[type=checkbox]:checked:before,
div.filtros input[type=checkbox]:indeterminate:before {
  color: #e2231a !important;
}
div.filtros .botonDesplegable {
  display: block;
  width: 100%;
  background: #FFF;
  color: #444;
  border-radius: 3px;
  border: 1px solid #DDD;
  padding: 10px 10px;
  height: 40px;
  line-height: 22px;
  font-size: 16px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.filtros .botonDesplegable.small {
  height: 30px;
  line-height: 30px;
}
div.filtros .botonDesplegable.small span:after {
  top: 4px;
}
div.filtros .botonDesplegable:hover {
  text-decoration: none;
}
div.filtros .botonDesplegable span:after {
  content: '>';
  font: 20px "Consolas", monospace;
  color: #A5A5A5;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  top: 8px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
div.filtros .botonDesplegable span.label-filter {
  color: #e2231a;
}
div.filtros .listChecks {
  margin-top: 0px;
  position: absolute;
  width: calc(100% - 35px);
  z-index: 6;
  max-height: 350px;
  overflow-y: auto;
}
div.filtros .listChecks label {
  font-size: 12px;
}
div.filtros .listChecks input {
  margin: 0;
  padding: 0;
  height: 15px;
}
div.filtros .listChecks > table {
  width: 100%;
  background: white;
  border-radius: 0 0 5px 5px;
  box-shadow: #bababa 1px 1px 1px;
  padding: 5px 10px;
  z-index: 9;
  border: 1px solid #DDD;
}
div.filtros .listChecks > table tr > td:first-child {
  vertical-align: bottom;
  width: 20px;
}
.cn-checkbox {
  font-size: 13px;
  color: #e2231a;
  display: inline-block;
  width: 14px;
  border: 1px solid #aaa;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: 0 0;
  margin: 0;
  padding: 0;
  height: 15px;
}
.cn-list-open-content a:not(.uk-button) {
  color: #555;
}
.cn-margin-small {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.uk-modal-footer .uk-link,
.uk-modal-footer a:link,
.uk-modal-footer a:visited {
  color: #fff;
}
.uk-form-controls .error {
  color: #FF0000;
}
.msgError {
  color: #FF0000;
}
.cn-button-orange {
  background-color: #da6731;
  color: #ffffff;
}
/* Hover */
.cn-button-orange:hover,
.cn-button-orange:focus {
  background-color: #e45e31;
  color: #ffffff;
}
/* Active */
.cn-button-orange:active,
.cn-button-orange.uk-active {
  background-color: #c93614;
  color: #ffffff;
}
.cn-button-cyan {
  background-color: #6ddad0;
  color: #ffffff;
}
/* Hover */
.cn-button-cyan:hover,
.cn-button-cyan:focus {
  background-color: #8ce2e4;
  color: #ffffff;
}
/* Active */
.cn-button-cyan:active,
.cn-button-cyan.uk-active {
  background-color: #74b2c9;
  color: #ffffff;
}
.cn-button-blue-madison {
  background-color: #3f74a3;
  color: #ffffff;
}
/* Hover */
.cn-button-blue-madison:hover,
.cn-button-blue-madison:focus {
  background-color: #578ebe;
  color: #ffffff;
}
/* Active */
.cn-button-blue-madison:active,
.cn-button-blue-madison.uk-active {
  background-color: #578ebe;
  color: #ffffff;
}
abbr.select2-search-choice-close {
  margin-top: 4px;
}
