@font-face {
  font-family: "BasierCircle-Regular";
  src: url("../fonts/BasierCircle-Regular.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "ProductSans-Regular";
  src: url("../fonts/ProductSans-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "SequelSans-LightBody";
  src: url("../fonts/SequelSans-LightBody.ttf") format("truetype");
}

@font-face {
  font-family: "SequelSans-LightHead";
  src: url("../fonts/SequelSans-LightHead.ttf") format("truetype");
}

/* COLORS */
/* GLOBAL */
*,
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding: 5rem;
  scroll-snap-align: y mandatory;
  padding: 0;
  margin: 0;
}

body {
  font-family: "SequelSans-LightBody", sans-serif;
  color: #737373;
  overflow-x: hidden;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

ul {
  list-style: none;
  padding-left: 0px;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

/* SECTIONS */
#Home span {
  font-family: "BasierCircle-Regular", sans-serif;
  font-size: 1.1rem;
  color: #d11c24;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

#Home .swiperHome {
  width: 100%;
  height: 100vh;
}

#Home .swiperHome .swiper-button-prev {
  background-image: url("../img/slider-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 60px;
}

#Home .swiperHome .swiper-button-prev:after {
  display: none;
}

#Home .swiperHome .swiper-button-next {
  background-image: url("../img/slider-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 60px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#Home .swiperHome .swiper-button-next:after {
  display: none;
}

#Home .swiperHome .swiper-slide {
  /* @include media(xs) {
        display: flex;
      } */
}

#Home .swiperHome .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  #Home .swiperHome .swiper-slide img {
    height: 110%;
  }
}

#Home .swiperHome .slider-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#Home .swiperHome .slider-pagination .swiper-button-prev,
#Home .swiperHome .slider-pagination .swiper-button-next {
  position: relative;
}

#Home .swiperHome .caption {
  position: absolute;
  top: 20%;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #Home .swiperHome .caption {
    top: 20%;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #Home .swiperHome .caption {
    top: 24%;
  }
}

@media (max-width: 768px) {
  #Home .swiperHome .caption {
    width: 60%;
  }
}

#Home .swiperHome .caption .title {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  #Home .swiperHome .caption .title {
    font-size: 1.5rem;
  }
}

#Home .swiperHome .caption p {
  color: #737373;
  font-size: 1.25rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  #Home .swiperHome .caption p {
    font-size: 1rem;
  }
  #Home .swiperHome .caption p br {
    display: none;
  }
}

#Home .swiperHome .triangle span {
  font-style: italic;
  font-size: 1.5rem;
  font-family: "BasierCircle-Regular", sans-serif;
  color: white;
}

@media (max-width: 768px) {
  #Home .swiperHome .triangle span {
    font-size: 1rem;
    display: none;
  }
}

#Home .empresa {
  min-height: 70vh;
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #Home .empresa {
    padding-bottom: 8rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #Home .empresa {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #Home .empresa {
    padding-bottom: 10rem;
  }
}

#Home .empresa .subtitle {
  font-size: 1.4rem;
  color: #d11c24;
  margin: 2rem 1rem 5rem 1rem;
  padding-left: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
}

@media (max-width: 768px) {
  #Home .empresa .subtitle {
    font-size: 1rem;
    margin: 2rem 1rem;
  }
}

#Home .empresa .subtitle:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 30px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #d11c24;
}

#Home .empresa p {
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  #Home .empresa p {
    font-size: 1rem;
  }
}

#Home .trayectoria {
  padding: 0rem 0rem 4rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6b0936;
  position: relative;
}

@media (max-width: 768px) {
  #Home .trayectoria {
    padding-top: 0;
  }
}

#Home .trayectoria .sectionTriangle {
  display: none;
}

#Home .trayectoria .shapeWrapper {
  position: absolute;
  width: 100%;
  height: 250px;
  background: #6b0936;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  top: -100px;
}

@media (max-width: 768px) {
  #Home .trayectoria .shapeWrapper {
    top: -50px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #Home .trayectoria .shapeWrapper {
    top: -100px;
  }
}

#Home .trayectoria .shapeWrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 7px;
  width: 100%;
  background: #d11c24;
}

#Home .trayectoria .swiperTrayectoria {
  position: relative;
}

#Home .trayectoria .swiperTrayectoria .swiper-slide img {
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Home .trayectoria .swiperTrayectoria .swiper-slide .caption {
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #Home .trayectoria .swiperTrayectoria .swiper-slide .caption {
    padding: 2rem;
  }
}

#Home .trayectoria .swiperTrayectoria .swiper-slide .caption h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #Home .trayectoria .swiperTrayectoria .swiper-slide .caption h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #Home .trayectoria .swiperTrayectoria .swiper-slide .caption h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #Home .trayectoria .swiperTrayectoria .swiper-slide .caption h1 {
    font-size: 2rem;
    max-width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  #Home .trayectoria .swiperTrayectoria .swiper-slide .caption h1 {
    font-size: 1.5rem;
  }
}

#Home .trayectoria .swiperTrayectoria .swiper-slide .caption p {
  margin: 2rem 0;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  #Home .trayectoria .swiperTrayectoria .swiper-slide .caption p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #Home .trayectoria .swiperTrayectoria .swiper-slide .caption p {
    font-size: 1rem;
  }
}

#Home .trayectoria .swiperTrayectoria .swiper-slide .caption .scroll {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-family: "SequelSans-LightBody", sans-serif;
}

@media (max-width: 768px) {
  #Home .trayectoria .swiperTrayectoria .swiper-slide .caption .scroll {
    right: 20px;
  }
}

#Home .trayectoria .swiperTrayectoria .swiper-slide .caption .scroll .line {
  width: 2px;
  height: 100px;
  background-color: white;
  position: relative;
}

#Home .trayectoria .swiperTrayectoria .swiper-slide .caption .scroll .line:before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 20px;
  background-color: #d11c24;
}

#Home .trayectoria .swiperTrayectoria .swiper-slide.dos .scroll .line:before {
  top: 20px;
}

#Home .trayectoria .swiperTrayectoria .swiper-slide.tres .scroll .line:before {
  top: 40px;
}

#Home .trayectoria .swiperTrayectoria .swiper-slide.cuatro .scroll .line:before {
  top: 60px;
}

#Home .trayectoria .swiperTrayectoria .swiper-slide.cinco .scroll .line:before {
  top: 80px;
}

#Home .servicios {
  min-height: 70vh;
  padding: 4rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #Home .servicios {
    padding-bottom: 0;
  }
}

#Home .servicios .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
  margin: 4rem auto auto;
}

@media (max-width: 768px) {
  #Home .servicios .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 800px) and (orientation: portrait) {
  #Home .servicios .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#Home .servicios .grid .fcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
}

#Home .servicios .grid .item:nth-child(2) {
  width: 60%;
}

@media (max-width: 768px) {
  #Home .servicios .grid .item:nth-child(2) {
    width: 100%;
  }
}

@media (min-width: 800px) and (orientation: portrait) {
  #Home .servicios .grid .item:nth-child(2) {
    width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  #Home .servicios .grid .item:nth-child(2) {
    width: 100%;
  }
}

#Home .servicios .grid .scol .item {
  width: 80%;
  margin-bottom: 15rem;
}

@media (max-width: 768px) {
  #Home .servicios .grid .scol .item {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) and (orientation: portrait) {
  #Home .servicios .grid .scol .item {
    width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  #Home .servicios .grid .scol .item {
    width: 100%;
  }
}

#Home .servicios .grid .item {
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 980px) {
  #Home .servicios .grid .item {
    max-height: 500px;
  }
}

#Home .servicios .grid .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97), -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}

#Home .servicios .grid .item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#Home .servicios .grid .item:hover .more {
  background-color: #6b0936;
}

#Home .servicios .grid .item .itemTitleWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  background-color: #6b0936;
  color: white;
  font-family: "SequelSans-LightBody", sans-serif;
  padding: 1rem 2rem;
  font-size: 1.3rem;
}

@media (min-width: 1024px) {
  #Home .servicios .grid .item .itemTitleWrapper {
    width: 90%;
  }
}

#Home .servicios .grid .item .itemTitleWrapper .itemTitle {
  position: relative;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  #Home .servicios .grid .item .itemTitleWrapper .itemTitle {
    font-size: 1rem;
  }
}

#Home .servicios .grid .item .itemTitleWrapper .itemTitle:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 30px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}

@media (max-width: 768px) {
  #Home .servicios .grid .item .itemTitleWrapper .itemTitle:before {
    top: 20px;
  }
}

#Home .servicios .grid .item .itemTitleWrapper .itemTitle:after {
  content: "";
  width: 79px;
  height: 80px;
  background-color: #6b0936;
  position: absolute;
  right: -110px;
  -webkit-transform: skew(0deg, 53deg);
          transform: skew(0deg, 53deg);
}

@media (min-width: 1366px) {
  #Home .servicios .grid .item .itemTitleWrapper .itemTitle:after {
    top: 35px;
  }
}

@media (max-width: 567px) {
  #Home .servicios .grid .item .itemTitleWrapper .itemTitle:after {
    width: 60px;
    right: -90px;
  }
}

#Home .servicios .grid .item .more {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  background-color: #d11c24;
  line-height: 1;
  color: white;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 768px) {
  #Home .servicios .grid .item .more {
    padding: 10px;
  }
}

#Home .certificaciones {
  padding: 4rem 0rem;
  padding-bottom: 12rem;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  #Home .certificaciones {
    padding: 3rem 0rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #Home .certificaciones {
    padding-bottom: 12rem;
  }
}

@media (min-width: 1440px) {
  #Home .certificaciones {
    margin-bottom: 2rem;
  }
}

#Home .certificaciones .title {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  #Home .certificaciones .title {
    margin-bottom: 2rem;
  }
}

#Home .certificaciones .logos img {
  width: 90px;
  mix-blend-mode: multiply;
}

@media (max-width: 768px) {
  #Home .certificaciones .logos img {
    max-width: 70px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #Home .certificaciones .nostrong strong {
    font-weight: normal;
  }
}

#Home .clientes {
  position: relative;
  background-color: #6b0936;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0rem 0rem 0rem;
}

@media (min-width: 1440px) {
  #Home .clientes {
    margin-top: -5rem;
  }
}

@media (min-width: 800px) and (orientation: portrait) {
  #Home .clientes {
    padding-top: 8rem;
  }
}

#Home .clientes .sectionTriangle {
  display: none;
  background: #f5f5f5;
}

@media (max-width: 768px) {
  #Home .clientes .sectionTriangle {
    top: -170px;
  }
}

#Home .clientes .shapeWrapper {
  position: absolute;
  width: 100%;
  height: 250px;
  background: #6b0936;
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
  top: -100px;
}

@media (min-width: 800px) and (orientation: portrait) {
  #Home .clientes .shapeWrapper {
    height: 170px;
  }
}

@media (max-width: 768px) {
  #Home .clientes .shapeWrapper {
    top: -50px;
    height: 80px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #Home .clientes .shapeWrapper {
    top: -130px;
    height: 200px;
  }
}

#Home .clientes .shapeWrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 7px;
  width: 100%;
  background: #d11c24;
}

#Home .clientes .title {
  color: white;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  #Home .clientes .title {
    font-size: 2rem;
  }
}

#Home .clientes span {
  color: white;
}

#Home .clientes .custom-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#Home .clientes .custom-shape-1 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 200px;
}

#Home .clientes .custom-shape-1 .shape-fill {
  fill: #f5f5f5;
}

#Home .clientes .custom-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#Home .clientes .custom-shape-2 svg {
  position: relative;
  display: block;
  width: calc(200% + 1.3px);
  height: 200px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

#Home .clientes .custom-shape-2 .shape-fill {
  fill: #fff;
}

#Home .clientes .swiperClientes {
  width: 90%;
  margin: 0 auto;
}

#Home .clientes .swiper-button-prev-testimonials,
#Home .clientes .swiper-button-next-testimonials {
  position: absolute;
  z-index: 9;
  padding: 30px;
  background: #d11c24;
  color: white;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #Home .clientes .swiper-button-prev-testimonials,
  #Home .clientes .swiper-button-next-testimonials {
    display: none;
  }
}

#Home .clientes .swiper-button-next-testimonials {
  top: 58%;
  right: -48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#Home .clientes .swiper-button-prev-testimonials {
  top: 64%;
  left: -48px;
}

#Home .clientes .cascade {
  content: "";
  width: 90%;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  top: unset;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 auto;
  -webkit-box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
}

#Home .clientes .cascade.cascade-1 {
  bottom: -20px;
  width: 80%;
}

#Home .clientes .cascade.cascade-2 {
  bottom: -40px;
  width: 70%;
}

#Home .clientes .cascade.cascade-3 {
  bottom: -60px;
  width: 60%;
}

#Home .clientes .cascade.cascade-4 {
  bottom: -80px;
  width: 50%;
}

#Home .clientes .cascade.cascade-5 {
  bottom: -100px;
  width: 40%;
  display: none;
}

#Home .clientes .cascade.cascade-6 {
  bottom: -120px;
  width: 30%;
}

#Home .clientes .cascade.cascade-7 {
  bottom: -140px;
  width: 20%;
}

#Home .clientes .cascade.cascade-8 {
  bottom: -160px;
  width: 10%;
}

#Home .clientes .swiperTestimonios {
  margin-top: 7rem;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
  background-color: white;
  position: relative;
  overflow: visible;
}

#Home .clientes .swiperTestimonios .swiper-slide {
  z-index: 2;
  padding: 4rem;
  background-color: white;
  color: #8c8c8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #Home .clientes .swiperTestimonios .swiper-slide {
    padding: 2rem;
    position: relative;
  }
}

@media (max-width: 768px) {
  #Home .clientes .swiperTestimonios .swiper-slide img {
    width: 50px;
  }
}

#Home .clientes .swiperTestimonios .swiper-slide p {
  margin: 1rem 0rem;
}

#Home .clientes .swiperTestimonios .swiper-slide p span {
  font-family: "SequelSans-LightBody", sans-serif;
  color: #8c8c8c;
  text-transform: none;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  #Home .clientes .swiperTestimonios .swiper-slide p span {
    font-size: 1rem;
  }
}

#Home .clientes .swiperTestimonios .swiper-slide span {
  font-family: "BasierCircle-Regular", sans-serif;
  color: #d11c24;
  margin-bottom: 0;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  #Home .clientes .swiperTestimonios .swiper-slide span {
    font-size: 1rem;
  }
}

#Home .clientes .arrowsMobile {
  display: none;
}

@media (max-width: 768px) {
  #Home .clientes .arrowsMobile {
    width: 100%;
    background: transparent;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #Home .clientes .arrowsMobile .swiper-button-prev-testimonials,
  #Home .clientes .arrowsMobile .swiper-button-next-testimonials {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Home .clientes .arrowsMobile .swiper-button-prev-testimonials {
    -webkit-transform: none;
            transform: none;
  }
}

#Home .clientes .swiper-button-prev-clients,
#Home .clientes .swiper-button-next-clients {
  position: absolute;
  z-index: 9;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Home .clientes .swiper-button-next-clients {
  top: 30%;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#Home .clientes .swiper-button-prev-clients {
  top: 50%;
  left: 0;
}

/* /HOME */
.contacto {
  margin-top: 8rem;
}

.contacto .title {
  margin-bottom: 0;
}

.contacto span {
  font-family: "BasierCircle-Regular", sans-serif;
  font-size: 1.1rem;
  color: #d11c24;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #RSE .Hero .title {
    font-size: 3rem;
  }
}

#RSE .intro {
  padding: 4rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
}

#RSE .intro .subtitle {
  font-size: 1.4rem;
  color: #d11c24;
  padding-left: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.3;
}

@media (max-width: 768px) {
  #RSE .intro .subtitle {
    margin: 0;
    margin-left: 2rem;
  }
}

#RSE .intro .subtitle:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 30px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #d11c24;
}

#RSE .intro .posts {
  margin: 4rem auto;
}

#RSE .intro .posts .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 800px) and (orientation: portrait) {
  #RSE .intro .posts .row {
    gap: 2rem;
  }
}

#RSE .intro .posts .row .item {
  font-family: "SequelSans-LightBody", sans-serif;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  min-height: 400px;
  padding: 3rem;
  background: white;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: left;
  overflow: hidden;
  /* Si tiene img */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 800px) and (orientation: portrait) {
  #RSE .intro .posts .row .item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    min-height: 300px;
  }
}

@media (min-width: 1440px) {
  #RSE .intro .posts .row .item {
    min-height: 500px;
  }
}

@media (max-width: 1366px) {
  #RSE .intro .posts .row .item {
    padding: 4rem;
  }
}

@media (max-width: 768px) {
  #RSE .intro .posts .row .item {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    margin: 1rem auto;
    padding: 2rem;
  }
}

#RSE .intro .posts .row .item span {
  color: #d11c24;
  font-family: "BasierCircle-Regular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  #RSE .intro .posts .row .item span {
    font-size: 1.2rem;
  }
}

#RSE .intro .posts .row .item .icon {
  width: 60px;
  height: 60px;
  background: #d11c24;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

#RSE .intro .posts .row .item .icon img {
  width: 30px;
}

#RSE .intro .posts .row .item .button {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}

#RSE .intro .posts .row .item .button .line:after {
  top: -7px;
  right: -3px;
}

#RSE .intro .posts .row .item.no-after {
  position: relative;
  padding: 0;
}

#RSE .intro .posts .row .item.no-after .icon {
  display: none;
}

#RSE .intro .posts .row .item.no-after video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

#RSE .intro .posts .row .item.no-after .play-btn {
  position: absolute;
  left: 40%;
  top: 40%;
  cursor: pointer;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media (max-width: 768px) {
  #RSE .intro .posts .row .item.no-after .play-btn {
    left: 35%;
    top: 35%;
  }
}

#RSE .intro .posts .row .item.no-after .play-btn.show {
  opacity: 1;
}

#RSE .intro .posts .row.m .donaciones {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

@media (max-width: 768px) {
  #RSE .intro .posts .row.m .donaciones {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}

.page-template-page-rse footer,
.page-template-page-rse-en footer {
  margin-top: 0;
}

#lightgallery .button {
  cursor: pointer;
}

#lightgallery a {
  display: none;
}

#lightgallery a:first-of-type {
  display: block;
}

.lg-icon {
  background: #d11c24;
  color: white;
}

.lg-thumb-outer {
  background-color: white !important;
}

.lg-thumb-item {
  border: none;
  border-radius: 0;
  border-color: transparent;
}

.lg-thumb-item:hover {
  border-color: transparent;
  border: none;
  border-radius: 0;
  opacity: 0.6;
}

.lg-thumb-item.active {
  border: none;
  border-radius: 0;
  border-color: transparent;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

#Novedades .posts {
  margin: 5rem auto;
}

@media (max-width: 768px) {
  #Novedades .posts {
    margin: 2rem auto;
  }
}

#Novedades .posts .post {
  overflow: hidden;
}

@media (max-width: 768px) {
  #Novedades .posts .post {
    margin-bottom: 2rem;
  }
}

#Novedades .posts .post:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#Novedades .posts .post .imgWrapper {
  height: 230px;
  overflow: hidden;
}

#Novedades .posts .post .imgWrapper img {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Novedades .posts .post .title {
  font-size: 1.4rem;
  margin: 1rem 0rem;
  color: #d11c24;
  text-transform: none;
  min-height: 80px;
}

@media (max-width: 768px) {
  #Novedades .posts .post .title {
    font-size: 1.2rem;
    min-height: auto;
  }
}

#Novedades .posts .post p {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  #Novedades .posts .post p {
    font-size: 1rem;
  }
}

#Novedades .posts .post .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 1rem;
  color: #8c8c8c;
}

#Novedades .posts .post .bottom a {
  margin-bottom: 1rem;
  padding: 6px 10px;
  background: #d11c24;
  color: white;
  font-size: 0.8rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#Novedades .posts .post .bottom a:hover {
  background-color: #6b0936;
}

#Novedades .posts .post .bottom small {
  font-size: 0.8rem;
  padding-top: 1rem;
  width: 100%;
  border-top: 1px solid #737373;
}

#Sidebar {
  padding-left: 50px;
}

@media (max-width: 768px) {
  #Sidebar {
    padding-left: 0;
  }
}

#Sidebar h1 {
  color: #6b0936;
  font-family: "BasierCircle-Regular", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

#Sidebar .recentPosts .post {
  margin-bottom: 3rem;
}

#Sidebar .recentPosts .post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  #Sidebar .recentPosts .post a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#Sidebar .recentPosts .post:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#Sidebar .recentPosts .post .imgWrapper {
  height: 150px;
  min-width: 200px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #Sidebar .recentPosts .post .imgWrapper {
    width: 100%;
  }
}

#Sidebar .recentPosts .post .imgWrapper img {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Sidebar .recentPosts .post .info {
  min-width: 100px;
}

#Sidebar .recentPosts .post img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  #Sidebar .recentPosts .post img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#Sidebar .recentPosts .post .title {
  font-size: 1.1rem;
  color: #d11c24;
  text-transform: none;
  margin-bottom: 1rem;
}

#Sidebar .recentPosts .post .bottom {
  margin-top: 1rem;
  color: #8c8c8c;
}

#Sidebar .recentPosts .post .bottom small {
  font-size: 0.8rem;
  padding-top: 1rem;
  display: block;
  border-top: 1px solid #8c8c8c;
}

.liftvan_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.liftvan_pagination .current {
  color: #d11c24;
}

.page-template-page-novedades footer {
  margin-top: 0;
}

#Contacto .contacto {
  margin-top: 5rem;
}

#Contacto .contacto span {
  font-family: "BasierCircle-Regular", sans-serif;
  font-size: 1.1rem;
  color: #d11c24;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

#Contacto .contacto .title {
  margin-bottom: 0;
}

#Contacto .contacto .position-relative {
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  #Contacto .contacto .w-50 {
    width: 100% !important;
  }
}

#Contacto .contacto .info {
  min-height: 500px;
}

@media (max-width: 768px) {
  #Contacto .contacto .info {
    min-height: 350px;
  }
}

#Contacto .contacto .info:after {
  content: "+";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d11c24;
  color: white;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Contacto .contacto .info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

#Contacto .contacto iframe {
  margin-bottom: -8px;
}

@media (max-width: 768px) {
  #Contacto #map {
    height: 400px;
  }
}

.page-template-page-contacto footer,
.page-template-page-contacto-en footer {
  margin-top: 0;
}

#Empresa .intro span,
#Empresa .sobre-nosotros span {
  font-family: "BasierCircle-Regular", sans-serif;
  font-size: 1.1rem;
  color: #d11c24;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

#Empresa .intro span.red,
#Empresa .sobre-nosotros span.red {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.4rem;
}

#Empresa .subtitle {
  font-size: 1.4rem;
  color: #d11c24;
  margin: 2rem 0rem;
  margin-left: 1rem;
  padding-left: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
}

#Empresa .subtitle:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 30px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #d11c24;
}

#Empresa .intro {
  margin: 7rem auto 5rem auto;
}

@media (max-width: 768px) {
  #Empresa .intro {
    margin: 5rem auto;
  }
}

#Empresa .intro .blockswrapper {
  margin: 7rem auto;
}

@media (max-width: 768px) {
  #Empresa .intro .blockswrapper {
    margin: 2rem auto;
  }
}

#Empresa .intro .blocks {
  overflow: hidden;
}

#Empresa .intro .blocks img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
  transition: -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
  transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
  transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97), -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}

#Empresa .intro .blocks img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#Empresa .intro .blocks > a {
  display: block;
  overflow: hidden;
}

#Empresa .intro .blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 400px 400px;
      grid-template-rows: 400px 400px;
  grid-gap: 10px;
  margin-bottom: 10px;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  #Empresa .intro .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#Empresa .intro .blocks .three {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
}

#Empresa .intro .blocks .four {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}

#Empresa .intro .blocks .five {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / span 2;
}

#Empresa .intro .blocks .six {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 4;
  grid-column: 4;
}

#Empresa .sobre-nosotros {
  position: relative;
}

#Empresa .sobre-nosotros .title {
  margin-bottom: 0;
}

#Empresa .sobre-nosotros .item {
  font-size: 1rem;
}

#Empresa .sobre-nosotros .item h6 {
  font-family: "BasierCircle-Regular", sans-serif;
  font-size: 1rem;
  color: #d11c24;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

#Empresa .sobre-nosotros .galleryItems {
  gap: 1rem;
}

#Empresa .sobre-nosotros .galleryItems .item {
  padding: 60px 40px;
  margin-bottom: 1rem;
  background-color: #d11c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  min-height: 400px;
  overflow: hidden;
}

@media (min-width: 1440px) {
  #Empresa .sobre-nosotros .galleryItems .item {
    min-height: 500px;
  }
}

#Empresa .sobre-nosotros .galleryItems .item span {
  color: white;
  position: relative;
  margin-left: 40px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "SequelSans-LightHead", sans-serif;
  font-size: 1.3rem;
}

#Empresa .sobre-nosotros .galleryItems .item span:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 15px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}

#Empresa .sobre-nosotros .galleryItems .item img {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-bottom: -20px;
}

#Empresa .sobre-nosotros .galleryItems .item .overlay {
  opacity: 0;
  height: 0;
  font-family: "SequelSans-LightBody", sans-serif;
  background-color: #f5f5f5;
  color: #8c8c8c;
  padding: 60px 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.29, 0.21, 0, 0.97);
  transition: all 0.2s cubic-bezier(0.29, 0.21, 0, 0.97);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#Empresa .sobre-nosotros .galleryItems .item:hover .overlay {
  opacity: 1;
  height: 100%;
}

#Empresa .pq-lift-van {
  padding: 6rem 0rem;
  margin-top: 15%;
  background-color: #6b0936;
  position: relative;
  color: white;
}

@media (max-width: 768px) {
  #Empresa .pq-lift-van .sectionTriangle {
    top: -200px;
  }
}

@media (min-width: 800px) and (orientation: portrait) {
  #Empresa .pq-lift-van .sectionTriangle {
    top: -130px;
  }
}

@media (min-width: 1366px) {
  #Empresa .pq-lift-van .sectionTriangle {
    top: -220px;
  }
}

@media (min-width: 1440px) {
  #Empresa .pq-lift-van .sectionTriangle {
    top: -235px;
  }
}

@media (min-width: 1440px) {
  #Empresa .pq-lift-van .sectionTriangle {
    top: -310px;
  }
}

#Empresa .pq-lift-van .shapeWrapper {
  position: absolute;
  width: 100%;
  height: 250px;
  background: #6b0936;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  top: -100px;
}

@media (max-width: 768px) {
  #Empresa .pq-lift-van .shapeWrapper {
    top: -50px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  #Empresa .pq-lift-van .shapeWrapper {
    top: -100px;
  }
}

#Empresa .pq-lift-van .shapeWrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 7px;
  width: 100%;
  background: #d11c24;
}

@media (max-width: 768px) {
  #Empresa .pq-lift-van {
    padding-top: 0;
    margin-top: 8rem;
  }
}

#Empresa .pq-lift-van .subtitle {
  color: white;
}

#Empresa .pq-lift-van .subtitle::before {
  background-color: white;
  left: -40px;
  width: 50px;
}

@media (max-width: 768px) {
  #Empresa .pq-lift-van .subtitle::before {
    left: -15px;
    top: 20px;
    width: 30px;
  }
}

#Empresa .pq-lift-van .text {
  margin-left: 2rem;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  #Empresa .pq-lift-van .text {
    font-size: 1rem;
  }
}

#Empresa .pq-lift-van .custom-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#Empresa .pq-lift-van .custom-shape svg {
  position: relative;
  display: block;
  width: calc(200% + 1.3px);
  height: 150px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

#Empresa .pq-lift-van .custom-shape .shape-fill {
  fill: #fff;
}

#Empresa .pq-lift-van .image {
  position: relative;
  z-index: 2;
  margin-top: -5rem;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

#Empresa .pq-lift-van span {
  color: white;
}

#Empresa .pq-lift-van .title {
  color: white;
}

#Empresa .accordionWrapper #accordionEmpresa {
  margin: 0 auto;
}

#Empresa .accordionWrapper #accordionEmpresa .accordion-header .accordion-button {
  border-top: 1px solid white;
  background-color: transparent;
  padding: 20px 0px 2rem 0px;
  position: relative;
}

#Empresa .accordionWrapper #accordionEmpresa .accordion-header .accordion-button:focus, #Empresa .accordionWrapper #accordionEmpresa .accordion-header .accordion-button:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

#Empresa .accordionWrapper #accordionEmpresa .accordion-header .accordion-button:after {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  background: white;
  content: "+";
  color: #6b0936;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: none;
  transition: none;
}

#Empresa .accordionWrapper #accordionEmpresa .accordion-header .accordion-button p {
  color: white;
  font-family: "BasierCircle-Regular", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #Empresa .accordionWrapper #accordionEmpresa .accordion-header .accordion-button p {
    font-size: 1rem;
  }
}

#Empresa .accordionWrapper #accordionEmpresa .accordion-item {
  background-color: transparent;
}

#Empresa .accordionWrapper #accordionEmpresa .accordion-body {
  padding: 10px 0px;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  #Empresa .accordionWrapper #accordionEmpresa .accordion-body {
    font-size: 1rem;
  }
}

.page-template-page-empresa footer,
.page-template-page-empresa-en footer {
  margin-top: 0;
}

#Servicios .content {
  padding: 6rem 0rem 1rem 0rem;
}

@media (max-width: 768px) {
  #Servicios .content {
    padding: 2rem 0rem;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  #Servicios .content .title {
    font-size: 2.5rem;
  }
}

#Servicios .posts {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  #Servicios .posts {
    margin-top: 2rem;
  }
}

#Servicios .posts img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97), -webkit-transform 0.5s cubic-bezier(0.29, 0.21, 0, 0.97);
}

@media (max-width: 768px) {
  #Servicios .posts img {
    height: 350px;
  }
}

@media (min-width: 820px) and (orientation: portrait) {
  #Servicios .posts .row .col-md-4 {
    width: 100%;
  }
}

#Servicios .posts .row .col-md-4:nth-child(2) {
  margin-top: -50px;
}

@media (min-width: 820px) and (orientation: portrait) {
  #Servicios .posts .row .col-md-4:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  #Servicios .posts .row .col-md-4:nth-child(2) {
    margin-top: 0;
  }
}

#Servicios .posts .item {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
  margin: 10px;
}

@media (max-width: 768px) {
  #Servicios .posts .item {
    min-height: 350px;
  }
}

#Servicios .posts .item.no-box-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 768px) {
  #Servicios .posts .item:last-of-type {
    min-height: 0;
  }
}

#Servicios .posts .item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#Servicios .posts .item:hover .itemTitleWrapper {
  opacity: 0;
}

#Servicios .posts .item:hover .overlay {
  opacity: 1;
}

#Servicios .posts .itemTitleWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50px;
  background-color: #6b0936;
  color: white;
  font-family: "SequelSans-LightBody", sans-serif;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s cubic-bezier(0.27, 0.92, 1, 1);
  transition: all 0.3s cubic-bezier(0.27, 0.92, 1, 1);
}

#Servicios .posts .itemTitleWrapper .itemTitle {
  position: relative;
  font-size: 1.2rem;
  margin-left: 20px;
}

@media (max-width: 768px) {
  #Servicios .posts .itemTitleWrapper .itemTitle {
    font-size: 1rem;
  }
}

#Servicios .posts .itemTitleWrapper .itemTitle:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 15px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}

#Servicios .posts .itemTitleWrapper .itemTitle:after {
  content: "";
  width: 70px;
  height: 150px;
  position: absolute;
  right: -100px;
  top: 30px;
  background-color: #6b0936;
  -webkit-transform: skew(0deg, 53deg);
          transform: skew(0deg, 53deg);
}

#Servicios .posts .overlay {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  padding: 20px;
}

@media (min-width: 800px) and (orientation: portrait) {
  #Servicios .posts .overlay {
    padding-top: 3rem;
  }
}

#Servicios .posts .overlay .itemTitle {
  color: #6b0936;
  font-family: "BasierCircle-Regular", sans-serif;
  position: relative;
  margin-left: 2rem;
}

#Servicios .posts .overlay .itemTitle:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 15px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #6b0936;
}

#Servicios .posts .text {
  font-family: "SequelSans-LightBody", sans-serif;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
  font-size: 0.9rem;
  margin-top: 2rem;
  padding: 0 25px;
  color: #8c8c8c;
  display: block;
  max-height: 350px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  #Servicios .posts .text {
    max-height: 240px;
  }
}

@media (min-width: 1440px) {
  #Servicios .posts .text {
    font-size: 1rem;
  }
}

#Servicios .posts .text::-webkit-scrollbar {
  width: 3px;
}

#Servicios .posts .text::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

#Servicios .posts .text::-webkit-scrollbar-thumb {
  background-color: #d11c24;
}

#Servicios .posts ul {
  list-style: disc;
  padding-left: 20px;
}

#Servicios .posts ul li {
  font-size: 0.9rem;
}

#Servicios .posts .more {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  font-size: 12px;
  background-color: #d11c24;
  line-height: 1;
  color: white;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#Servicios .contacto {
  margin: 4rem auto;
}

.page-template-page-servicios footer {
  margin-top: 0;
}

#SinglePost .title {
  font-size: 2rem;
}

@media (min-width: 1440px) {
  #SinglePost .title {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  #SinglePost .title {
    font-size: 1.5rem;
    max-width: 90%;
  }
}

#SinglePost .content {
  padding: 6rem 0rem;
}

@media (max-width: 768px) {
  #SinglePost .content {
    padding: 2rem 0rem;
  }
}

#SinglePost .content-body h1,
#SinglePost .content-body h2,
#SinglePost .content-body h3,
#SinglePost .content-body h4,
#SinglePost .content-body h5,
#SinglePost .content-body h6 {
  color: #6b0936;
  font-family: "BasierCircle-Regular", sans-serif;
}

#SinglePost .content-body strong {
  color: #6b0936;
}

#SinglePost .content-body ul {
  list-style: square;
  padding-left: 20px;
}

#SinglePost .content-body ul li::marker {
  color: #6b0936;
}

.single-post footer {
  margin-top: 0rem;
}

/* PARTIALS */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  z-index: 9999999999999;
}

.race-by {
  --uib-size: 80px;
  --uib-speed: 1.4s;
  --uib-color: #d11c24;
  --uib-line-weight: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: var(--uib-line-weight);
  width: var(--uib-size);
  border-radius: calc(var(--uib-line-weight) / 2);
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.race-by::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--uib-color);
  opacity: 0.1;
}

.race-by::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: calc(var(--uib-line-weight) / 2);
  -webkit-animation: raceBy var(--uib-speed) ease-in-out infinite;
          animation: raceBy var(--uib-speed) ease-in-out infinite;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: var(--uib-color);
}

@-webkit-keyframes raceBy {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes raceBy {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.Hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 85vh;
  position: relative;
}

@media (max-width: 768px) {
  .Hero {
    height: 100vh;
  }
}

.Hero.mobile {
  background-position: right bottom;
  background-size: 80%;
}

.Hero.mobile .caption {
  margin: 0 1rem;
  margin-bottom: 50%;
}

.Hero .triangle span {
  position: relative;
  margin: 0;
  margin-bottom: 40px;
  font-style: italic;
  font-size: 1.5rem;
  font-family: "BasierCircle-Regular", sans-serif;
  color: white;
}

@media (max-width: 768px) {
  .Hero .triangle span {
    font-size: 1rem;
    margin-left: 20px;
    display: none;
  }
}

.Hero .title {
  margin-bottom: 1rem;
}

.Hero .description {
  max-width: 600px;
}

@media (max-width: 768px) {
  .Hero .description br {
    display: none;
  }
}

header .logotype {
  width: 230px;
}

header .navbar.scrolled {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

header .navbar.scrolled .lang-data {
  color: #737373;
}

header .navbar.scrolled .lang-data .lang-item-first:after {
  background: #737373;
}

@media (max-width: 768px) {
  header .navbar .navbar-brand img {
    width: 150px;
  }
}

header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  header .navbar-nav {
    padding: 2rem 0;
    gap: 0.7rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  header .navbar-nav {
    padding: 2rem 0;
    gap: 0.7rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

header .nav-item {
  margin: 0 1.3rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "BasierCircle-Regular", sans-serif;
  color: #6b0936;
  font-size: 1rem;
  text-transform: uppercase;
}

@media (min-width: 480px) and (max-width: 768px) {
  header .nav-item {
    font-size: 1.2rem;
    margin: 0 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  header .nav-item {
    font-size: 1.2rem;
    margin: 10px 1.5rem;
  }
}

@media (max-width: 768px) {
  header .nav-item {
    position: relative;
  }
  header .nav-item:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #6b0936;
    position: absolute;
    bottom: -3px;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  header .nav-item {
    position: relative;
  }
  header .nav-item:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #6b0936;
    position: absolute;
    bottom: -3px;
    right: 0;
  }
}

header .nav-item:hover {
  color: #d11c24;
}

header .nav-item.current-menu-item a {
  color: #d11c24;
}

@media (max-width: 768px) {
  header .nav-item.current-menu-item::after {
    background-color: #d11c24;
  }
}

header .lang-data {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1rem;
  line-height: 1;
  list-style: none;
  gap: 10px;
  font-family: "SequelSans-LightBody", sans-serif;
}

@media (max-width: 1200px) {
  header .lang-data {
    color: #737373;
  }
}

header .lang-data .lang-item-first {
  position: relative;
}

header .lang-data .lang-item-first:after {
  content: "";
  width: 1px;
  height: 50px;
  background: white;
  position: absolute;
  right: -5px;
  top: 0;
  height: 20px;
}

@media (max-width: 1200px) {
  header .lang-data .lang-item-first:after {
    background: #737373;
  }
}

header .lang-data .current-lang {
  font-weight: bold;
}

footer {
  padding: 6rem 0rem 4rem 0rem;
  background: #f5f5f5;
  color: #8c8c8c;
  margin-top: 4rem;
  font-size: 1rem;
  position: relative;
}

@media (max-width: 768px) {
  footer {
    padding: 2rem 0rem;
  }
}

footer .subtitle {
  color: #d11c24;
  font-family: "BasierCircle-Regular", sans-serif;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
  margin: 0.3rem 0;
  font-size: 0.9rem;
}

footer ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 1.4;
}

footer ul li a:hover {
  color: #d11c24;
}

footer ul li i {
  color: #d11c24;
}

footer #rrss li i {
  color: #8c8c8c;
}

footer .gotop {
  padding: 20px;
  background: #d11c24;
  color: white;
  margin-left: 20px;
  cursor: pointer;
  z-index: 999999;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

footer .gotop:hover:before {
  visibility: visible;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

footer .gotop i {
  position: relative;
  z-index: 2;
}

footer .gotop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #6b0936;
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

footer .d-flex span {
  position: relative;
  color: #d11c24;
  font-style: italic;
  font-family: "BasierCircle-Regular", sans-serif;
}

footer .d-flex span:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 20px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #d11c24;
}

.contactMenuButton {
  padding: 28px;
  background: #d11c24;
  color: white;
  margin-left: 20px;
  cursor: pointer;
  z-index: 999999;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.contactMenuButton:hover {
  background-color: #6b0936;
}

@media (max-width: 768px) {
  .contactMenuButton {
    padding: 24px;
  }
}

.contactMenu {
  max-width: 40vw;
  height: 100vh;
  background-color: white;
  padding: 120px 35px 35px;
  position: fixed;
  right: -800px;
  top: 0;
  z-index: 9999999;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.11, 0.39, 0.9);
  transition: all 0.5s cubic-bezier(0.6, 0.11, 0.39, 0.9);
  font-size: 1rem;
}

@media (max-width: 768px) {
  .contactMenu {
    max-width: 100vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contactMenu {
    max-width: 60vw;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  .contactMenu {
    max-width: 60vw;
  }
}

.contactMenu.show {
  right: 0;
}

.contactMenu .closeButton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  background: #6b0936;
  color: white;
  margin-left: 20px;
  cursor: pointer;
  z-index: 999999;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1;
}

.contactMenu .closeButton:hover {
  background-color: #d11c24;
}

@media (max-width: 768px) {
  .contactMenu .closeButton {
    padding: 24px;
  }
}

.contactMenu .subtitle {
  font-size: 1.4rem;
  font-family: "BasierCircle-Regular", sans-serif;
  color: #d11c24;
  margin: 2rem 0rem;
  margin-left: 1rem;
  padding-left: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
}

.contactMenu .subtitle:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 15px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #d11c24;
}

.contactMenu .text {
  margin-left: 38px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .contactMenu .text {
    margin-bottom: 3rem;
  }
}

.contactMenu .data {
  margin-left: 15px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .contactMenu .data {
    margin: 0;
  }
}

.contactMenu .data .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 0.9rem;
}

.contactMenu .data .icon:first-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contactMenu .langs-contactmenu {
  display: none;
  /* @media (max-width: 1200px) {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 3rem;
    } */
}

form br {
  display: none;
}

form .form-control {
  background-color: transparent;
}

form .form-control:focus, form .form-control:active {
  background-color: transparent;
}

.wpcf7-not-valid-tip {
  font-size: 0.8rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-family: "BasierCircle-Regular", sans-serif;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #d11c24;
  border: 1px solid #d11c24;
  font-size: 0.8rem;
  text-align: center;
  font-family: "SequelSans-LightBody", sans-serif;
}

input.wpcf7-form-control.es-date:before,
input.wpcf7-form-control.en-date:before {
  content: attr(placeholder);
  color: #737373;
}

input.wpcf7-form-control.es-date,
input.wpcf7-form-control.en-date {
  color: #737373;
  text-transform: uppercase;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #000;
  padding: 1rem;
  border: 1px solid;
  font-size: 12px;
  text-align: center;
  padding: 1em 1.2em;
  border: 1px solid #d11c24;
  border-color: #d11c24 !important;
  border-radius: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  font-family: "BasierCircle-Regular", sans-serif;
}

#Form {
  width: 50%;
}

@media (max-width: 768px) {
  #Form {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #Form {
    width: 80%;
  }
}

input,
textarea {
  border: none;
  width: 100%;
  margin-bottom: 0;
  display: block;
  margin-top: 2rem;
  resize: none;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  background-color: transparent;
  color: white;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: white;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: white;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: white;
}

input::placeholder,
textarea::placeholder {
  color: white;
}

input:active, input:focus,
textarea:active,
textarea:focus {
  border: none;
  border-bottom: 1px solid white;
  outline: none;
}

.form-control {
  font-family: "BasierCircle-Regular", sans-serif;
  border: none;
  border-bottom: 1px solid #8c8c8c;
  border-radius: 0;
  padding-left: 0;
}

.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
  text-transform: uppercase;
}

.form-control::-ms-input-placeholder {
  text-transform: uppercase;
}

.form-control::placeholder {
  text-transform: uppercase;
}

.form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #d11c24;
}

.form-control:focus::-webkit-input-placeholder, .form-control:active::-webkit-input-placeholder {
  color: #d11c24;
}

.form-control:focus:-ms-input-placeholder, .form-control:active:-ms-input-placeholder {
  color: #d11c24;
}

.form-control:focus::-ms-input-placeholder, .form-control:active::-ms-input-placeholder {
  color: #d11c24;
}

.form-control:focus::placeholder, .form-control:active::placeholder {
  color: #d11c24;
}

.nota {
  font-family: "BasierCircle-Regular", sans-serif;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-top: 1rem;
  display: block;
}

#NewsletterForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

#NewsletterForm input {
  font-family: "BasierCircle-Regular", sans-serif;
  background-color: transparent;
  max-width: 400px;
}

#NewsletterForm input::-webkit-input-placeholder {
  text-transform: none;
}

#NewsletterForm input:-ms-input-placeholder {
  text-transform: none;
}

#NewsletterForm input::-ms-input-placeholder {
  text-transform: none;
}

#NewsletterForm input::placeholder {
  text-transform: none;
}

#NewsletterForm button {
  border: none;
  background: transparent;
  margin-left: -20px;
}

a:active, a:focus {
  outline: none;
  border: none;
}

.button,
.wpcf7-submit {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  background: #d11c24;
  font-size: 0.9rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button div,
.wpcf7-submit div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 2;
}

.button .line,
.wpcf7-submit .line {
  width: 50px;
  height: 1px;
  background-color: white;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-bottom: 0 !important;
  position: relative;
}

.button .line:after,
.wpcf7-submit .line:after {
  content: ">";
  position: absolute;
  font-family: "BasierCircle-Regular", sans-serif;
  font-size: 12px;
  top: -6px;
  right: -4px;
  color: white;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.button:before,
.wpcf7-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: #101010;
  z-index: 2;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.button:hover,
.wpcf7-submit:hover {
  color: white;
}

.button:hover:before,
.wpcf7-submit:hover:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.button:hover .line::after,
.wpcf7-submit:hover .line::after {
  opacity: 0;
}

.wpcf7-submit {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wpcf7-submit:hover {
  background-color: black;
}

.swiper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.swiper.swiperTestimonios {
  height: 400px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .swiper.swiperTestimonios {
    height: 500px;
  }
}

.langpb {
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.langpb:hover {
  opacity: 0.7;
}

.langpb select#lang_choice_1 {
  border: none;
  font-size: 12px;
  cursor: pointer;
  background: transparent;
}

#rrss li a img {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#rrss li a img:hover {
  opacity: 0.6;
}

.title {
  color: #6b0936;
  text-transform: uppercase;
  font-size: 3.25rem;
  font-family: "BasierCircle-Regular", sans-serif;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .subtitle {
    font-size: 1rem !important;
  }
}

.triangle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: multiply;
  background-image: url("../img/triangle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

@media (min-width: 1440px) {
  .triangle {
    height: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .triangle .row {
    margin-top: 5rem;
  }
}

.triangle span {
  position: relative;
  margin: 0;
  margin-bottom: 40px;
  font-style: italic;
  font-size: 1.5rem;
  font-family: "BasierCircle-Regular", sans-serif;
  color: white;
}

@media (max-width: 768px) {
  .triangle span {
    margin-left: 20px;
  }
}

.triangle span:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 30px;
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}

.wpp {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 999999;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.wpp img {
  width: 50px;
}

@media (min-width: 1440px) {
  .wpp img {
    width: 60px;
  }
}

.wpp.show {
  opacity: 1;
  visibility: visible;
}

.wpp:hover {
  opacity: 0.6;
}

.sectionTriangle {
  position: absolute;
  top: -210px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1440px) {
  .sectionTriangle {
    top: -310px;
  }
}

@media (max-width: 768px) {
  .sectionTriangle {
    top: -110px;
    height: 20%;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .sectionTriangle {
    top: -150px;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .sectionTriangle {
    top: -150px;
  }
}

@media (min-width: 800px) and (max-width: 1260px) {
  .sectionTriangle {
    top: -170px;
  }
}

@media (min-width: 1440px) and (max-width: 1900px) {
  .sectionTriangle {
    top: -240px;
  }
}
/*# sourceMappingURL=main.css.map */