/*
.dancing-script-<uniquifier> {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/

body {
  font-family: "Dancing Script", cursive;
  font-size: 10px;
  line-height: 20px;
  background-image: url('../img/1.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 20px 0;
  background-repeat: no-repeat;
}

header {
  background-image: url('../img/1.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 20px 0;
  background-repeat: no-repeat;
  
}

header h1 {
  color: white;
  font-size: 100px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}

header img {
  margin-left: 25px;
  margin-bottom: 25px;
}

nav {
  font-size: 20px;
  font-weight: 20px;
  background-color: rgb(53, 121, 209);
  margin-bottom: 20px;
  
}

nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;   /* permite que el menú baje a dos líneas */
  justify-content: center; /* centra todos los items */
  margin: 0;
  padding: 0;
}

nav ul li {
  flex-grow: 1;
}

nav ul li a {
  color: white;
  text-decoration: none;
  padding: 3px 6px;
  display: block;
  text-align: center;
  width: 50%;
}

nav ul li a:hover {
  background-color: rgb(82, 93, 104);
}

footer {
  background-color: rgb(16, 28, 189);
  clear: both;
  color: white;
  text-align: center;
  padding: 50px;
  margin-top: 20px;
  font-size: 30px;
}

nav ul li a.activo {
  background-color: royalblue;
}

.holder {
  width: 100%;
  max-width: 1200px;
  margin:  auto;
  padding: 10px;
  box-sizing: border-box;
}

.video {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  text-align: center;
}

img {
  width: 100%;
  height: auto;
  display: flex;
  margin: 50px auto;
  border-radius: 30px;
  text-align: center;
}

.link {
  width: 100%;
  max-width: 1000px;
  margin:  50px;
  padding: 30px;
  box-sizing: border-box;
  font-size: 50px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  
}





