body {
  background-color: rgb(32, 32, 32);
  color: white;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.logo {
  width: 100px;
  height: 100px;
  border-radius: 1rem;
}

header {
  background-color: rgb(33, 37, 41);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-align: center;
  padding: 1em;
}

.nav_container {
  display: flex;
  list-style: none;
}

.nav_item {
  margin: 0 1em;
}

.nav_link {
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
}

a {
  text-decoration: none;
}

#mision {
  width: 50%;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 6rem;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}

#servicios {
  background-color: rgb(33, 37, 41);
  padding: 50px 0;
  color: white;
  margin-top: 1rem;
  border-bottom: #000000 4px solid;
}

.servicios-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.servicios-container h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.servicios-container p {
  font-size: 1.2rem;
}

.servicios-container ul {
  list-style-type: none;
  padding-left: 0;
}

.servicios-container ul li {
  font-size: 1.2rem;
  margin-bottom: 9px;
}

.carousel-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#propuesta h2 {
  font-size: 24px;
}

#propuesta p {
  font-size: 18px;
  line-height: 1.6;
}

#propuesta h2 {
  font-size: 24px;
}

#contacto {
  background-color: #000000;
  padding: 23px 20px;
  text-align: center;
}

#contacto h2 {
  font-size: 28px;
  color: white;
}

#contacto p {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}

#contacto ul {
  list-style-type: none;
  padding: 0;
}

#contacto li {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
}

footer {
  background-color: #333;
  padding: 20px 0;
  text-align: center;
}

footer a {
  margin: 0 10px;
}

footer a img {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  #mision, #servicios, #propuesta, #contacto {
      width: 100%;
      padding: 0.5rem;
  }
  
  #mision {
      width: 90%;
  }

  .carousel-item img {
      max-width: 100%;
      height: 100vh;
  }
}
