/*! 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/final.jpg);
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}


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

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

.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;
}

#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;
}

.titulo {
  width: 100%;
  margin: auto;
  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))
}

.col-lg-12 img {
   padding: 0 3em 0 3em;
}

  /*boton para arriba*/
  
  .up {
    position: fixed;
    color: rgb(45, 248, 5);
    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;  
}
.final {
    width: 100%;
    height: 6500px;
}
  
iframe {
    width: 100%;
    height: 100%;
    border-style: none;
}
  
@media (max-width: 1024px) {
    .nav-item a {
      font-size: 15px;
    }
    #nav {
      background-color: black;
    }
  }