/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search][type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

body {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), 
  rgba(0, 0, 0, 0.5), 
  rgba(0, 0, 0, 0.5), rgba(245, 245, 0, 0.4)), url(../img/etapa.jpg);
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

  
 /* #etapa {
    font-family: 'Righteous', cursive;
    font-size: 85px;
    padding: 0 0 0 0;
    
  }*/


  #etapa {
  font-family: "Ubuntu", sans-serif;
  margin-top: 120px;
}

.titulo h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: rgb(243, 239, 15);
  letter-spacing: 0.2rem;
  padding: 2px 0 2px 0;
  text-align: center;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5))
}

.navbar{
  font-family: 'Oswald', sans-serif;
  border-bottom: 1px solid yellow;
}
  
.navbar-brand {
  font-family: 'Righteous', cursive;
  color: white;
  font-size: 20px;
  /*transition: color 0.4s linear;*/
  position: relative;
}

.navbar-brand:before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: yellow;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all .3s;
}


.navbar-brand:hover:before {
  color: white;
  width: 100%;
}

.navbar-brand:hover {
  color: white;
}
   
  
.nav-item a {
  color: white;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  margin: 0.5em;
}
    
.nav-item a:before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: yellow;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transition: all .3s;
}
    
.nav-item a:hover:before {
  width: 100%;
  left: 0;
}

.nav-item a:hover {
  color: white;
  letter-spacing: 1px;
}

#listado {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  color: white;
  background-color: rgb(4, 104, 4);
  cursor: pointer;
  width: 300px;
  margin: auto;
  margin-top: 10px;
  border: 1px solid white;
  border-radius: 10px;
  transition: 0.5s;
}

#listado:hover {
background: #eb34cf;
color: white;
transform: scale(1.10);
box-shadow: 0 0 5px #eb34cf,
                0 0 25px #eb34cf;
                /*0 0 50px #eb34cf;
               0 0 200px #eb34cf;
    -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);*/
  
}
#pdf {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  color: white;
  background-color: red;
  cursor: pointer;
  width: 300px;
  margin: auto;
  margin-top: 10px;
  border: 1px solid white;
  border-radius: 10px;
  transition: 0.5s;
}

#pdf:hover {
background: #eb34cf;
color: white;
transform: scale(1.10);
box-shadow: 0 0 5px #eb34cf,
                0 0 25px #eb34cf;
                /*0 0 50px #eb34cf;
               0 0 200px #eb34cf;
    -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);*/
  
}

#word {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  color: white;
  background-color: rgb(12, 114, 247);
  cursor: pointer;
  width: 300px;
  margin: auto;
  margin-top: 10px;
  border: 1px solid white;
  border-radius: 10px;
  transition: 0.5s;
}

#word:hover {
background: #eb34cf;
color: white;
transform: scale(1.10);
box-shadow: 0 0 5px #eb34cf,
                0 0 25px #eb34cf;
                /*0 0 50px #eb34cf;
               0 0 200px #eb34cf;
    -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);*/
  
}

/*#edicion {
font-family: 'Oswald', sans-serif;
}

  .lead {
    font-family: 'Ubuntu', sans-serif;
  }
  #tour {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: black;
    background-color: white;
    width: 250px;
    margin: auto;
  }
  
  .titulos {
    font-family: 'Oswald', sans-serif;
    background-color: black;
    color: white;
    padding: 2px 0 2px 0;
    text-align: center;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  .col-lg-12 img {
   padding: 0 3em 0 3em;
  }*/
  /*boton para arriba*/
  
  .up {
    position: fixed;
    color: rgb(221, 11, 148);
    font-size: 50px;
    padding: 0 20px;
    bottom: 150px;
    right: 0px;
    cursor: pointer;
    transition: all 0.4s linear;
    z-index: 1100;
  }
  
  .up:hover {
    color: yellow;
    transform: scale(1.10) translateY(-20px);
  }
  
  .footer{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    align-items: flex-start;
    justify-content: center;
  }
  
  .footer ul {
    margin: auto;
    list-style: none;
  }
  
  footer {
    background: black;
    color: #9f8807a4 !important;
    width: 100%;
    text-align: center;
    padding: 1em;
    align-self: flex-end; 
    border-top: 3px solid yellow;
    
  }
  
  .etapas {
    width: 100%;
    height: 1000px;
  }
  
  iframe {
    width: 100%;
    height: 100%;
    border-style: none;
    
  }

  /*slider*/
  #diapositiva {
    margin: auto;
    background-color: rgb(246, 248, 129);
    width: 1100px;
    height: 600px;
    padding: 5px;
  }
 

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.slider {
    position: relative;
    width: 1090px;
    height: 500px;
}

ul.slider li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: inherit;
    height: inherit;
    background-color: white;
    transition: opacity .5s;
}

ul.slider li img {
    width: 100%;
    height: 500px;
    
}

ul.slider li:first-child {
    opacity: 1;
}

ul.slider li:target {
    opacity: 1;
}


.menu {
    text-align: center;
    margin: 10px;
}

.menu li {
    display: inline-block;
    text-align: center;
}

.menu li a {
    display: inline-block;
    color: black;
    text-decoration: none;
    background-color: yellow;
    padding: 3px;
    border: 3px solid black;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    transition: all 0.3s linear;  
}

.menu li a:hover {
  background-color: black;
  color: white;
  border: 3px solid white;
}

.modal-content img {
  width: 100%;
}

.modal-content .btn {
  background: yellow;
  color: black;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5rem;
  transition: background 0.3s;
  border: 1px solid black;
}

.modal-content .btn:hover {
  background: black;
  color: yellow;
}

.modal-content .bi {
  font-size: 25px;
  margin-right: 5px;
}

#tb:hover {
transform: scale(1.10);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
         -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.card {
  height: 500px;
  background-image: url(../img/etapas/01.jpg);
  background-repeat: no-repeat;
  background-position: center
  
}

/*@media screen and (max-width: 1125px) {
 
 .nav-link {
    font-size: 15px;
    letter-spacing: 0;
  }
  
  
}*/

@media (max-width: 1024px) {
  .nav-item a {
    font-size: 15px;
  }
  #nav {
    background-color: black;
  }
}