.hero-image,
.hero-image-mobile,
.banner-knauf,
.hero-image-somos,
.hero-image-productos,
.hero-image-contacto,
.hero-image-politicas {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-image {
  background-image: url("../assets/images/home/Cabecera/01-somos.jpg");
  height: 800px;
  padding-top: 80px;
}

.hero-image-mobile {
  background-image: url("../assets/images/home/Cabecera/01-somos-mobile.jpg");
  height: 400px;
  padding-top: 80px;
}

.hero-image-somos {
  background-image: url("../assets/images/somos/cabecera-somos.jpg");
  height: 500px;
  padding-top: 80px;
}

.hero-image-productos {
  background-image: url("../assets/images/productos/cabecera-productos.jpg");
  height: 500px;
  padding-top: 80px;
}

.hero-image-contacto {
  background-image: url("../assets/images/contacto/cabecera-contacto.jpg");
  height: 500px;
  padding-top: 80px;
}

.hero-image-politicas {
  background-image: url("../assets/images/contacto/cabecera-contacto.jpg");
  height: 500px;
  padding-top: 80px;
}

.banner-knauf {
  background-image: url("../assets/images/home/Knauf.png");
  height: 500px;
}

.h2-hero,
.h2-blk,
.h2-wht {
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.h2-hero,
.h1-hero,
.par-hero,
.h2-wht,
.title-knauf {
  color: #fff;
}

.h1-hero,
.title-knauf {
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

.par-hero,
.par-blk,
.desc-product-slider,
.par-contact {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.par-hero {
  font-size: 18px;
}

.par-blk {
  font-size: 18px;
  line-height: 24px;
}

.desc-product-slider,
.par-contact {
  font-size: 16px;
  font-weight: 300;
}

.title-black,
.titl-product-slider {
  color: #000;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
}

.title-black {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}

.subtitle-black {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 100% */
  text-transform: uppercase;
}

.titl-product-slider {
  font-size: 24px;
  line-height: normal;
}

.btn-hero,
.btn-producto {
  background-color: transparent !important;
  border-radius: 30px !important;
  padding: 15px 30px !important;
  cursor: pointer !important;
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
}

.btn-hero {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn-hero:hover {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(5px) !important;
}

.btn-producto {
  border: 1px solid #000 !important;
  color: #000 !important;
}

.btn-producto:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.btn-productos {
  color: #000 !important;
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-align: center !important;
}

.btn-productos {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 2px;
  /* Para darle espacio a la línea */
}

.btn-productos::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  /* Hace que la animación empiece desde la izquierda */
  transition: transform 0.3s ease-in-out;
}

.btn-productos:hover::after {
  transform: scaleX(1);
}

.bi-chevron-right::before {
  margin-left: 100px !important;
}

.bi-arrow-right::before {
  margin-left: 30px;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

.navbar-nav {
  gap: 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 10px;
}

.navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  background: transparent;
  padding: 15px 20px !important;
  transition: background 0.3s ease-in-out !important;
  height: 120px;
}

.hero {
  padding-top: 80px;
}

.par-contact {
  text-align: right;
}

.navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* Centra el logo en el medio */
}

.navbar-nav {
  gap: 20px;
  display: flex;
  justify-content: flex-end;
  /* Alinea los elementos del menú a la derecha */
  align-items: center;
  /* Asegura que los elementos estén bien alineados verticalmente */
}

.navbar-nav-footer {
  gap: 20px;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
}

.nav-item .nav-link {
  white-space: nowrap;
  /* Evita que el texto se divida en dos líneas */
  font-size: 16px;
  /* Puedes ajustar el tamaño de la fuente si es necesario */
  color: #000;
  font-family: Poppins;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
}

#footer-link a {
  color: #fff !important;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}

#footer-link a:hover {
  color: #dcdcdc !important;
}

.title-hero-carrusel {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.card-hero-carrusel {
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  width: 410px;
  height: 180px;
  flex-shrink: 0;
  padding: 20px;
  margin-top: 30px;
}

.swiper-div {
  width: 610px;
  position: absolute !important;
  right: 0 !important;
  bottom: top !important;
  top: 500px !important;
}

.container-grey {
  background-color: #dcdcdc;
  border-radius: 30px;
  padding: 100px !important;
}

/*Margin Padding*/
.mt-30px {
  margin-top: 30px;
}

.mt-40px {
  margin-top: 40px;
}

.mt-50px {
  margin-top: 50px;
}

.mt-100px {
  margin-top: 100px;
}

.mt-120px {
  margin-top: 120px;
}

.mt-150px {
  margin-top: 120px;
}

.ml-10px {
  margin-left: 10px;
}

.mr-10px {
  margin-right: 10px;
}

.pt-100px {
  padding-top: 100px;
}

.logo {
  width: 80%;
}

.center-par-black {
  width: 90%;
  text-align: center;
  margin: auto;
  padding-top: 10px;
}

.p-copy {
  color: #fff;
  text-align: right;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0px !important;
}

.svg-knauf {
  position: absolute;
  left: 30%;
  margin-top: -50px;
  width: 550px !important;
}

.imag-slidr {
  border-radius: 30px;
  width: 90%;
}

/*Swiper*/
.swiper-button-next,
.swiper-button-prev {
  color: transparent !important;
  top: var(--swiper-navigation-top-offset, 92%) !important;
}

.swiper-button-prev:hover {
  background-image: url(../assets/images/home/Carrusel_Productos/arrow_black_L.svg) !important;
}

.swiper-button-next:hover {
  background-image: url(../assets/images/home/Carrusel_Productos/arrow_black_R.svg) !important;
}

/*Subrayado del nav*/
.navbar-nav .nav-item a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0px;
  transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item.active a {
  color: #000;
  /* Cambia el color del texto si lo deseas */
}

.navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  /* Color de la línea */
  transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover::after,
.navbar-nav .nav-item.active a::after {
  width: 100%;
}

/*Form*/
.form-control {
  display: block;
  width: 100%;
  padding: 13px 0.75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-clip: padding-box;
  border: 1px solid #000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button,
input,
optgroup,
select,
textarea {
  color: #000 !important;
  font-family: Poppins !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  /* 120% */
  margin-top: 20px !important;
}
/**/
textarea {
  width: 100% !important;
  height: 180px !important;
  border-radius: 10px !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  padding: 7px !important;
}

.formulario__input-error {
  font-size: 12px;
  position: absolute;
  display: none;
  color: #f66060;
  margin-top: 5px;
  margin-bottom: 0px !important;
  height: 10px;
}

.form-label {
  margin-bottom: 0.5rem !important;
}

.acceptance {
  color: #000 !important;
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  margin-top: 16px !important;
}

.acceptance a {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/*Swiper*/
.swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.25) !important;
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  transform: scale(0);
  transform-origin: left top;
  border-radius: 30px !important;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 400px !important;
}

.number-slider {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.number-01 {
  position: absolute;
  right: 625px;
  margin-top: -15px;
  top: 500px;
}

.number-03 {
  position: absolute;
  right: 180px;
  margin-top: -15px;
  top: 500px;
}

/*Responsive*/
/*Media Queries*/
.desktop {
  display: flex !important;
}

.desktop-footer {
  display: block !important;
}

.mobile {
  display: none !important;
}

.formulario__input-error-activo {
  display: block;
}

.mobile-footer {
  display: none !important;
}

.ipad {
  display: none !important;
}

.mobile-img {
  display: none !important;
}

.grecaptcha-logo {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.mobile-map {
  display: none !important;
}
.fs-20px {
  font-size: 20px !important;
}

.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  z-index: 999;
}
.bi-linkedin {
  position: absolute;
  top: 50px;
  margin-left: 30px;
}
@media (min-width: 0px) and (max-width: 499px) {
  .bi-linkedin {
    position: static; /* Elimina absolute */
    top: auto; /* Resetea el top */
    margin-left: 0; /* Elimina el margen */
  }
  .icon-contact {
    width: 8%;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    font-size: 14px !important;
    line-height: 13px !important;
    margin-top: 10px !important;
  }

  .acceptance {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 4px !important;
  }

  .acceptance a {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .mobile-map {
    display: block !important;
  }

  .mt-100px {
    margin-top: 50px;
  }

  .product-reverse {
    flex-direction: column-reverse;
  }

  .hero-image {
    background-image: url(../assets/images/home/Cabecera/01-somos-mobile.jpg);
    height: 420px;
    padding-top: 80px;
  }

  .title-hero-carrusel {
    font-size: 14px;
  }

  .img-car {
    width: 110%;
  }

  .number-03 {
    right: 107px;
  }

  .number-01 {
    right: 335px;
  }

  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 200px !important;
    margin-left: 20px;
  }

  .swiper-div {
    width: 350px;
  }

  .col-md-6-mob {
    width: 50% !important;
  }

  .card-hero-carrusel {
    width: 240px;
    height: 118px;
    padding: 10px;
    margin-top: 20px;
  }

  .logo-mob {
    width: 70% !important;
  }

  .desktop-footer {
    display: none !important;
  }

  .navbar-nav-footer-mobile {
    margin: 20px 0px;
    padding-left: 0px !important;
  }

  footer {
    height: 352px !important;
  }

  .mobile-footer {
    display: block !important;
  }

  .hero-image {
    height: 450px;
    padding-top: 80px;
    background-position-x: 73%;
  }

  .h2-hero,
  .h2-blk,
  .h2-wht {
    font-size: 16px;
  }

  /* Navbar */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: transparent !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .menu-icon {
    cursor: pointer;
    height: 40px;
    width: 40px;
  }

  /* Menú desplegable */
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%);
    /* Oculto inicialmente */
    z-index: 9999;
    /* Asegura que está encima de todo */
  }

  .mobile-menu.active {
    transform: translateX(0);
  }

  .mobile-menu img {
    height: 50px;
    margin-bottom: 30px;
  }

  .mobile-menu ul {
    list-style: none;
    text-align: center;
    padding-left: 0px !important;
  }

  .mobile-menu ul li {
    margin: 20px 0;
  }

  .mobile-menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
  }

  /* Imagen de cerrar menú */
  .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10000;
    /* Más alto que el menú */
  }

  .close-menu img {
    height: 60px;
    width: 60px;
    display: block;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }

  .img-fluid {
    max-width: 70%;
    height: auto;
  }

  .w-80 {
    width: 80%;
  }

  .bi-chevron-right::before {
    margin-left: 25px !important;
  }

  #footer-link a {
    font-size: 14px;
    line-height: 35px;
  }

  .p-copy {
    font-size: 14px;
  }

  .logo {
    width: 65%;
  }

  .foot-img {
    width: 20%;
  }

  .mt-100px {
    margin-top: 50px;
  }

  .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 430px) !important;
    width: 60px !important;
    height: 60px !important;
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 340px) !important;
    width: 60px !important;
    height: 60px !important;
  }

  .navbar-brand {
    justify-content: left;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-nav {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .nav-item .nav-link {
    font-size: 13px;
  }

  .h1-hero,
  .title-knauf {
    font-size: 32px;
    line-height: 32px;
    margin: 10px 0px;
  }

  .btn-hero {
    padding: 18px 50px !important;
    font-size: 16px !important;
    margin: 20px 0px;
  }

  #hero-btn i {
    margin-left: 100px !important;
  }

  .btn-producto {
    padding: 10px 25px !important;
    font-size: 14px !important;
    margin: 20px 0px;
  }

  .imag-slidr {
    width: 100%;
  }

  .mt-150px {
    margin-top: 70px;
  }

  .banner-knauf {
    background-image: url(../assets/images/home/Knauf_mobile.png);
    height: 386px;
  }

  .hero-image-somos {
    background-image: url(../assets/images/somos/cabecera-somos.jpg-mobile.jpg);
    height: 420px;
    padding-top: 80px;
  }

  .mt-300px {
    margin-top: 170px;
  }

  .titl-product-slider {
    font-size: 24px;
    margin: 20px 0px;
  }

  .boton-productos {
    margin-top: -30px !important;
  }

  .container-grey {
    padding: 25px !important;
    width: 90% !important;
  }

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

  .row-mobile-slider {
    height: 510px !important;
  }

  .desc-product-slider,
  .par-contact {
    font-size: 13px;
  }

  .title-black {
    font-size: 29px;
    line-height: 32px;
  }

  .par-blk {
    font-size: 16px;
    line-height: 22px;
  }

  .svg-knauf {
    left: 50%;
    width: 40% !important;
    margin-top: -30px;
  }

  .par-hero {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  .center-par-black {
    width: 100%;
  }

  .swiper-div {
    top: 375px !important;
  }

  .number-01 {
    top: 382px;
    font-size: 14px;
  }

  .number-03 {
    top: 382px;
    font-size: 14px;
  }

  .col-md-6-mobile {
    width: 100% !important;
  }

  .subtitle-black {
    font-size: 25px;
    line-height: 28px;
  }

  .ipad {
    display: none !important;
  }

  .mobile-img {
    display: block !important;
  }

  .form-label {
    margin-bottom: 1rem !important;
  }

  .formulario__input-error {
    margin-top: 3px;
  }

  #grupo__comentario {
    margin-bottom: 20px;
  }

  .priv-error {
    margin-top: -20px;
  }

  .hero-image-productos {
    height: 420px;
    padding-top: 80px;
  }

  .hero-image-contacto {
    height: 420px;
    padding-top: 80px;
    background-position-x: 91%;
  }
  #cookie-banner {
    width: 100% !important;
  }
}

@media (min-width: 500px) and (max-width: 1023px) {
  .mt-100px {
    margin-top: 50px;
  }

  .product-reverse {
    flex-direction: column-reverse;
  }

  .mobile-img {
    display: none !important;
  }

  .ipad {
    display: block !important;
  }

  .desktop-footer {
    display: none !important;
  }

  .navbar-nav-footer-mobile {
    margin: 40px 0px;
    padding-left: 0px !important;
  }

  footer {
    height: 430px !important;
  }

  .mobile-footer {
    display: block !important;
  }

  .hero-image {
    height: 600px;
    padding-top: 80px;
    background-position-x: 73%;
  }

  .h2-hero,
  .h2-blk,
  .h2-wht {
    font-size: 20px;
  }

  /* Navbar */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: transparent !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .menu-icon {
    cursor: pointer;
    height: 60px;
    width: 60px;
  }

  /* Menú desplegable */
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%);
    /* Oculto inicialmente */
    z-index: 9999;
    /* Asegura que está encima de todo */
  }

  .mobile-menu.active {
    transform: translateX(0);
  }

  .mobile-menu img {
    height: 80px;
    margin-bottom: 30px;
  }

  .mobile-menu ul {
    list-style: none;
    text-align: center;
  }

  .mobile-menu ul li {
    margin: 20px 0;
  }

  .mobile-menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 35px;
    font-weight: bold;
  }

  /* Imagen de cerrar menú */
  .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10000;
    /* Más alto que el menú */
  }

  .close-menu img {
    height: 60px;
    width: 60px;
    display: block;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }

  .img-fluid {
    max-width: 70%;
    height: auto;
  }

  .bi-chevron-right::before {
    margin-left: 10px !important;
  }

  #footer-link a {
    font-size: 20px;
    line-height: 45px;
  }

  .p-copy {
    font-size: 14px;
  }

  .logo {
    width: 65%;
  }

  .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 430px) !important;
    width: 60px !important;
    height: 60px !important;
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 340px) !important;
    width: 60px !important;
    height: 60px !important;
  }

  .navbar-brand {
    justify-content: left;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-nav {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .nav-item .nav-link {
    font-size: 13px;
  }

  .h1-hero,
  .title-knauf {
    font-size: 50px;
    line-height: 50px;
    margin: 20px 0px;
  }

  .btn-hero {
    padding: 18px 50px !important;
    font-size: 20px !important;
    margin: 20px 0px;
  }

  #hero-btn i {
    margin-left: 100px !important;
  }

  .btn-producto {
    padding: 18px 50px !important;
    font-size: 20px !important;
    margin: 20px 0px;
  }

  .imag-slidr {
    width: 100%;
  }

  .mt-150px {
    margin-top: 100px;
  }

  .banner-knauf {
    background-image: url(../assets/images/home/Knauf_mobile.png);
    height: 730px;
  }

  .mt-300px {
    margin-top: 300px;
  }

  .titl-product-slider {
    font-size: 30px;
    margin: 20px 0px;
  }

  .container-grey {
    padding: 50px !important;
  }

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

  .row-mobile-slider {
    height: 790px !important;
  }

  .desc-product-slider,
  .par-contact {
    font-size: 16px;
  }

  .title-black {
    font-size: 45px;
    line-height: 45px;
  }

  .par-blk {
    font-size: 20px;
    line-height: 26px;
  }

  .svg-knauf {
    left: 40%;
    width: 400px !important;
  }

  .par-hero {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
  }

  .center-par-black {
    width: 100%;
  }

  .swiper-div {
    top: 460px !important;
  }

  .number-01 {
    top: 460px;
  }

  .number-03 {
    top: 460px;
  }

  .col-md-6-mobile {
    width: 100% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .mt-100px {
    margin-top: 50px;
  }

  .mobile-img {
    display: none !important;
  }

  .ipad {
    display: none !important;
  }

  .hero-image {
    background-position: 70%;
  }

  .bi-chevron-right::before {
    margin-left: 38px !important;
  }

  #footer-link a {
    font-size: 14px;
  }

  .p-copy {
    font-size: 14px;
  }

  .logo {
    width: 65%;
  }

  .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 430px) !important;
    width: 60px !important;
    height: 60px !important;
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 340px) !important;
    width: 60px !important;
    height: 60px !important;
  }

  .navbar-brand {
    justify-content: left;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-nav {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .nav-item .nav-link {
    font-size: 13px;
  }

  .h1-hero,
  .title-knauf {
    font-size: 42px;
    line-height: 42px;
  }

  .btn-hero,
  .btn-producto {
    padding: 12px 25px !important;
    font-size: 14px !important;
  }

  .titl-product-slider {
    font-size: 22px;
  }

  .desc-product-slider,
  .par-contact {
    font-size: 14px;
  }

  .title-black {
    font-size: 35px;
    line-height: 35px;
  }

  .par-blk {
    font-size: 16px;
    line-height: 22px;
  }

  .svg-knauf {
    left: 27%;
    width: 400px !important;
  }

  .par-hero {
    font-size: 16px;
    width: 80%;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .ipad {
    display: none !important;
  }

  .mobile-img {
    display: none !important;
  }

  .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 545px) !important;
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 430px) !important;
  }

  .navbar-brand {
    justify-content: left;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-nav {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .nav-item .nav-link {
    font-size: 14px;
  }

  .h1-hero,
  .title-knauf {
    font-size: 44px;
    line-height: 44px;
  }

  .btn-hero,
  .btn-producto {
    padding: 12px 25px !important;
    font-size: 14px !important;
  }

  .titl-product-slider {
    font-size: 22px;
  }

  .desc-product-slider,
  .par-contact {
    font-size: 14px;
  }

  .title-black {
    font-size: 40px;
    line-height: 40px;
  }

  .par-blk {
    font-size: 16px;
    line-height: 22px;
  }

  .svg-knauf {
    left: 23%;
  }

  .par-hero {
    font-size: 16px;
    width: 80%;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .navbar-brand {
    justify-content: left;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-nav {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .nav-item .nav-link {
    font-size: 14px;
  }

  .h1-hero,
  .title-knauf {
    font-size: 44px;
    line-height: 44px;
  }

  .btn-hero,
  .btn-producto {
    padding: 12px 25px !important;
    font-size: 14px !important;
  }

  .titl-product-slider {
    font-size: 22px;
  }

  .desc-product-slider,
  .par-contact {
    font-size: 14px;
  }

  .title-black {
    font-size: 40px;
    line-height: 40px;
  }

  .par-blk {
    font-size: 16px;
    line-height: 22px;
  }

  .svg-knauf {
    left: 25%;
  }

  .par-hero {
    font-size: 16px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .svg-knauf {
    left: 22%;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .svg-knauf {
    left: 25%;
  }
}
