/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/



/*Cores para os Swipers/Sliders*/
.swiper {
    width: 70%;
    height: 300px;
    margin: 20px auto;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-button-next,
  .swiper-button-prev{
      padding: 30px;
      
      border-radius: 100%;
      /*background-color: rgb(160, 14, 14);*/
  }