body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

.nav {
  width: 80%;
  height: 100px;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  z-index: 1;
}

.nav > img {
  width: 150px;
  height: 100px;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
}

.nav > ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  align-items: start;
  margin: 0 200px;
}

.nav > ul > li {
  margin: 0 20px;
  list-style: none;
  justify-content: center;
  align-items: start;
}

.nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav > ul > li > a:hover {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav > ul > li > a:active {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.image-container {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blur {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, #2c3e4fcc, #2c3e4fcc),
    url("../images/pages-header-background.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.breacrumble {
  background: #eee;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;

  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.breacrumble > p {
  color: #6c757d;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
}

.breacrumble > p > a {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
}

.breacrumble > p > a:hover {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
}

.carousel-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
}

.carousel-container > h2 {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding: 0 20px;
}

.carousel-container > p {
  color: #6c757d;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
}

.owl-carousel {
  height: 100%;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 20px;
  transition: all 0.3s ease;
}

.owl-carousel .item {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* Efecto hover en imagenes */

.owl-carousel .item img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* note: Footer */

.footer {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(3, 1fr);
  transition: all 0.3s ease;
  background-image: linear-gradient(#2c3e4fcc, #2c3e4fcc),
    url("../images/top-header-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.description {
  width: 100%;
  height: 100%;
  margin: 20px;
}

.description > img {
  text-align: center;
  width: 50%;
}

.description > p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
}

.contact {
  width: 100%;
  height: 100%;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
}

.contact > h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.contact-item > h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}

.contact-item > h4 > span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #2b9c3a;
  margin: 0;
  padding: 0;
  margin-top: 1px;
}

.contact-item > p {
  font-size: 14px;
  font-weight: 500;
  color: #99a2aa;
  margin-top: 2px;
  margin-left: 4px;
}

/* note: Navigation */

.navigation {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
}

.navigation h2 {
  color: #fff;
  font-size: 20;
  font-weight: 700;
  text-align: center;
}

.navigation > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
}

.navigation > ul > li {
  margin: 10px;
  transition: all 0.3s ease;
}

.navigation > ul > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* note: Copyright */

.copyright {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
  background-color: #2c3e4f;
  padding: 10px 0;
}

.copyright > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease;
}

.copyright > ul > li {
  margin: 10px;
  transition: all 0.3s ease;
  list-style: none;
}

.copyright > ul > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.copyright > ul > li > a > i {
  font-size: 24px;
  transition: all 0.3s ease;
}

.copyright > p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
  margin-top: 10px;
}

/* note: Media Queries */

@media only screen and (max-width: 767px) {
  .nav {
    position: fixed;
    width: 100%;
    z-index: 2;
  }

  .owl-carousel {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .copyright > p {
    margin-top: 0;
  }
}
