html {
    scroll-behavior: smooth;
  }
.bounce {
    animation: bounce 2s infinite;
  }
  .arrow
{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;

  /**
   * Dark Arrow Down
   */
  background-image: url('./img/whiteArrow.png');
  background-size: contain;
}
video[poster]{
height:50%;
}
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
body{
    background-color: black !important;
    font-family: 'Cormorant Garamond', serif !important;
}
.wallpaper{
    height: 100vh;
    position: relative;
}
/*HEADER*/
#myTopnav{
    position: fixed;
    width: 100%;
    z-index: 1;
}
.nav-item a{
    color: white !important;
}
#redSocial{
    height: 27px;
    margin-top: auto;
    margin-bottom: auto;
}
.alturaNav{
      max-width: 30%;
    max-height: 6rem;
}
.navbar-brand {
    float: left;
    height: 6rem !important;
  }
.alturaNav img{
    width: 10%;
    margin-left: 15rem;
}
/*OPCIONES*/
.options{
    margin-top: 10rem;
    color: black;
}
.options .col-12{
    padding: 0;
}
.teatro{
    background-image: url(./img/equilibrio.PNG);
    background-size: cover;
    height: 50vh;
}
.baile{
    background-image: url(./img/IMG_7808.JPG);
    background-size: cover;
    height: 50vh;
    background-position: bottom;
}
.amenizacion{
    background-color: black;
    height: 50vh;
    display: grid;
    place-items: center;
    color: white;
    text-transform: uppercase;
}
.finFiesta{
    background-color: black;
    height: 50vh;
    display: grid;
    place-items: center;
    color:white;
    text-transform: uppercase;

}
.amenizacion img{
    box-shadow: 10px 10px 5px rgb(88,162,228);
}
.amenizacion img:active {
    box-shadow: 10px 10px 5px #9EC3E3;
    transform: translateY(4px);
  }
.option__photo{
    display: inline-block;
}
.animacion{
    display: inline-block;
}
.animacion img{
    box-shadow: 10px 10px 5px rgb(218,71,234);
}
.animacion img:active {
    box-shadow: 10px 10px 5px #E298EB;
    transform: translateY(4px);
  }
.option_text{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.patxiurchegui{
    margin: 8rem auto 6rem;
    color: white;
    text-align: justify;
    font-size: 2ch;
    line-height: 1.6;
}
.patxiurchegui h1, .patxiurchegui h3{
    text-align: center;
}

.patxiurchegui h3{
    margin-bottom: 2rem;
}
/*ABOUT US*/
.about{
    background: black;
    min-height: 70vh;
    padding: 4rem;
}
#galeria img{
    width: 100%;
}
#galeria {
    margin: 1rem auto 10rem;
    width:100%;
    max-width: 70vw;
    column-count: 4;
    -webkit-column-span:all;
column-span:all;
}
figure{
    margin: 1rem 0  !important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: flex-end !important;
}
.scrolled{
  background-color: rgba(0, 0, 0, 0.5);
}
.about__more{
  text-align: center;
  text-decoration: underline;
  color: white;
  font-weight: bold;
}
.about__more a{
  color: white;
}
#amenizacion , #baile {
  padding-top: 10vh;
}
#amenizacion p, #baile p{
  color: white;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #contacto{
    height: 100vh;
  }
  .arrow {
    bottom: 15vh;
  }
  #amenizacion video, #baile video{
  width: 100%;
  }
    #galeria {
        columns:2;
    }
    .alturaNav img {
    width: 50%;
     margin-left: 0 !important;
}

.navbar-collapse.in {
    background: black;
    height: 100vh;
    text-align: center;
}
.about__title{
  font-size: 3ch;
}
.about__text{
  margin: 10rem auto !important;
}

.navbar-toggler{
  margin-right:2rem;
}
.scrolled{
  background: black
}
.finFiesta{
    position: absolute !important;
    z-index: 99;
    background: transparent;
}
#fondoFormulario{
    background: transparent !important;
}
.contacto{
    position: absolute !important;
    opacity: 0.3;
    background-size: cover !important;
    height: 100vh;
}

.amenizacion{
    position: absolute !important;
    z-index: 99;
    background: transparent;
    top: 0;
}
.baile, .teatro{
    opacity: 0.5;
}
}
#amenizacion h1, #baile h1{
color: white;
  margin-top: 5rem;
}
/* Móviles en vertical */

@media (max-width: 480px) {
    #galeria {
        columns: 2;
    }
}
/*CAROUSEL*/

.pad15 img{
    width: 100%;
}
    .MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(25% - 10px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
/*FOOTER*/
.footer{
    color: white;
    padding-top: 15rem;
    padding-bottom: 5rem;
}
.footer img{
    width: 5%;
}
#footer{
    text-align: center;
}
#correo{
    color: #FFC258;
}
#direccion{
    margin-top: 1rem;
    margin-bottom: 0;
}
.empresa{
    border-top: 5px solid #FFC258;
    width: 101px;
    margin: auto;
    margin-bottom: 0.5rem
}
#empresa {
    margin-top: 1rem;
    color: white;
}
#empresa a{
    color: white;
}

/*CONTACTO*/
.info__legal p{
    font-size: 10px;
    color: white;
    text-align: justify;
}
#contacto .navbar-light .navbar-nav .nav-link {
    color: white;
}
#row{
    padding-bottom: 5%;
}
#contacto{
    background: black;
}
#contacto .parallax1{
    background: black;
}
.contacto {
    background-image: url("./img/patxiurchegui/Captura.PNG");
    background-color: #333;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 70rem;

}
.section{
display: flex;
}
#fondoFormulario{
    background: #333;
    display: grid;
    place-content: center;
    height: 70rem
}
#fondoFormulario h3{
    text-align: center;
    color: white;
}
.about__title{
    width:100vw;
    text-align: center;
    color: white;
}
.about__title h3{
padding-top: 10rem;
 font-size: 4ch;
}
figcaption{
  color: white;
}
.about__text{
    width:50vw;
    text-align: center;
    color: white;
    margin: 5rem auto;
    font-size: 3.5ch;
}
#fondoFormulario input{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid grey;
    color: white
}
::placeholder{
    color: white;
}
#fondoFormulario textarea {
    width: 100%;
    height: 20vh;
    background: transparent;
    border: none;
    border-bottom: 2px solid grey;
    resize: none;
    color: white
}
#fondoFormulario .row{
    margin: 1rem 0;
}
.nombre{
    padding-left: 0;
}
.apellido{
    padding-right: 0;
}
.formulario{
    margin-top: 4rem !important;
}
.parent{
    display: grid;
    place-items: center;
}
#boton{
    display: grid;
    place-items: center;
    margin: 3rem auto;

}
.boton {
    border: 1px #212735 !important;
    background: #FFC258 !important;
    color: #212735 !important;
    height: 3rem;
    border-radius: 8px;
    box-shadow: 0 12px 16px 0 rgb(255,194,89,.4), 0 17px 50px 0 rgb(255,194,89,.19);
}
    .boton:active {
    background-color: #FFC258;
    box-shadow: 0 5px #FFC258;
    transform: translateY(4px);
    border:none;
  }
  .boton:focus {
  outline: none;
  }
  /*MODAL*/
  .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  /* Modal Content/Box */
  .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
  text-align: center;
  }

  /* The Close Button */
  .close {
  color: red;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
  }

  .close:hover,
  .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  }
