@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,700,700i,800,800i,900,900i);
.font-brand, p, .btn.btn-primary, .view-more a, .custom-title h4, .custom-title h2, .title-blog h2, .breadcrums .breadcrums-link, .producto-item .producto-item-title, .productos-popup .container .producto-item-title, .icon-download strong, .contact .form-control, .input-search input, .modal-work form input::placeholder, .modal-work form .option-select, #loader p, .color-tools .btn.btn-primary, header h2, header h4, .header-intern h2, .header-intern h4, .producto-header-intern h2, .producto-header-intern h4, .producto .producto-content p, footer .bar h2, footer .bar .apply p, footer .contact h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.font-primary-light, h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.font-primary, h3, h4, h5, h6, p, a, small, li {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.font-primary-bold, b, strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.font-primary-ultra-bold, h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.wpcf7-list-item-label {
  font-family: 'Lato', sans-serif;
  color: #767676;
  font-size: 15px;
}
.select2-container {
  width: 100%!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 10px!important;
}
.select2-container--default .select2-selection--multiple {
  height: 61px!important;
  padding: 0 9px;
  border: 1px solid #767676!important;
  margin: 10px 0;
  background-color: transparent!important;
  overflow: auto;
}
.selection:after {
  content: 'Prep*';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  z-index: -1;
}
.wpcf7-list-item label {
  display: flex;
    align-items: center;
    max-height: 25px;
}
.preparation {
  background: #c5c5c517;
  padding: 10px;
}
.preparation p{
  margin-bottom: 0px;
}
.wpcf7-list-item label input {
  width: 18px;
  margin: 5px 12px 5px 0px;
}
p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
  color: #2c2c2c;
  margin-bottom: 15px;
}
.ss360-suggests header {
  height: auto!important;
}
section {
  padding: 85px 0;
  overflow-x: hidden;
}
section .container iframe {
  max-width: 100%;
}
section .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grecaptcha-badge {
  display: none!important;
}
.product-wrapper {
  min-height: calc(100vh - 499px);
}
@media screen and (max-width: 991px) {
  section {
    padding: 40px 0;
  }
}

#flipbook {
  margin-left: -25%;
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  -ms-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
  position: relative;
  display: block;
}

.faded-screen-nav {
  display: none;
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  opacity: 0.6;
}

.btn.btn-primary {
  position: relative;
  background-color: #de3838;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 12px;
  letter-spacing: 3.8px;
  text-align: center;
}

.btn-green {
  background-color: #00b3a9 !important;
}

.view-more {
  background-color: #de3838;
  display: inline-block;
}
.view-more a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
}
.view-more.infinite-right {
  position: relative;
}
.view-more.infinite-right:after {
  clear: both;
  content: "";
  position: absolute;
  height: 100%;
  width: 5000px;
  background-color: #de3838;
  left: 100%;
  top: 0;
}
.view-more.infinite-left {
  position: relative;
}
.view-more.infinite-left:before {
  clear: both;
  content: "";
  position: absolute;
  height: 100%;
  width: 5000px;
  background-color: #de3838;
  right: 100%;
  top: 0;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce, header .down-arrow, .header-intern .down-arrow, .producto-header-intern .down-arrow {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.select2-search__field {
  opacity: 0!important;
}
.custom-title {
  display: inline-block;
  position: relative;
}
.custom-title.bordered {
  border: solid 1px #979797;
  padding: 30px 32px;
}
.custom-title.bordered-left {
  position: relative;
  border: solid 1px #979797;
  padding: 30px 32px;
  border-right: none;
}
.custom-title.bordered-left:before {
  clear: both;
  content: "";
  position: absolute;
  width: 50%;
  top: -1px;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.custom-title h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 19px;
  color: #d0011b;
}
.custom-title h4.offset {
  position: absolute;
  top: 31px;
  left: -23px;
}
.custom-title h2 {
  display: inline-block;
  font-size: 105px;
  font-weight: 800;
  letter-spacing: 2.7px;
  color: rgba(255, 255, 255, 0.1);
  text-shadow: 1px 2px 5px #f6f6f6, 0 0 0 rgba(0, 0, 0, 0.4), 1px 2px 5px #fff;
  margin: 0;
  line-height: 0.9;
}
.custom-title.custom-title-min {
  padding: 20px 12.5px 4px 30px;
}
.custom-title.custom-title-min h2 {
  font-size: 49px;
  letter-spacing: 6.5px;
  text-shadow: 1px 2px 5px #f6f6f6, 0 0 0 rgba(0, 0, 0, 0.4), 1px 2px 5px #fff;
}
.custom-title.custom-title-min.view-more-right {
  padding-right: 50px;
}
.custom-title.custom-title-min.view-more-right .view-more {
  position: absolute;
  left: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 39px;
  width: 150px;
}

.title-blog {
  display: inline-block;
  border-top: 3px solid #de3838;
  border-left: 3px solid #de3838;
  position: relative;
  padding: 40px 40px 0px 80px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .title-blog {
    padding: 20px 30px 0px 60px;
  }
}
.title-blog:before, .title-blog:after {
  clear: both;
  content: "";
  position: absolute;
  background-color: #de3838;
}
.title-blog:before {
  left: 0;
  bottom: 0;
  height: 3px;
  width: 40px;
}
.title-blog:after {
  right: 0;
  top: 0;
  height: 40px;
  width: 3px;
}
.title-blog h2 {
  display: block;
  font-size: 14px;
  line-height: 1.93;
  letter-spacing: 4.4px;
  color: #2c2c2c;
  font-weight: 500;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .custom-title h4 {
    font-size: 16px;
  }
  .custom-title h2 {
    font-size: 36px;
  }

  .custom-title h4.offset {
    position: relative;
    top: initial;
    left: initial;
  }
}
.search-box .input-control {
  position: relative;
  width: 394px;
  margin: 40px auto 0;
}
.search-box .input-control .search-box-input {
  font-size: 13px;
  line-height: 0.77;
  letter-spacing: 3px;
  opacity: 0.81;
  width: 100%;
  height: 47px;
  border-radius: 100px;
  border: solid 1px #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-align: center;
  background-color: #fff;
  color: white;
  padding: 13px 50px 13px 30px;
  color: #000;
}
.search-box .input-control .search-box-input::placeholder {
  color: #000;
}
.search-box .input-control .icon {
  position: absolute;
  font-size: 33px;
  color: #000;
  border: none !important;
  background: none !important;
  cursor: pointer;
  padding: 0 22px;
  margin: 0;
}
.search-box .input-control .icon.is-right {
  right: 10px;
}

.breadcrums {
  padding: 40px 0;
}
.breadcrums .breadcrums-link {
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3.7px;
  font-weight: 500;
  color: #2c2c2c;
}
.breadcrums .breadcrums-link:before {
  content: '';
  border-left: 1px solid black;
  margin: 0px 10px;
}
.breadcrums .breadcrums-link:first-child {
  border-left: none;
}
.breadcrums .breadcrums-link:last-child:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
  color: #de3838;
}

@media screen and (max-width: 991px) {
  .breadcrums {
    padding-left: 0 !important;
  }
  .breadcrums .breadcrums-link {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .breadcrums .breadcrums-link {
    position: relative;
    padding-left: 24px;
    margin-bottom: 6px;
  }
  .breadcrums .breadcrums-link:before {
    position: absolute;
    left: 0;
    height: 15px;
    top: 3px;
  }
}
.categorias {
  padding: 30px 0;
}

.producto-item {
  position: relative;
  min-height: 220px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.producto-item:hover {
  text-decoration: none;
}
.producto-item .producto-item-image {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.producto-item .producto-item-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  text-align: center;
  color: #2c2c2c;
  margin-top: 20px;
  word-wrap: break-word;
}
.producto-item.active.is-small:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
  width: 106px;
  height: 124px;
  border: solid 4px #de3838;
  background-color: transparent;
}
.producto-item.active.is-medium:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
  width: 166px;
  height: 180px;
  border: solid 4px #de3838;
  background-color: transparent;
}
.producto-item.active.is-big:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
  width: 176px;
  height: 220px;
  border: solid 4px #de3838;
  background-color: transparent;
}
.producto-item.is-small {
  width: 102px;
}
.producto-item.is-medium {
  width: 160px;
}
.producto-item.is-big {
  width: 200px;
}
.producto-item.is-small .producto-item-title {
  font-size: 10px;
}
.producto-item.is-medium .producto-item-title {
  font-size: 13px;
}
.producto-item.is-big .producto-item-title {
  font-size: 16px;
}
.producto-item.active:after {
  content: '';
  border-left: 2px solid #de3838;
  height: 52px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.productos-popup {
  background-color: #f1f1f1;
}
.productos-popup section {
  padding: 55px 30px;
}
.productos-popup .container .breadcrums {
  padding: 40px 0 40px 20px;
}
.productos-popup .container .breadcrums .container {
  width: auto;
  padding-left: 0;
}
.productos-popup .container .breadcrums .breadcrums-link {
  font-size: 11px;
  color: #afafaf;
}
.productos-popup .container .breadcrums .breadcrums-link:last-child {
  color: #d0011b;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .productos-popup .container .breadcrums .breadcrums-link:last-child {
    font-size: 11px;
  }
}
.productos-popup .container .breadcrums .breadcrums-link:before {
  border-left: 2px solid #afafaf !important;
}
@media screen and (max-width: 768px) {
  .productos-popup .container .breadcrums .breadcrums-link:before {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .productos-popup .container .breadcrums .breadcrums-link {
    line-height: 15px;
  }
}
.productos-popup .container .producto-item {
  height: 260px;
  margin-bottom: 40px;
}
.productos-popup .container .producto-item:before {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
  width: 156px;
  height: 180px;
  border: solid 3px #de3838;
  background-color: transparent;
}
.productos-popup .container .producto-item:hover:before {
  opacity: 1;
}
.productos-popup .container .producto-item-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #4a4a4a;
}
.productos-popup .container .producto-item:after {
  border-left: none;
}

.categorias-productos .productos-popup .producto-item:before {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
  width: 186px;
  height: 220px;
  border: solid 3px #de3838;
  background-color: transparent;
}

.white {
  color: #fff;
}

.social-icon {
  font-size: 24px;
  color: #2c2c2c;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 15px;
}

.top-icon {
  width: 50px;
  height: 50px;
  border: solid 2px rgba(195, 195, 195, 0.39);
  display: inline-block;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  line-height: 48px;
  color: rgba(195, 195, 195, 0.39) !important;
  font-size: 25px;
  text-decoration: none !important;
}

.icon-download {
  background: #2c2c2c;
  color: #fff !important;
  position: relative;
  margin: 5px;
  text-align: right;
  padding: 10px 10px 11px 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.icon-download i {
  /* position: absolute;
  font-size: 36px;
  left: 15px;
  top: 10px; */
}
.icon-download span {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.icon-download strong {
  line-height: 16px;
  font-size: 14px;
  text-transform: uppercase;
}
.icon-download:hover {
  background: #363636;
  text-decoration: none;
}

.contact fieldset {
  margin-bottom: 20px;
}
.contact .form-control {
  font-size: 12px;
  letter-spacing: 3.7px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  font-weight: 300;
  padding: 15px;
}
.contact .form-control::-webkit-input-placeholder {
  color: #fff;
}
.contact .form-control::-moz-placeholder {
  color: #fff;
}
.contact .form-control:-ms-input-placeholder {
  color: #fff;
}
.contact .form-control:-moz-placeholder {
  color: #fff;
}
.contact input {
  height: 46px;
}
.contact input.btn {
  font-size: 14px;
  padding: 14px 36px;
  height: 50px;
}

.input-search {
  height: 47px;
  width: 265px;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 35px;
}
.input-search.placeholder:before {
  content: '▼';
  clear: both;
  position: absolute;
  color: #000;
  font-size: 10px;
  top: 16px;
  left: 75px;
}
.input-search input {
  height: 47px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 15px 50px 15px 15px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.input-search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input-search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input-search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input-search input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input-search i {
  color: #d0011b;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 2px;
  z-index: 1;
}

.is-open-modal {
  overflow: hidden;
}

.modal-work {
  padding-bottom: 60px;
  display: block;
  transform: translateY(115%);
  background-image: url("../images/group-3@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.modal-work .close-btn {
  background-image: url("../images/x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  z-index: 99;
  width: 38px;
  height: 37px;
  position: absolute;
  top: 53px;
  right: 116px;
  cursor: pointer;
}
.modal-work .close-red-btn {
  background-image: url("../images/x_red.png")!important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  z-index: 99;
  width: 38px;
  height: 37px;
  position: absolute;
  top: 53px;
  right: 116px;
  cursor: pointer;
}
.modal-work.is-open {
  display: block;
  overflow: scroll;
}
.modal-work .header-intern {
  padding-top: 144px;
  padding-bottom: 71px;
  height: initial;
  background-position: initial;
  background-size: initial;
  text-align: initial;
}
.modal-work .header-intern h2,
.modal-work .header-intern h4 {
  text-align: left;
}
.modal-work .header-intern h2 {
  font-size: 112px;
  margin-bottom: 25px;
  margin-left: -13px;
}
.modal-work .header-intern h4 {
  font-size: 14px;
}
.modal-work form input {
  height: 46px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
}
.modal-work form input::placeholder {
  font-size: 13px;
  letter-spacing: 3.7px;
}
.modal-work form .select-wrapper {
  height: 46px;
  border: none;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  background: #fff;
  position: relative;
}
.modal-work form .select-wrapper:before {
  content: '\f0d8';
  font-family: FontAwesome;
  color: #de3838;
  display: block;
  position: absolute;
  font-size: 24px;
  line-height: 10px;
  right: 20px;
  top: 10px;
  pointer-events: none;
  height: 11px;
  overflow: hidden;
}
.modal-work form .select-wrapper:after {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #de3838;
  display: block;
  position: absolute;
  font-size: 24px;
  line-height: 10px;
  right: 20px;
  top: 25px;
  pointer-events: none;
  height: 11px;
  overflow: hidden;
}
.modal-work form select {
  padding-right: 50px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0px;
  height: 46px;
  background: transparent;
  letter-spacing: 2px;
  font-size: 13px;
  color: #9a9a9a;
  padding-top: 5px;
  padding-left: 10px;
}
.modal-work form select:after {
  content: '';
  background: red;
}
.modal-work form .option-select {
  font-size: 13px;
  letter-spacing: 3.7px;
}
.modal-work form .file-chooser-wrapper {
  position: relative;
}
.modal-work form .file-chooser-wrapper .file-chooser-fake {
  background-color: #de3838;
  opacity: 0.75;
  height: 46px;
  padding: 15px 0;
}
.modal-work form .file-chooser-wrapper .file-chooser-fake p {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3.7px;
  color: white;
  text-align: center;
  margin: 0;
  font-size: 12px;
}
.modal-work form .file-chooser-wrapper .copy {
  font-size: 12px;
  font-weight: 600;
}
.modal-work form .file-chooser-wrapper .file-chooser-input {
  opacity: 0;
  position: relative;
  top: -50px;
  width: 100%;
  cursor: pointer;
}
.modal-work form button {
  width: 227px;
  height: 46px;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3.7px;
}

.wpcf7-form-control-wrap.your-resume {
  position: static;
}

.wpcf7-response-output {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 991px) {
  .form-work form button {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .modal-work .close-btn {
    right: 26px;
  }
  .modal-work .header-intern {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .modal-work .header-intern h2 {
    text-align: center;
    font-size: 62px;
    margin-bottom: 15px;
  }
  .modal-work .header-intern h4 {
    text-align: center;
  }
}
.sub-text {
  font-size: 10px;
}

.nav {
  transform: translateX(100%);
  background: #202020;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 40px 0;
  z-index: 1000;
  width: 500px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.nav .vertical-line {
  position: absolute;
  height: 90%;
  width: 40px;
  right: 30px;
  background: transparent;
}
.nav .vertical-line:before {
  content: "MENÚ";
  transform: rotate(90deg);
  font-size: 12px;
  letter-spacing: 5.5px;
  color: white;
  opacity: 0.3;
  position: absolute;
  right: -8px;
  top: 14%;
  margin: 0;
}
.nav .vertical-line.en:before {
  content: "MENU";
}
.nav .vertical-line:after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  opacity: 0.3;
  right: 50%;
  bottom: 0;
  transform: translate(50%);
  background: white;
  display: block;
}
.nav .vertical-line .close-nav {
  background-image: url("../images/x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.nav .nav-list {
  padding: 0;
  padding-top: 100px;
  font-size: 15px;
  font-weight: 400;
  line-height: 3.67;
  letter-spacing: 5.9px;
  text-transform: uppercase;
  list-style: none;
}
.nav .nav-item {
  display: block;
  padding: 0 60px;
}
.nav .nav-item.active {
  background-color: #121212;
}
.nav .nav-item-link {
  color: white;
  cursor: pointer;
  text-decoration: none !important;
  display: block;
}
.nav .nav-item-link:hover {
  color: #de3838;
}
.nav .nav-top {
  padding: 0 60px;
  padding-top: 14px;
  text-transform: uppercase;
}
.nav .nav-top .nav-country-selector,
.nav .nav-top .nav-language-select {
  font-size: 10px;
  letter-spacing: 2.6px;
}
.nav .nav-top .nav-country-selector-wrapper {
  display: inline-block;
  width: 200px;
  position: relative;
}
.nav .nav-top .nav-country-selector-wrapper .nav-country-selector {
  width: 100%;
  display: block;
  color: white;
  font-size: 10px;
  letter-spacing: 3px;
  -webkit-appearance: none;
  background: #202020;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}
.nav .nav-top .nav-country-selector-wrapper:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #de3838;
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 12px;
  z-index: -1;
}
.nav .nav-top .language-selector {
  margin-left: 15px;
  display: inline-block;
  border: 1px solid white;
}
.nav .nav-top .language-selector .nav-language-select {
  color: white;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.nav .nav-top .language-selector .nav-language-select a {
  padding: 3px 10px;
  display: block;
  color: white;
}
.nav .nav-top .language-selector .nav-language-select a:hover {
  text-decoration: none;
}
.nav .nav-top .language-selector .nav-language-select.active {
  background-color: #de3838;
}
.nav .social-icons {
  padding: 100px 60px 0;
}
.nav .social-icons .social-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71px;
  letter-spacing: 4.4px;
  color: white;
  margin-bottom: 40px;
}
.nav .social-icons .social-item {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  text-align: center;
  padding: 8px;
  margin-right: 23px;
  cursor: pointer;
}
.nav .social-icons .social-item:last-child {
  margin-right: 0;
}
.nav .social-icons .social-item.fb-logo:after {
  content: "\f09a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #2c2c2c;
}
.nav .social-icons .social-item.ig-logo:after {
  content: "\f16d";
  font-family: FontAwesome;
  font-size: 16px;
  color: #2c2c2c;
}
.nav .social-icons .social-item.yt-logo:after {
  content: "\f16a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #2c2c2c;
}
.nav .social-icons .social-item.pt-logo:after {
  content: "\f231";
  font-family: FontAwesome;
  font-size: 16px;
  color: #2c2c2c;
}
.nav .social-icons .social-link {
  display: block;
}
@media screen and (max-height: 900px) {
  .nav {
    padding: 20px 0;
  }
  .nav .nav-list {
    padding-top: 50px;
  }
  .nav .social-icons {
    padding: 50px 60px 0;
  }
  .nav .nav-item-link {
    font-size: 14px;
    line-height: 14px;
    padding: 20px 0;
  }
}
@media screen and (max-height: 800px) {
  .nav .nav-item-link {
    padding: 18px 0;
  }
}
@media screen and (max-height: 680px) {
  .nav .nav-item-link {
    padding: 15px 0;
    font-size: 12px;
  }
  .nav .nav-list {
    padding-top: 30px;
  }
  .nav .social-icons {
    padding: 40px 60px 0;
  }
}

.productos-carousel {
  position: fixed;
  top: 0;
  height: 100%;
  background: #121212;
  padding: 0;
  width: 320px;
  list-style: none;
  z-index: 999;
  right: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: translate3d(320px, 0, 0);
  -ms-transform: translate3d(320px, 0, 0);
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
.productos-carousel .slick-arrow {
  color: #949494;
  font-size: 50px;
  opacity: 0.65;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.productos-carousel .slick-arrow i {
  position: absolute;
  left: 14px;
  top: -10px;
}
.productos-carousel .wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
  display: table;
  height: 100%;
  margin: 0;
}
.productos-carousel .wrapper .center {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.productos-carousel .wrapper .item {
  width: 280px;
  height: 200px;
  display: table !important;
  margin: 0;
}
.productos-carousel .wrapper .cell {
  display: table-cell;
  vertical-align: middle;
}
.productos-carousel .wrapper .producto-item {
  min-height: 0;
  height: auto;
  margin: 0px auto;
}
.productos-carousel .wrapper .producto-item h4 {
  color: white;
}
.productos-carousel .wrapper .producto-item:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
  width: 106px;
  height: 120px;
  border: solid 2px #de3838;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productos-carousel .wrapper .producto-item:hover:before {
  opacity: 1;
}
.productos-carousel .wrapper .carousel-producto-item {
  width: 100%;
  height: 190px;
  background: blue;
  margin-bottom: 40px;
}
.productos-carousel.is-active {
  -moz-transform: translate3d(-500px, 0, 0);
  -ms-transform: translate3d(-500px, 0, 0);
  -webkit-transform: translate3d(-500px, 0, 0);
  transform: translate3d(-500px, 0, 0);
}
@media only screen and (max-width: 991px) {
  .productos-carousel.is-active {
    -moz-transform: translate3d(-470px, 0, 0);
    -ms-transform: translate3d(-470px, 0, 0);
    -webkit-transform: translate3d(-470px, 0, 0);
    transform: translate3d(-470px, 0, 0);
  }
}

@media screen and (max-width: 991px) {
  .nav {
    width: 100%;
    max-width: 500px;
    overflow: scroll;
  }
  .nav .nav-item {
    padding: 0 30px;
    font-size: 12px;
  }
  .nav .nav-top {
    padding: 0 20px;
  }
  .nav .nav-top .nav-country-selector-wrapper {
    margin-right: 10px;
    display: block;
  }
  .nav .nav-top .nav-country-selector-wrapper .nav-country-selector {
    float: none;
    margin-bottom: 15px;
    display: block;
  }
  .nav .nav-top .language-selector {
    margin-left: 0;
  }
  .nav .social-icons {
    padding: 40px 30px 0;
  }
  .nav .social-icons .social-item {
    display: inline-block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 380px) {
  .nav .nav-list {
    padding-top: 20px;
  }
}
.search .productos-popup {
  background-color: white;
}
.search .productos-popup .breadcrums-link:last-child:after {
  display: none;
}

#blog-carousel {
  position: relative;
  width: 1680px;
}
#blog-carousel img {
  width: 560px;
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.18);
}
#blog-carousel .owl-stage {
  padding-left: 0px !important;
}
#blog-carousel .owl-nav .owl-prev,
#blog-carousel .owl-nav .owl-next {
  position: absolute;
  margin-top: 15px;
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#blog-carousel .owl-nav .owl-prev span,
#blog-carousel .owl-nav .owl-next span {
  background-color: #de3838;
  width: 56px;
  height: 36px;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#blog-carousel .owl-nav .owl-prev span i,
#blog-carousel .owl-nav .owl-next span i {
  color: #fff;
  position: absolute;
  font-size: 50px;
  top: -17px;
  left: 10px;
}
#blog-carousel .owl-nav .owl-prev.disabled,
#blog-carousel .owl-nav .owl-next.disabled {
  opacity: 0;
}
#blog-carousel .owl-nav .owl-prev {
  left: 0;
}
#blog-carousel .owl-nav .owl-next {
  left: 504px;
}
#blog-carousel .blog-carousel-image {
  width: 560px;
  height: 375px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#blog-carousel-mobile {
  position: relative;
  width: 100%;
}
#blog-carousel-mobile .blog-carousel-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#blog-carousel-mobile a {
  display: block;
  width: 300px;
}
#blog-carousel-mobile a img {
  width: 100%;
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.18);
}
#blog-carousel-mobile .owl-stage {
  padding-left: 0px !important;
}
#blog-carousel-mobile .owl-nav .owl-prev,
#blog-carousel-mobile .owl-nav .owl-next {
  position: absolute;
  margin-top: 15px;
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#blog-carousel-mobile .owl-nav .owl-prev span,
#blog-carousel-mobile .owl-nav .owl-next span {
  background-color: #de3838;
  width: 56px;
  height: 36px;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#blog-carousel-mobile .owl-nav .owl-prev span i,
#blog-carousel-mobile .owl-nav .owl-next span i {
  color: #fff;
  position: absolute;
  font-size: 50px;
  top: -17px;
  left: 10px;
}
#blog-carousel-mobile .owl-nav .owl-prev.disabled,
#blog-carousel-mobile .owl-nav .owl-next.disabled {
  opacity: 0;
}
#blog-carousel-mobile .owl-nav .owl-prev {
  left: 0;
}
#blog-carousel-mobile .owl-nav .owl-next {
  left: 504px;
}

@media screen and (max-width: 991px) {
  #blog-carousel-mobile a {
    width: 100%;
  }
  #blog-carousel-mobile .owl-nav .owl-next {
    right: 0;
    left: initial;
  }
}
#actitud.owl-carousel img {
  width: 300px;
}
#actitud.owl-carousel .owl-nav .owl-prev, #actitud.owl-carousel .owl-nav .owl-next {
  position: absolute;
  margin-top: 15px;
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#actitud.owl-carousel .owl-nav .owl-prev span, #actitud.owl-carousel .owl-nav .owl-next span {
  width: 54px;
  height: 38px;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
#actitud.owl-carousel .owl-nav .owl-prev span i, #actitud.owl-carousel .owl-nav .owl-next span i {
  color: #fff;
  position: absolute;
  font-size: 30px;
  top: -2px;
}
#actitud.owl-carousel .owl-nav .owl-prev {
  left: 320px;
}
#actitud.owl-carousel .owl-nav .owl-prev span {
  background-color: #d1d1d1;
}
#actitud.owl-carousel .owl-nav .owl-prev span i {
  left: 17px;
}
#actitud.owl-carousel .owl-nav .owl-next {
  left: 379px;
}
#actitud.owl-carousel .owl-nav .owl-next span {
  background-color: #de3838;
}
#actitud.owl-carousel .owl-nav .owl-next span i {
  left: 22px;
}

#loader {
  position: fixed;
  background: white;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#loader span.bg-line.top {
  -moz-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  top: 10%;
}
#loader span.bg-line.bottom {
  -moz-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  bottom: 10%;
}
#loader .cell {
  padding-bottom: 100px;
}
#loader p {
  text-align: center;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
#loader #center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -75px;
  width: 150px;
  height: 80px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
#loader .lanco-loader {
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #loader .lanco-loader {
    margin-bottom: 0;
  }
}
#loader .lanco-loader .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.31, 1) infinite;
}
#loader .lanco-loader .dot:nth-child(1) {
  animation-delay: 0.2s;
}
#loader .lanco-loader .dot:nth-child(2) {
  animation-delay: 0.35s;
}
#loader .lanco-loader .dot:nth-child(3) {
  animation-delay: 0.45s;
}
#loader .lanco-loader .dot:nth-child(4) {
  animation-delay: 0.55s;
}
#loader .lanco-loader .dot:after, #loader .lanco-loader .dot .first {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #de3838;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
}
#loader .lanco-loader .dot .first {
  background: #de3838;
  margin-top: -4px;
  animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.31, 1) infinite;
  animation-delay: 0.2s;
}
@keyframes dotrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes dotscale {
  0%, 10% {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -4px;
  }
  50% {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: 0;
  }
  90%, 100% {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -4px;
  }
}
.rfbwp-popup-box,
.rfbwp-shelf-box {
  background: white !important;
}

#flipbook-container-0 .fb-nav ul li:hover,
#flipbook-container-0 .preview:hover,
#flipbook-container-0 .next:hover,
#flipbook-container-0 div.big-side:hover,
#flipbook-container-0 div.big-next:hover {
  background-color: #de3838 !important;
}

.rfbwp-popup-box .rfbwp-close,
.rfbwp-shelf-box .rfbwp-close {
  top: 15px !important;
  right: 30px !important;
}

.rfbwp-loader .rfbwp-circle-one {
  box-shadow: none !important;
  border: 2px solid #fff !important;
}

.rfbwp-loader .rfbwp-circle-two {
  border: 2px solid transparent !important;
  border-top-color: #de3838 !important;
}

.tool-wrapper {
  margin: 0 auto 30px;
}
.tool-wrapper .tool-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  width: 100%;
  height: 330px;
}
.tool-wrapper .tool-controls {
  font-size: 0;
}
.tool-wrapper .tool-controls .tool-controls-button {
  background-color: #de3838;
  color: white;
  display: inline-block;
  width: 50%;
  padding: 15px;
  font-size: 22px;
}
.tool-wrapper .tool-controls .tool-controls-button:hover {
  background-color: #d0011b;
}

.infoBox:before {
  content: '';
  clear: both;
  position: absolute;
  border-right: 25px solid white;
  border-bottom: 15px solid rgba(106, 83, 83, 0);
  border-top: 15px solid rgba(255, 0, 0, 0);
  top: 145px;
  left: -5px;
  z-index: 2;
}

.infoBox > img {
  position: absolute !important;
  margin: 0 !important;
  right: 8px !important;
  top: 8px !important;
  z-index: 2;
}

.markerInfoWindow {
  background: #fff;
  width: 100%;
  -moz-box-shadow: 0 4px 10px 0 #c3c3c3;
  -webkit-box-shadow: 0 4px 10px 0 #c3c3c3;
  box-shadow: 0 4px 10px 0 #c3c3c3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .markerInfoWindow {
    max-height: 408px;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.markerInfoWindow table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.markerInfoWindow p {
  margin: 0;
  line-height: 1.2;
}
.markerInfoWindow span {
  font-size: 22px;
  font-weight: bold;
}

/* color tools */
.bg-img {
  height: 226px;
  max-width: 275px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 12px 16px;
  z-index: 3;
  background-color: #c9c9c9;
}
@media screen and (max-width: 1024px) {
  .bg-img {
    min-width: 273px;
    margin-bottom: 25px;
  }
}

.bg-img:hover {
  cursor: pointer;
}

.bg-img h2 {
  margin: 0;
  color: white;
  text-align: right;
  font-weight: bold;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 24px;
  word-break: break-word;
}

.bg-img .palette-sm {
  position: absolute;
  bottom: 8px;
  left: 10px;
  max-width: 57px;
  max-height: 63px;
}

.palette {
  position: absolute;
  bottom: 0;
  max-width: 70px;
  max-height: 70px;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 10;
}

.bg-img .diy-logo {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 122px;
  max-height: 117px;
}

.bg-img .play {
  position: absolute;
  bottom: 8px;
  left: 10px;
  max-width: 63px;
  max-height: 72px;
}

.custom-border {
  padding: 48px;
  border-right: 3px solid #df3230;
  border-left: 3px solid #df3230;
  margin-bottom: 180px;
  margin-top: 125px;
  position: relative;
  min-height: 323px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .custom-border {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 70px auto;
    border: none;
    padding: 0px;
  }
}

.custom-border::before {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #df3230;
}
@media screen and (max-width: 1024px) {
  .custom-border::before {
    display: none;
  }
}

.custom-border::after {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #df3230;
}
@media screen and (max-width: 1024px) {
  .custom-border::after {
    display: none;
  }
}

#color-expression #downland-color .downland-wrapper {
  display: flex;
}
#color-expression #downland-color .downland-wrapper a {
  padding: 5px 10px;
}
#color-expression #downland-color .downland-wrapper a i {
  font-size: 29px;
  line-height: 1.5;
}

#color-expression #downland-color .downland-wrapper a i span:first-child {
  text-align: right;
  position: relative;
  right: 3px;
}

#color-expression #downland-color .downland-wrapper a i span:nth-child(2) {
  font-size: 9px;
  text-align: right;
}

.p0 {
  padding: 0;
}

.wspace {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  height: 20px;
  background: white;
  top: -10px;
}
@media screen and (max-width: 981px) {
  .wspace {
    top: 70px;
    z-index: 1;
    height: 600px;
  }
}

.wspace2 {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  height: 20px;
  background: white;
  bottom: -10px;
  z-index: 2;
}
@media screen and (max-width: 981px) {
  .wspace2 {
    bottom: 337px;
    z-index: 1;
  }
}

.owl-simple {
  position: relative;
  width: 1680px;
}
@media screen and (max-width: 981px) {
  .owl-simple {
    width: 100%;
    padding: 0px;
  }
}

.owl-simple img {
  width: 560px;
  -moz-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.18);
}

.owl-simple .owl-stage {
  padding-left: 0px !important;
}

.owl-simple .owl-nav .owl-prev,
.owl-simple .owl-nav .owl-next {
  position: absolute;
  margin-top: 15px;
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-simple .owl-nav .owl-prev span,
.owl-simple .owl-nav .owl-next span {
  background-color: #de3838;
  width: 56px;
  height: 36px;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.owl-simple .owl-nav .owl-prev span i,
.owl-simple .owl-nav .owl-next span i {
  color: #fff;
  position: absolute;
  font-size: 50px;
  top: -17px;
  left: 10px;
}

.owl-simple .owl-nav .owl-prev.disabled,
.owl-simple .owl-nav .owl-next.disabled {
  opacity: 0;
}

.owl-simple .owl-nav .owl-prev {
  left: 0;
}

.owl-simple .owl-nav .owl-next {
  left: 504px;
}

.owl-simple .blog-carousel-image {
  width: 100%;
  height: 375px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .owl-simple .blog-carousel-image {
    width: 100%;
    height: 400px;
  }
}

.bg-black::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.hide-on-bush {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.show-on-bush {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}

.mob_border {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 300px;
  width: 100%;
  border: solid 3px #df3230;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mob_border {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #downland-color {
    max-width: 100%;
    z-index: 3;
  }
}

.title-blog {
  font-size: 14px;
  line-height: 1.93;
  letter-spacing: 4.4px;
  color: #2c2c2c;
  font-weight: 500;
  text-transform: uppercase;
}

#diy-carousel-mobile, #cp-carousel-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  #diy-carousel-mobile, #cp-carousel-mob {
    display: block !important;
  }
}

#diy-carousel-mobile .owl-next, #cp-carousel-mobile .owl-next {
  left: initial;
  right: 0;
}

.owl-mobile {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .icon-download {
    width: 132px;
  }
  .icon-download i {
    left: 12px;
  }
}

.icon-download strong {
  font-size: 11.5px;
}

.icon-download span {
  font-size: 9px;
}

iframe.video {
  max-width: 100%;
  display: inline-block;
}

body > .main-nav {
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
}
body > .main-nav .logo {
  top: 40px;
  left: 15px;
  position: absolute;
  z-index: 100;
  width: 200px;
  height: auto;
  margin: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body > .main-nav .nav-icon {
  text-decoration: none;
  color: #fff;
  position: fixed;
  right: 0;
  margin: 0 auto;
  left: 1070px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 55px;
  z-index: 100;
  cursor: pointer;
  background: transparent;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body > .main-nav .nav-icon span {
  display: block;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 2px;
  margin-right: 3px;
  margin-top: 17px;
}
body > .main-nav .nav-icon.dark {
  background: #2c2c2c;
}
@media only screen and (max-width: 1200px) {
  body > .main-nav .nav-icon {
    left: 870px;
  }
}
@media only screen and (max-width: 991px) {
  body > .main-nav .nav-icon {
    left: 650px;
  }
}
@media only screen and (max-width: 767px) {
  body > .main-nav .nav-icon {
    left: auto;
    right: 15px;
  }
}
body > .main-nav .breadcrums {
  position: absolute;
  z-index: 1;
  left: 200px;
  top: 20px;
}
body > .main-nav .breadcrums .breadcrums-link {
  color: white;
  font-size: 11px;
}
body > .main-nav .breadcrums .breadcrums-link:before {
  border-color: white;
}
body > .main-nav .breadcrums .breadcrums-link:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .home.animate-logo .main-nav .logo {
    -moz-transform: translate3d(585px, 50vh, 0);
    -ms-transform: translate3d(585px, 50vh, 0);
    -webkit-transform: translate3d(585px, 50vh, 0);
    transform: translate3d(585px, 50vh, 0);
    margin-left: -200px;
    margin-top: -150px;
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .home.animate-logo .main-nav .logo {
    -moz-transform: translate3d(485px, 50vh, 0);
    -ms-transform: translate3d(485px, 50vh, 0);
    -webkit-transform: translate3d(485px, 50vh, 0);
    transform: translate3d(485px, 50vh, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home.animate-logo .main-nav .logo {
    -moz-transform: translate3d(375px, 50vh, 0);
    -ms-transform: translate3d(375px, 50vh, 0);
    -webkit-transform: translate3d(375px, 50vh, 0);
    transform: translate3d(375px, 50vh, 0);
  }
}

.mobile-only {
  display: none;
}

#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
#bgvid video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

span.bg-line {
  opacity: 0.2;
  display: block;
  width: 5000px;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -2500px;
  background-color: rgba(0, 0, 0, 0.5);
  transform-origin: center;
}
span.bg-line.white {
  background-color: white;
}
span.bg-line.red {
  background-color: #de3838;
}

#header span.bg-line {
  z-index: 2;
}
#header span.bg-line.top {
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
  top: 25%;
}
#header span.bg-line.bottom {
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
  bottom: 25%;
}

#alcance span.bg-line.top {
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin-left: -3180px;
}
#alcance span.bg-line.bottom {
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  transform-origin: left;
  left: 80%;
  margin: 0;
  bottom: 100px;
}

#products span.bg-line.top {
  -moz-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  top: 30%;
}
#products span.bg-line.bottom {
  -moz-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  bottom: -10%;
}

.productos-home-carousel {
  position: relative;
  margin-top: 40px;
  padding: 0 30px;
}
.productos-home-carousel .carousel-arrow {
  position: absolute;
  color: #de3838;
  font-size: 58px;
}
.productos-home-carousel .carousel-arrow.right-arrow {
  right: -30px;
  bottom: 60%;
}
.productos-home-carousel .carousel-arrow.left-arrow {
  left: -30px;
  bottom: 60%;
}
.productos-home-carousel .owl-stage-outer {
  padding-top: 20px;
  margin-bottom: -20px;
  padding-bottom: 15px;
}
.productos-home-carousel .owl-item {
  padding: 0 15px;
  /* &.active.center {
    .card-item {
      background-color: white;
      position: relative;
      top: -15px;
      @include box-shadow(0 4px 10px 0 #c3c3c3);
      .producto-item {
        width: 200px;
        &:before {
          opacity: 1;
        }
      }
      .producto-detail {
        opacity: 1;
      }
    }
  } */
}
.productos-home-carousel .owl-item .card-item {
  position: relative;
  padding: 30px 20px 40px;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: visible;
}
.productos-home-carousel .owl-item .card-item .producto-item {
  margin-top: 30px;
  cursor: pointer;
}
.productos-home-carousel .owl-item .card-item .producto-item:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
  width: 155px;
  height: 180px;
  border: solid 4px #de3838;
  background-color: transparent;
  opacity: 0;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.productos-home-carousel .owl-item .card-item .producto-detail {
  opacity: 0;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productos-home-carousel .owl-item .card-item .producto-detail ul {
  text-align: left;
  padding: 50px;
  padding-top: 0;
  padding-left: 70px;
}
.productos-home-carousel .owl-item .card-item .producto-detail ul li {
  list-style: none;
  padding-left: 15px;
  position: relative;
}
.productos-home-carousel .owl-item .card-item .producto-detail ul li:before {
  content: "• ";
  color: #2c2c2c;
  position: absolute;
  left: 0;
}
.productos-home-carousel .owl-item .card-item .producto-detail ul li .producto-detail-item {
  color: #2c2c2c;
}
.productos-home-carousel .owl-item .card-item .producto-detail ul li:hover:before {
  color: #de3838;
}
.productos-home-carousel .owl-item .card-item .producto-detail ul li:hover .producto-detail-item {
  font-weight: 600;
  text-decoration: none;
  color: #de3838;
}
.productos-home-carousel .owl-item .card-item .btn.btn-primary {
  width: 90%;
  padding: 15px;
}
.productos-home-carousel .owl-item .card-item:hover {
  background-color: white;
  -moz-box-shadow: 0 4px 10px 0 #c3c3c3;
  -webkit-box-shadow: 0 4px 10px 0 #c3c3c3;
  box-shadow: 0 4px 10px 0 #c3c3c3;
}
.productos-home-carousel .owl-item .card-item:hover .producto-item:before {
  opacity: 1;
}
.productos-home-carousel .owl-item .card-item:hover .producto-detail {
  opacity: 1;
}

.productos-list {
  padding: 0;
}

.color-tools p {
  padding-top: 0px;
  margin-bottom: 50px;
}
.color-tools .iphone-image {
  margin: 0 auto;
  margin-top: 25px;
}
.color-tools .logo-lanco {
  margin: 0 auto;
  margin-bottom: 40px;
}
.color-tools .apple-logo {
  display: inline-block;
  margin-right: 30px;
  margin-left: -40px;
}
.color-tools .android-logo {
  display: inline-block;
}
.color-tools .col-md-4:last-child {
  padding-top: 60px;
}
.color-tools .btn.btn-primary {
  position: relative;
  background-color: #de3838;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 12px;
  letter-spacing: 3.8px;
  text-align: center;
}
.color-tools .btn.btn-primary.has-icon-right {
  padding-right: 80px;
  padding-left: 40px;
}
.color-tools .btn.btn-primary.has-icon-right:after {
  content: '';
  background-image: url("../images/color-tools-icon@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 108px;
  height: 75px;
  position: absolute;
  bottom: 0px;
  right: -50px;
}
.color-tools .btn.btn-primary.has-icon-left {
  padding-right: 40px;
  padding-left: 80px;
}
.color-tools .btn.btn-primary.has-icon-left:before {
  content: '';
  background-image: url("../images/color-expression-web-icon@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 108px;
  height: 90px;
  position: absolute;
  bottom: -3px;
  left: -50px;
}
.color-tools .btn.btn-primary.has-icon-left:after {
  clear: both;
  content: "";
  position: absolute;
  height: 100%;
  width: 5000px;
  background-color: #00b3a9;
  left: 100%;
  top: 0;
}

.custom-carousel {
  height: 685px;
  overflow: hidden;
  position: relative;
}
.custom-carousel > .container {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  margin: auto;
}
.custom-carousel > .container.waiting {
  z-index: 1;
}
.custom-carousel > .container.visible {
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .main-nav .logo {
    width: 100px;
  }

  #actitud.owl-carousel img {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  #actitud.owl-carousel .owl-nav .owl-prev {
    left: 0;
  }

  #actitud.owl-carousel .owl-nav .owl-next {
    left: initial;
    right: 0;
  }

  .custom-carousel {
    height: auto;
    padding-bottom: 53px;
  }
  .custom-carousel .container {
    position: relative;
    top: 0;
  }
  .custom-carousel .col-sm-12 .custom-title:last-child {
    display: none;
  }
  .custom-carousel .custom-title h2 {
    font-size: 36px;
  }
  .custom-carousel .custom-title.bordered-left {
    padding: 10px;
  }
  .custom-carousel .fadeOutRight {
    animation-name: initial;
  }

  .productos-home-carousel .owl-item .card-item {
    box-shadow: initial !important;
    width: auto;
    padding-bottom: 0;
  }
  .productos-home-carousel .owl-item .card-item .producto-item:before {
    opacity: 1;
  }
  .productos-home-carousel .owl-item .card-item .producto-detail {
    opacity: 1 !important;
  }
  .productos-home-carousel .owl-item .card-item .producto-detail ul {
    padding: 20px 0 25px 0;
  }

  .color-tools p {
    padding-top: 20px;
  }
  .color-tools .iphone-image {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .color-tools .logo-lanco {
    margin-bottom: 50px;
  }
  .color-tools .desktop-only {
    display: none;
  }
  .color-tools .mobile-only {
    display: block;
  }
  .color-tools .btn.btn-primary.has-icon-right {
    width: 80%;
  }
  .color-tools .btn.btn-primary.has-icon-right:after {
    right: -50px;
  }
  .color-tools .btn.btn-primary.has-icon-left {
    margin-bottom: 40px;
    right: -30px;
  }
  .color-tools .custom-title h4 {
    text-align: left;
  }
  .color-tools .custom-title h2 {
    text-align: left;
    margin-left: 0;
  }
  .color-tools div .row {
    text-align: center;
  }
  .color-tools .apple-logo {
    margin-left: 0px;
  }
}
header {
  height: 100vh;
  position: relative;
  text-align: center;
}
.stylePR h2 {
  line-height: 1;
  font-size: 11rem;
}
.stylePR {
  position: relative;
  top: -80px;
}
.stylePR .btn.btn-primary {
  background-color: rgb(95, 191, 0);
}

@media only screen and (max-width: 768px) {
  .stylePR h2 {
      line-height: 1;
      font-size: 3rem;
  }
  .stylePR {
    top: 0px;
  }
  .table {
    display: flex!important;
    justify-content: center;
    align-items: center;
  }
  .search-box .input-control .search-box-input {
    width: 88%;
  }
}

header h2 {
  font-size: 182px;
  font-weight: 800;
  letter-spacing: 4.4px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 0.71;
  margin: 0 0 35px 0;
}
header h4 {
  font-size: 32px;
  letter-spacing: 28.1px;
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  margin: 0 0 -32px 0;
  position: relative;
}
header .btn {
  padding: 7px 15px;
}
header .down-arrow {
  position: absolute;
  text-decoration: none;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  bottom: 125px;
  z-index: 2;
}
header .home-carousel {
  height: 100%;
  width: 100%;
  position: relative;
}
header .home-carousel .item {
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
header .home-carousel .slick-list {
  height: 100%;
}
header .home-carousel .slick-track {
  height: 100%;
}
header .home-carousel .slick-dots {
  position: absolute;
  bottom: 120px;
  margin: 0;
  padding: 0;
  left: 60px;
}
header .home-carousel .slick-dots li {
  display: block;
  margin: 10px;
}
header .home-carousel .slick-dots button {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: transparent;
  width: 13px;
  height: 13px;
  overflow: hidden;
  text-indent: -10000px;
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.6);
  padding: 0px;
}
header .home-carousel .slick-dots li.slick-active button {
  background: #fff;
  border: 3px solid white;
}

header .table .cell {
  opacity: 1;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media only screen and (min-width: 768px) {
  .animate-logo header .table .cell {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  header h2 {
    font-size: 52px;
    padding-left: 20px;
  }
  header h4 {
    font-size: 22px;
    letter-spacing: 19px;
    margin: 0 0 -18px 30px;
  }
  header .down-arrow {
    bottom: 45px;
  }
}
@media screen and (max-width: 320px) {
  header h2 {
    font-size: 52px;
    padding-left: 10px;
  }
  header h4 {
    font-size: 22px;
    letter-spacing: 19px;
    margin: 0 0 -18px 20px;
  }
}
.header-intern {
  height: 65vh;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.header-intern .logo {
  top: 40px;
  left: 15px;
  position: absolute;
}
.header-intern .nav-icon {
  text-decoration: none;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 55px;
}
.header-intern .nav-icon span {
  display: block;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 2px;
  margin-right: 3px;
}
.header-intern h2 {
  font-size: 110px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 4.4px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1;
  margin: 0 0 0px 0;
}
.header-intern h4 {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 19px;
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  margin: 0 0 10px 0;
  position: relative;
}
.header-intern .btn {
  padding: 7px 15px;
}
.header-intern .down-arrow {
  position: absolute;
  text-decoration: none;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  bottom: 125px;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .header-intern h2 {
    font-size: 92px;
    line-height: 0.91;
  }
}
@media screen and (max-width: 991px) {
  .header-intern h2 {
    font-size: 72px;
  }
  .header-intern h4 {
    font-size: 22px;
  }
  .header-intern .search-box .input-control {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-intern .cell {
    padding-top: 50px;
  }
  .header-intern h2 {
    font-size: 32px;
  }
  .header-intern h4 {
    font-size: 20px;
    letter-spacing: 6px;
  }
}
.producto-header-intern {
  height: 65vh;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.producto-header-intern .logo {
  top: 40px;
  left: 15px;
  position: absolute;
}
.producto-header-intern .nav-icon {
  text-decoration: none;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 55px;
}
.producto-header-intern .nav-icon span {
  display: block;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 2px;
  margin-right: 3px;
}
.producto-header-intern h2 {
  font-size: 132px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 4.4px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 0.71;
  margin: 0 0 35px 0;
}
.producto-header-intern h4 {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 19px;
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  margin: 0 0 10px 0;
  position: relative;
}
.producto-header-intern .btn {
  padding: 7px 15px;
}
.producto-header-intern .down-arrow {
  position: absolute;
  text-decoration: none;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  bottom: 125px;
  z-index: 2;
}

.product-wrapper {
  position: relative;
  margin-top: -100px;
  padding-top: 20px;
}

.other-products .producto-item {
  margin-bottom: 30px;
}
.other-products .producto-item:before {
  opacity: 0;
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
  width: 156px;
  height: 180px;
  border: solid 4px #de3838;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.other-products .producto-item:hover:before {
  opacity: 1;
}

.producto {
  position: relative;
}
.producto .producto-featured {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.producto .producto-featured:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
  width: 300px;
  height: 350px;
  border: solid 2px #de3838;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.producto .breadcrums {
  position: absolute;
  top: 20px;
  left: 175px;
  z-index: 1;
}
.producto .breadcrums .container {
  width: initial;
}
.producto .breadcrums .breadcrums-link {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: white;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.5), 0 2px 44px rgba(0, 0, 0, 0.5);
}
.producto .breadcrums .breadcrums-link:before {
  border-color: white;
}
.producto .breadcrums .breadcrums-link:last-child:after {
  display: none;
}
.producto .producto-header-intern {
  height: 517px;
}
.producto .producto-header-intern h2 {
  font-size: 92px;
  margin-bottom: 15px;
  line-height: 0.9;
}
.producto .producto-header-intern h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 4.4px;
}
.producto .producto-detail {
  width: 800px;
  margin: 0 auto;
}
.producto .producto-content {
  padding-top: 110px;
}
.producto .producto-content iframe {
  width: 100%;
  max-width: 100%;
}
.producto .producto-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: normal;
  margin-bottom: 35px;
}
.producto .producto-content .btn.btn-primary {
  width: 215px;
}
.producto .producto-content .btn.btn-primary:last-child {
  margin-left: 16px;
}
.producto .no-margin {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .producto .producto-content {
    padding-top: 60px;
  }

  .producto .producto-featured {
    left: auto;
    transform: none;
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .producto .producto-featured:before {
    left: -15px;
    width: 80%;
    height: 100%;
  }

  .producto .product-wrapper {
    margin-top: -125px;
  }

  .producto .producto-content {
    padding-top: 60px;
  }
  .producto .producto-featured {
    left: auto;
    transform: none;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .producto .producto-featured:before {
    left: -15px;
    width: 80%;
    height: 100%;
  }
  .producto .product-wrapper {
    margin-top: -125px;
  }
  .producto .producto-header-intern h2 {
    font-size: 32px;
  }
  .producto .img-responsive {
    margin: 0 auto;
  }
  .producto .producto-detail {
    width: 100%;
  }
  .producto .producto-content {
    padding-left: 14px;
    padding-right: 14px;
  }
  .producto .producto-content .btn.btn-primary {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .producto .producto-content .btn.btn-primary:last-child {
    margin-left: 0;
  }
}
footer {
  position: relative;
}
footer .map {
  background-color: #f4f4f4;
  height: 849px;
  position: relative;
}
.map {
  background-color: #f4f4f4;
  height: 849px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  footer .map {
    /*padding-right: 465px;*/
  }
  .map {
    /*padding-right: 465px;*/
  }
}
footer .map .container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.map .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

footer #map {
  width: 100%;
  height: 100%;
}

#map {
  width: 100%;
  height: 100%;
}

footer .search {
  position: relative;
}

.search {
  position: relative;
}
footer .search .search-list {
  display: none;
  padding: 0 15px;
  margin: 0;
  width: 265px;
  position: absolute;
  top: 82px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.95);
}

.search .search-list {
  display: none;
  padding: 0 15px;
  margin: 0;
  width: 265px;
  position: absolute;
  top: 82px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.95);
}

footer .search .search-list .search-list-item {
  border-bottom: 1px solid #dbdbdb;
  list-style: none;
}

.search .search-list .search-list-item {
  border-bottom: 1px solid #dbdbdb;
  list-style: none;
}

footer .search .search-list .search-list-item a {
  display: block;
  color: black;
  font-weight: bold;
  padding: 15px 0;
}

.search .search-list .search-list-item a {
  display: block;
  color: black;
  font-weight: bold;
  padding: 15px 0;
}
footer .search .search-list .search-list-item a:hover {
  color: #de3838;
}

.search .search-list .search-list-item a:hover {
  color: #de3838;
}
footer .search .search-list .search-list-item img {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
  height: auto;
}

.search .search-list .search-list-item img {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
  height: auto;
}
footer .search .search-list .search-list-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  margin-top: 5px;
}

.search .search-list .search-list-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  margin-top: 5px;
}
footer .search .search-list .search-list-item:last-child {
  border-bottom: none;
}

.search .search-list .search-list-item:last-child {
  border-bottom: none;
}

footer .bar .container {
  font-size: 0;
}

.bar .container {
  font-size: 0;
}

footer .bar {
  background-color: #2c2c2c;
  height: 85px;
  overflow: hidden;
}

.bar {
  background-color: #2c2c2c;
  height: 85px;
  overflow: hidden;
}

footer .bar h2,
footer .bar .apply,
footer .bar .go-top {
  display: inline-block;
  text-align: left;
  height: 100%;
  vertical-align: top;
}


.bar h2,
.bar .apply,
.bar .go-top {
  display: inline-block;
  text-align: left;
  height: 100%;
  vertical-align: top;
}


footer .bar .go-top,
footer .bar .apply {
  text-align: center;
  line-height: 85px;
  font-size: 12px;
}

.bar .go-top,
.bar .apply {
  text-align: center;
  line-height: 85px;
  font-size: 12px;
}


footer .bar h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.8px;
  color: #de3838;
  margin: 0;
  line-height: 85px;
  margin-right: 10px;
}

.bar h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.8px;
  color: #de3838;
  margin: 0;
  line-height: 85px;
  margin-right: 10px;
}


footer .bar .go-top {
  line-height: 95px;
  width: 100px;
  position: absolute;
  right: 10px;
  z-index: 100;
  top: 0;
}

.bar .go-top {
  line-height: 95px;
  width: 100px;
  position: absolute;
  right: 480px;
  z-index: 100;
  top: 0;
}

footer .bar .apply {
  background-color: #de3838;
  line-height: 85px;
  width: 130px;
  cursor: pointer;
}
footer .bar .apply p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 85px;
}
footer .bar .apply p i {
  vertical-align: middle;
  font-size: 35px;
  margin-left: 15px;
}
footer .contact {
  width: 100%;
  background: #2c2c2c;
  /*position: absolute;
  top: 0;
  right: 0;
  height: 850px;
  padding: 50px 70px 0px 70px;*/
  height: 100%;
  z-index: 2;
}
footer .contact hr {
  border-color: rgba(151, 151, 153, 0.26);
  margin-top: 35px;
  margin-bottom: 35px;
}
footer .contact h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 4.4px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
footer .contact .copy {
  text-align: center;
  color: #bbbbbb;
  opacity: 0.37;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: 0.6px;
}
footer .contact .copy a {
  color: #bbb;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  border: none !important;
  padding: 0 15px !important;
  margin: 0 !important;
  background-color: #fff;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #dbdbdb !important;
  list-style: none !important;
  display: block;
  color: black;
  font-weight: bold;
  padding: 15px 0;
}
.ui-menu .ui-menu-item:hover {
  color: #de3838;
}
.ui-menu .ui-menu-item:last-child {
  border-bottom: none !important;
}

.ui-state-focus {
  border: none !important;
  background: initial !important;
  font-weight: bold !important;
  color: #de3838;
  margin: 0 !important;
}

@media screen and (max-width: 991px) {
  footer .map {
    height: 520px;
  }
  footer .bar {
    width: 100%;
    height: auto;
    overflow: initial;
  }
  footer .bar .container {
    padding: 0;
    width: 100%;
  }
  footer .bar h2 {
    padding: 0 15px;
    margin-bottom: 15px;
    line-height: 45px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  footer .bar .apply {
    margin-right: 0;
    width: 100%;
    cursor: pointer;
  }
  footer .bar .apply p {
    line-height: 55px;
  }
  footer .contact {
    padding: 50px 20px 50px 20px;
    width: 100%;
    height: auto;
    position: relative;
    top: initial;
    right: initial;
    display: block;
  }
  footer .contact .go-top {
    text-align: center;
  }
}
.subs1 {
  color: white;
  position: relative;
  top: -18px;
  left: 9px;
  font-family: 'Lato', sans-serif;
  font-style: inherit;
}
a:focus, a:hover {
  text-decoration: none;
}
.bg-img {
  display: block;
}
.wpcf7-repeater-item {
    background: transparent!important;
    padding: 0!important;
    margin-bottom: 10px!important;
    height: 45px;
}
/*.wpcf7-repeater-item .wpcf7-repeater-actions {
    position: absolute;
    right: 30px;
    top: 31px;
    bottom: 0;
}*/
.modal-claims form select {
  width: 100%!important;
}
.wpcf7-repeater-add, .wpcf7-repeater-add:focus {
    background: #d0001c!important;
    border-color: #d0001c #d0001c #d0001c!important;
    -webkit-box-shadow: 0 1px 0 #d0001c!important;
    box-shadow: 0 1px 0 #d0001c!important;
    text-shadow: 0 -1px 1px #d0001c, 1px 0 1px #d0001c, 0 1px 1px #d0001c, -1px 0 1px #d0001c!important;
}
.modal-claims textarea.form-control {
    height: 128px!important;
}
.wpcf7-repeater-remove {
  top: 10px;
  position: relative;
}
.modal-claims form .file-chooser-wrapper .file-chooser-input, .modal-claimsUSA form .file-chooser-wrapper .file-chooser-input, .modal-claims-po form .file-chooser-wrapper .file-chooser-input {
      opacity: 0;
      position: relative!important;
    top: -33px;
    width: 100%;
    cursor: pointer;
    display: block!important;
}
.modal-claims form input, .modal-claims  form select, .modal-claims textarea.form-control, .modal-claimsUSA textarea.form-control, .modal-claimsUSA form input, .modal-claimsUSA form select{ 
  text-transform: uppercase!important;
}
.disable-input {
  pointer-events: none;
  opacity: .5;
}
.enable-input {
 pointer-events:all!important;
  opacity:1!important; 
}
.wpcf7-repeater-actions {
    display: block;
    height: 52px;
    position: relative;
    margin-bottom: 16px!important;
    margin-top: 16px!important;
    z-index: 1!important;
}
.wpcf7-repeater-remove {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto!important;
}
.wpcf7-repeater-actions:first-child {
    margin-top: 0px!important;
}
.form-group {
  z-index: 10!important;
}
@media screen and (max-width: 768px) {
  .modal-work .header-intern h2 {
      font-size: 21px!important;
  }
  .modal-work .header-intern {
    padding: 32px 0px!important;
  }
  .modal-work .header-intern .cell {
    padding-top: 0px!important;
  }
  .modal-work .custom-title.bordered-left {
    padding: 34px 29px 20px 29px!important;
  }
  .modal-work form .file-chooser-wrapper .file-chooser-fake {
    height: 63px;
  }
  .modal-work .nopaddingleft {
    padding-left: 0;
  }
  .modal-work .nopadding {
    padding: 0!important;
  }
  .modal-work .marbot {
    margin-bottom: 41px!important;
  }
  .modal-work .wpcf7-repeater-actions {
     position: relative!important;
    min-height: 1px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
    float: left!important;
  }
  .modal-work .wpcf7-repeater-remove {
    margin-top: 0px!important;
  }
  .modal-work .nopaddingright {
    padding-right: 0px!important;
  }
}
.black-a {
      color: #2b2b2b;
}
[data-class="wpcf7cf_group"] {
      height: auto;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-appearance: none;
    background: transparent;
    position: relative;
}
div[data-class="wpcf7cf_group"]:after {
    content: '\f0d7';
    font-family: FontAwesome;
    color: #de3838;
    display: block;
    position: absolute;
    font-size: 24px;
    line-height: 10px;
    right: 20px;
    top: 25px;
    pointer-events: none;
    height: 11px;
    overflow: hidden;
}
div[data-class="wpcf7cf_group"]:before {
    content: '\f0d8';
    font-family: FontAwesome;
    color: #de3838;
    display: block;
    position: absolute;
    font-size: 24px;
    line-height: 10px;
    right: 20px;
    top: 10px;
    pointer-events: none;
    height: 11px;
    overflow: hidden;
}
.max-w {
    max-width: 244px;
}  
.pdf-box {
      display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
        margin-bottom: 35px;
}
.pdf-title {
  height: 143px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.pdf-title a {
  color: #000;
}
.protocolopdf {
  padding-top: 50px;
}
.producto .search-box .input-control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 20px auto;
  z-index: 99;
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .producto .search-box .input-control {
    position: inherit;
    width: 100vw;
  }
  .search-box .input-control .search-box-input::placeholder {
    font-size: 10px!important;
  }
  .map {
    height: auto;
  }
}

