.cursor{
	cursor:pointer;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  background: #292929;

  /* Center slide text vertically */
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;*/
}

.swiper-slide img{
	height: 100vh ;
}
.partners{
	max-width: 150px;
}

.font-20{
	font-size: 20px;
}

.color-oro{
  color: #c5a47e;
}

.img-responsivo{
  height: 100vh;
  display: none;
}

@media (max-width: 575.98px) {
  .mt-100{
    margin-top: 50px!important;
  }

  .pb-100 {
    padding-bottom: 50px!important;
  }

  .pt-100 {
    padding-bottom: 50px!important;
  }

  .contact .item{
    text-align: center;
  }

  .modal{
    margin-top: 100px;
  }
  .img-responsivo{
    height: 100vh;
    display: inline;
  }
  .centrado-movil{
    text-align:center;
  }
}