* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, serif;
}

a {
  text-decoration: none;
  font-weight: bold;
}

.header-home {
  background-color: #DCDCDC;
  padding: 20px;
  text-align: center;
}

body {
  background-image: url(../img/backgrpund.jfif);
}

.nombre {
  text-align: start;
  font-size: 50px;
  font-weight: bold;
}

main {
  margin-top: 100px;
}

.presentacion {
  padding-top: 10%;
}

.fotocarnet {
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 90px 25px black;
  margin-bottom: 50px;
}

.descripcion {
  margin: 60px;
  border-style: double;
  font-size: 25px;
  padding-left: 10px;
}

.subtitulo {
  text-align: center;
  font-size: 35px;
  text-decoration: underline;
}

.contacto {
  text-align: start;
  text-decoration: none;
  font-size: 20px;
}

.lista {
  display: grid;
  justify-content: center;
}

li {
  font-size: 20px;
}

.bi {
  color: #52CD60;
  font-size: 28px;
  padding-left: 10px;
}

.a-text:hover {
  padding: 5px;
  color: white;
  background-color: #0A58CC;
  border-radius: 5px;
  transition-duration: 0.2s;
  text-decoration: none;
}

.img-estudios {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.img-estudios:active {
  transform: scale(1.7);
}

.btn:hover {
  background-color: black;
  color: white;
  transition-duration: 0.2s;
}

.body-contacto {
  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-contacto form {
  padding: 40px;
  background-color: white;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px;
}
.body-contacto form .user {
  margin: 5px;
}
.body-contacto form .email {
  margin: 5px;
}
.body-contacto form .mensaje {
  margin: 5px;
  padding-bottom: 20px;
}
.body-contacto form .enviar {
  margin: 5px;
  padding: 5px;
}
.body-contacto form a {
  text-align: center;
  padding: 5px;
}

.body-estudios {
  padding: 100px;
}

.p-estudios {
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  text-align: justify;
}

.h1-estudios {
  text-align: center;
  padding-top: 20px;
  font-size: 60px;
  text-decoration: underline;
}

.h1-estudios:first-letter {
  font-size: 100px;
}

/* Ajuste para pantallas chicas (celulares) */
@media (max-width: 576px) {
  .h1-estudios {
    font-size: 20px;
  }
  .p-estudios {
    font-size: 20px;
    line-height: 1.1;
  }
  .a-text {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
