body{
  margin: 0;
  padding: 0;
}

.swiper {
    z-index: 0;
    display: flex; justify-content: center; align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
  }

  .swiper:hover{
    cursor: grab;
  }
  .swiper:press{
    cursor: grabbing;
  }



.swiper-button-prev,
.swiper-button-next{
    color: var(--red);
    display: none;
}
.swiper-pagination{
    display: none;
}
.swiper-pagination-bullet{ background-color: var(--red);}



.comitiva_portada_logo img {width: 60%; height: auto; text-shadow: 0 0 5px #000;}
.comitiva_portada_logo{
  z-index: 1;
  position: fixed; top: calc(50% - 150px); left: 4%;
  width: 50%;
  height: min-content;
  user-select: none;
  background-color: transparent;
  filter:drop-shadow(1px 1px 10px rgba(0,0,0, .5));
  box-sizing: border-box;
  pointer-events: none;
}

.img-slider{ 
  background-size: cover; 
  background-position: center;

}

.img-1{ background-image: url(../img/home/comitiva-12.jpg); }
.img-2{ background-image: url(../img/home/comitiva-13.jpg);}
.img-3{ background-image: url(../img/home/comitiva-3.jpg);}
.img-4{ background-image: url(../img/home/comitiva-15.jpg);}
.img-0{ background-image: url(../img/desayunos/02.jpg);}
.img-5{ background-image: url(../img/home/comitiva-1.jpg);}
.img-6{ background-image: url(../img/home/comitiva-17.jpg);}
.img-7{ background-image: url(../img/home/comitiva-2.jpg);}
.img-8{ background-image: url(../img/home/comitiva-10.jpg);}
.img-9{ background-image: url(../img/home/comitiva-7.jpg);}


@media screen and ( max-width: 500px ) {
  .comitiva_portada_logo img {width: 100%; height: auto; text-shadow: 0 0 5px #000;}
  .comitiva_portada_logo{ top:20%}
  .swiper { height: 50vh;}
}



