/*--------------------------------------------------------------
>>> BLOCK - ACCORDION
----------------------------------------------------------------*/

.accordion {
	margin: 30px 0px;
  border-width: 0px!important;
  --bs-accordion-border-color: transparent!important;
}

.accordion-flush .accordion-item {
  border-bottom: 0;
}

.accordion em {
  font-style: normal;
  color: #CCC!important;
}

.accordion-item {
  margin-bottom: 20px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
}

h3 .accordion-button:not(.collapsed) {
  color: var(--main-20);
}
h3 .accordion-button {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 25px;

}
.accordion-button:not(.collapsed) {
  background-color: transparent!important;
  box-shadow: none!important;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon)!important;
}
.accordion-button::after {
  filter: hue-rotate(260deg);
}
.accordion-button:focus {
  z-index: 3;
  border-color: #CCC;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .25);
}
.accordion-button:focus {
  border-color: #CCC;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .25)!important;
}

.accordion-body h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.accordion-body h3 {
  color: #000;
}
.accordion-body ol li h4 {
  color: #CCC!important;
}

.accordion .accordion-item:nth-child(2n) h3 .accordion-button {
  background: #f1f3f4;
}

@media screen and (max-width: 992px) {
  h3 .accordion-button {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
>>> BLOCK - BANNER BG
----------------------------------------------------------------*/

.banner-bg {
  padding: 50px 0px;

  min-height: 429px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 154px 48px 112px;
}
.banner-bg.visita-tecnica{
  min-height: 429px;
}
.banner-bg.repuesto{
  min-height: 316px;
}
.banner-bg.mantenimiento{
  min-height: 316px;
}
.banner-bg .img-container {
  position: relative;
}
.banner-bg .img-container:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
}
.banner-bg-text {
  background-color: #45505563;
  border-radius: 20px;
  padding: 10px;
}
.banner-bg-text p {
  color: #FFF;
}
.banner-bg-text p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .banner-bg {
    padding: 30px 10px;
    min-height: 300px;
    display: flex;
    align-items: center;
  }
}

/*--- >>> CUSTOM STYLE - GRADIENT <<< ---*/

.banner-bg.gradient .img-container:after {
  background: linear-gradient(0deg, rgba(240,244,244,1) 0%, rgba(240,244,244,0) 100%);
}

/*--------------------------------------------------------------
>>> BLOCK - BANNER IMG
----------------------------------------------------------------*/

.banner-img {
  color: #FFF;
  position: relative;
  overflow: hidden;
  margin: 50px 0px;
}
.banner-text {
  min-height: 100%;
  padding: 30px 30px;
}

.banner-img h2, .banner-img h3, .banner-img h4, .banner-img p {
  margin-bottom: 30px;
}
.banner-img p {
  font-size: 1.125rem;
}
.banner-img img {
  max-height: 400px;
  min-height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.gradient-container {
  position: relative;
}
.gradient-container:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: -20px;
  width: 60px;
  height: 100%;
}

.banner-img a i,
a.btn.btn-product.btn-dark i {
  font-size: .875rem;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 992px) {
  .banner-img img.main-img {
    min-height: 180px;
  }
}

/*--- >>> CUSTOM STYLE - FULL WIDTH <<< ---*/

.banner-img .container-fluid img {
  position: absolute;
  width: 47vw!important;
  top: 0px;
  right: 0px;
  min-height: 100%;
  object-fit: cover;
  object-position: left;
}
.banner-img .container-fluid {
  --bs-gutter-x: 0rem;
}
.banner-img .container-fluid .banner-text {
  padding: 60px;
}

@media screen and (max-width: 992px) {
  .banner-img .container-fluid img {
    position: relative;
    width: 100%!important;
  }
}

/*--- >>> CUSTOM STYLE - HIGH <<< ---*/

.banner-img.high {
  min-height: 410px;
}
.banner-img.high .banner-text {
  display: flex;
  flex-direction: column;
  min-height: 410px;
  align-items: start;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .banner-img.high {
    min-height: auto;
  }
  .banner-img.high .banner-text {
    min-height: auto;
  }
}

/*--- >>> CUSTOM STYLE - LIGHT <<< ---*/

.banner-img {
  color: #FFF;
  position: relative;
  overflow: hidden;
  margin: 50px 0px;
  margin-top: 50px;
}
.banner-img.light h2, .banner-img.light h3, .banner-img.light h4, .banner-img.light p {
  color: #FFF;
}
.banner-img.light .btn {
  background: transparent;
}

/*--- >>> CUSTOM STYLE - GRADIENT <<< ---*/

.banner-img.gradient .gradient-container:after {
    background: #CCC;
}
.banner-img.gradient .gradient-container::after {
    width: 200px;
}
@media screen and (max-width: 992px) {
  .banner-img.gradient .gradient-container:after {
    display: none;
  }
}

/*--- >>> CUSTOM STYLE - SPACED <<< ---*/

.banner-img.spaced .pr-0 {
  padding-right: 12px!important;
}
.banner-img.spaced .pl-0 {
  padding-left: 12px!important;
}
.banner-img.spaced .banner-text, .banner-img.spaced img {
  border-radius: 7px;
  overflow: hidden;
}
.banner-img.spaced img {
  max-height: 280px;
}

@media screen and (max-width: 992px) {
  .banner-img.spaced .banner-text, .banner-img.spaced img {
    border-radius: 7px 7px 0px 0px;
    overflow: hidden;
  }
}

/*--- >>> CUSTOM STYLE - NO COVER IMG <<< ---*/

.banner-img.no-cover-img img {
    min-height: auto;
    width: fit-content !important;
    margin: 15px auto;
    display: block;
}

/*--- >>> CUSTOM STYLE - HIDE IMG <<< ---*/

@media screen and (max-width: 992px) {
  .banner-img.hide-img img {
    display: none;
  }
}

/*--- >>> CUSTOM STYLE - VEINSA <<< ---*/

.banner-img.veinsa {
  padding: 70px 0px;
  background: rgb(138,16,2);
  background: linear-gradient(90deg, rgba(138,16,2,1) 0%, rgba(138,16,2,1) 50%, rgba(208,214,218,1) 50%, rgba(208,214,218,1) 100%);
}
.banner-img.veinsa img {
  max-height: none;
  min-height: none;
  object-fit: none;
  border-radius: 0px;
}
.banner-img.veinsa .banner-text p {
  font-size: .875rem;
  font-weight: 600;
}
.banner-img.veinsa .banner-text {
  padding: 30px 90px;
}
@media screen and (max-width: 480px) {
    .banner-img.veinsa img {
      object-fit: contain;
    }
}

@media screen and (max-width: 992px) {
  .banner-img.veinsa {
    padding: 15px 0px;
  }
  .banner-img.veinsa .banner-text {
    padding: 30px;
    text-align: center;
    align-items: center !important;
  }
  .banner-img.veinsa {
    background: linear-gradient(180deg, rgba(138,16,2,1) 0%, rgba(138,16,2,1) 42.5%, rgba(208,214,218,1) 42.5%, rgba(208,214,218,1) 100%);
  }
}

/*--------------------------------------------------------------
>>> BLOCK - BLOG
----------------------------------------------------------------*/

.blog {
  padding: 90px 0px 60px 0px;
  background: #CCC;
}
.grid-news {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.blog .article-content {
  background: #FFF;
  padding: 30px;  
}
.blog .main-new .article-content {
  padding: 40px 30px;
}
.blog h2 {
  margin-bottom: 30px;
}
.blog a {
  color: #3A3A3A;
  background: #FFF;
  position: relative;
}
.blog a:hover {
  color: #3A3A3A;
  background: #FFF;
  position: relative;
}
.blog article.main-new img {
  max-height: 245px;
  object-fit: cover;
}
.blog article.aside-news img {
  min-height: 100%;
  object-fit: cover;
}
.blog article h3 {
  color: #CCC;
}
.blog article h3 {
  font-size: 1rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
}
.blog article b {
  font-weight: 700;
}
.blog .btn.main-btn {
  margin: 15px auto;
}
.blog .grid-news a {
    border: 1px solid transparent;
}
.blog .btn.main-btn {
    color: #FFF;
}
.blog .grid-news a.blog-main {
    border-bottom: 8px solid #FFF;
}
.blog .grid-news a.blog-aside {
    border-right: 5px solid #FFF;
}

@media screen and (max-width: 992px) {
  .grid-news {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .blog article.aside-news img {
    height: 250px!important;
    object-fit: cover;
  }
}


/*--------------------------------------------------------------
>>> BLOCK - BOX
----------------------------------------------------------------*/

.box {
  margin: 30px 0px;
}
.box .box-bg {
  padding: 0px;
  border-radius: 7px;
}
.box .box-content {
  padding: 30px;
}
.box .box-content p {
  margin-bottom: 10px;
}
.box .box-content p:last-child {
  margin-bottom: 0px;
}
.box h3, .info-box h4 {
  margin-bottom: 25px;
}
.box-bg {
  margin: 15px 0px;
  padding: 30px;
  background: #CCC;
  border-radius: 7px;
  min-width: 100%;
}

/*--- >>> CUSTOM STYLE - LIGHT <<< ---*/

.box.light {
  color: #FFF;
}

/*--- >>> CUSTOM STYLE - GRAY BOX <<< ---*/

.box.gray-box {
    background: #CCC;
    padding: 30px;
    border-radius: 10px;
}
.box.gray-box .btn {
    margin: 20px auto 5px auto;
}
.box.gray-box i.bi-geo-alt {
    font-size: 2rem;
    color: #CCC;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

/*--- >>> CUSTOM STYLE - LIGHT BG <<< ---*/

.box.light-bg .container {
  background: #CCC;
  padding: 40px;
  border-radius: 7px;
}
.box.light-bg .card-content {
  background: transparent;
}

/*--------------------------------------------------------------
>>> BLOCK - CARDS
----------------------------------------------------------------*/

.cards {
  margin: 30px 0px;
}
.card-content {
  padding: 20px;
}
.cards h2 {
  margin-bottom: 40px;
}
.cards p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0px;
}
.cards .btn {
  margin: 45px auto 15px auto;
}
.cards article .btn {
  margin: 0px auto 30px auto;
}

/*--- >>> CUSTOM STYLE - GRID <<< ---*/

.grid-cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.grid-1 .grid-cards {
  display: block;
  gap: 0px;
}
.grid-2 .grid-cards {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 .grid-cards {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 .grid-cards {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 .grid-cards {
  grid-template-columns: repeat(4, 1fr);
}
.cards.text-start .text-center {
  text-align: start !important;
}
.cards.gap-20 .grid-cards {
  gap: 20px;
}

@media screen and (max-width: 992px) {
  .grid-cards {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .grid-2 .grid-cards {
    grid-template-columns: 1fr;
  }
  .grid-3 .grid-cards {
    grid-template-columns: 1fr;
  }
  .grid-4 .grid-cards {
    grid-template-columns: 1fr;
  }
  .grid-5 .grid-cards {
    grid-template-columns: 1fr;
  }
  .grid-2-sm .grid-cards {
    grid-template-columns: 1fr;
  }
  .grid-2-xs .grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .m-grid-2 .grid-cards, .m-grid-2 .grid-4 .grid-cards {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

/*--- >>> CUSTOM STYLE - FLEX CENTER <<< ---*/

.flex-center .grid-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.flex-center .grid-cards > article {
  flex: 0 0 auto;
  width: 30%;
}

.cards.box-cards.flex-center .grid-cards {
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .flex-center .grid-cards article {
    flex: 0 0 auto;
    width: 100%;
  }
}

/*--- >>> CUSTOM STYLE - BOX CARDS <<< ---*/

.cards.box-cards article {
    border-radius: 7px;
}
.cards.box-cards article {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cards.box-cards a:hover article {
  transform: translateY(-2px);
}
.cards.box-cards article {
  border: 1px solid #CCC;
  border-radius: 0px 0px 7px 7px;
  overflow: hidden;
}
.cards.box-cards article img {
  border-bottom: 1px solid #CCC;
}
.cards.box-cards a:hover article .card-content {
  background: #CCC;
}
.cards.box-cards a:hover article .card-content h3 {
  color: #FFF;
}
.cards.box-cards.flex-center article h3 {
  text-align: center;
}

/*--- >>> CUSTOM STYLE - GRAY CARDS <<< ---*/

.cards.gray-cards article {
  background: #CCC;
  border-radius: 7px;
  padding: 15px;
}
.cards.gray-cards article .card-content {
  background: transparent;
}

/*--- >>> CUSTOM STYLE - LIGHT CARDS <<< ---*/

.cards.light-cards article {
  border: 1px solid #CCC;
  border-radius: 7px;
  overflow: hidden;
}
.cards.light-cards article {
    min-height: 345px
}

/*--- >>> CUSTOM STYLE - LINK CARDS <<< ---*/

.cards.link-cards article {
  gap: 15px;
  border: 1px solid #CCC;
  padding: 20px;
  border-radius: 10px;
  color: #CCC;
  display: flex;
  align-items: center;
}
.cards.link-cards article h3 {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 0px;
}
.cards.link-cards article .col {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .cards.link-cards article img {
    max-width: 50px;
  }
  .cards.link-cards article .card-content {
    padding: 0px;
  }
  .cards.link-cards article .card-content h3 {
    font-size: .875rem;
  }
}

/*--- >>> CUSTOM STYLE - LIGHT BG <<< ---*/

.cards.light-bg {
  background: #CCC;
}
.cards.light-bg {
  margin: 30px 0px;
  padding: 80px 0px;
}
.cards.light-bg h2 {
  margin-bottom: 40px;
}
.cards.light-bg article {
  padding: 0px;
}
.cards.light-bg article h3 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0px;
}
.cards.light-bg article img {
  width: 100%;
  object-fit: cover;
}
.cards.light-bg .card-content {
  background: transparent;
}
.cards.light-bg.box-cards .card-content {
  background: #FFF;
}
.cards.light-cards article {
    min-height: 345px
}
.cards.light-bg.box-cards a:hover .card-content {
    background: #CCC;
}
.cards.light-bg.box-cards a:hover .card-content h3 {
    color: #FFF;
}
.cards.light-bg.box-cards a:hover article {
  border: 2px solid #CCC;
}

@media screen and (max-width: 992px) {
  .cards.light-bg {
    padding: 60px 0px;
  }
}

/*--- >>> CUSTOM STYLE - CIRCLE IMG <<< ---*/

.cards.circle-img article {
    padding-top: 90px;
    padding-bottom: 120px;
}
.cards.circle-img article {
  border: 1px solid #CCC;
  border-radius: 7px;
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
}
.cards.circle-img article .card-content {
  border-radius: 7px;
}
.cards.circle-img article .card-content h3 {
  text-align: center;
}
.cards.circle-img article img {
  position: absolute;
  top: -70px;
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}

/*--- >>> CUSTOM STYLE - NUMBERED <<< ---*/

.cards.numbered article h3 {
  font-size: 1rem;
  color: #CCC;
  margin-bottom: 0px;
}
.cards.numbered article {
  position: relative;
  margin: 15px 0px;
}
.cards.numbered br {
  display: none;
}
.cards.numbered article span {
  position: absolute;
  top: -28px;
  left: 20px;
  color: #CCC;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  padding: 10px;
  background: #FFF;
}
.cards.numbered.light-cards article {
  overflow: visible;
  min-height: 300px;
}
.cards.numbered.light-cards .card-content {
  border-radius: 7px;
  padding-top: 40px;
}

/*--- >>> CUSTOM STYLE - THIN <<< ---*/

.cards.thin article {
  border: 1px solid #CCC;
  border-bottom: 8px solid #CCC;
  border-radius: 7px;
  overflow: hidden;
}

/*--- >>> CUSTOM STYLE - SINPLE <<< ---*/

.cards.simple h2 {
  margin-bottom: 10px;
}
.cards.simple article {
  margin: 15px 0px;
  padding: 15px 0px;
  border-top: 1px solid #CCC;  
}
.cards.simple article img {
  min-height: 240px;
  object-fit: cover;
}
.cards.simple article:last-child {
  border-bottom: 1px solid #CCC;
}
.cards.simple .card-content {
  padding: 0px;
  position: relative;
  min-height: 100%;
}
.cards.simple article .card-content a {
  position: absolute;
  bottom: 0px;
  font-weight: 700;
  color: #CCC;
  text-decoration: underline;
}
.cards.simple article h3 {
  text-align: start;
}

@media screen and (max-width: 992px) {
  .cards.simple article .card-content a {
    position: relative;
    bottom: 0px;
  }
}

@media screen and (max-width: 992px) {
  .cards.cards-feed.simple.light-bg article img {
    margin-bottom: 15px;
  }
}

/*--- >>> CUSTOM STYLE - COLORED <<< ---*/

.cards.link-cards.colored-cards .card-content {
  padding: 5px;
  background: transparent;
}
.cards.link-cards.colored-cards article {
    padding: 15px;
}
.cards.link-cards.colored-cards .grid-cards a article {
    margin-bottom: 2px;
    position: relative;
    top: -1px;
}
.cards.link-cards.colored-cards .grid-cards a:hover article {
    border: 2px solid #CCC;
    margin-bottom: 0px;
    top: -2px;
}
.cards.link-cards.colored-cards .grid-cards a:hover .card-img-container img {
    filter: brightness(1000);
}


/*--------------------------------------------------------------
>>> BLOCK - CARDS CAROUSEL
----------------------------------------------------------------*/

.cards.cards-carousel {
  margin: 30px 0px;
  padding: 80px 0px;
}
.cards.cards-carousel h2 {
  margin-bottom: 40px;
}
.cards.cards-carousel article h3 {
  font-size: 1rem;
}
.cards.cards-carousel article .article-content {
  text-align: center;
  padding: 30px;
}
.cards.cards-carousel .btn {
  margin: 30px auto;
}
.cards.cards-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
  margin: 30px 0px;
}
.cards .swiper-button-next::after, .swiper-button-prev::after {
  transform: scale(.5);
}
.cards.cards-carousel.data-test p {
  font-size: .875rem;
}

@media screen and (max-width: 992px) {
  .cards.cards-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    margin: 0px 0px;
  }
}

/*--- >>> CUSTOM STYLE - CENTERED <<< ---*/

.cards.cards-carousel.centered  .swiper-slide {
  opacity: .5;
}
.cards.cards-carousel.centered  .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/*--- >>> CUSTOM STYLE - ASIDE <<< ---*/

.cards.cards-carousel.aside article {
  background: #CCC;
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 30px;
}
.cards.cards-carousel.aside article .article-content {
  padding: 0px;
}
.cards.cards-carousel.aside .swiper-pagination-bullets {
  display: none!important;
}
.cards.cards-carousel.aside .swiper-button-next, .cards.cards-carousel.aside .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: calc(50% - 27px);
  right: auto;
  color: #CCC;
  background: #FFF;
  border: 2px solid #CCC;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.cards.cards-carousel.aside .swiper-button-prev {
  bottom: 70px;
}
.cards.cards-carousel.aside .swiper-button-next::after, .cards.cards-carousel.aside .swiper-button-prev::after {
  transform: scale(.5);
}

@media screen and (max-width: 1200px) {
    .cards.cards-carousel.aside .swiper {
        margin-top: 25px;
    }
    .cards-carousel.aside .pos-relative > .row:first-child > .col {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }

    .cards.cards-carousel.aside .swiper-button-next {
        position: relative;
        top: 0%;
        left: 0;
    }
    .cards.cards-carousel.aside .swiper-button-prev {
        position: relative;
        top: 32px;
        left: -60px;
    }
}

/*--- >>> CUSTOM STYLE - TESTIMONIOS <<< ---*/

.cards.cards-carousel.aside.aside-testimonios article {
  margin-top: 50px;
  background: #FFF;
  border: 1px solid #CCC;
}
.cards.cards-carousel.aside.aside-testimonios article img.circle-img {
  width: 90px;
  height: 90px;
  border: 3px solid #CCC;
}
.cards.cards-carousel.aside.aside-testimonios .swiper-button-next {
  bottom: 80px;
}
.cards.cards-carousel.aside.aside-testimonios .swiper-button-prev {
  bottom: 15px;
}
.cards.cards-carousel.aside-testimonios {
  margin: 30px 0px;
  padding: 30px 0px;
}

/*--- >>> CUSTOM STYLE - CENTERED CARD <<< ---*/

.centered-card {
  margin: 30px 0px;
  padding: 80px 0px;
}
.centered-card h2 {
  margin-bottom: 40px;
}
.cards.centered-card article {
  overflow: visible;
}
.centered-card article h3 {
  font-size: 1rem;
}
.centered-card .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
  margin: 30px 0px;
}
.centered-card .swiper-slide article {
  padding: 50px 20px;
  background: #FFF;
  border-radius: 8px;
  position: relative;
  border: 1px solid #CCC;
  transform: scale(0.9);
  transition: all 0.5s ease;
  margin-top: 20px;
  margin-bottom: 15px;
}
.centered-card .swiper-slide-active article {
  border: 3px solid #CCC;
  transform: scale(1);
  margin-bottom: 5px;
}
.centered-card .swiper-button-next, .centered-card .swiper-button-prev {
  top: -220%;  
  width: 67px;
  height: 67px;
  border-radius: 50%;
}
.centered-card .swiper-button-next {
  right: -60px;
}
.centered-card .swiper-button-prev {
  left: -60px;
}
.centered-card h2 {
  color: #CCC;
}
.centered-card article i.bi-quote {
  position: absolute;
  top: -48px;
  font-size: 4.375rem;
  background: #FFF;
  color: #CCC;
}
.centered-card .swiper-slide article {
  border: 1px solid #CCC;
}
.centered-card .swiper-slide-active article {
  border: 3px solid #CCC;
}
.centered-card .swiper-button-next, .centered-card .swiper-button-prev {
  color: #CCC;
  background: #FFF;
  border: 2px solid #CCC;
}

/*--- >>> CUSTOM STYLE - HIDE CONTROLS <<< ---*/

.hide-controls .swiper-button-next, .hide-controls .swiper-button-prev {
  display: none!important;
}
.hide-controls .swiper-pagination-cards {
  display: none!important;
}

.hide-controls-lg .swiper-button-next, .hide-controls-lg .swiper-button-prev {
  display: none!important;
}
.hide-controls-lg .swiper-pagination-cards {
  display: none!important;
}

.hide-arrows .swiper-button-next, .hide-arrows .swiper-button-prev {
  display: none!important;
}

@media screen and (max-width: 992px) {
  .hide-controls-lg .swiper-pagination-cards {
    display: block!important;
  }
  .hide-arrows .swiper-button-next, .hide-arrows .swiper-button-prev {
    display: none!important;
  }
}

/*--- >>> CUSTOM STYLE - HALF <<< ---*/

.cards.cards-carousel.half .swiper-slide {
  margin-top: 5px;
  margin-bottom: 5px;
}
.cards.cards-carousel.half article {
  border: 1px solid #CCC;
  border-radius: 7px;
}
.cards.cards-carousel.half .article-content {
  background: #CCC;
  border-radius: 0px 7px 7px 0px;
  min-height: 100%;
}
.cards.cards-carousel.half .article-content h3 {
  color: #CCC;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.cards.cards-carousel.half .article-content h3:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 60px;
  height: 1px;
  background: #CCC;
}
.cards.cards-carousel.half article img {
  border-radius: 7px 0px 0px 7px;
}
@media screen and (max-width: 992px) {
  .cards.cards-carousel.half .article-content h3 {
    width: fit-content;
    margin: 15px auto;
  } 
}

/*--- >>> CUSTOM STYLE - TEC <<< ---*/

.cards.cards-carousel.tec article {
  margin: 30px 0px;
  border: 1px solid #CCC;
  border-radius: 7px;
  background: #CCC;
  padding: 50px;
}
.cards.cards-carousel.tec article img {
  border-radius: 7px;
}
.cards.cards-carousel.tec .swiper-button-prev {
  position: absolute;
  top: -300px;
  left: -70px;
  color: #CCC;
  background: #FFF;
  border: 2px solid #CCC;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.cards.cards-carousel.tec .swiper-button-next {
  position: absolute;
  top: -300px;
  right: -70px;
  color: #CCC;
  background: #FFF;
  border: 2px solid #CCC;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .cards.cards-carousel.tec article {
    padding: 15px;
  }
}

/*--- >>> CUSTOM STYLE - TEMPLATE TESTIMONIO <<< ---*/

.swiper-slide .testimonio {
    opacity: .5;
}
.swiper-slide.swiper-slide-active .testimonio {
    opacity: 1;
}


/*--------------------------------------------------------------
>>> BLOCK - CARDS FEED
----------------------------------------------------------------*/

.cards-feed {
  padding: 0px 0px;
  margin: 30px 0px;
}
.cards-feed article h3 {
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .cards-feed {
    padding: 10px 0px;
    margin: 30px 0px;
  }
  .cards-feed img {
    margin-bottom: 15px;
  }
  .cards-feed article a {
    display: block;
    margin: 25px 0px;
  }
}

/*--- >>> CUSTOM STYLE - SIMPLE <<< ---*/

.cards.cards-feed.simple article.post-destacado img {
  height: 200px;
  object-fit: cover;
  min-height: 200px;
}
.cards.cards-feed.simple article.post img {
  height: 165px;
  object-fit: cover;
  min-height: 165px;
}

/*--- >>> CUSTOM STYLE - HIDE MOBILE <<< ---*/

@media screen and (max-width: 992px) {
  .cards.cards-feed.single-mobile .grid-cards article:nth-child(2n),
  .cards.cards-feed.single-mobile .grid-cards article:nth-child(3n) {
    display: none;
  }
}


/*--------------------------------------------------------------
>>> BLOCK - CARDS PAGINATED
----------------------------------------------------------------*/

.cards-paginated {
    position: relative;
}
.cards-paginated .form-control, .cards-paginated .form-select {
    margin: 15px 0px;
    padding: 9px 15px;
    border-radius: 5px;
}
.cards .art-container {
    padding: 25px 25px 35px 25px;
}
.cards-paginated article h3 {
  font-size: 1rem;
  color: #CCC;
}

@media screen and (max-width: 992px) {
  .cards-paginated article h3 {
    font-size: 1.125rem;
  }
  .cards-paginated img {
    margin-bottom: 15px;
  }
  .cards-paginated article a {
    display: block;
    margin: 25px 0px;
  }
}

/*--- >>> CUSTOM STYLE - SIMPLE <<< ---*/

.cards.cards-paginated.simple article:first-child {
  border-top: none;
}
.cards.cards-paginated.simple article.post img {
  height: 165px;
  object-fit: cover;
  min-height: 165px;
}

/*--- >>> CUSTOM STYLE - TEAM <<< ---*/

.cards.team .grid-cards {
  margin: 30px 0px;
}
.cards.team article {
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #CCC;
  border-bottom: 8px solid #CCC;
}
.cards.team article h3 {
    text-align: center;
    font-size: 1rem;
}
.cards.team article .btn {
    margin: 5px auto;
}
.cards.team article img {
    height: 210px;
    object-fit: cover;
    object-position: top;
}


/*--------------------------------------------------------------
>>> BLOCK - CAROUSEL
----------------------------------------------------------------*/

.carousel {
    position: relative;
}
.carousel .pagination {
    position: absolute;
    bottom: 100px;
    z-index: 9;
    width: 100%;
}
.carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -80px;
}
.carousel .swiper-pagination {
  text-align: left;
}
.carousel .swiper-slide.bg-img .item {
    height: 750px;
    object-fit: cover;
}
.carousel .swiper-slide .item > .container {
    height: 100%;
    display: flex;
    align-items: center;
}
.carousel .swiper-fraction {
    padding-left: 10px;
    color: #FFF;
}
.carousel .swiper-pagination {
    padding-left: 5px;
}
.carousel .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border: none;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  background: #FFF;
}
.carousel .swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 3px;
  opacity: 1;
}
.carousel h1 {
  color: #FFF;
}
.carousel img.overflow {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 50vw;
    object-fit: cover;
    z-index: 1;
}
.carousel .swiper-text {
    position: relative;
    z-index: 3;
}
.carousel .swiper-text p {
    color: #FFF;
    margin-bottom: 0px;
}
.carousel .swiper-button-next, .carousel .swiper-button-prev {
  width: 67px;
  height: 67px;
  color: #FFF;
  border-radius: 100%;
  background: #CCC;
}
.carousel .swiper-button-next::after, .carousel .swiper-button-prev::after {
  font-size: 1.5rem;
}
.carousel .item:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 70%, rgba(0,0,0,.25) 100%);
    z-index: 2;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  opacity: 1;
  border: 1px solid #CCC;
}
.swiper-pagination-bullet-active {
  background: #CCC;
}

#fraction {
  font-weight: 700;
  color: #CCC;
  font-size: 1.25rem;
  padding-bottom: 5px;
  margin: 5px auto;
  border-bottom: 2px solid #CCC;
  width: fit-content;
}
#total {
  width: fit-content;
  margin: 0px auto;
  font-size: 1.125rem;
}

section.carousel p {
  padding-left: 0px;
}

.carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 70px;
  text-align: center;
  left: calc(50% - 35px);
}


.carousel .img-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.carousel .text-container {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 100px 10vw;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    z-index: 2;
}
.carousel .swiper-slide.full-img picture::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 70%, rgba(0,0,0,.25) 100%);
  z-index: 0;
}
@media screen and (max-width: 992px) {
    .carousel .text-container {
      padding: 50px 5vw;
      justify-content: start;
    }
    .carousel .swiper-slide.full-img picture::before {
        content: " ";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 200px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
        background: #000;
        z-index: 1;
    }
}


/*--- >>> CUSTOM STYLE - HIDE ARROWS <<< ---*/

@media screen and (max-width: 992px) {
    .hide-arrows-xs .swiper-button-next, .hide-arrows-xs .swiper-button-prev {
      display: none!important;
    }
}

/*--- >>> CUSTOM STYLE - TRIANGLE <<< ---*/

.triangle-line {
  width: 100%;
  height: 30px;
  margin: 10px 0px 0px 0px;
  background: var(--main-10);
  clip-path: polygon(0 0, 0 25%, 100% 0);
  max-width: 400px;
}

/*--- >>> CUSTOM STYLE - MAIN <<< ---*/

.carousel.main {
  position: relative;
}
.carousel.main .container {
  position: relative;
  z-index: 2;
}
.carousel.main h1 {
  text-transform: uppercase;
}
.carousel.main .swiper-text p {
    text-transform: uppercase;
    font-size: 1.56rem;
    line-height: 2rem;
}

@media screen and (max-width: 992px) {
    .carousel .swiper-text {
      padding-top: 120px;
    }
    .carousel.main .item::before {
        content: " ";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 275px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
        background: #000;
        z-index: 1;
    }
    .carousel.main .item::after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        z-index: 1;
    }
    .carousel.main h1 {
      font-size: 1.5rem;
    }
    .carousel.main .swiper-text p {
      font-size: 1.25rem;
    }
}

/*--- >>> CUSTOM STYLE - BLOG <<< ---*/

.carousel.blog .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 42.5%;
  text-align: center;
}

.carousel.blog {
    background: transparent;
    padding: 0px;
}
.carousel.blog .swiper-slide .item {
    padding: 30px 30px 80px 30px;
    height: 550px;
    object-fit: cover;
}
.carousel.blog .swiper-slide h2 {
    color: #FFF;
}
.carousel.blog .item::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
  z-index: 2;
}

.carousel.blog a {
    background: transparent;
    padding: 0px;
    display: block;
    margin-left: auto;
    color: #FFF;
    font-weight: 600;
    text-decoration: underline;
}
.carousel.blog hr {
    width: 100%;
    background-color: var(--main-10);
    opacity: 1;
}
.carousel.blog .pagination {
    display: block;
    width: 100%;
}
.carousel.blog .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
}
.carousel.blog .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -70px;
}

/*--------------------------------------------------------------
>>> BLOCK - CHART
----------------------------------------------------------------*/

.chart {
  padding: 50px 0px;
  margin: 30px 0px;
}
.chart article h3 {
  font-size: 1rem;
}
.chart article.columns ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.chart article.columns ul li {
  display: block;
  background: #CCC;
  padding: 15px;
  border-radius: 7px;
  color: #FFF;
  margin: 0px 30px 20px 30px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .chart {
    padding: 30px 0px;
    margin: 30px 0px;
  }
  .chart img {
    margin-bottom: 15px;
  }
  .chart article a {
    display: block;
    margin: 25px 0px;
  }
  .chart article.columns ul li {
    margin: 0px 20px 20px 20px;
  }
}

/*--- >>> CUSTOM STYLE - LINES <<< ---*/

.chart article.columns ul li.left-down:before {
  content: " ";
  display: block;
  position: absolute;  
  width: 50px;
  height: 50px;
  top: 25px;
  left: -45px;
  border-radius: 7px 0px 0px 0px;
  border-top: 2px solid #CCC;
  border-left: 2px solid #CCC;
  z-index: -1;
}
.chart article.columns ul li.left-up:before {
  content: " ";
  display: block;
  position: absolute;  
  width: 50px;
  height: 50px;
  top: -20px;
  left: -45px;
  border-radius: 0px 0px 0px 7px;
  border-bottom: 2px solid #CCC;
  border-left: 2px solid #CCC;
  z-index: -1;
}
.chart article.columns ul li.left:before {
  content: " ";
  display: block;
  position: absolute;  
  width: 50px;
  height: 2px;
  top: 25px;
  left: -45px;
  background: #CCC;
  z-index: -1;
}
.chart article.columns ul li.left span:before {
  content: " ";
  display: block;
  position: absolute;  
  width: 2px;
  height: 120px;
  top: -30px;
  left: -45px;
  background: #CCC;
  z-index: -1;
}

.chart article.columns ul li.con-left:before {
  content: " ";
  display: block;
  position: absolute;  
  width: 70px;
  height: 2px;
  top: 24px;
  left: -50px;
  background: #CCC;
  z-index: -1;
}
.chart article.columns ul li.line-left span:before {
  content: " ";
  display: block;
  position: absolute;  
  width: 2px;
  height: 150px;
  top: -50px;
  left: -45px;
  background: #CCC;
  z-index: -1;
}


@media screen and (max-width: 992px) {
  .chart article.columns ul li.left-down:before,
  .chart article.columns ul li.left-up:before,
  .chart article.columns ul li.left:before,
  .chart article.columns ul li.left span:before,
  .chart article.columns ul li.line-left span:before {
    left: -25px;
  }
}
@media screen and (max-width: 490px) {
  .chart article.columns ul li {
    font-size: .85rem;
  }
  .chart article.columns ul li.line-left span:before {
    height: 180px;
    top: -65px;
  }
}

.chart article.columns ul li.right-down:after {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 25px;
  right: -45px;
  border-radius: 0px 7px 0px 0px;
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
  z-index: -1;
}
.chart article.columns ul li.right-up:after {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -20px;
  right: -45px;
  border-radius: 0px 0px 7px 0px;
  border-bottom: 2px solid #CCC;
  border-right: 2px solid #CCC;
  z-index: -1;
}
.chart article.columns ul li.right:after {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  top: 25px;
  right: -45px;
  background: #CCC;
  z-index: -1;
}
.chart article.columns ul li.right span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 2px;
  height: 120px;
  top: -30px;
  right: -45px;
  background: #CCC;
  z-index: -1;
}

.chart article.columns ul li.con-right:after {
  content: " ";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  top: 24px;
  right: -50px;
  background: #CCC;
  z-index: -1;
}
.chart article.columns ul li.line-right span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 2px;
  height: 150px;
  top: -50px;
  right: -45px;
  background: #CCC;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .chart article.columns ul li.right-down:after,
  .chart article.columns ul li.right-up:after,
  .chart article.columns ul li.right:after,
  .chart article.columns ul li.right span:after {
    right: -25px;
  }
}


/*--- >>> CUSTOM STYLE - FLEX CENTER <<< ---*/

.chart.cards.flex-center .grid-cards {
  gap: 30px;
}
.chart.cards.flex-center .grid-cards > article {
  flex: 0 0 auto;
  width: 22.5%;
}
.chart.cards.flex-center.columns .grid-cards > article {
  flex: 0 0 auto;
  width: 40%;
}
@media screen and (max-width: 992px) {
  .chart.cards.flex-center .grid-cards > article {
    width: 45%;
  }
  .chart.cards.flex-center.columns .grid-cards > article {
    width: 45%;
  }
}

/*--- >>> CUSTOM STYLE - LIGHT <<< ---*/

.chart.cards.light {
  background: #CCC;
}
.chart.cards.light h2 {
  color: #FFF;
}

/*--- >>> CUSTOM STYLE - ENDPOINTS <<< ---*/

article.endpoint-right {
  position: relative;
  margin-right: 100px;
  z-index: 2;
}
.cards.thin article.endpoint-right {
  overflow: visible;
}
article.endpoint-right img {
  border-radius: 7px 7px 0px 0px;
}
article.endpoint-right:after {
  content: " ";
  display: block;
  position: absolute;
  height: 50px;
  width: 2px;
  top: calc(50% - 25px);
  right: -30px;
  background: #CCC;
  z-index: 1;
}
article.endpoint-right:before {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  width: 100px;
  top: calc(50% - 1px);
  right: -130px;
  background: #CCC;
  z-index: 1;
}

article.endpoint-left {
  position: relative;
  margin-left: 100px;
  z-index: 2;
}
.cards.thin article.endpoint-left {
  overflow: visible;
}
article.endpoint-left img {
  border-radius: 7px 7px 0px 0px;
}
article.endpoint-left:after {
  content: " ";
  display: block;
  position: absolute;
  height: 50px;
  width: 2px;
  top: calc(50% - 25px);
  left: -30px;
  background: #CCC;
  z-index: 1;
}
article.endpoint-left:before {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  width: 100px;
  top: calc(50% - 1px);
  left: -130px;
  background: #CCC;
  z-index: 1;
}

.endpoint-top {
  margin-top: -70px!important;
  position: relative;
}
.endpoint-top:after {
  content: " ";
  display: block;
  position: absolute;
  height: 198px;
  width: 2px;
  top: 0px;
  left: calc(50% - 1px);
  background: #CCC;
}
.endpoint-top:before {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  width: 50px;
  top: 0px;
  left: calc(50% - 25px);
  background: #CCC;
}

@media screen and (max-width: 992px) {
  article.endpoint-right {
    margin-right: 0px;
  }
  article.endpoint-left {
    margin-left: 0px;
  }
  article.endpoint-right:after,
  article.endpoint-right:before,
  article.endpoint-left:after,
  article.endpoint-left:before {
    display: none;
  }
  .endpoint-top {
    margin-top: -25px!important;
  }
}

/*--------------------------------------------------------------
>>> BLOCK - FORM
----------------------------------------------------------------*/

.form {
  margin-bottom: 50px;
}
.form form {
  margin: 40px 0px;
}

/*--------------------------------------------------------------
>>> BLOCK - GALLERY
----------------------------------------------------------------*/

.gallery img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  object-fit: cover;
  height: 300px;
  margin-bottom: 20px;
  max-width: 600px;
  height: 406px;
}
.gallery img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.gallery.flex-3 img {
  max-width: 30%;
}
.gallery.flex-4 img {
  max-width: 20%;
}
@media screen and (max-width: 992px) {
  .gallery.flex-3 img {
    max-width: 40%;
  }
  .gallery.flex-4 img {
    max-width: 40%;
  }
}

a.fancybox {
  display: block;
  position: relative;
}
a.fancybox i {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 12px);
  color: #FFF;
  font-size: 1.5rem;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.fancybox:hover i {
  opacity: 1;
}


/*--------------------------------------------------------------
>>> BLOCK - HEADER
----------------------------------------------------------------*/

.header {
  padding: 30px 0px 60px 0px; 
  margin-bottom: 40px;
}
.header h1 {
  margin: 30px 0px;
}
.header p {
  font-size: 1.125rem;
  padding-left: 0px;
}
.header img {
  border-radius: 7px;
}
ul.breadcrumb li {
  font-size: .875rem;
  margin-right: 15px;
}

@media screen and (max-width: 992px) {
  .header {
    padding: 10px;
    margin-bottom: 25px;
  } 
  .bread-container {
    display: none!important;
  }
  .header h1 {
    font-size: 1.25rem;
  }
  .header .btn {
    margin-top: 30px;
  }
}

/*--- >>> CUSTOM STYLE - LIGHT <<< ---*/

.header.light {
  background: #CCC;
}
.header.light {
  color: #FFF;
}
.header.light ul.breadcrumb li a {
  color: #FFF;
}
.header.light h1 {
  color: #FFF;
}
.header.light h2 {
  color: #FFF;
  margin: 30px 0px;
}
.header.light p {
  color: #FFF;
}

@media screen and (max-width: 992px) {
  .header.light h2 {
    font-size: 1.25rem;
  }
  .header.light .line-left::after {
    top: -5px;
  }
}

/*--- >>> CUSTOM STYLE - HIGH <<< ---*/

.header.high {
  position: relative;
  min-height: 400px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.header.high p {
  margin-bottom: 0px;
}
.header.high .bread-container {
  position: absolute;
  top: 25px;
}

@media screen and (max-width: 992px) {
  .header.high .container {
      z-index: 2;
  } 
  .header.high:before {
    content: " ";
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 80%);
  }
  .header.high.gradient {
    min-height: 250px;
    background-position: center!important;
    margin-bottom: 20px;
  }
}

/*--- >>> CUSTOM STYLE - GRADIENT <<< ---*/

.header.gradient {
  position: relative;
}
.header.gradient:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(204,204,204,1) 0%, rgba(204,204,204,0) 40%);
}

/*--- >>> CUSTOM STYLE - GRADIENT GRAY <<< ---*/

.header.gradient-gray::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(90deg, rgba(240,244,244,1) 0%, rgba(240,244,244,1) 45%, rgba(240,244,244,0) 55%);
}
.header.gradient-gray .container {
  position: relative;
  z-index: 2;
}
.header.high.gradient-gray .bread-container {
  top: -50px;
}

/*--- >>> CUSTOM STYLE - SIMPLE <<< ---*/

.header.single {
    padding: 30px 0px 20px 0px;
}
.header.single h3 {
    color: #FFF;
}

/*--- >>> CUSTOM STYLE - TABS <<< ---*/

.header.tabs {
  min-height: 675px;
}
.header.tabs {
    padding: 30px 0px 100px 0px;
}
.header.tabs h3 {
    color: #FFF;
}

/*--------------------------------------------------------------
>>> BLOCK - IMG
----------------------------------------------------------------*/

.block-img {
  overflow-x: hidden;
}
.block-img img {
  border-radius: 0px;
}

/*--------------------------------------------------------------
>>> BLOCK - LINK
----------------------------------------------------------------*/

.link {
  margin: 20px 0px;
}

/*--------------------------------------------------------------
>>> BLOCK - LIST
----------------------------------------------------------------*/

.list {
  margin: 60px 0px;
}
a.link-listing {
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: -1px;
  color: #CCC;
  padding-left: 15px;
  transition: all 0.3s ease;
}
a.link-listing:hover {
  background: #CCC;
  text-decoration: underline;
  color: #CCC;
}
a.link-listing i {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 2rem;
  color: #CCC;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.link-listing:hover i {
  right: 0px;
}
a.link-listing img {
  border-radius: 7px;
}

@media screen and (max-width: 992px) {
  .list {
    margin: 30px 10px 90px 10px;
  }
}

.list .main-img {
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .list .main-img {
    height: 120px;
    object-fit: cover;
    margin-bottom: 15px;
  }
}

/*--- >>> CUSTOM STYLE - BRANDS <<< ---*/

.list.brands .link-listing i {
  display: none;
}
.list.brands a.link-listing {
  padding-left: 0px;
  border: 1px solid #CCC;
  min-height: 101%;
}
.list.brands.last-disabled .col-lg-4:last-child a.link-listing {
  pointer-events: none;
}

/*--- >>> CUSTOM STYLE - TABS <<< ---*/

.tabs a.link-listing i {
  position: absolute;
  top: 16px;
  right: 5px;
  font-size: 2rem;
  color: #CCC;
}
.tabs a.link-listing:hover i {
  right: 0px;
}


/*--------------------------------------------------------------
>>> BLOCK - TABLE
----------------------------------------------------------------*/

.table-container {
  padding: 0px 30px;
}

.grid-tabla {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.table-title {
  padding: 15px;
  border-bottom: 3px solid #CCC;
}
.table-content .table-item {
  padding: 18px 0px;
  border-bottom: 1px solid #CCC;
}
.table-container p {
  margin-bottom: 10px;
}
.table-content .table-item h4, .table-content .table-item p {
  margin-bottom: 0px;
}
.table-container ul.list-inline {
  display: flex;
  justify-content: start;
  align-items: center;
}
.table-container ul.list-inline li {
  margin-right: 15px;
}
.table-container ul.list-inline li:last-child {
  margin-right: 0px;
}

.number-high {
  font-size: 2.5rem;
  font-weight: 700;
}
.desc-high {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
}

/*--------------------------------------------------------------
>>> BLOCK - TABS
----------------------------------------------------------------*/

.tabs {
  overflow-x: hidden;
  padding: 15px 0px;
}
.tabs .tab-content {
  margin: 30px 0px;
  position: relative;
}
.tabs .tab-content a:not(.btn) {
  display: block;
}
.tabs .tab-content br {
  display: none;
}
.tabs .tab-content .address a:not(.btn) {
  margin: 0px;
}
.tab-btn {
  background: transparent;
  padding: 15px 30px;
  color: #FFF;
  font-weight: 700;
  position: relative;
  bottom: -4px;
  display: block;
  margin-bottom: 5px;
  border-bottom: 4px solid #B8B9BB;
}
.tab-btn.actived {
  color: #CCC;
  border-bottom: 4px solid #CCC;
}

.tabs.overlap a.download:not(.btn):visited {
    color: var(--dark-20);
}
.tabs.overlap a.download:not(.btn):hover {
    color: var(--main-20);
}


/*--------------------------------------------------------------
>>> BLOCK - TABS BLOCKS
----------------------------------------------------------------*/

.tabs-block {
  overflow-x: hidden;
}
.tabs-block .tab-content {
  margin: 30px 0px;
  position: relative;
}
.tabs-block .tab-content a:not(.btn) {
  display: block;
}
.tabs-block .tab-content br {
  display: none;
}
.tabs-block .tab-content .address a:not(.btn) {
  margin: 0px;
}
.tab-btn {
  background: transparent;
  padding: 15px 30px;
  color: #FFF;
  font-weight: 700;
  position: relative;
  bottom: -4px;
  display: block;
  margin-bottom: 5px;
  border-bottom: 4px solid #B8B9BB;
}
.tab-btn.actived {
  color: #CCC;
  border-bottom: 4px solid #CCC;
}


@media screen and (max-width: 992px) {
  .tabs-block .tab-content {
    margin: 0px;
  }
}

.tabs.tabs-block.overlap .nav-tabs button {
  min-width: 23.5%;
}
.tabs.tabs-block.overlap .tab-btn.actived {
  color: #FFF;
}

/*--- >>> CUSTOM STYLE - OVERLAP <<< ---*/

.tabs-block.overlap {
  position: relative;
  top: -135px;
  margin-bottom: -135px;
}

.tabs-block.overlap .nav-tabs .nav-link {
  color: #FFF;
}

.tabs-block.overlap .nav-tabs .nav-item.show .nav-link, 
.tabs-block.overlap .nav-tabs .nav-link.active {
  color: #FFF!important;
}

@media screen and (max-width: 992px) {
  .tabs-block.overlap {
    position: relative;
    top: -115px;
    margin-bottom: -115px;
  }
}

/*--------------------------------------------------------------
>>> BLOCK - TEXT
----------------------------------------------------------------*/

.text {
  margin: 30px 0px;
}
.text p:last-child {
  margin-bottom: 0px;
}

/*--- >>> CUSTOM STYLE - BG GRAY <<< ---*/

.text.bg-gray br {
  display: none;
}
.text.bg-gray a {
  display: block;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
>>> BLOCK - TEXT BTN
----------------------------------------------------------------*/

.text-btn {
  margin: 30px 0px;
}
.text-btn .btn {
  margin: 15px auto;
}
.text-btn h2 {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
>>> BLOCK - TEXT IMG
----------------------------------------------------------------*/

.text-img {
  margin: 100px 0px;
}
.text-img  img {
  border-radius: 3px;
}
.text-img .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.text-img .btn {
  margin-top: 25px;
  margin-bottom: 25px;
}
.text-img a {
  color: #CCC;
}
.text-img a i {
  color: #CCC;
  font-size: 1.5rem;
  position: relative;
  top: 2px;
}
.text-img img {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 992px) {
  .text-img {
    margin: 40px 0px;
  }
  .text-img  img {
    margin-bottom: 15px;
    min-width: 100%;
    object-fit: contain;
  }
  .text-img .text-container {
    align-items: start;
  }
  .text-img .btn {
    margin: 30px auto;
  }

}

/*--- >>> CUSTOM STYLE - OVERFLOW <<< ---*/

.text-img.overflow {
  position: relative;
  overflow: hidden;
}
.text-img.overflow img {
    position: absolute;
    top: 0px;
    right: 0vw;
    width: 45vw!important;
    max-height: 100%;
    object-fit: cover;
    border-radius: 7px 0px 0px 7px;
}
.text-img p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
    .text-img.overflow img {
        position: relative;
        top: 0px;
        right: 0vw;
        width: 100%!important;
        margin: 15px 0px;
        border-radius: 7px;
    }
    .text-img.overflow h2, .text-img h2 {
        font-size: 1.5rem;
    }
}

/*--- >>> CUSTOM STYLE - GRAY <<< ---*/

.text-img.gray .wrapper-text {
  padding: 50px;
  background: #455055;
}
.text-img.gray h2,
.text-img.gray h3, 
.text-img.gray p,
.text-img.gray ul,
.text-img.gray ol {
  color: #FFF;
}
.text-img.gray .wrapper-text .text-container {
  padding: 0px 45px;
}
.text-img.mb-0.gray .wrapper-text {
  padding-bottom: 20px;
}
.text-img.mt-0.gray .wrapper-text {
  padding-top: 20px;
}

@media screen and (max-width: 992px) {
  .text-img.gray .wrapper-text {
    padding: 40px 30px;
  }
  .text-img.gray .wrapper-text .text-container {
    padding: 0px 25px;
  }
}

/*--------------------------------------------------------------
>>> BLOCK - TEXT
----------------------------------------------------------------*/

.text.text-text.single .col-lg-4 .row .col,
.text.text-text.single .col-lg-4 .row .col-10 {
  background: #f9f9f9;
}
.text.text-text.single .col-lg-4 .row:first-child .col,
.text.text-text.single .col-lg-4 .row:first-child .col-10 {
  background: #FFF;
}

.text.text-text.single .col-lg-4 .row:nth-child(2n) .col,
.text.text-text.single .col-lg-4 .row:nth-child(2n) .col-10 {
  background: #FFF;
}

/*--- >>> CUSTOM STYLE - GRAY <<< ---*/

.text.gray .wrapper-text {
  padding: 50px;
  background: #455055;
}
.text.gray,
.text.gray h2,
.text.gray h3, 
.text.gray p,
.text.gray ul,
.text.gray ol {
  color: #FFF;
}

.text.gray.mb-0 .wrapper-text {
  padding-bottom: 10px;
}
.text.gray.mt-0 .wrapper-text {
  padding-top: 10px;
}

/*--- >>> CUSTOM STYLE - BLACK BOX <<< ---*/

.text.black-box .wrapper-text {
  position: relative;
}

.text.black-box .wrapper-text::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45.5%;
  height: 105%;
  background: #000;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%, 0% 50%);
  z-index: 1;
}
.text.black-box .wrapper-text .col-lg-4,
.text.black-box .wrapper-text .col-lg-6 {
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .text.black-box .wrapper-text .col-lg-4 {
    margin-bottom: 100px;
  }
  .text.black-box .wrapper-text::after {
    width: 100%;
    height: 240px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  }
}