
	  .swiper {
        width: 100% !important;
        height: 100%;
		margin: 0 auto;
		padding:0;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        color: #fff;
        /* 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;
      }
	  
	  
      .slide {width:100%; height:100%;}
	  .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover !important;
      }
	  
	  .swiper-slide p {position:absolute; width:auto; height:auto; font-family: "Urbanist", sans-serif;  font-size:4rem; font-weight:300; color:white; text-align:left; text-transform:uppercase;} 
	  .bot {right:15%; bottom:-2%;}
	  
     @media (max-width:35em) {
		.swiper-slide p, .portada p {position:absolute; bottom:10vh; left:2vw; font-family: "Urbanist", sans-serif;  font-size:2rem; font-weight:300;}
		
		.swiper-slide h5, .portada h5 {bottom:21%; right:5%; width: max-content;}
		.swiper-slide span {bottom:14%; left:5%;}
		.liga {bottom:14%; right:5%;}
	 }