

#index{
    height: calc(100vh - 212px);
    max-height: calc(100vh - 212px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #F5F5F5;
}

#container-index{
    width:80%;
    max-width:80%;
    height:100%;
    margin:0 auto;
    background:#FEFFEC;
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
}




/* SWIPER =================================== */

.swiper {
    width: 80%;
    height: 80%;
  }
  
  .swiper-slide {
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .slide_1 {background-color: #643ca3;} 
  .slide_2 {background-color: #e38364;}  
  .slide_3 {background-color: #faf47a;}
  .slide_4 {background-color: #64e3c1;}
  .slide_5 {background-color: #9e6ffd;}


  div.swiper-button-next,
  div.swiper-button-prev {
    top: 43%;
    background:yellow;
    width:60px;
    height:60px;
  }

.swiper-arrows{
    position: absolute;
    width: 100%;
    background: red;
    display: flex;
    height: 100px;
}
  