* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 15px 50px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #ebfff2;
}

main {
    width: 100%;
    margin: auto;
    margin-top: 60px;
    padding: 0;
    align-items: center;
    gap: 20px;
}
figure img {
    height: auto;
    border-radius: 0.4em;
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2em;
}
figure {
    padding: 1em;
    margin: 0;
    max-width: 40em;
    margin-inline: auto;
}
#texto-debajo {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 2em;
}
h4 {
    color: #000000;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
    justify-content: left;
    text-align: center;
}
h1 {
    color: rgb(0, 0, 0);
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    text-align: center;
}
h2 {
    color: white;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 1.25em;
    margin-top: 0em;
    justify-content: left;
}
#foto-victoria-toyos img {
  margin: 0.625em auto;
  width: 7.5em;
  max-width: 100%;
  border-radius: 0.4em;
}
#foto-lourdes-sueldos img {
  margin: 0.625em auto;
  width: 7.5em;
  max-width: 100%;
  border-radius: 1em;
}
#img img[alt="logo dgpc"] {
  left: 2.5em;
  width: 5em;
}
footer {
  text-align: center;
  padding: 2em;
  background-color: white;
  font-size: 0.75em;
  color: black;
}
nav ul li a:hover {
  color: #df95c6;
}
nav ul li a {
  color: white;
  background: #150578;
  padding: 0.625em 1.25em;
  text-decoration: none;
  border-radius: 0.4em;
  list-style-type: none;
  transition: color 0.3s ease;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
}
.recuadro {
    background-color: #150578;
    padding: 1em;
    border-radius: 0.4em;
    grid-template-columns: repeat(2, 1fr);
    width: min(100%, 20em);
    color: white;
    list-style: none;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.6em;
}
.recuadro2 a {
    color: #150578;
    background: #ffffff;
    padding: 0.625em 1.25em;
    text-decoration: none;
    border-radius: 0.625em;
    list-style-type: none;
}
.recuadro ul li {
    list-style: none;
}

h3 {
    color: white;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 1.25em;
    margin-top: 0em;
    justify-content: left;
}
.recuadro2 {
    background-color: #150578;
    padding: 0em;
    border-radius: 0em;
    margin: 0em 0em;
    width: auto;
    color: white;
    list-style: none;
}
.container {
    display: flex;
    justify-content: center;
    gap: 1.25em;
}
.w3-light-grey {
  width: min (50%, 15em);
  height: auto;
  display: block;
  margin: 3em auto 2em auto;
  color: floralwhite;
  background-color: #ffffff;
  margin-left: 6em;
  margin-right: 6em;
  border-radius: 0.625em;
}
.container2 {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.container2 p {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: semibold;
    margin-top: 0em;
    justify-content: center;
    line-height: 0.5 em;
}
.recuadro2 div {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1.25em;
    margin-top: 0em;
    justify-content: center;
    line-height: 0.5 em;
}

.recuadro3 {
    padding: 1.25em;
    border-radius: 0.4em;
    margin: 0em 0em;
    color: black;
    list-style: none;
    align-items: flex-start;
    margin-bottom: 0em;
    margin-top: 0em;
    line-height: 1.6em;
}

.recuadro3 a {
    text-decoration: none;
    color: #ffffff;
    background-color: #150578;
    font-size: 0.8em;
    font-weight: bold;
    border: 1px solid #0E0E0E;
    padding: 4px 8px;
    border-radius: 0.4em;

}
.container4 {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: semibold;
    margin-bottom: 1.25em;
    margin-top: 0em;
    line-height: 1 em;
}
#behance {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 1.25em;
    margin-top: 0em;
    line-height: 1 em;
    text-align: center;
}
#prototipo {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-top: 1em;
  margin-bottom: 1.25em;
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  margin-top: 1em;
  border: solid #150578;
}
.mockup {
   display: flex;
   padding: 1.5em;
   justify-content: center;
   background-color: #ffffff;
   gap: 15px
}
.mockup img {
  width: 100%;
}
@media (max-width: 600px) {
  .mockup {
    flex-direction: column;
  }
}

h5 {
    color: #000000;
    background-color: #ffffff;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 0.4em;
    justify-content: left;
    text-align: center;
}
@media screen and (max-width: 48em) {
    .container {
        flex-direction: column-reverse;
        display: grid;
        justify-content: end;
    }
    .recuadro {
        grid-template-columns: 2fr;
    }
}
#presentacion {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1.25em;
    margin-top: 2em;
    line-height: 1.4em;
}
.w3-container {
    color: #ffffff;
    background-color: #150578;
    padding: 0.01em 16px;
    border-radius: 0.4em;
}
.datos-academicos ul {
    width: 100%;
    background-color: #150578;
    color: #ffffff;
    padding: 0.8em;
    list-style: none;
    display: block;
    padding: 1em;
    border-radius: 0.4em;
}
.datos-academicos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25em;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    padding: 1em;
    line-height: 1.6em;
}
h6 {
    color: rgb(0, 0, 0);
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1.25em;
    text-align: center;
}
@media (max-width: 600px) {
}
.interruptor-menu {
    display: none;
}

.boton-hamburguesa {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.boton-hamburguesa .barra {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000f14;
}

@media (max-width: 600px) {

  .boton-hamburguesa {
        display: flex;
    }

.menu-navegacion {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        background-color: #150578;
        box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.564);
    }
    
.menu-navegacion ul {
        flex-direction: column;
        width: 100%;
        padding: 1em 2em 1.5em;
        text-align: end;
        gap: 2em;
    }
    
.interruptor-menu:checked ~ .menu-navegacion {
        display: flex;
        margin-top: 4em;
    }
}
@media (max-width: 600px) {
    .datos-academicos {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.25em;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: center;
        padding: 1em;
        line-height: 1.6em;
    }
}
span {
    font-weight: bold;
}