#main {
  margin-top: 0;
}
.banner-pages {
  display: flex;
  /* align-items: center; */
  height: clamp(300px, 40vh, 600px);
}

.banner-pages .container {
  top: 20%;
}

.main-slider .mySwiperMain .swiper-slide .cont-info {
  min-height: 600px;
  display: flex;
  align-items: center;
}

.swiper.mySwiperFeacture .swiper-slide,
.swiper.mySwiperArchiveProducts .swiper-slide {
  height: auto;
}

.mySwiperInfo-style-3 .swiper-slide {
  width: auto;
}

.mySwiperTestimonios .cuotes {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  font-size: clamp(4rem, 7vw, 10rem);
  line-height: 1;
  translate: -10% -20%;
}

.historia-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 15%;
  max-width: 200px;
  background: var(--gray-medium-color);
  /* z-index: 1; */
  translate: -50% 0;
}

.historia-block .item .line {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 2px;
  height: 100%;
  background: var(--second-color);
  padding: 0;
  top: 0;
  margin: 0;
}

.historia-block .item .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 10px;
  height: 10px;
  background: var(--second-color);
  border-radius: 50%;
}

.historia-block .item .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 10px;
  height: 10px;
  background: var(--second-color);
  border-radius: 50%;
}

.historia-block .item img.img-fluid {
  max-height: 400px;
  max-width: 450px;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  padding: 0;
  border: none;
  border-radius: 0 !important;
}

.woocommerce div.product .product_title {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: bold;
}

.woocommerce div.product .category-atribute .items span {
  position: relative;
  min-width: 54px;
  min-height: 54px;
}

.woocommerce div.product .category-atribute .items .active::before {
  background-image: var(--wvs-tick);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.compare-check-block {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  width: auto;
}

.compare-block {
  display: none;
}

.compare-block .mySwiperCompare .swiper-slide {
  height: auto;
}

.compare-block .mySwiperCompare .swiper-slide .more {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.compare-block .mySwiperCompare .swiper-slide .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.compare-block .mySwiperCompare .swiper-slide .cont-compare-product:before {
  content: "";
  position: absolute;
  border: 2px dashed var(--gray-color);
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

#collapseModoDeUso .title-modo img {
  max-width: 120px;
}

#collapseModoDeUso .line {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 2px;
  height: 100%;
  background: var(--second-color);
  padding: 0;
  top: 0;
  margin: 0;
}

#collapseModoDeUso .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 10px;
  height: 10px;
  background: var(--second-color);
  border-radius: 50%;
}

#collapseModoDeUso .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 10px;
  height: 10px;
  background: var(--second-color);
  border-radius: 50%;
}

.pop-search-product-compare {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  align-items: center;
  justify-content: center;
  background: #00000063;
}

.pop-search-product-compare.active {
  display: flex;
}

.pop-search-product-compare .select2-container {
  min-width: 450px;
}

.pop-search-product-compare .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.woocommerce-breadcrumb {
  text-align: center;
}

.single-product.single .woocommerce-breadcrumb {
  margin-top: 1em;
}

#collapseCalculadoraResult table {
  border-collapse: separate;
  border-spacing: 10px 0;
}

#collapseCalculadoraResult table thead tr,
#collapseCalculadoraResult table thead th {
  border: none;
  font-weight: bold;
}

#collapseCalculadoraResult table thead th,
#collapseCalculadoraResult table tbody td {
  background: var(--second-opacity-color);
  border: none;
  position: relative;
  z-index: 2;
}

#collapseCalculadoraResult table thead th {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  z-index: 1;
}

#collapseCalculadoraResult table thead th.dime {
  background: var(--second-color);
  color: var(--white-color);
  position: relative;
  z-index: 3;
}
#collapseCalculadoraResult table thead th.dime::after {
  content: "";
  position: absolute;
  top: 100%;
  clip-path: polygon(50% 30px, 0 0, 100% 0);
  background: var(--second-color);
  height: 100%;
  width: 100%;
  left: 0;
}

#collapseCalculadoraResult table thead th.cant {
  background: var(--third-color);
  color: var(--white-color);
  position: relative;
  z-index: 3;
}
#collapseCalculadoraResult table thead th.cant::after {
  content: "";
  position: absolute;
  top: 100%;
  clip-path: polygon(50% 30px, 0 0, 100% 0);
  background: var(--third-color);
  height: 100%;
  width: 100%;
  left: 0;
}

#collapseCalculadoraResult table tbody td:nth-last-child(1),
#collapseCalculadoraResult table tbody td:nth-last-child(2) {
  background: var(--white-color);
}

#collapseCalculadoraResult table tbody tr {
  position: relative;
}

#collapseCalculadoraResult table tbody .vacio {
  height: 40px;
}

#collapseCalculadoraResult table tbody {
  border-radius: 1rem;
}

#collapseCalculadoraResult table tbody::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 15px);
  height: 100%;
  border: 1px solid var(--second-color);
  z-index: 2;
  border-radius: 1rem;
  box-shadow: 0px 5px 4px #cfcfcf;
}

#collapseCalculadoraResult table tbody tr:nth-child(1n + 2):after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 15px);
  height: 1px;
  background: var(--second-color);
  z-index: 2;
}

.single-product.single .logo-360 {
  position: absolute;
  left: auto;
  z-index: 2;
  cursor: pointer;
  transition: 0.25s;
  display: inline-block;
  width: auto;
  top: 0;
  padding: 0;
  right: 0;
}

.single-product.single .logo-360:hover {
  transition: 0.25s;
  transform: scale(1.15);
}

.portafolio-block .mySwiperPortafolio .desc {
  margin-top: clamp(50px, 15vw, 250px);
}

.content-shop .desc {
  margin-top: clamp(75px, 20vw, 400px);
}

@media (min-width: 1200px) {
  .woocommerce div.product .product_title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    overflow: initial !important;
  }
}

@media (min-width: 767px) {
  .informativo-5050 .row div:nth-child(1) {
    border-right: 2px solid var(--gray-medium-color);
  }

  .timeline--horizontal .timeline__item:not(.timeline__item--bottom) .ano {
    order: 3;
  }

  .timeline--horizontal
    .timeline__item:not(.timeline__item--bottom)
    .separator {
    order: 2;
  }

  .single-product.single .logo-360 {
    left: calc(50% - 20px);
    right: auto;
  }
}

@media (max-width: 768px) {
  .pop-search-product-compare .select2-container {
    min-width: 100%;
  }

  .slider-informativo .swiper-slide img {
    object-fit: cover;
    max-height: 400px;
  }
}
