* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #161616;
  font-family: 'Staatliches', sans-serif;
  padding-top: 100px; 
}


.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 1000;
}

.navbar .logo img {
  height: 80px;
  border-radius: 50%;
}

.navbar .menu {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.navbar .menu a {
  color: white;
  text-decoration: none;
  font-family: 'Alfa Slab One', Arial;
  font-size: 20px;
  text-transform: lowercase;
}

.navbar .menu .separador {
  color: white;
  font-size: 24px;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
}

h1 {
  font-size: 60px;
}


.elcamino {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
  padding: 100px 20px 60px;
}

.elcamino img {
  max-width: 100%;
  height: auto;
}


.seg {
  text-align: center;
  padding: 60px 20px;
}

.seg img {
  margin: 20px;
  max-width: 100%;
  height: auto;
}

.seg table {
  margin: 0 auto;
  border-spacing: 30px;
}


.iskd {
  margin: 40px auto;
  max-width: 90%;
  text-align: center;
}


.crea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 60px 20px;
}

.crea img {
  width: 100%;
  max-width: 500px;
  height: auto;
}


.ter img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}


.contenedor-contacto {
  text-align: center;
  padding: 60px 20px;
}

.ult {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.ult img {
  width: 150px;
  height: auto;
}