.page-id-289 .elementor-section {
  padding: 0;
}

.btn-wsp {
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 25px;
  right: 25px;
  background-color: #0df053;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  z-index: 10;
}
.btn-wsp img {
  width: 42px;
}

.btn-cotizar {
  font-family: var(--font-body), sans-serif;
  text-align: center;
  border: none;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 27px;
  width: 100%;
  height: auto;
  border-radius: 100px;
  transition: color 0.3s, background-color 0.3s;
  text-transform: none;
  line-height: 1.2em;
  background-color: var(--color-primary);
  letter-spacing: 0.1em;
}

.btn-cotizar:hover {
  color: #000;
}

#banner {
  background-image: url(../../../images/main-banner.jpg);
  background-position: center;
  background-size: cover;
  height: calc(100vh - 70px);
  padding: 50px 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  #banner {
    background-image: url(../../../images/image7.png);
  }
}
#banner .logo {
  max-width: 535px;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  #banner .logo {
    display: none;
  }
}
@media (min-width: 992px) {
  #banner {
    padding: 130px 20px 130px;
    height: calc(100vh - 68px);
  }
}
#banner .banner-card {
  margin: 0 auto;
  z-index: 4;
}
@media (min-width: 992px) {
  #banner .banner-card {
    margin-left: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
#banner .banner-card::after {
  content: "";
  display: block;
  position: absolute;
  width: 115%;
  margin: 0 -2rem;
  background: rgba(213, 35, 35, 0.35);
  clip-path: polygon(100% 6%, 100% 70%, 0 88%, 0 21%);
  -webkit-clip-path: polygon(100% 6%, 100% 70%, 0 88%, 0 21%);
  top: 54%;
  right: 0;
  transform: translateY(-50%);
  height: calc(109vh - 70px);
  z-index: -1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
@media (min-width: 992px) {
  #banner .banner-card::after {
    top: 50%;
    height: calc(100vh - 68px);
    clip-path: polygon(100% 6%, 100% 70%, 0 95%, 0 29%);
    -webkit-clip-path: polygon(100% 6%, 100% 70%, 0 95%, 0 29%);
  }
}
#banner .heading {
  padding: 0 12px;
  color: #fff;
  z-index: 999 !important;
}
#banner .heading a {
  margin-top: 1rem;
  letter-spacing: 0.1em;
}
#banner .heading p {
  max-width: 500px;
}
#banner h1 {
  line-height: 1.2em;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
}
#banner .banner-swiper {
  background-color: white;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
}
#banner .swiper-slide {
  padding: 18px 50px 25px;
}
#banner .swiper-slide h3 {
  text-align: center;
  font-size: 18px;
}
#banner .swiper-slide .price {
  text-align: center;
  color: black;
  font-size: 16px;
}
#banner .swiper-slide .image img {
  max-height: 320px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  border-radius: var(--border-radius);
}
#banner .swiper-button-next,
#banner .swiper-button-prev {
  background-image: none;
  transform: translateY(-50%);
}
#banner .swiper-button-next::after,
#banner .swiper-button-prev::after {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: bold;
}
#banner .swiper-button-next {
  right: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#banner .swiper-button-prev {
  left: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#banner .image {
  margin-bottom: 20px;
}
#banner .image img {
  width: 100%;
}
#banner .btns-div .button {
  font-family: var(--font-body), sans-serif;
  text-align: center;
  border: none;
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 27px;
  border: 2px solid var(--color-background) !important;
  width: 100%;
  height: auto;
  border-radius: 100px;
  transition: color 0.3s, background-color 0.3s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
  text-transform: none;
  line-height: 1.2em;
  color: var(--color-secondary) !important;
  background-color: var(--color-background) !important;
  white-space: nowrap;
  margin-bottom: 10px;
}
#banner .btns-div .button:hover {
  background-color: var(--color-secondary) !important;
  color: var(--color-background) !important;
}
#banner .swiper-pagination {
  margin-top: 35px;
}
#banner .swiper-pagination-bullet {
  display: none;
  background-color: black;
  opacity: 1;
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
@media (min-width: 500px) {
  #banner h1 span {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  #banner .btns-div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  #banner .btns-div .button {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #banner .categories-title {
    font-size: 2em !important;
    margin-bottom: 0 !important;
  }
  #banner .categories-flex {
    display: flex;
  }
  #banner h1 {
    font-size: 60px;
  }
  #banner .banner-card {
    max-width: 100%;
  }
  #banner .banner-swiper {
    max-width: 483px;
  }
  #banner .heading {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    max-width: 1200px;
    margin: 6em 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #banner .heading {
    margin-top: 170px;
  }
}
@media (min-width: 992px) {
  #banner .heading-btn {
    display: flex;
    align-items: center;
  }
  #banner .heading-btn .w-button.btn--primary {
    margin-right: 1rem;
    padding: 13px 27px;
    width: 315px;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 992px) {
  #banner .swiper-slide {
    padding: 50px 60px;
    cursor: -webkit-grab;
    cursor: grab;
  }
}
@media (min-width: 992px) {
  #banner .image {
    order: 2;
  }
}
@media (min-width: 992px) {
  #banner .content {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  #banner .swiper-button-next {
    right: 25px;
  }
}
@media (min-width: 992px) {
  #banner .swiper-button-prev {
    left: 25px;
  }
}

@media (min-width: 991px) {
  .d-desktop {
    display: block !important;
  }
  #categories a {
    margin: 2rem 0;
  }
  .d-mobile {
    display: none !important;
  }
}
#categories {
  padding: 10em 0;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 89%, 0 96%);
          clip-path: polygon(0 0, 100% 0%, 100% 89%, 0 96%);
}
#categories a {
  width: 100%;
  letter-spacing: 0.1em;
  margin: 2rem auto;
}
#categories .d-desktop {
  display: none;
}
#categories .d-mobile {
  display: block;
}
#categories .categories-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 16px;
  padding: 1.5rem;
}
#categories .categories-container .categories-img img {
  margin-bottom: 4em;
}
@media (min-width: 992px) {
  #categories .categories-container .categories-img {
    width: 55%;
  }
}
#categories h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 0.7em;
  font-weight: 900;
  max-width: 380px;
}
#categories .category-card {
  width: calc(50% - 8px);
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  display: block;
  z-index: 6;
  position: relative;
  background-size: cover;
}
#categories .category-card::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#categories .category-card .label {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-background);
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
#categories .category-card::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: var(--border-radius);
}
@media (min-width: 600px) {
  #categories .category-card {
    width: calc(33.3333% - 10.666666px);
  }
}
@media (min-width: 992px) {
  #categories #categories a {
    margin: 2rem 0;
  }
  #categories .category-card {
    width: calc(16.6666666% - 13.3333333px);
    transition: transform 0.3s;
  }
  #categories .category-card:hover {
    transform: translateY(5px);
  }
}
@media (min-width: 1200px) {
  #categories .categories-container {
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #categories .category-card {
    width: calc(16.6666666% - 33.333333333px);
  }
  #categories .category-card .image {
    margin-bottom: 8px;
  }
  #categories .category-card .label {
    font-size: 18px;
  }
}

.w-carousels {
  background-color: var(--color-primary);
  margin-top: -130px;
  padding-top: 100px;
}
.w-carousels .w-button {
  margin-top: 27px;
}
.w-carousels h2 {
  color: var(--color-background);
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
.w-carousels .brands-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}
.w-carousels .category-card {
  width: calc(50% - 13px);
  background-color: var(--color-background);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  cursor: pointer;
}
.w-carousels .category-card .image-container {
  padding: 11px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-carousels .category-card .image-container img {
  display: block;
  margin-inline: auto;
  max-width: 93px;
}
.w-carousels .category-card .ver-vidrios {
  background-color: var(--color-text);
  color: var(--color-background);
  border-radius: 0 0 15px 15px;
  font-weight: 600;
  padding: 11px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (min-width: 992px) {
  .w-carousels {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .w-carousels .brands-gallery {
    gap: 32px;
    justify-content: center;
  }
  .w-carousels .category-card {
    width: calc(16.6666666667% - 26.6666666667px);
  }
  .w-carousels .category-card .image-container img {
    max-width: 113px;
    width: 100%;
  }
  .w-carousels .w-button.btn--primary {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 40px;
    margin-inline: auto;
    padding-inline: 55px;
  }
}

#vidriautos-section {
  z-index: 2;
}
#vidriautos-section .image-banner {
  width: 1400px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#vidriautos-section h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-size: 27px;
  line-height: 38px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: left;
}
#vidriautos-section h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  color: var(--color-primary);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
#vidriautos-section .banner-card {
  box-shadow: var(--box-shadow);
  border-radius: 20px;
}
#vidriautos-section .content {
  padding: 50px 20px;
}
#vidriautos-section .content .bottom-content .block h2 {
  font-weight: 900;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
#vidriautos-section .content ul {
  margin-bottom: 40px;
}
#vidriautos-section .content ul li {
  list-style: none;
}
#vidriautos-section .content ul li img {
  width: 20px;
  margin-right: 1rem;
}
#vidriautos-section .content .block h2 {
  margin-bottom: 0px;
  text-align: center;
}
#vidriautos-section .content .block {
  text-align: center;
}
#vidriautos-section .content .block p {
  font-weight: 600;
  text-transform: uppercase;
}

.content ol,
.content ul,
.type-product ol,
.type-product ul {
  padding-left: 0 !important;
}

#video-section .banner-card {
  box-shadow: var(--box-shadow);
  border-radius: 20px;
}
#video-section .image-banner {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#video-section .content {
  padding: 1rem;
}
#video-section .content h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  margin-top: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--color-primary);
}
#video-section .content h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 122%;
  text-align: left;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
#video-section .content .list-proceeds {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#video-section .content .list-proceeds ul {
  width: 50%;
}
#video-section .content .list-proceeds ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
#video-section .content .list-proceeds ul li img {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

#newsletter .newsletter-card {
  background: linear-gradient(rgba(5, 7, 12, 0.75), rgba(5, 7, 12, 0.75)), url("../../../images/p7.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 45px 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  box-shadow: var(--box-shadow);
}
#newsletter .newsletter-card .left-div p,
#newsletter .newsletter-card .left-div h3 {
  color: #fff;
}
#newsletter h2 {
  color: var(--color-background);
  margin-bottom: 0;
  text-align: left;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 900;
}
#newsletter h3 {
  margin-bottom: 18px;
}
#newsletter a.btn-cotizar {
  background-color: #fff;
  color: #000;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #newsletter h2 {
    font-size: 45px;
    margin-bottom: 0;
  }
  #newsletter .newsletter-card {
    padding: 92px 72px;
  }
  #newsletter a.btn-cotizar {
    background-color: var(--color-primary);
    color: #fff;
    max-width: 300px;
    margin-right: 75px;
  }
  #vidriautos-section h2 {
    font-size: 42px;
    line-height: 49px;
  }
  #vidriautos-section .content {
    padding: 3.5rem;
  }
  #vidriautos-section .content .top-content p {
    width: 70%;
  }
  #vidriautos-section .content .top-content h2 {
    font-size: 3em;
  }
  #vidriautos-section .content .bottom-content {
    display: flex;
    justify-content: center;
  }
  #vidriautos-section .content .block {
    margin: 0 1em;
    flex: 1;
  }
  #vidriautos-section .banner-card {
    display: flex;
    background-color: #fff;
  }
  #vidriautos-section .banner-card .banner-image-container img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }
  #video-section .list-proceeds {
    justify-content: space-around;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  #video-section .list-proceeds ul li {
    margin-right: 10.5rem !important;
  }
  #video-section .image-banner {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #video-section .content {
    padding: 3.5rem;
  }
  #video-section .content .top-content p {
    width: 70%;
  }
  #video-section .content .top-content h2 {
    font-size: 3em;
  }
  #video-section .content .bottom-content {
    display: flex;
    justify-content: center;
  }
  #video-section .content .block {
    margin: 0 2em;
  }
  #video-section .banner-card {
    display: flex;
    background-color: #fff;
  }
  #video-section .banner-card .banner-image-container img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }
  .newsletter-card {
    max-width: none;
    flex-direction: row;
    gap: 50px;
    align-items: center;
  }
  h2 {
    font-size: 48px;
    text-align: left;
  }
  .left-div {
    flex: 0.4;
  }
  .left-div h3,
.left-div p {
    color: #fff;
  }
  .right-div {
    flex: 0.6;
  }
  .right-div p {
    font-size: 20px;
    text-align: left;
  }
  .right-div .form form {
    display: flex;
    border-radius: 100px;
    background-color: #f9f7f7;
    justify-content: space-between;
  }
  .right-div .form form label.wpforms-error {
    color: var(--color-primary);
  }
  .right-div .form form input {
    background-color: transparent;
  }
  .right-div .form form .wpforms-field,
.right-div .form form .wpforms-submit-container {
    padding: 0;
  }
  .right-div .form form .wpforms-field button,
.right-div .form form .wpforms-submit-container button {
    height: 100%;
  }
}
@media (min-width: 1180px) {
  #newsletter .newsletter-card {
    background-position: bottom center;
  }
  .news-div {
    width: 50%;
  }
  .news-div .div-title h2 {
    font-size: 45px;
    margin-bottom: 0;
  }
  .left-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .left-div a {
    width: 30% !important;
  }
  .left-div h2 {
    order: 1;
  }
}
.beneficios.swiper {
  width: 100vw;
  margin-left: -20px;
}
.beneficios.swiper a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .beneficios.swiper {
    width: 100%;
    margin: 0;
  }
}
.beneficios.swiper .swiper-pagination {
  bottom: 0;
}
.beneficios.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-primary);
}
.beneficios.swiper .swiper-slide {
  padding: 0 20px;
  height: auto;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .beneficios.swiper .swiper-slide:first-of-type {
    padding-left: 0;
  }
  .beneficios.swiper .swiper-slide:last-of-type {
    padding-right: 0;
  }
}
.beneficios.swiper .content {
  background-color: var(--color-primary);
  border-radius: var(--border-radius);
  padding: 30px;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.beneficios.swiper .content h3 {
  color: white;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.beneficios.swiper .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}
.beneficios.swiper .icon {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: -13px;
  margin-right: -13px;
}
.beneficios.swiper .swiper-slide {
  margin-bottom: 0;
}/*# sourceMappingURL=front_page.css.map */