body { 
  font-family: "Franklin Gothic Book" !important;
}

body.dark{
  background: #000;
}

body.light
{
  background: #fff;
}


.container-img .btn {
  position: fixed;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 12px;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.carta-imagen{  
  padding-top: 1rem;
  padding-bottom: 2rem;
}

img.img-menu {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 1080px;
  margin: auto;
  padding-bottom: 3rem;
}

footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  align-self: flex-end;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-shadow: none;
  font-size: 12px;
}

.dark footer
{
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.2);

}

.light footer
{
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 1);
}

footer p{
  margin: 0px;
}

.img-landin {  
  max-height: 20px;
}


.swiper-container {
  width: 100%;
  height: 100%;
}

.dark .swiper-slide
{
  background: #000 !important;
}

.light .swiper-slide
{
  background: #fff !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* 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-pagination-bullet-active {
  background-color: #009e60 !important;
}

.light .swiper-pagination-bullet {
  background: #000;
  opacity: 0.2 !important;
}

.dark .swiper-pagination-bullet {
  background:  #fff;
  opacity: 0.8 !important;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
}

.swiper-button-next {
  color: #009e60 !important;
}

.swiper-button-prev
{
  color: #009e60 !important;
}

.swiper-pagination {
  bottom: 95% !important;
}

.swiper-slide {
  overflow-y: scroll;
}