body {
    padding-top: 66px;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 28%, rgba(8,54,68,1) 76%, rgba(22,99,116,1) 100%);
}
.tipografia{
    font-family: 'Poppins', sans-serif;
}
.navbar {
   background-color: transparent;
}
.banner{
    background: rgba(1, 5, 5, 0.6);
}
.banner .nav-link {
    color: azure;
}
.banner .nav-link:hover {
    color: #0999b1;
}
.bannersecundario {
    background-color: black;
}
section {
    width: 100%;
    height: 93vh;
    padding-top: 10vh;
    /* background-position: center;
    background-image: url('/img/fondopianoclasico.jpg');
    background-size: cover; */

}
.section-container {
    position: relative;
    overflow: hidden;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.titulo {
    font-size: 14em;
    font-family: 'Orbitron', sans-serif;
    color: #0999b1;
    margin-top: 20px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.8);
}
.imagen-carrousel{
    box-shadow: rgba(6, 191, 211, 0.4) 5px 5px, rgba(6, 191, 211, 0.3) 10px 10px, rgba(6, 191, 211, 0.2) 15px 15px, rgba(6, 191, 211, 0.1) 20px 20px, rgba(6, 191, 211, 0.05) 25px 25px;
}
.imagen-carrousel {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .imagen-carrousel:hover, .imagen-carrousel:focus, .imagen-carrousel:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }

.informativo{
    color: white;
}
.lema {
    font-family: 'Orbitron', sans-serif;
    font-size: 8vh;
    color: white;
}
nav {
    background-color: bisque;
}
footer {
    background-color: blueviolet;
}

.containerVistas{
    color: white;
}

.carousel-item {
    display: flex;
    align-items: center;
    height: 31rem;
}
.carousel-item img {
    width: 100%;
    height: auto;
  }
.borde{
    /* border-top: 1px solid #083644; */
    border-bottom: 1px solid #489fb9;
}
.borde-esfera{
    width: 100px; height: 100px; 
    background: radial-gradient(circle, #00f7ff, #9c9c9c);
    box-shadow: 0 0 10px 5px #00f7ff, 0 0 5px 2px #ceaabf;
}
footer{
    background-color: black;
}
.img-formulario{
    background-position: center;
    background-image: url('/img/fondopiano.jpg');
    background-size: cover;
}
.formulario{
    background-color: rgb(0,0,0,0.5);
    border-radius: 2px;
}
input{
    background-color: rgb(0,0,0,0.5);
}
.Opinion{
    background-position: center;
    background-image: url('/img/traingulo.svg');
    background-size: cover;
}

@media screen and (max-width: 1000px) {
    .titulo {
        padding-top: 10vh;
        font-size: 6em;
    }

    .lema {
        font-size: 3vh;
    }
    .carousel-item{
        height: 65vh;
    }
}


/* Animaciones */
.rotate-in-2-bck-cw {
	-webkit-animation: rotate-in-2-bck-cw 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: rotate-in-2-bck-cw 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


  
 @-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  