/*Estilos para el bloque de servicios*/


.trusted-heading {
    color: #00234D;
    display: table-cell;
    vertical-align: middle;}
  
  .trusted-subheading {
    color: #77889B;
    margin-top: 5px; }
  
  .trusted-subheading-2 {
    color: #000; }
  
  .trusted-subheading-3 {
    color: #b9b9b9; }
  
  .trusted-badge {
    margin-top: 24px;
    padding: 40px;
    height: 100%;
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
    background-color: #f5f5f5;
    border-radius: 8px;
transition: ease 0.2s;}

.trusted-badge:hover{
    background-color: #dadada;
}
  
  .trusted-row > div {
    height: 100%; }
  
  .icon-trusted {
    max-width: 50px; }
  
  .trusted-content {
    padding: 40px;
    min-height: 130px;
    display: table; 
    }
  
  .trusted-section-inner {
    margin-top: -24px; }

@media (max-width: 1439px) {
  .trusted-badge {
    padding: 40px 25px; }
  .trusted-heading {
    font-size: 16px; }
  .trusted-subheading {
    font-size: 14px; } }

@media (max-width: 1199px){
  .trusted-content {
    text-align: center;}
  .trusted-badge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
}
