
		.swiper-container {
         width: 100%;
       }
       
       .swiper-slide {
         text-align: left;
          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: initial;
         justify-content: center;
         -webkit-box-align: center;
         -ms-flex-align: center;
         -webkit-align-items: center;
         align-items: center;
       }
       .swiper-slide .titulo  {
       margin-right: auto;
       margin-left: 15%;
       font-weight: 300;
       margin-bottom: 2%;
       text-align: center;
       color: white;
       font-weight: bold;
       text-shadow:2px 1px 1px rgb(44, 44, 44);
       font-family: Arial, Helvetica, sans-serif;
       font-size: 3rem;
       }
       .swiper-slide .titulo2  {
          
       font-weight: bolder;
       margin-bottom: 2%;
       line-height: 1em;
       text-align: center;
       
       color: white;
       /* font-weight: bolder; */
       text-shadow:2px 1px 1px rgb(44, 44, 44);
       font-family: Arial, Helvetica, sans-serif;
       }
      div.titulo2>h1{
          font-weight: 700;
       }
       div.catalogoCTA{
          font-weight: 500;
       }
       .swiper-slide .subtitle {
          font-size: 21px;
          flex-direction: column;
          color: white;
       }
       .swiper-slide .text {
          font-size: 16px;
          max-width: 400px;
          margin-right: auto;
          margin-left: 15%;
          line-height: 1.3;
          font-weight: bolder;
          font-family: Arial, Helvetica, sans-serif;
          text-shadow:2px 1px 1px rgb(44, 44, 44);
       }