* {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

body {
  position: relative;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-attachment: fixed;
}

#wrapper {
  width: 50%;
  background-color: rgba(0, 0, 0, 0.85);
  height: 100vh;
}

#logo {
  background-image: none;
  background-color: black;
  padding: 5px 20px;
}

#logo p {
  background-image: url('http://www.gda.itesm.mx/incubatec/img/logtec2.png');
  background-repeat: no-repeat;
  height: 60px;
}
.owl-carousel .item {
  width: 100%;
  text-align: center; /* Centrar la imagen horizontalmente si es necesario */
}

.owl-carousel .item img {
  width: 100%; /* Hacer que la imagen ocupe todo el ancho del contenedor */
  height: auto; /* Mantener la proporción de la imagen */
}
