/* Generales */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  text-align: left;
  font-family: 'Maven Pro', sans-serif;
}

p {
  color: #1a1a1a;
  font-size: 1.3rem;
  line-height: 1.2;
}

h1, h2, h3 {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #1a1a1a;
  line-height: 1.2;
}

.btn-outline-danger {
  border-color: #c22c1a;
  color: #c22c1a;
  font-weight: 500;
}

.btn-outline-danger:hover {
  background-color: #c22c1a;
  background: linear-gradient(0deg, rgba(158,37,18,1) 0%, rgba(194,44,26,1) 100%);
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit; /* Esto asegura que herede el color del texto de su contenedor */
}

/* NAVBAR */

#navbar {
  transition: top 0.3s;
}

.navbar {
  padding: 0 1rem;
}

.navbar-back {
  background-color: white;
  height: 100px;
}

.navbar-palacio {
  position: fixed;
  z-index: 3;
  background-color: white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  transition: 0.7s;
}

.navbar-light .navbar-nav .nav-link {
  color: #1a1a1a;
  background: white;
  font-weight: 500;
  padding: 0.1rem 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  min-width: 125px;
  line-height: 110px;
  transition: 0.7s;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: #9e2512;
  background: linear-gradient(0deg, rgba(158,37,18,1) 0%, rgba(194,44,26,1) 100%);
  transition: 0.7s;
}

.navbar-light .navbar-nav .nav-item .btn-navbar-destacado {
  background: #c22c1a;
  background: linear-gradient(0deg, rgba(158,37,18,1) 0%, rgba(194,44,26,1) 100%);
  color: #fff;
    transition: 0.7s;
}

.navbar-light .navbar-nav .nav-item .btn-navbar-destacado:hover {
  background: #c22c1a;
  transition: 0.7s;
}

.navbar-collapse {
  padding-right: 20px;
}

.navbar-brand {
  padding-left: 30px;
}


/* HERO */

.heroslider {
  filter: drop-shadow(.1rem 0 .5rem #eee);
}

/* INDEX 2  */

.index2 {
 padding: 150px 150px 100px;
 text-align: center;
}

.index2 h1 {
   font-size: 2.3rem;
}

.index2 span {
  color: #c22c1a;
  font-weight: 500;
}

.fotos-productos img {
  max-width: 220px;
}


/* INDEX 3  */

.index3 {
 text-align: center;
 background-color: #e3e3e3;
 background: linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
 padding: 80px 200px;
}

.index3 img {
  max-width: 90%;
}

.index3 span {
  color: #c22c1a;
  font-weight: 500;
}


/* INDEX 4  */

.index4 {
 padding: 50px 0 50px 150px;
 background-image: url("../img/servicio-tecnico-large.png");
 background-position: right;
 background-size: contain;
 background-repeat: no-repeat;
 background-color: #fff;
}

.index4 span {
  color: #c22c1a;
  font-weight: 500;
}

/* INDEX 5  */

.index5 {
 padding: 80px;
 text-align: center;
}


/* CONTACTO */

.contacto {
  background: #c22c1a;
  background: linear-gradient(0deg, rgba(158,37,18,1) 0%, rgba(194,44,26,1) 100%);
  padding: 30px 150px 70px;
}

.contacto h1 {
  color: white;
}

.contacto .card {
  background-color: #c22c1a;
}

.contacto .fa {
  color: #c22c1a;
}

.info-empresa p {
  color:white;
  font-size: 1.1rem;
}

.info-empresa .fa {
  color:white;
}

.info-empresa button {
  font-size: 1.5rem;
}


/* PRODUCTOS */

.hero-productos {
  height: 400px;
  padding: 150px;
  background-image: url("../img/bg-productos.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  filter: drop-shadow(.1rem 0 .5rem #eee);
}

.hero-productos span {
  color: #c22c1a;
  font-weight: 500;
}


.titulo-productos {
  color: #c22c1a;
  font-weight: 700;
}

.botonera-productos {
  text-align: center;
  padding: 10px 70px 10px;
  background-color: #e7e7e7;
  position: fixed;
  bottom: 0;
  z-index: 1;
}

.botonera-productos .btn {
  margin: 2px;
  padding: 5px 8px;
  border: solid 2px #c22c1a;
  color: #c22c1a;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 5px;
}

.botonera-productos .btn:hover {
  background-color: #c22c1a;
  color: white;
}


.listado-productos-white {
    padding: 80px 150px;
}

.listado-productos-grey {
    padding: 80px 150px;
    background-color: #f7f7f7;
}

.listado-productos-white .card a {
  color: #c22c1a;
  font-size: 1.2rem;
  font-weight: 500;
}

.listado-productos-grey .card a {
  color: #c22c1a;
  font-size: 1.2rem;
  font-weight: 500;
}

.card img {
  filter: grayscale();
}

.card img:hover {
  filter: none;
  transition-duration: .3s;
  }

.listado-productos-white .card:hover {
  filter: drop-shadow(.1rem 0 .5rem #d9d9d9);
  transition-duration: .3s;
  transform: scale(1.01);
}

.listado-productos-grey .card:hover {
  filter: drop-shadow(.1rem 0 .5rem #d9d9d9);
  transition-duration: .3s;
  transform: scale(1.01);
}

.listado-productos-white hr {
  border-bottom: 1px;
  border-color: #c22c1a;
}

.listado-productos-grey hr {
  border-bottom: 1px;
  border-color: #c22c1a;
}


/* POST VENTA */

.hero-post-venta {
  height: 400px;
  padding: 150px;
  background-image: url("../img/servicio-tecnico-large.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  filter: drop-shadow(.1rem 0 .5rem #eee);
}

.hero-post-venta span {
  color: #c22c1a;
  font-size: 2.5rem;
  font-weight: 500;
}

.info-post-venta {
  padding: 100px 150px 50px;
  text-align: center;
}

.info-post-venta h2 {
  font-size: 1.8rem;
  text-align: center;
}


.post-venta-telefono:first-child {
border-right: 2px solid #c22c1a;
}

.post-venta-telefono h3 {
  color: #c22c1a;
  font-size: 1.8rem;
  font-weight: 500;
}

.post-venta-telefono small {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1rem;
}

.post-venta-telefono img {
  max-width: 4rem;
  padding: 20px 0;
}

.post-venta-telefono .btn {
  border: solid 2px #c22c1a;
  color: #c22c1a;
  font-size: 1.6rem;
  font-weight: 500;
}

.post-venta-telefono .btn:hover {
  background-color: #c22c1a;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
}

.post-venta-mail {
  text-align: center;
  padding: 30px 200px;
}

.post-venta-mail i {
  color: #c22c1a;
}

.post-venta-mail h3 {
  font-size: 1.8rem;
}

.politica-post-venta {
  text-align: center;
  padding: 40px 0;
}

.politica-post-venta .btn {
  border: solid 2px #c22c1a;
  color: #c22c1a;
  font-size: 1.3rem;
  font-weight: 500;
}

.politica-post-venta .btn:hover {
  background-color: #c22c1a;
  color: white;
  font-weight: 500;
}


/* NOSOTROS */

.hero-nosotros {
  height: 400px;
  padding: 150px 0 150px 100px;
  background-image: url("../img/hero-nosotros.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  filter: drop-shadow(.1rem 0 .5rem rgb(63, 34, 34));
}

.hero-nosotros span {
  color: #c22c1a;
  font-weight: 500;
}

.texto-nosotros-cont {
  padding: 60px 0;
  background-image: url("../img/nosotros-bg.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e1e5e6;
}

.texto-nosotros {
  filter: drop-shadow(.1rem 0 .5rem rgb(63, 34, 34));
  background-color: white;
  border: solid 1px #c0c0c0;
  transform: rotate(-2deg);
}

.texto-nosotros p {
  font-size: 1.1rem;
}

.texto-nosotros span {
  font-weight: 500;
}


/* POLITICAS */

.politica-calidad {
  margin-top:0;
  padding: 250px 200px 100px 150px;
  background-image: url("../img/politicas-bg.png");
  background-position: top;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #fff;
}

.politica-calidad h3 {
  color: #c22c1a;
  font-size: 2.3rem;
  font-weight: 500;
}

.politica-calidad li {
  font-size: 1.1rem;
}


.botones-descargar-politicas strong {
  font-size: 2rem;
}

.botones-descargar-politicas .btn {
  border: solid 2px #c22c1a;
  color: #c22c1a;
  font-weight: 500;
  padding: 40px 5px;
  line-height: 1.2;
}

.botones-descargar-politicas .btn:hover {
  background-color: #c22c1a;
  color: white;
}



/* MENOS QUE DESKTOP */
@media (max-width: 1200px) {


}

/* SOLO MOVILES */
@media (max-width: 480px) {

  h1, h2, h3 {
    font-size: 1.2rem;
    line-height: 1;
  }

  p {
    font-size: 0.8rem;
    line-height: 1;
  }

  .btn-outline-danger {
    font-size: 0.9rem;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  /* INDEX 2 */

  .index2 {
   padding: 60px 20px;
  }

  .index2 h1 {
     font-size: 1.5rem;
  }

  .fotos-productos img {
    max-width: 50px;
  }

  .fotos-productos {
    padding: 0;
  }

  /* INDEX 3  */

  .index3 {
   padding: 60px 20px;
  }

  .index3 img {
    max-width: 90%;
  }



  /* INDEX 4  */

  .index4 {
   padding: 30px 0 40px 20px;
   background-image: url("../img/servicio-tecnico-small.png");
   background-size: contain;
   background-repeat: no-repeat;
   background-color: #fff;
  }

  .index4 span {
    color: #c22c1a;
    font-weight: 500;
  }

  /* INDEX 5  */

  .index5 {
   display:none;
  }


  /* CONTACTO */

  .contacto {
    padding: 30px 20px 100px;
  }

  .contacto h1 {
    font-weight: 500;
  }

  .info-empresa p {
    font-size: 0.9rem;
    margin-left: 3rem;
  }


  .info-empresa button {
    margin: 20px 0;
    font-size: 1.5rem;
  }


  /* NOSOTROS */

  .hero-nosotros {
    height: 250px;
    padding: 80px 40px 0px 30px;
    background-image: url("../img/hero-nosotros-small.png");
    background-color: #f0f0f0;
    filter: drop-shadow(.1rem 0 .5rem rgb(63, 34, 34));
  }

  .texto-nosotros-cont {
    padding: 40px;
    background-image: url("../img/nosotros-bg.png");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e1e5e6;
  }

  .texto-nosotros {
    filter: drop-shadow(.1rem 0 .5rem rgb(63, 34, 34));
    background-color: white;
    border: solid 1px #c0c0c0;
    transform: rotate(-2deg);
  }

  .texto-nosotros p {
    font-size: 0.8rem;
  }



  /* PRODUCTOS */

  .hero-productos {
    height: 250px;
    padding: 50px 20px;
    background-image: url("../img/bg-productos-small.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .botonera-productos {
    padding: 5px;
  }

  .botonera-productos .btn {
    margin: 2px;
    padding: 3px 4px;
    font-size: 0.7rem;
  }


  .listado-productos-white {
      padding: 40px 20px;
  }

  .listado-productos-grey {
      padding: 40px 20px;
  }

  .listado-productos-white .card a {
      font-size: 1rem;
  }

  .listado-productos-grey .card a {
    font-size: 1rem;
  }

  .listado-productos-white .card, .listado-productos-grey .card {
      margin-top: 20px;
  }



  /* POST VENTA */

  .hero-post-venta {
    height: 250px;
    padding: 70px 20px;
    background-image: url("../img/servicio-tecnico-small.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    filter: drop-shadow(.1rem 0 .5rem #eee);
  }

  .hero-post-venta span {
    color: #c22c1a;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .info-post-venta {
    padding: 100px 20px 50px;
    text-align: center;
  }

  .info-post-venta h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .post-venta-telefono:first-child {
  border-right: none;
  border-bottom: 2px solid #c22c1a;
  }

  .post-venta-telefono h3 {
    font-size: 1.3rem;
  }

  .post-venta-telefono small {
    font-size: 1rem;
    line-height: 1rem;
  }

  .post-venta-telefono img {
    max-width: 3rem;
    padding: 10px 0;
  }

  .post-venta-telefono .btn {
    font-size: 1.2rem;
  }

  .post-venta-telefono .btn:hover {
    font-size: 1.2rem;
  }

  .post-venta-mail {
    text-align: center;
    padding: 0;
  }

  .post-venta-mail h3 {
    font-size: 1.2rem;
  }

  .politica-post-venta {
    text-align: center;
    padding: 30px 0;
  }

  .politica-post-venta .btn {
    font-size: 1rem;
  }



  /* POLITICAS */

  .politica-calidad {
    margin-top:0;
    padding: 50px 20px 50px;
  }

  .politica-calidad h3 {
    font-size: 2rem;
  }

  .politica-calidad li {
    font-size: 0.8rem;
    line-height: 1;
  }


  .botones-descargar-politicas strong {
    font-size: 1rem;
  }

  .botones-descargar-politicas .btn {
    padding: 20px 5px;
    margin-bottom: 20px;
  }





}
