section.financiacion .destacados{
  float:left;
}
section.financiacion .destacados li{
    background-color: #CCC;
    border-radius: 10px;
    margin: 5px 5px 0 0;
    /*padding: 5px 15px;
    width: auto!important;*/
}
section.financiacion .slider .buttons {
  top:18px;
}
section.financiacion #sliderFinance {
    -webkit-transition: 0s;
    transition: 0s;
}
section.financiacion .viewport{
  height:60px;
}
section.financiacion .viewport .bannerdestacado img{
	margin: auto;
    display: table;
}
section.financiacion ul li{
    cursor: default;
    display:inline-block;
    margin-top:3px !important;
    padding: 5px 5px 0 5px;
    text-align: center;
}
section.financiacion ul li img{
  border-radius:5px;
  height:auto;
  width:100%;
}

section.financiacion h2{
  color: var(--tts-primary-color);
  font-size: 24px;
  text-align: center;
}
/*
@media (min-width: 1200px){
    section.financiacion li{
        width: 147.5px;
    }
}
@media (max-width: 1199px){
    section.financiacion li{
        width: 158.333333px;
    }
}
@media (max-width: 991px){
    section.financiacion li{
        width: 148px;
    }
}
@media (max-width: 767px){
    section.financiacion li{
        width: 156px;
    }
}
*/

.financiacion-tts{
  display: block;
  margin: auto;
  width: 100%;
}

.financiacion-tts-mobile{
  display: none;
}

@media (max-width: 767px){
  section.financiacion .destacados{
    float:none;
    text-align:center;
  }
  section.financiacion .slider .buttons{
    font-size:14px;
    font-weight:bold;
    height:26px;
    line-height:26px;
    top:13px;
    width:26px;
  }

  .financiacion-tts{
    display: none;
  }

  .financiacion-tts-mobile{
    display: block;
    margin: auto;
    width: 100%;
  }
}
/* HAY QUE AJUSTARLO CON JQUERY PARA LAS PANTALLAS INFERIORES A 500PX */
/* SEGURMENTE HAYA QUE DEFINIR TAMBIEN EL .overview (viewport x 4) */
