@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: "Jura", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  color: #111;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
/*noscript {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 1000;
}*/
strong {
  font-weight: 700;
}
.uk-text-bold {
  font-weight: 700;
}
#cookies-msg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookies-msg.shown {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  #cookies-msg {
    text-align: center;
  }
}
#cookies-msg > div {
  background: white;
  padding: 15px 0;
  box-shadow: 0 -14px 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg > div > div {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet landscape and bigger */
}
@media (min-width: 640px) {
  #cookies-msg > div > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #cookies-msg > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#cookies-msg.floating {
  left: 15px;
  right: 15px;
}
#cookies-msg.floating > div {
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg.floating > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
#cookies-msg #cookies-msg-close {
  display: none;
}
#cookies-msg .cookies-msg-actions a {
  display: block;
}
#cookies-msg a.uk-button {
  background: #c40d3c;
}
#cookies-msg a.uk-button:hover {
  background: #64071f;
}
#cookies-msg a:not(.uk-button) {
  color: #c40d3c;
}
#cookies-msg a:not(.uk-button):hover {
  color: #64071f;
}
.uk-button-primary {
  background: #c40d3c;
}
.uk-button-primary:hover {
  background-color: rgba(196, 13, 60, 0.8);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jura", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
@media (min-width: 960px) {
  .uk-h1 {
    font-size: 2.3rem;
  }
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large {
  font-family: "Jura", sans-serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: "Jura", sans-serif;
  line-height: 1.2em;
}
.ply-navbar-mobile {
  background: white;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.04);
}
@media (max-width: 479px) {
  .ply-navbar-mobile a {
    min-height: 60px;
  }
}
.uk-border-pill.border {
  border: 1px solid #c40d3c;
}
header.uk-sticky .ply-headerbar-top {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #fff;
}
header.uk-sticky.uk-active .ply-headerbar-top {
  display: none;
}
.ply-navbar {
  background-color: white;
  padding: 20px 0;
}
.ply-navbar .ply-navbar-nav {
  margin-bottom: 0;
}
.ply-navbar .ply-navbar-nav > li {
  padding-left: 15px;
}
.ply-navbar .ply-navbar-nav > li:before {
  margin-right: 15px;
  border-color: #c40d3c !important;
}
.ply-navbar .ply-navbar-nav > li:last-child:before {
  margin-right: 0px;
  border: none;
}
.ply-navbar .ply-navbar-nav > li.uk-active a:before {
  right: 0;
  left: 0;
  background-color: #bfa279;
}
.ply-navbar .ply-navbar-nav > li > a {
  font-family: "Jura", sans-serif;
  color: #111;
  -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;
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 0 5px;
  font-size: 1.2rem;
}
@media (max-width: 1219px) {
  .ply-navbar .ply-navbar-nav > li > a {
    padding: 0px;
  }
}
.ply-navbar .ply-navbar-nav > li > a:hover {
  color: #c40d3c;
}
.ply-navbar .ply-navbar-nav > li > a.ply-linkedin {
  position: relative;
  top: -2px;
  color: #0065a1;
}
.ply-navbar .ply-navbar-nav > li > a.ply-linkedin:hover {
  color: #0085d4;
}
.ply-navbar .ply-navbar-nav > li .uk-dropdown-nav li.uk-active a {
  color: #c40d3c;
}
.ply-navbar .ply-navbar-nav > li .ply-search-default {
  width: 280px;
}
.ply-navbar .ply-navbar-nav > li .ply-search-default input {
  height: 35px;
  font-size: 1rem;
}
.ply-red {
  color: #c40d3c;
}
.plytack .ply-red {
  color: #005eb8;
}
a.ply-red {
  text-decoration: none;
  color: #c40d3c !important;
}
a.ply-red:hover {
  color: rgba(196, 13, 60, 0.6) !important;
}
.plytack a.ply-red {
  color: #005eb8 !important;
}
.plytack a.ply-red:hover {
  color: rgba(0, 94, 184, 0.6) !important;
}
.uk-sticky {
  -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;
  background-color: white !important;
}
.ply-brand {
  display: none;
}
.uk-sticky-fixed {
  box-shadow: rgba(0, 0, 0, 0.07) 0 3px 12px;
}
.uk-sticky-fixed .ply-brand {
  display: block;
}
.uk-sticky-fixed .ply-home {
  display: none;
}
li.ply-brand::before {
  margin-right: 0px !important;
  border: none !important;
}
@media (min-width: 960px) {
  .ply-slideshow {
    margin-top: 20px;
  }
}
.ply-slideshow ul li .ply-info-slideshow {
  text-align: center;
  color: white !important;
  padding: 30px;
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
}
.ply-slideshow ul li .ply-info-slideshow h1 {
  font-weight: 700;
  color: white;
  margin-bottom: 0;
}
.ply-button {
  background-color: #c40d3c;
  border-radius: 100px;
  color: white;
  font-weight: 600;
  text-transform: none;
  font-size: 1rem;
}
.plytack .ply-button {
  background-color: #005eb8;
}
.plytack .ply-button:hover {
  background-color: #00519f;
}
.ply-button.black {
  background: #222;
  color: white;
}
.ply-button.black:hover {
  color: white;
  background-color: #151515;
}
.ply-button:hover {
  color: white;
  background-color: #ac0b35;
}
@media (max-width: 479px) {
  .ply-button {
    padding: 0 15px;
  }
}
.uk-light {
  color: #ffffff;
}
.uk-light h1,
.uk-light h2,
.uk-light h3,
.uk-light h4,
.uk-light h5,
.uk-light h6 {
  color: #ffffff;
}
.ply-dotnav {
  left: 0;
  right: 0;
  bottom: 0;
}
.ply-dotnav li.uk-active a {
  background: #c40d3c;
}
.ply-dotnav.ply-relative {
  position: inherit;
  left: auto;
  right: auto;
  bottom: auto;
}
.ply-slidenav {
  color: #c40d3c;
}
.uk-text-lead {
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 600;
}
.uk-text-small {
  font-size: 0.8rem;
}
input.ply-input {
  border-radius: 50px;
  border: 2px solid white;
}
footer.ply-footer {
  background-color: #404041;
  color: white;
  font-size: 15px;
}
footer.ply-footer h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: white;
}
footer.ply-footer a {
  color: white;
}
footer.ply-footer a:hover {
  color: white;
}
footer.ply-footer h5 {
  color: white;
  font-size: 0.9rem;
}
footer.ply-footer .ply-form input.uk-input {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
.ply-offcanvas-bar {
  background-color: #c40d3c;
}
.plytack .ply-offcanvas-bar {
  background-color: #005eb8 !important;
}
.ply-offcanvas-bar .uk-search-input {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #ffffff;
}
.ply-offcanvas-bar span {
  color: rgba(255, 255, 255, 0.8) !important;
}
.ply-offcanvas-bar ul.uk-nav li a {
  color: #ffffff;
}
.ply-hero-container {
  height: 250px;
  position: relative;
}
@media (max-width: 639px) {
  .ply-hero-container {
    height: 200px;
  }
}
@media (max-width: 479px) {
  .ply-hero-container {
    height: 180px;
  }
}
blockquote {
  font-style: normal;
  font-weight: 600;
  color: #999;
}
.ply-card-news time {
  font-weight: 600;
}
.ply-card-news h4 {
  font-weight: 500;
  font-size: 1.1rem;
}
.ply-card-news h4 a {
  color: #222;
}
.ply-card-news p {
  font-size: 0.875rem;
}
.ply-pagination li.uk-active span {
  color: #c40d3c;
  font-weight: 500;
}
.ply-card {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.ply-contact-form input.uk-input {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1rem;
}
.ply-contact-form input.uk-input:focus {
  border-color: #c40d3c !important;
}
.ply-contact-form textarea.uk-textarea {
  font-size: 1rem;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
.ply-contact-form textarea.uk-textarea:focus {
  border-color: #c40d3c !important;
}
.ply-contact-form .uk-checkbox:checked,
.ply-contact-form .uk-checkbox:indeterminate,
.ply-contact-form .uk-radio:checked {
  background-color: #c40d3c !important;
}
.plytack .ply-contact-form .uk-checkbox:checked,
.plytack .ply-contact-form .uk-checkbox:indeterminate,
.plytack .ply-contact-form .uk-radio:checked {
  background-color: #005eb8 !important;
}
.plytack .uk-checkbox:checked,
.plytack .uk-checkbox:indeterminate,
.plytack .uk-radio:checked {
  background-color: #005eb8 !important;
}
.ply-product-thumbnails {
  box-shadow: none !important;
}
.ply-background {
  background-color: #c40d3c;
}
.plytack .ply-background {
  background-color: #005eb8 !important;
}
.squared-image {
  position: relative !important;
  padding-bottom: 56.25% !important;
  padding-top: 30px !important;
  height: 0 !important;
  overflow: hidden !important;
}
.squared-image > div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.ply-table {
  border: 1px solid #ddd;
}
.ply-table th {
  text-transform: none;
  font-weight: bold;
  color: white;
  font-size: 0.9rem;
  background-color: #999;
  vertical-align: middle;
}
.ply-table td {
  text-transform: none;
  font-weight: 500;
  font-size: 0.9rem;
  color: #333;
}
.ply-table tr:hover {
  background-color: #eee !important;
}
.vz-accordion .uk-accordion-title {
  padding-top: 10px;
  font-size: 1rem;
}
.vz-accordion input.uk-checkbox:checked {
  background-color: #c40d3c;
}
.vz-accordion input.uk-checkbox:docus {
  border-color: #c40d3c;
}
.vz-accordion label {
  font-size: 0.8rem;
}
.uk-section-primary {
  background-color: #c40d3c;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resumen {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.08rem;
  line-height: 1.4em;
  font-weight: 600;
}
.uk-animation-scale-down {
  animation-name: uk-scale-down;
}
.ply-news {
  padding-top: 10px;
}
.bigger:hover {
  animation-name: bigger !important;
  animation: 0.8s ease-out both;
}
@keyframes bigger {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.07);
  }
}
.zoom:hover {
  animation-name: zoom !important;
  animation: 0.5s ease both;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.uk-text-small {
  font-size: 0.9rem;
  line-height: 1.2em;
}
.uk-breadcrumb li a {
  font-size: 1rem;
}
.uk-breadcrumb li span {
  font-size: 1rem;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 10px 0 calc(10px - 4px);
}
.heading > div {
  padding: 15px 20px;
}
.border-top {
  border-top: 2px solid #c40d3c;
}
.icon-pos-y {
  position: relative;
  top: -2px;
}
.all-border-rounded {
  border-radius: 100px;
}
.uk-text-primary {
  color: #c40d3c !important;
}
.filtro-categorias a {
  font-size: 13px;
  background: #f0f0f0;
  display: inline-block;
  padding: 5px 38px 5px 15px;
  color: #333;
  position: relative;
  margin-bottom: 5px;
  border-radius: 20px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.filtro-categorias a:hover {
  background-color: #ddd;
}
.filtro-categorias a span {
  font-size: 10px;
  background: #fff;
  color: #ababab;
  border-radius: 20px;
  background-clip: padding-box;
  display: inline-block;
  padding: 0 5px;
  position: absolute;
  right: 5px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.uk-thumbnav > * > ::after {
  display: none;
}
.plytack .ply-navbar a.ply-red {
  color: #c40d3c !important;
}
.ply-navbar a.ply-button {
  background-color: #c40d3c;
}
.plytack .ply-navbar a.ply-button {
  background-color: #c40d3c !important;
}
.plytack .ply-navbar a.ply-button:hover {
  background-color: #ac0b35 !important;
}
.cc-button.cc-button-primary {
  background-color: transparent !important;
  color: #333 !important;
  border: 1px solid #e5e5e5 !important;
}
.cc-button.cc-button-primary:hover {
  background-color: transparent !important;
  color: #333 !important;
  border-color: #b2b2b2 !important;
}
.break-link {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
