/*BIG BLUE BUS*/
.bus-align {
  background-color: #eaf4fb;
  display: flex;
  justify-content: center;
  padding: 0px 200px 0px 200px;
}

.bus-wrap{
  position: relative;
  width: 100%;
}

.bus-img{
  width: 100%;
  height: auto;
  display: block;
}

.win{
  position: absolute;
  display: block;
  margin-top: 20px;
  background: transparent;
}

/* ===== JANELAS DE CIMA + DE BAIXO ===== */
.win, .win-services, .win-book, .win-menu, .win-contact, .win-blog, .win-down-photo, .win-down-about{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #0769b3;
  text-align: center;
  align-content: center;
  align-items: center;
  transition: 0.2s all ease-in-out;
  border-radius: 10px;
  background-color: #eaf4fb;
  border: 2px solid #0769b3;
  text-decoration: none;
}
.win-down-gif1, .win-down-gif2{
  border: 2px solid #013761;
  outline: 2px solid rgba(255,255,255,.6);
  outline-offset: 2px;
    cursor: default !important;
  color: tomato;
  background-color: white;

  border-radius: 10px;
}


.win-home{ left: 4%;  top: 10%; width: 17%; height: 13%; }
.win-services{ left: 23%; top: 10%; width: 17%; height: 13%; }
.win-book{ left: 42%; top: 10%; width: 17%; height: 13%; }
.win-menu{ left: 61%; top: 10%; width: 17%; height: 13%; }
.win-contact{ left: 80%; top: 10%; width: 17%; height: 13%; }
.win-blog{ left: 85%; top: 10%; width: 17%; height: 13%; }

.win-down-about{ left: 20%; top: 43%; width: 14%; height: 12%; }
.win-down-gif1{ left: 36%; top: 43%; width: 19%; height: 12%; }
.win-down-gif2{ left: 57%; top: 43%; width: 19%; height: 12%; }
.win-down-photo{ left: 78%; top: 43%; width: 14%; height: 12%; }

.win:hover{
  border: 2px solid #013761;
  outline: 2px solid rgba(255,255,255,.6);
  outline-offset: 2px;
  font-size: 20px;
  color: #013761;
  background-color: white;
  transition: 0.2s all ease-in-out;
  border-radius: 10px;
}

/* =======================================================
   NOVA "JANELA" menu-image (em cima de tudo, dentro do bus)
   ======================================================= */
.menu-image-window {
    position: absolute;
    left: 57%;
    top: 62%;
    height: 20%;
    z-index: 20;
    border-radius: 2px;
    overflow: hidden;
    cursor: zoom-in;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);

    /* animações */
    transition: 
      transform .25s ease,
      box-shadow .22s ease;
}

.menu-image-window:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .24);
    transform: rotate(-4deg);
}

.menu-image-window img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===================
   MODAL fullscreen
   =================== */
.menu-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;

  background: rgba(0,0,0,.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.menu-modal.is-open{
  opacity: 1;
  pointer-events: auto;
}

.menu-modal__content{
  width: min(92vw, 1100px);
  max-height: 88vh;
  transform: scale(.97);
  transition: transform .22s ease;
}

.menu-modal.is-open .menu-modal__content{
  transform: scale(1);
}

.menu-modal__img{
  width: 100%;
  height: auto;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 16px;
  cursor: zoom-out;
  display: block;
}

/* card que vai ter vídeo */
.win-video{
  overflow: hidden;
  position: absolute; /* mantém o comportamento do seu .win */
}

/* vídeo preenchendo o card */
.win-video__media{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* link por cima do vídeo (pra continuar clicável) */
.win-video__link{
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  border-radius: 10px;
}

/* opcional: efeito suave */
.win-video:hover .win-video__media{

  transition: 0.25s ease;
}


/*FIM BIG BLUE BUS*/


/*LITTLE BIG BLUE BUS*/
.hero-content-little-big-blue-bus{
  position: relative;
}

/* container do bus pequeno */
.little-bus-wrap{
  position: relative;


}

.little-bus-img{

  height: auto;
  display: block;
}


.hero-content-little-big-blue-bus{
  position: relative;
}

/* container do bus pequeno */
.little-bus-wrap{
  position: relative;
}

/* imagem do mini bus */
.little-bus-img{
  height: auto;
  display: block;
}



/* ✅ menu do lado direito, na mesma linha */
.little-menu-window{
  position: absolute;

  /* mesma linha da janela */
  top: 44%;

  /* começa exatamente depois da janela */
  left: calc(43% + 35% + 2%);

  /* tamanho do menu */

  height: 22%;




  background-color: #eaf4fb;
  overflow: hidden;

  cursor: zoom-in;
  z-index: 20;
 box-shadow: 0 10px 25px rgba(0, 0, 0, .12);

    /* animações */
    transition: 
      transform .25s ease,
      box-shadow .22s ease;
}

.little-menu-window:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .24);
    transform: rotate(-4deg);
}
.little-menu-window img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.little-socials{
  position: absolute;
  left: 43%;
  top: 44%;
  width: 35%;
  height: 30%;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 7px solid #f4af42;
  background-color: #eaf4fb;

  padding: 10px 12px;
  box-sizing: border-box;
  overflow: hidden;
}

.little-socials__title {
 
    font-weight: 800;
    font-size: 12px;
    font-size: 20px;
    color: #0769b3;
    margin-bottom: 6px;
}

.little-socials__row {
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #013761;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
}
.little-socials i{
background-color: #013761;
  color: white;
  border-radius: 50%;
  padding: 4px 6px;
  font-size: 14px;
    margin-right: 5px;
  line-height: 1;transition: 0.2s;
}
.little-socials i:hover{
  background-color: #0769b3;
  color: white;
  transition: 0.2s;
  cursor: pointer;
}

/* 2 ícones na mesma linha */
.little-socials__icons{

  gap: 6px;
  justify-content: center;
}

/* 1 ícone */
.little-socials__icon{
  width: 30px;
  text-align: center;
}

/* texto */
.little-socials__text{
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* link por cima (opcional) */
.little-socials__link{
  position: absolute;
  inset: 0;
  z-index: 10;
}

@media (max-width: 1200px) {
     .bus-row {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 0px;
    width: 100%;
}
}

/*FIM LITTLE BIG BLUE BUS*/