@charset "UTF-8";
.bg__white {
  background: #FDFDFD;
}

.bg__white_pure {
  background: white;
}

.text-white {
  color: white;
}

.btn-outline-warning {
  border: 1px solid red;
}

.color-red {
  color: red;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.main__menu li.drop ul.dropdown.mega_dropdown {
  width: auto;
  left: 50%;
  transform: translateX(-40%);
}
.main__menu li.drop ul.dropdown.mega_dropdown .producto_mm {
  margin: 0 10px;
}

ul.line {
  list-style-type: none;
  padding-left: 25px;
}

ul.line > li:before {
  content: "–";
  /* en dash here */
  position: absolute;
  margin-left: -1.1em;
}

.uk-list > * > ul, .uk-list > :nth-child(n+2) {
  margin-top: 3px;
}

.uk-button-danger {
  background: red;
}

.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 55px;
}

.choose__us {
  margin-top: 0;
}

.logo img {
  height: 44px;
}

.ht__bradcaump__wrap {
  height: 400px;
}
@media only screen and (max-width: 480px) {
  .ht__bradcaump__wrap {
    height: 190px;
  }
}

.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #e0e0e0;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
  border-radius: 0;
  background: #e0e0e0;
}

.uk-dotnav > .uk-active > * {
  background-color: red;
  border-color: transparent;
}

.mean-container .mean-nav ul li a {
  background: rgba(255, 0, 0, 0.9);
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #e70203;
}

.fixed__footer .htc__foooter__area {
  background: #eeeeee;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #ff0100;
  border-color: #ff0100;
  cursor: default;
}

.pagination > li > a, .pagination > li > span {
  color: #ff0100;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #a94442;
}

.uk-form-controls label.checkbox {
  font-weight: initial !important;
}
.uk-form-controls label.checkbox span {
  margin-left: 20px !important;
}
.uk-form-controls label.checkbox span a {
  text-decoration: revert !important;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #ff0100 !important;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: 5px auto red !important;
  outline-offset: 0px !important;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
  background-color: #ff0100 !important;
  border-color: transparent !important;
}

.radio, .checkbox {
  display: initial !important;
}

.uk-button-danger:disabled, .uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled {
  background-color: transparent;
  color: #ee395b;
  border-color: #ee395b;
}

.uk-card-servicio .uk-card-body .cont p {
  color: #776e6e !important;
}
.uk-card-servicio .uk-card-body .cont p span {
  color: #776e6e !important;
}

.htc-header .cont-menu-row {
  background: #FDFDFD;
}
@media only screen and (max-width: 480px) {
  .htc-header .mainmenu__area {
    top: 0;
  }
  .htc-header .mainmenu__area .container {
    width: 100%;
  }
  .htc-header .mainmenu__area .container .cont-menu-row .logo {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 480px) {
  .mean-container a.meanmenu-reveal {
    margin-top: -50px;
  }
}

.sticky__header.scroll-header {
  background: #FDFDFD;
}

.menu-extra {
  align-items: center;
}
.menu-extra li a.btn-rounded {
  border: 1px solid red;
  color: redw;
}
.menu-extra li span.ti-search {
  color: red;
  font-weight: 900;
}
@media only screen and (max-width: 480px) {
  .menu-extra li span.ti-search {
    font-size: 25px;
    margin-right: 10px;
  }
}

.mega_dropdown li .producto_mm .product__inner .pro__thumb img {
  height: 100px;
  margin: 0 auto;
  display: flex;
  object-fit: contain;
  object-position: center;
}
.mega_dropdown li .producto_mm .product__details {
  padding-top: 6px;
}
.mega_dropdown li .producto_mm .product__details .name {
  font-style: normal;
  font-weight: 300;
  text-align: center;
  min-height: 51px;
}
.mega_dropdown li .producto_mm .product__details a {
  background: #ED1B23;
  color: white;
  text-align: center;
  padding: 5px 10px 6px !important;
  margin: 0;
  border-radius: 0;
}

.breadcum_section .breadcrumb {
  display: inline-block;
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .search__area .search__inner form {
    margin: 1em 0;
  }
}

@media only screen and (max-width: 480px) {
  .fixed__footer .htc__foooter__area {
    position: relative;
    z-index: auto;
  }
}

@media only screen and (max-width: 480px) {
  .wrapper.fixed__footer {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .ft__logo img {
    max-height: 54px;
  }
}

.float-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float-whatsapp .my-float {
  margin-top: 16px;
}

.slider-banner-home .slide .fullscreen-bg__video {
  z-index: 0;
  position: absolute;
}
.slider-banner-home .slide .container {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 480px) {
  .slider-banner-home .slide .container {
    width: 100%;
  }
}
.slider-banner-home .slide .bg-cover-video {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-banner-home .slide video[poster] {
  width: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.slider-banner-home .owl-dots {
  position: absolute;
  bottom: 6%;
  left: 8%;
}
.slider-banner-home .owl-dots .owl-dot.active span {
  background: red;
}
.slider-banner-home .owl-dots .owl-dot span {
  border-radius: 0;
  width: 17px;
  height: 17px;
  background: #fff;
}
.slider-banner-home .slider-cont {
  margin: 0 6%;
}
.slider-banner-home .slider-cont h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 74px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 16px rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 480px) {
  .slider-banner-home .slider-cont h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.htc__product__container .row.line-button {
  border-bottom: 1px solid #0000002e;
}
.htc__product__container .product__menu {
  display: inline-flex;
  width: 100%;
}
.htc__product__container .product__menu .filter {
  cursor: pointer;
  margin: 0 auto;
  max-width: 120px;
}
.htc__product__container .product__menu .filter .cont {
  padding: 9px 8px;
}
.htc__product__container .product__menu .filter .cont img {
  height: 60px;
  margin: 0 auto;
  display: flex;
}
.htc__product__container .product__menu .filter .cont span {
  display: flex;
}
.htc__product__container .product__menu .filter.is-checked {
  border-bottom: 4px solid red;
}
.htc__product__container .product__list .product .product__details {
  text-align: center;
}

.htc__product__details__tab {
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .htc__product__details__tab {
    margin-top: 0px;
  }
}
.htc__product__details__tab .product__deatils__tab li {
  padding: 0 5px;
}
.htc__product__details__tab .product__deatils__tab li a {
  padding-bottom: 0px;
  height: 100%;
}
.htc__product__details__tab .product__deatils__tab li .cont {
  padding: 9px 8px;
}
.htc__product__details__tab .product__deatils__tab li .cont img {
  height: 60px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .htc__product__details__tab .product__deatils__tab li .cont img {
    width: auto;
    object-fit: contain;
    object-position: bottom;
  }
}
.htc__product__details__tab .product__deatils__tab li .cont span {
  display: flex;
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .htc__product__details__tab .product__deatils__tab li .cont span {
    font-size: 12px;
    line-height: 14px;
  }
}
.htc__product__details__tab .product__deatils__tab li.is-checked {
  border-bottom: 4px solid red;
}
.htc__product__details__tab .product__details__tab__content .uk-slider-items .uk-card {
  background: transparent;
  box-shadow: none;
}
.htc__product__details__tab .product__details__tab__content .uk-slider-items .uk-card .uk-card-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
}
.htc__product__details__tab .product__details__tab__content .uk-slider-items .uk-card .uk-card-media-top img {
  max-width: 100%;
  height: 180px;
  margin: 0 auto;
  display: flex;
  object-fit: cover;
  object-position: center;
}

.section_video .popular__product__wrap .video__wrap {
  padding: 123px 0;
}
.section_video .popular__product__wrap .owl-dots .owl-dot {
  margin-top: 2%;
}
.section_video .popular__product__wrap .owl-dots .owl-dot.active span {
  background: red;
}
.section_video .popular__product__wrap .owl-dots .owl-dot span {
  border-radius: 0;
  width: 17px;
  height: 17px;
  background: #E0E0E0;
}

.section_novedades .product__price li.new__price {
  padding-left: 0px;
}

@media only screen and (max-width: 480px) {
  .product__deatils__tab li.active a::before {
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .cont-tab-cats {
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 40px;
  }
  .cont-tab-cats .product__deatils__tab {
    display: inline-flex;
    text-align: center;
    justify-content: initial;
    margin-bottom: 0px;
  }
}

.slider-novedades-home .product {
  margin-top: 0px;
}
.slider-novedades-home .product .product__inner .pro__thumb a img {
  height: 260px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 480px) {
  .about_sany__container .btn.btn-outline-warning {
    margin-bottom: 30px;
  }
}
.novedades-section .uk-visible-toggle {
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .novedades-section .uk-slider-container-offset {
    margin: auto;
  }
}

@media only screen and (max-width: 480px) {
  .about_sany .about_sany__container h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    display: flex;
    align-items: center;
    color: #ED1B23;
    margin-top: 10px;
  }
}
.about_sany .about_sany__container .card-float-1 {
  position: relative;
  z-index: 1;
}
.about_sany .about_sany__container .card-float-part {
  margin-left: -3%;
  z-index: 0;
  position: relative;
  margin-top: 4%;
}
.about_sany .about_sany__container .card-black-years {
  background: #333333;
  padding: 20px 32px;
}
.about_sany .about_sany__container .card-black-years .card-title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 53px;
  color: #FDFDFD;
}
.about_sany .about_sany__container .card-black-years .card-text h1, .about_sany .about_sany__container .card-black-years .card-text h2, .about_sany .about_sany__container .card-black-years .card-text h3, .about_sany .about_sany__container .card-black-years .card-text h4, .about_sany .about_sany__container .card-black-years .card-text h5, .about_sany .about_sany__container .card-black-years .card-text h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #FDFDFD;
}
.about_sany .about_sany__container .card-black-years .card-text p {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #FDFDFD;
}
.about_sany .about_sany__container .htc__choose__wrap {
  padding: 44px 40px;
}
@media only screen and (max-width: 480px) {
  .about_sany .about_sany__container .htc__choose__wrap .choose__us {
    display: block;
  }
}

.tk_section .uk-container {
  height: 100%;
}
.tk_section .uk-container .center_section_tk {
  height: 100%;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.tk_section .uk-container .center_section_tk h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 85px;
  text-transform: uppercase;
  /* red */
  color: red;
}
@media only screen and (max-width: 480px) {
  .tk_section .uk-container .center_section_tk h2 {
    font-size: 35px;
    line-height: 37px;
  }
}
.tk_section .uk-container .center_section_tk p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  margin: 20px 0;
}
.tk_section .uk-container .center_section_tk a {
  margin-top: 20px;
}

.section_video_inter .video__wrap {
  padding: 160px 0;
}

.uk-videos-card .uk-card {
  height: 100%;
}
.uk-videos-card .uk-card .uk-card-media-top img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.uk-videos-card .uk-card .uk-card-title {
  font-size: 16px;
  text-align: center;
}

.htc__product__detalle_total .producto__list .single__pro {
  position: relative !important;
}
.htc__product__detalle_total .producto__list .product {
  background: #FBFBFB;
  box-shadow: 4px 4px 32px -4px rgba(51, 51, 51, 0.25);
}
.htc__product__detalle_total .producto__list .product .product__inner .pro__thumb a img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.htc__product__detalle_total .producto__list .product__details {
  padding: 5px 17px;
}
.htc__product__detalle_total .producto__list .product__details p {
  padding-top: 1rem;
  text-align: left;
  padding-bottom: 1rem;
}
.htc__product__detalle_total .producto__list .product__details ul {
  text-align: left;
  list-style-type: none;
  padding-left: 25px;
}
.htc__product__detalle_total .producto__list .product__details ul > li:before {
  content: "–";
  /* en dash here */
  position: absolute;
  margin-left: -1.1em;
}
.htc__product__detalle_total .producto__list .buttons-product {
  width: 100%;
  margin-top: 20px;
}
.htc__product__detalle_total .producto__list .buttons-product a {
  border-radius: 0px;
  width: 50%;
  color: white;
}
.htc__product__detalle_total .producto__list .buttons-product a.btn-complete {
  width: 100%;
}
.htc__product__detalle_total .producto__list .buttons-product a.btn-red {
  background: #ED1B23;
}
.htc__product__detalle_total .producto__list .buttons-product a.btn-black {
  background: #a0a0a0;
}

.filter_product .alert {
  background: #F2F2F2;
  margin-top: 27px;
  margin-bottom: 0;
  padding: 11px;
}
.filter_product .alert-dismissable .close,
.filter_product .alert-dismissible .close {
  position: relative;
  top: 3px;
  right: 0;
  color: inherit;
  font-size: 15px;
  color: #000;
  opacity: 1;
  font-weight: 100;
  font-family: "Poppins", sans-serif;
}
.filter_product .alert-dismissable .close:focus,
.filter_product .alert-dismissible .close:focus {
  border: none;
  outline: none;
}
.filter_product .alert-dismissable .close:after,
.filter_product .alert-dismissible .close:after {
  font-family: "themify";
  content: "";
}
.filter_product .alert-dismissable .close.is-open:after,
.filter_product .alert-dismissible .close.is-open:after {
  content: "";
}

.product_card .product {
  background: #FBFBFB;
  box-shadow: 4px 4px 32px -4px rgba(51, 51, 51, 0.25);
}
.product_card .product__details {
  padding: 5px 17px;
}
.product_card .product__details p {
  padding-top: 1rem;
  text-align: left;
  padding-bottom: 1rem;
}
.product_card .product__details ul {
  text-align: left;
}
.product_card .buttons-product {
  width: 100%;
  margin-top: 20px;
}
.product_card .buttons-product a {
  border-radius: 0px;
  width: 50%;
  color: white;
}
.product_card .buttons-product a.btn-complete {
  width: 100%;
}
.product_card .buttons-product a.btn-red {
  background: #ED1B23;
}
.product_card .buttons-product a.btn-black {
  background: #a0a0a0;
}

@media only screen and (max-width: 480px) {
  .product_preview {
    padding-bottom: 88px;
  }
}
.product_preview .slide_product .uk-slideshow-items li img {
  transition: transform ease 0.2s;
}
.product_preview .slide_product .cont_slideshow {
  margin-bottom: -88px;
  width: 100%;
}
.product_preview .slide_product .cont_slideshow .uk-slider .uk-slider-items li a {
  background: rgba(205, 205, 205, 0.2);
}
.product_preview .slide_product .cont_slideshow .uk-slider .uk-slider-items li a img {
  height: 70px;
  object-fit: contain;
  object-position: bottom;
}

.buttons_product_detail a {
  margin-top: 22px;
}
.buttons_product_detail button {
  margin-top: 22px;
}

.form_modal .filter__wrap .filter__cart .filter__cart__inner {
  padding: 81px 30px 60px;
}
.form_modal .filter__wrap .filter__cart .filter__cart__inner .filter__menu__close__btn {
  padding: 20px 25px 24px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .form_modal .filter__wrap .filter__cart .filter__cart__inner .filter__menu__close__btn {
    padding: 5px 32px 5px;
  }
}
.form_modal .filter__wrap .filter__cart .filter__content .fiter__content__inner .single__filter {
  width: 100%;
}

.uk-subcategory-tab.uk-tab > .uk-active > a {
  border-bottom: 4px solid red;
  height: 100%;
}
.uk-subcategory-tab.uk-tab > * {
  padding-left: 0;
}
.uk-subcategory-tab li a {
  width: 120px;
  margin: 0 auto;
}
.uk-subcategory-tab li a .cont span {
  text-transform: initial;
  display: flex;
  font-size: 15px;
  text-align: center;
}
.uk-subcategory-tab .cont img {
  height: 60px;
  width: 120px;
  display: flex;
  object-fit: contain;
  object-position: bottom;
}

.product_list_card .uk-card {
  box-shadow: none;
}
.product_list_card .uk-card .uk-card-body {
  margin-bottom: 50px;
}
.product_list_card .uk-card .uk-card-media-top img {
  height: 250px;
  width: auto;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.product_list_card .uk-card .uk-card-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  border: none;
}
.product_list_card .uk-card .uk-card-footer .buttons-product {
  width: 100%;
}
.product_list_card .uk-card .uk-card-footer .buttons-product a {
  border-radius: 0px;
  width: 50%;
  color: white;
}
.product_list_card .uk-card .uk-card-footer .buttons-product a.btn-complete {
  width: 100%;
}
.product_list_card .uk-card .uk-card-footer .buttons-product a.btn-red {
  background: #ED1B23;
}
.product_list_card .uk-card .uk-card-footer .buttons-product a.btn-black {
  background: #a0a0a0;
}

@media only screen and (max-width: 480px) {
  .tab__categoria__interna .container-tab-cat {
    width: 100%;
    overflow-x: scroll;
  }
  .tab__categoria__interna .container-tab-cat .uk-subcategory-tab {
    display: inline-flex;
    flex-wrap: initial;
  }
  .tab__categoria__interna .container-tab-cat .uk-subcategory-tab li .cont {
    min-width: 120px;
  }
}
.ht__bradcaump__wrap .bradcaump__inner .bradcaump-title {
  display: initial;
  background: rgba(255, 0, 0, 0.68);
  padding: 3px 12px;
}
@media only screen and (max-width: 480px) {
  .ht__bradcaump__wrap .bradcaump__inner .bradcaump-title {
    display: block;
  }
}

.uk-data-destacado .cont {
  border: 1px solid red;
}
.uk-data-destacado .uk-card-data {
  display: flex;
  align-items: center;
}
.uk-data-destacado .uk-card-data .card-b {
  margin: 0 auto;
}
.uk-data-destacado .uk-card-data .uk-card-title h3 {
  font-size: 15px;
  text-align: center;
}
.uk-data-destacado .uk-card-data .valor h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

::-webkit-input-placeholder {
  color: #000 !important;
  font-weight: 100;
  font-size: 15px !important;
}

::-moz-placeholder {
  color: #000 !important;
  font-weight: 100;
  font-size: 15px !important;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #000 !important;
  font-weight: 100;
  font-size: 15px !important;
}

/* ie */
input:-moz-placeholder {
  color: #000 !important;
  font-weight: 100;
  font-size: 15px !important;
}

.form .uk-inline {
  width: 100%;
}
.form .uk-form-icon-flip ~ .uk-input {
  padding-left: 15px !important;
}
.form input:not([type=checkbox]),
.form textarea,
.form select {
  background: #FDFDFD;
  box-shadow: 0px 4px 16px -4px rgba(51, 51, 51, 0.25);
}
.form input:not([type=checkbox]):focus,
.form textarea:focus,
.form select:focus {
  box-shadow: none;
  border-color: #66666636;
  border: 1.5px solid red;
}
.form .uk-form-icon.uk-icon {
  color: #000;
}
.form form label:not(.no-animation) {
  position: relative;
  display: block;
}
.form form label:not(.no-animation) input::placeholder,
.form form label:not(.no-animation) textarea::placeholder {
  transition: all 0.2s ease-in-out;
  color: #999;
  font: 18px Helvetica, Arial, sans-serif;
}
.form form label:not(.no-animation) input:focus, .form form label:not(.no-animation) input.populated,
.form form label:not(.no-animation) textarea:focus,
.form form label:not(.no-animation) textarea.populated {
  padding-top: 28px;
  padding-bottom: 5px;
}
.form form label:not(.no-animation) input:focus::placeholder, .form form label:not(.no-animation) input.populated::placeholder,
.form form label:not(.no-animation) textarea:focus::placeholder,
.form form label:not(.no-animation) textarea.populated::placeholder {
  color: transparent !important;
}
.form form label:not(.no-animation) input:focus + span.placeholder, .form form label:not(.no-animation) input.populated + span.placeholder,
.form form label:not(.no-animation) textarea:focus + span.placeholder,
.form form label:not(.no-animation) textarea.populated + span.placeholder {
  opacity: 1;
  top: 8px;
}
.form form label:not(.no-animation) span.placeholder {
  color: red;
  font: 12px Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0px;
  left: 8px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.form select.round:focus {
  border-color: red !important;
  outline: 0 !important;
}

.uk-novedades-card .uk-card-novedad {
  height: 100%;
  box-shadow: none;
  border: 1px solid #d8d8d852;
  border-bottom: 2px solid #d8d8d852;
}
.uk-novedades-card .uk-card-novedad .uk-card-media-top img {
  height: 226px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.uk-novedades-card .uk-card-novedad .uk-card-body {
  margin-bottom: 50px;
}
.uk-novedades-card .uk-card-novedad .uk-card-body .uk-card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.uk-novedades-card .uk-card-novedad .uk-card-footer {
  border: none;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.uk-novedades-card .uk-card-novedad:hover {
  border: 1px solid #d8d8d852;
  border-bottom: 2px solid red;
}

.uk-novedades-interna .post-banner img {
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}

.categoria_cards .producto_mm .product__inner .pro__thumb img {
  height: 200px;
  margin: 0 auto;
  display: flex;
  object-fit: contain;
  object-position: center;
}
.categoria_cards .producto_mm .product__details {
  padding-top: 6px;
}
.categoria_cards .producto_mm .product__details .name {
  font-style: normal;
  font-weight: 300;
  text-align: center;
  min-height: 51px;
}
.categoria_cards .producto_mm .product__details a {
  background: #ED1B23;
  color: white;
  text-align: center;
  padding: 5px 10px 6px !important;
  margin: 0;
  border-radius: 0;
}
.categoria_cards .producto_mm .product__details.uk-card-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.categoria_cards .producto_mm .product__details.uk-card-body {
  padding-bottom: 66px;
}

.uk-card-filter {
  padding-top: 0;
  background: #f2f2f278;
}

/*# sourceMappingURL=main.css.map */
