/*
 ESTILOS WP GENRALES
 */
 .centered-paragraph {
    margin: 0 auto;
    max-width: none;
    white-space: unset;
    width: 100%;
    background: #f9f5f1;
 }
 /*
 FIN ESTILOS WP GENRALES
 */
 .text-center{
   text-align: center;
 }
 .scrollable-cards__scroll-box {
     justify-content: center;
 }
 
 .card-slider__slider__slide__link__texts__button{
   margin: 20px auto;
 }
 
 .scrollable-cards__scroll-box__card {
     border-bottom: none;
 }
 
 .tipologia{
     font-size: 18px;
 }
 
 .tipologia a{
 color: #666;
 text-decoration: underline;
}

.tobii__btn--previous{
  display: none;
}

.tobii__btn--next{
  display: none;
}

.tobii__counter{
  display: none;
}

  @media only screen and (max-device-width: 812px) {
  .text-left-xs{
    text-align: left !important;
  }
  
}