body{
    background: linear-gradient(180deg, #001124 0%, #0D6FBF 100%);
}

.links{
    color: #fff;       
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */    
}

a:hover {
  text-decoration:underline;
}


.logotipo{
    width: 189px;
    height: 94px;
    flex-shrink: 0;
}

.bandeiras{
    margin-left:5px;
    margin-right:10px;
}

.navbar-nav > li{
    margin-left:16px;
    margin-right:16px;
    font-size: 20px;
  }


  .banner
  {    
    height: 632px;    
  }

  .cabecalhos{
    color: #fff;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 113.333% */
  }

  .textos{
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }

  .textoServicos{
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    padding: 20 10 10 20;

    background-color: #005C74;

    min-height:180px !important;
  }
  

  .abaservico a:active {
    background-color: #005C74;    
  }

  .textoAba{
    color:#C2D1D4;
  }

  .nav-tabs .nav-item .nav-link.active {
    background-color: #005C74 !important;
    border: 0;
    color:  #ffff !important;    
  }

  .icoVendas
  {
    border-radius: 50px;
    background-color:  #001868;
    width: 40px;
    height: 40px;
  }

  .divServicos{
    min-height: 100px;

  }

  .cabecalhoProduto{
    color: #000;
    /* H2 */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; 
  }

  .divProdutos{
    background-color: #D6E5E9 ;
    min-height: 605px;
  }

  

  .cardTitulo{    
    height: 100px;
    background-color: #001D7E;
    color: #EBEBEB;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */    
  }

  .cardTexto
  {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }

  .cardBox{            
    border-color: #001D7E;
    
  }


  .cabecalhoparceiros{
    color: #fff;
    /* H2 */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; 
  }


  .logotipoRodape{
    width: 231px;
    height: 96px;
    flex-shrink: 0;
}

  .rodape{
    color: #fff;
  }

  .rodapeNome{
        color: #001124;        
        
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; 
  }
  
  .rodapeDireitos{
    color: #001124;        
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
  }

  .rodapeEndereco{
    color: #fff;

    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    line-height: 1.6;
    white-space: nowrap !important; 
}

.linkemail{
  color: #fff;

  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.parceiros {
  display: table;
  vertical-align: middle;
  display: table-cell;
}
.parceiros a {
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 600px) {
  .rodapediv{display: flex; justify-content: center; align-items: center; }
  .textoAba{word-wrap:break-word; font-size: 14px; }
}

@media (max-width: 300px) {
  .rodapediv{display: flex; justify-content: center; align-items: center; }
  .textoAba{word-wrap:break-word; font-size: 8px; }
  .cardTitulo{font-size: 17px !important;}
}

@media (max-width: 360px) {  
  .cardTitulo{font-size: 17px !important;}
  .rodapeEndereco{font-size: 13px !important;}
}

@media (max-width: 720px) {  
  .cardTitulo{font-size: 17px !important;}
}
