
/*
Gold - #FAD52E
Alice Blue - #E3F2FD
Imperial red - #f2404c 
Rojo - #DD0426
Persian Indigo - #340068

*/


/*Eventos scroll*/
.scroll-bloqueado {
  overflow: hidden;
}


.contenedor-principal {
  height: 100vh;
  overflow-y: auto;

  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  
}

.contenedor-principal::-webkit-scrollbar {
  display: none; /* Chrome, Safari y Edge */
}

/*viaje_despegar*/


.viaje{
    width: 1520px;
    position: relative;
    background:rgba(227, 242, 253, 0.40);

    display: block;
  
}



/*PantallasFalsas*/

.pantalla-falsa {
    width: 1520px;
    height: 100vh;

}

.pantalla-falsa:nth-child(1)  { background: #FAD52E; }
.pantalla-falsa:nth-child(2)  { background: #E3F2FD; }
.pantalla-falsa:nth-child(3)  { background: #f2404c; }
.pantalla-falsa:nth-child(4)  { background: #DD0426; }
.pantalla-falsa:nth-child(5)  { background: #340068; }

.pantalla-falsa:nth-child(6)  { background: #FAD52E; }
.pantalla-falsa:nth-child(7)  { background: #E3F2FD; }
.pantalla-falsa:nth-child(8)  { background: #f2404c; }
.pantalla-falsa:nth-child(9)  { background: #DD0426; }

.pantalla-falsa:nth-child(10)  { background: #340068; }
.pantalla-falsa:nth-child(11)  { background: #FAD52E; }
.pantalla-falsa:nth-child(12)  { background: #E3F2FD; }
.pantalla-falsa:nth-child(13)  { background: #f2404c; }
.pantalla-falsa:nth-child(14)  { background: #DD0426; }

.pantalla-falsa:nth-child(15)  { background: #340068; }
.pantalla-falsa:nth-child(16)  { background: #FAD52E; }
.pantalla-falsa:nth-child(17)  { background: #E3F2FD; }
.pantalla-falsa:nth-child(18)  { background: #f2404c; }
.pantalla-falsa:nth-child(19)  { background: #DD0426; }

.pantalla-falsa:nth-child(20)  { background: #340068; }
