body {
  /* color: #777777; */
  font-family: "Poppins", sans-serif;
  /* font-size: 16px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative; */
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

nav {
  /* Color de fondo (el último parámetro es la opacidad) */
  background-color: rgb(0, 0, 0, 0.9);
  /* Separa elementos a la izquierda y derecha */
  padding: 0 20px;
}

div.col.s12 {
  padding: 0px;
}

.slides h5 {
  margin-bottom: 25px;
}

.nav-wrapper {
  /* display: flex !important;
  justify-content: space-between;
  align-items: center; */
}

.sidenav {
  background-color: rgb(0, 0, 0, 0.8);
  color: white;
  width: 50%;
  /* margin-top: 60px; */
}

.sidenav li a {
  color: white;
}

.menu-btn {
  color: white !important;
}

/* i {
  padding: 0;
  margin: 0;
} */

/* .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

/* .carousel { */

/* margin-top: 20px; */

/* } */

.logo-image {
  height: 50px;
  /* margin-left: 20px; */
}

.card {
  margin: 5px 20px;
  min-height: 350px;
}

.card-image img {
  height: 170px;
}

.parallax {
  /* Capa oscura transparente sobre la imagen para resaltar el texto */
  background: rgb(0, 0, 0);
  overflow: hidden;
}

.parallax img {
  /* Capa oscura transparente sobre la imagen para resaltar el texto */
  opacity: 0.5 !important;
}

.parallax-container h5 {
  /* font-weight: lighter; */
  color: whitesmoke;
}

.parallax-container h3 {
  font-weight: lighter;
  color: whitesmoke;
  margin: 0;
}

.parallax-container {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.section-title {
  text-align: center;
  margin-top: 40px !important;
}

.carousel {
  /* background-color: darkgray; */
  /* padding: 0 25px !important; */
  height: 350px;
}

.container.section {
  padding: 0;
}

.carousel-description-item {
  margin: 20px 50px;
  text-align: center;
}

.tejidos {
  background-color: #fafafa;
  height: auto;
}

.indicator-item {
  background-color: #c5e1a5 !important;
}

.indicator-item.active {
  background-color: #7cb342 !important;
}

.card.card-nosotros.map {
  padding: 5px !important;
  /* max-height: 300px !important; */
  /* height: 300px; */
  /* overflow: hidden; */
}

.nosotros-intro {
  padding: 5px 50px;
  text-align: center;
}

.card.card-nosotros {
  height: 300px !important;
}

.container.section.footer {
  /* display: flex;
  flex-direction: row !important;
  flex-flow: row wrap;
  align-content: left;
  justify-content: center;
  align-items: center; */
  height: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 70px 30px;
  align-items: stretch;
  background-color: black;
  width: 100%;
  /* margin: 0px;
  padding: 20px 20px 20px 20px; */
  color: white;
}

/* .copyright {
  text-align: center;
} */

.social {
  margin: 0px;
  margin-left: 10px;
  padding: 0px;
}

/* 1           2           3
   ------------------------- 1
               |           
               |
   ------------------------- 2
               |
   ------------------------- 3 */

.footer1 {
  grid-row: 1;
  grid-column: 1 /3;
  text-align: left;
  margin: auto 20px;
  /* margin-bottom: 0px; */
  margin-right: 0px;
}

.footer2 {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
  text-align: center;
  margin: auto;
  margin-top: 0px;
  /* padding-top: 0px; */
}

.footer2 p {
  margin: 0px;
  font-size: 12px;
}

hr {
  margin: 0px;
}

.social i {
  padding: 0px !important;
  margin: 0px !important;
}

.galeria img {
  box-shadow: 0 8px 10px -4px rgba(0,0,0,.6);
  border-radius: 15px;
  /* margin: 10px 10px; */
  padding: 10px;
  /* max-width: 300px; */

}

.galeria .col {
  margin-bottom: 20px;
}

.materialbox-caption {
  bottom: 20px;
  right: 0;
  width: 90%;
  height: auto;
  padding: 10px;
  margin: auto;
  background: rgb(163, 161, 161);
  box-shadow: 5px 5px #fff;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.container.section.galeria {
  max-width: 90%;
}

.img-lonuevo {
  max-height: 600px;
  max-width: 600px;
}

.carousel-lonuevo {
  height: 600px;
}

a.carousel-item.active {
  text-align: center;
}

.parallax-container {
  padding-left: 20px;
  padding-right: 20px;
}