a.btn, button.btn {
  font-weight: 600;
}

.plataforma-interaction{
  min-width: 215px;
  max-width: 250px;
  color: white;
  line-height: 34px;
}

@media screen and (max-width: 500px){
  .plataforma-interaction{
    display:block;
    margin: 10px auto;
  }
}

@media screen and (max-width: 500px){
  .phone-download{
    display:block;
    margin: 10px auto;
  }
}

.platforms-empty-space{
  width:100%;
  height:115px;
}
#custom_header{
  position:fixed; 
  left:0; 
  right:0; 
  top:65px; 
  z-index: 330; 
  background-color:#f0f0f0
}
#custom_header .container{
  height:45px;
}
@media screen and (min-width: 767px) and (max-width: 1220px){
  #custom_header{
    top:99px; 
  }
}

@media screen and (max-width: 766px){
  #custom_header{
    top:60px; 
  }
}

/* at-demo-download-buttons */

.at-demo-download-buttons{
  float:left;
  margin:2px;
}
.at-demo-download-buttons button.btn.btn-normal{
  text-transform: uppercase;
}

/* All columns same height */
@media screen and (min-width: 900px){
  .table-cols-equal-height-row.row {
  display: table;
  }

  .table-cols-equal-height-row .is-col {
    float: none;
    display: table-cell;
  }
  .table-cols-equal-height-row .is-col.indicador-riesgos{
    vertical-align: middle;
  }
}

@media screen and (max-width: 900px){
  .table-cols-equal-height-row .is-col.indicador-riesgos{
    margin-top:30px;
  }
  .text-align-center{

    margin-top:10px;
    text-align:center;
  }

.activotrade-demo-success h3{
  font-family: 'Open Sans'
}