@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.displaynavfull .search-widget {
  display: block !important;
}
.displaynavfull .search-widget .search-toggle {
  display: none;
}
.displaynavfull .search-widget .search_button .search svg {
  width: 26px;
  height: 26px;
  opacity: 0.8;
}
.displaynavfull .blockcart {
  padding-top: 11px !important;
}
.displaynavfull .blockcart .header-cart-block .shopping-cart {
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  background: none !important;
}
.displaynavfull .blockcart .header-cart-block .shopping-cart svg {
  width: 26px;
  height: 26px;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .displaynavfull {
    display: block;
    width: auto !important;
    position: absolute !important;
    top: 10px;
    right: 20px;
    border-top: 0 !important;
    background: transparent !important;
  }
  .displaynavfull .container {
    padding: 0 !important;
  }
  .displaynavfull .container .row {
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    flex-wrap: nowrap;
    align-items: center;
  }
  .displaynavfull span.search_button .search {
    background: none !important;
  }
  .displaynavfull span.search_button .search svg {
    width: 24px;
    height: 24px;
    opacity: 1;
  }
  .displaynavfull .blockcart {
    padding-top: 7px !important;
  }
  .displaynavfull .blockcart .header-cart-block .shopping-cart svg {
    width: 24px;
    height: 23px;
    opacity: 1;
  }
}

.header-top {
  background-color: #000;
}
@media (max-width: 991px) {
  .header-top .container {
    max-width: 100%;
  }
  .header-top .header-top-right {
    padding-right: 85px !important;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-right: 0 !important;
  }
  .header-top .header-top-right .search-widget {
    display: none !important;
  }
  .header-top .header-top-right .user-info {
    padding: 8px !important;
  }
  .header-top .header-top-right .user-info span {
    display: none !important;
  }
  .header-top .header-top-right .user-info .account-icon {
    height: 24px;
    width: 24px;
  }
}

.button {
  color: #A8A8A8;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  border: 1px solid #A8A8A8;
}
.button:hover {
  background-color: #fff;
  color: #262626;
  text-decoration: none;
}
.button.primary {
  background-color: #EC621D;
  border: 1px solid #EC621D;
  color: #fff;
}
.button.primary:hover {
  background-color: #bf4609;
  color: #fff;
  border-color: #bf4609;
  text-decoration: none;
}

.heading-h1 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 32px;
  color: #EFEFEF;
}
@media (max-width: 991px) {
  .heading-h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .heading-h1 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .heading-h1 {
    font-size: 32px;
  }
}

.heading-h2 {
  font-size: 38px;
  line-height: 110%;
  font-weight: 600;
  margin-bottom: 24px;
  color: #111;
}
@media (max-width: 991px) {
  .heading-h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .heading-h2 {
    font-size: 28px;
  }
}

.text-large {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 991px) {
  .text-large {
    font-size: 16px;
    line-height: 20px;
  }
}

.text-default {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

/*Animaciones*/
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll.show-bg {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-on-scroll.show-bg.active {
  opacity: 1;
  transform: scale(1);
}

.animate-on-scroll.active.show-1 {
  transition-delay: 0.3s;
}

.animate-on-scroll.active.show-2 {
  transition-delay: 0.5s;
}

.animate-on-scroll.active.show-3 {
  transition-delay: 0.7s;
}

.animate-on-scroll.active.show-4 {
  transition-delay: 0.9s;
}

.animate-on-scroll.active.show-5 {
  transition-delay: 1.1s;
}

.animate-on-scroll.active.show-6 {
  transition-delay: 1.3s;
}

.animate-on-scroll.active.show-7 {
  transition-delay: 1.5s;
}

.animate-on-scroll.active.show-8 {
  transition-delay: 1.7s;
}

.animate-on-scroll.active.show-9 {
  transition-delay: 1.9s;
}

.animate-on-scroll.active.show-10 {
  transition-delay: 2.1s;
}

.lead-styling {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.lead-styling #header {
  height: auto !important;
  background: transparent !important;
  min-height: 86px;
}
@media (max-width: 576px) {
  .lead-styling #header {
    min-height: 68px;
  }
}
.lead-styling #header .header-top-lead {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  transition: 0.2s ease-in-out;
  background-color: #111;
}
.lead-styling #header .header-top-lead .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}
@media (max-width: 1299px) {
  .lead-styling #header .header-top-lead .header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.lead-styling #header .header-top-lead .header-inner .nav-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .lead-styling #header .header-top-lead .header-inner .nav-left {
    gap: 0;
  }
}
.lead-styling #header .header-top-lead .header-inner .nav-left .header-product-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e5e5e5;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
  padding: 8px;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .header-product-link svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 576px) {
  .lead-styling #header .header-top-lead .header-inner .nav-left .header-product-link span {
    display: none;
  }
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget {
  padding: 0;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget::before {
  display: block !important;
  top: 4px;
  right: -4px;
}
@media (max-width: 576px) {
  .lead-styling #header .header-top-lead .header-inner .nav-left .search-widget::before {
    display: none !important;
  }
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget .search_button {
  top: auto !important;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget .search_button .search {
  width: auto;
  height: auto;
  background: none;
  padding: 8px;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget .search_button .search svg {
  width: 20px;
  height: 20px;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget .search-toggle {
  display: none;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget .search-toggle form {
  max-width: 800px;
  margin: auto;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget .search-toggle form input[type=text] {
  border-radius: 50px;
  padding: 12px 64px 12px 24px;
  background-color: #f2f2f2;
  border: 2px solid #000;
  height: 50px !important;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget .search-toggle form button[type=submit] {
  padding: 12px 16px 12px 12px;
  border: none;
  background-color: #0A0A0A;
  border-radius: 0 50px 50px 0;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget .search-toggle form button[type=submit] svg {
  height: 20px;
  width: 20px;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget.active .search-toggle {
  display: block !important;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  padding: 32px;
  height: auto;
  top: 0;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget.active .search_button {
  position: fixed;
  z-index: 99999;
  right: 4px;
  top: 4px !important;
}
.lead-styling #header .header-top-lead .header-inner .nav-left .search-widget.active .search_button .cross {
  filter: invert(1);
}
.lead-styling #header .header-top-lead .header-inner .brand {
  position: relative;
  z-index: 1;
}
.lead-styling #header .header-top-lead .header-inner .brand a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lead-styling #header .header-top-lead .header-inner .brand a .iso {
  position: relative;
  right: -2px;
}
@media (max-width: 767px) {
  .lead-styling #header .header-top-lead .header-inner .brand a .iso {
    right: -4px;
  }
}
.lead-styling #header .header-top-lead .header-inner .brand a .iso svg {
  height: 28px;
}
.lead-styling #header .header-top-lead .header-inner .brand a .logo svg {
  height: 13px;
}
@media (max-width: 576px) {
  .lead-styling #header .header-top-lead .header-inner .brand a .logo {
    display: none;
  }
}
.lead-styling #header .header-top-lead .header-inner .nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .lead-styling #header .header-top-lead .header-inner .nav-right {
    gap: 0;
  }
}
.lead-styling #header .header-top-lead .header-inner .nav-right .user-info-lead {
  padding: 0;
}
.lead-styling #header .header-top-lead .header-inner .nav-right .user-info-lead::before {
  position: absolute;
  left: auto;
  right: -4px;
  top: 4px;
  margin: 0 auto;
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
@media (max-width: 576px) {
  .lead-styling #header .header-top-lead .header-inner .nav-right .user-info-lead::before {
    display: none;
  }
}
.lead-styling #header .header-top-lead .header-inner .nav-right .user-info-lead a {
  display: flex;
  color: #E5E5E5;
  text-decoration: none;
  text-transform: initial;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  transition: 0.2s ease-in-out;
  letter-spacing: normal;
  padding: 8px;
}
.lead-styling #header .header-top-lead .header-inner .nav-right .user-info-lead a:hover {
  color: #fff;
}
.lead-styling #header .header-top-lead .header-inner .nav-right .user-info-lead a .account-icon {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}
@media (max-width: 576px) {
  .lead-styling #header .header-top-lead .header-inner .nav-right .user-info-lead a .account-icon {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .lead-styling #header .header-top-lead .header-inner .nav-right .user-info-lead a span {
    display: none;
  }
}
.lead-styling #header .header-top-lead .header-inner .nav-right .user-info-lead .account .username {
  font-size: 12px;
  line-height: 2;
}
.lead-styling #header .header-top-lead .header-inner .nav-right .user-info-lead .logout {
  display: none;
}
.lead-styling #header .header-top-lead .header-inner .nav-right .blockcart {
  padding-top: 0 !important;
}
.lead-styling #header .header-top-lead .header-inner .nav-right .blockcart .header-cart-block {
  padding: 8px;
}
.lead-styling #header .header-top-lead .header-inner .nav-right .blockcart .header-cart-block .shopping-cart {
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
}
.lead-styling #header .header-top-lead .header-inner .nav-right .blockcart .header-cart-block .shopping-cart svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}
.lead-styling #header .header-top-lead .header-inner .nav-right .blockcart .header-cart-block .cart-products-count {
  right: -4px;
  top: -8px;
  background: #0A0A0A;
}
@media (max-width: 1299px) {
  .lead-styling .container-large {
    max-width: 100%;
  }
}
.lead-styling .ui-autocomplete#ui-id-1 {
  z-index: 9999;
  margin-top: 8px;
  border-radius: 16px;
  border: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
  position: fixed;
  overflow: hidden;
}
.lead-styling .ui-autocomplete#ui-id-1 .ui-menu-item a {
  font-size: 14px;
  color: #0A0A0A;
  padding: 8px 16px;
}
.lead-styling .ui-autocomplete#ui-id-1 .ui-menu-item a:hover {
  background-color: #f9f9f9;
  background-image: none;
  border-color: transparent;
}
.lead-styling .page-index #header {
  height: auto !important;
  min-height: auto !important;
}
.lead-styling .page-index #header .header-top-lead {
  background-color: transparent;
}
.lead-styling .page-index #header .header-top-lead.scroll {
  background-color: #0A0A0A !important;
}

.html-block-hero {
  background: #000;
  background: radial-gradient(circle, rgb(29, 29, 29) 0%, rgb(7, 7, 7) 100%);
  position: relative;
  overflow: hidden;
  padding: 96px 0 24px;
  height: 100vh;
}
@media (max-width: 576px) {
  .html-block-hero {
    height: auto;
    padding-top: 48px;
    min-height: 520px;
  }
}
.html-block-hero .hero-inner {
  justify-content: center;
  padding: 48px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .html-block-hero .hero-inner {
    gap: 8px;
  }
}
.html-block-hero .hero-inner .main-title {
  text-align: center;
  max-width: 800px;
  position: relative;
  z-index: 2;
}
.html-block-hero .hero-inner .main-title h1 {
  color: #EFEFEF;
}
.html-block-hero .hero-inner .main-title .buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.html-block-hero .hero-inner .canvas-container {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 640px;
  margin: auto;
}
.html-block-hero .hero-inner .canvas-container .ring {
  width: 300px;
  height: 300px;
  position: absolute;
  border-radius: 100%;
  border: 7px solid #EC621D;
  box-shadow: 0 0 12px rgba(236, 98, 29, 0.4), 0 0 48px rgba(236, 98, 29, 0.2), 0 0 80px rgba(236, 98, 29, 0.1);
  animation: flare-pulse 10s infinite ease-in-out;
}
@media (max-width: 767px) {
  .html-block-hero .hero-inner .canvas-container .ring {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 576px) {
  .html-block-hero .hero-inner .canvas-container .ring {
    width: 160px;
    height: 160px;
    border-width: 4px;
  }
}
@keyframes flare-pulse {
  0%, 100% {
    box-shadow: 0 0 16px rgba(236, 98, 29, 0.3), 0 0 64px rgba(236, 98, 29, 0.2), 0 0 120px rgba(236, 98, 29, 0.1), inset 0 0 8px rgba(236, 98, 29, 0.15);
  }
  50% {
    box-shadow: 0 0 32px rgba(255, 140, 0, 0.5), 0 0 96px rgba(255, 100, 0, 0.4), 0 0 160px rgba(255, 80, 0, 0.3), inset 0 0 12px rgba(255, 120, 0, 0.2);
  }
}
.html-block-hero .hero-inner .canvas-container canvas {
  display: block;
  margin: auto;
  opacity: 0.5;
}
.html-block-hero .hand {
  position: absolute;
  top: 65%;
  transform: translate(0, -50%);
  left: 0;
  width: 50%;
}
@media (max-width: 576px) {
  .html-block-hero .hand {
    left: -25%;
    width: 75%;
  }
}
.html-block-hero .cnc {
  position: absolute;
  top: 60%;
  transform: translate(0, -50%);
  right: 0;
  width: 50%;
}
@media (max-width: 576px) {
  .html-block-hero .cnc {
    right: -25%;
    width: 75%;
  }
}
.html-block-hero .frame {
  opacity: 1;
  will-change: transform;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  animation: frame-scale-loop 10s ease-in-out infinite;
  transform: scale(1);
  filter: opacity(0.5);
  opacity: 0.2;
}
.html-block-hero .frame .frame-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/img/bg-noise.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 100px auto;
}

@keyframes frame-scale-loop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4999);
  }
}
.block-arrivals {
  background-color: #fff;
  padding: 64px 0;
}
.block-arrivals .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  grid-template-areas: "img1 img2 img3" "img4 img4 txt" "img5 group group";
  gap: 24px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block-arrivals .grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
    gap: 16px;
    grid-template-areas: "txt txt" "img1 img2" "img3 img3" "img4 img4" "img5 group";
  }
}
.block-arrivals .grid-item.img1 {
  grid-area: img1;
}
.block-arrivals .grid-item.img2 {
  grid-area: img2;
}
.block-arrivals .grid-item.img3 {
  grid-area: img3;
}
.block-arrivals .grid-item.img4 {
  grid-area: img4;
}
.block-arrivals .grid-item.txt {
  grid-area: txt;
}
.block-arrivals .grid-item.img5 {
  grid-area: img5;
}
.block-arrivals .grid-item.group {
  grid-area: group;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
}
@media (max-width: 767px) {
  .block-arrivals .grid-item.group {
    gap: 16px;
  }
}
.block-arrivals .grid-item.group .sub-img1 {
  grid-column: span 1;
}
.block-arrivals .grid-item.group .sub-img2 {
  grid-column: span 1;
}
.block-arrivals .grid-item.group .sub-img3 {
  grid-column: span 1;
}
.block-arrivals .grid-item.group .sub-img4 {
  grid-column: span 3;
}
.block-arrivals .grid-item.group .sub-img1.animate-on-scroll,
.block-arrivals .grid-item.group .sub-img2.animate-on-scroll,
.block-arrivals .grid-item.group .sub-img3.animate-on-scroll,
.block-arrivals .grid-item.group .sub-img4.animate-on-scroll {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
.block-arrivals .grid-item.group .sub-img1.animate-on-scroll img,
.block-arrivals .grid-item.group .sub-img2.animate-on-scroll img,
.block-arrivals .grid-item.group .sub-img3.animate-on-scroll img,
.block-arrivals .grid-item.group .sub-img4.animate-on-scroll img {
  transition: all ease-in-out 0.5s;
}
.block-arrivals .grid-item.group .sub-img1.animate-on-scroll:hover img,
.block-arrivals .grid-item.group .sub-img2.animate-on-scroll:hover img,
.block-arrivals .grid-item.group .sub-img3.animate-on-scroll:hover img,
.block-arrivals .grid-item.group .sub-img4.animate-on-scroll:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
}
.block-arrivals .grid-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-arrivals .grid-item.animate-on-scroll {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
.block-arrivals .grid-item.animate-on-scroll img {
  transition: all ease-in-out 0.5s;
}
.block-arrivals .grid-item.animate-on-scroll:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
}
.block-arrivals .grid-item.grid-item-wide {
  grid-column: span 2;
}
.block-arrivals .grid-item.grid-item-text, .block-arrivals .grid-item.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-arrivals .grid-item.grid-item-text .heading-h2, .block-arrivals .grid-item.text .heading-h2 {
  color: #111;
}
.block-arrivals .grid-item.grid-item-text .text-large, .block-arrivals .grid-item.text .text-large {
  color: #444;
}

.block-prefooter {
  overflow: hidden;
  background: #111;
  padding: 96px 0;
  position: relative;
}
@media (max-width: 991px) {
  .block-prefooter {
    padding: 64px 0;
  }
  .block-prefooter::after {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.8;
  }
}
.block-prefooter .main-title {
  position: relative;
  z-index: 2;
  max-width: 640px;
}
.block-prefooter .main-title .heading-h2 {
  color: #E5E5E5;
}
.block-prefooter .main-title .text-large {
  color: #E5E5E5;
  margin-bottom: 24px;
}
.block-prefooter .main-title .buttons {
  display: flex;
  gap: 16px;
}
.block-prefooter .prefooter-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  position: absolute;
  top: 0;
  left: 0;
}

.block-testimonials {
  background-color: #F3F3F3;
  padding: 96px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-testimonials {
    padding: 64px 0;
  }
}
.block-testimonials .testimonials-inner {
  display: flex;
  gap: 64px;
}
@media (max-width: 991px) {
  .block-testimonials .testimonials-inner {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .block-testimonials .testimonials-inner {
    flex-direction: column;
  }
}
.block-testimonials .testimonials-inner .main-title {
  flex: 1;
  max-width: 480px;
  position: relative;
}
.block-testimonials .testimonials-inner .main-title .heading-h2 {
  color: #262626;
}
.block-testimonials .testimonials-inner .main-title .text-default {
  color: #262626;
}
.block-testimonials .slider-container {
  flex: 2;
  overflow: hidden;
}
.block-testimonials .slider-container .item {
  position: relative;
}
.block-testimonials .slider-container .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background-image: url("/img/testimonios/quotes.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .block-testimonials .slider-container .item::before {
    width: 48px;
    height: 48px;
  }
}
.block-testimonials .slider-container .item blockquote {
  padding: 56px 0 32px;
  margin: 0;
  font-size: 24px;
  color: #262626;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 991px) {
  .block-testimonials .slider-container .item blockquote {
    font-size: 20px;
    line-height: 28px;
  }
}
.block-testimonials .slider-container .item .quote-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.block-testimonials .slider-container .item .quote-footer .quote-user {
  display: flex;
  gap: 16px;
  align-items: center;
}
.block-testimonials .slider-container .item .quote-footer .quote-user img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .block-testimonials .slider-container .item .quote-footer .quote-user img {
    width: 32px;
    height: 32px;
  }
}
.block-testimonials .slider-container .item .quote-footer .quote-user .quote-name {
  font-weight: 600;
  color: #111;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  margin: 0;
}
@media (max-width: 991px) {
  .block-testimonials .slider-container .item .quote-footer .quote-user .quote-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.block-testimonials .slider-container .item .quote-footer .quote-user .quote-name small {
  font-size: 14px;
  display: block;
  font-weight: 400;
}
@media (max-width: 991px) {
  .block-testimonials .slider-container .item .quote-footer .quote-user .quote-name small {
    font-size: 13px;
  }
}
.block-testimonials .slider-container .item .quote-footer .quote-stars {
  margin-left: auto;
  display: flex;
  gap: 2px;
}
.block-testimonials .slider-container .item .quote-footer .quote-stars img {
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .block-testimonials .slider-container .item .quote-footer .quote-stars img {
    width: 16px;
    height: 16px;
  }
}
.block-testimonials .slider-container .owl-controls {
  margin-top: 16px;
  text-align: left;
}
.block-testimonials .slider-container .owl-controls .owl-page span {
  background: #EC621D !important;
  opacity: 0.5;
}
.block-testimonials .slider-container .owl-controls .owl-page.active span {
  opacity: 1;
}

.block-selecciones {
  background-color: #F3F3F3;
  padding: 96px 0;
}
.block-selecciones .main-title {
  display: none;
  text-align: center;
  margin: auto;
  max-width: 620px;
  margin-bottom: 32px;
}
.block-selecciones .main-title .heading-h2 {
  color: #262626;
  margin-bottom: 24px;
}
.block-selecciones .main-title .text-large {
  color: #444;
  margin-bottom: 16px;
}
.block-selecciones .steps-container {
  display: none;
  gap: 16px;
  justify-content: space-between;
}
.block-selecciones .steps-container .step .step-number {
  font-size: 38px;
  font-weight: 700;
  color: #A8A8A8;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .block-selecciones .steps-container .step .step-number {
    font-size: 24px;
  }
}
.block-selecciones .steps-container .step .step-title {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .block-selecciones .steps-container .step .step-title {
    font-size: 18px;
  }
}
.block-selecciones .steps-container .step .step-text {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .block-selecciones .steps-container .step .step-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.block-selecciones .steps-container .step.active .step-number {
  color: #EC621D;
}
.block-selecciones .steps-container .step.active .step-title {
  color: #111;
  font-weight: 600;
}
.block-selecciones .steps-container .step.active .step-text {
  color: #444;
}

.category-thumbnails .ct-image {
  position: relative;
  display: block;
}
.category-thumbnails .ct-image img.img-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.category-thumbnails .ct-image:hover img.img-hover {
  opacity: 1;
}
.category-thumbnails .ct-image:hover img.img-default {
  opacity: 0;
}/*# sourceMappingURL=lead.css.map */