.swiper-container {
	width: 100%;
	height: 100%;
  }
  .swiper-slide {
	background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 665px;
  }
  .swiper-slide .title {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Cormorant Infant', serif;
    font-size: 1em;
    /* font-weight: 600; */
    text-transform: uppercase;
    /* color: #d7b908;
    text-shadow: 0 4px 0 #41330a; */
    color: #41330a;
    text-shadow: -2.5px 0.5px 0px #ffd200;
  }
  .swiper-slide .subtitle {
  font-size: 0.5em;
  font-family: 'Cormorant Infant', serif;
  }
  .swiper-slide .text {
    font-size: 0.35em;
    line-height: 1.3;
    font-family: 'Cormorant Infant', serif;
    }
    .text_notable{
      text-transform: uppercase;
      color: #d7b908;
      font-size: 17px;
      /* color: #41330a; */
      /* font-weight: 600; */
      /* text-shadow: -1px 0.4px 1px #d7b908; */
    }
   .swiper-slide-active .title_slide_uno {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: bounceInRight;
   }
   .swiper-slide-active .subtitle_slide_uno {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: fadeInLeft;
   }
   .swiper-slide-active .text_slide_uno {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: fadeInLeft;
   }
   .swiper-slide-active .btn_slide_uno {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: backInUp;
   }
   .swiper-slide-active .title_slide_dos {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: backInDown;
   }
   .swiper-slide-active .subtitle_slide_dos {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: fadeInRight;
   }
   .swiper-slide-active .text_slide_dos {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: fadeInRight;
   }
   .swiper-slide-active .btn_slide_dos {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: fadeIn;
   }

   .swiper-slide-active .title_slide_tres {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: fadeInTopLeft;
   }
   .swiper-slide-active .subtitle_slide_tres {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: fadeInRight;
   }
   .swiper-slide-active .text_slide_tres {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: fadeInLeft;
   }
   .swiper-slide-active .btn_slide_tres {
    -webkit-animation-duration: 3000ms!important;
    -moz-animation-duration: 3000ms!important;
    animation-duration: 3000ms!important;
    animation-name: fadeInRight;
   }
   .back_slide {
     background: rgb(0, 0, 0, 0.3);
     width: 100%;
     height: 100%;
     position: absolute;
     z-index: -1;
   }
  .swiper-slide .btn_pb
  {
    background: none;
    border-radius: 2em;
    border: 4px solid white;
    color: white;
    text-align: center;
    font-size: 0.5em;
  }
  .swiper-slide .btn_pb:focus
  {
    outline: none;
  }
  .btn_pb span {
    font-size: 24px;
    font-family: 'Cabin', sans-serif;
  }

  