body{
    font-family: 'Roboto', sans-serif;
    background-color:#FFFFFF;
}
.texto{
    font-family: 'Roboto', sans-serif;
    
    font-size:26px;
}
.amarelo{
    color:#e9e121;   
}
.roxo{
    color:#2b265b;
}
.bg-cinza{
    background-color:#f5f5f5;
}
.bg-amarelo{
    background-color:#e9e121;
}
.bg-roxo{
    background-color:#2b265b;
}
.bg-branco{
    background-color:#FFFFFF;
}

.texto-menu{
    color: #686868;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.texto-menu:hover{
    color:#4a4791 !important;
}
.menu-superior{

    line-height:60px
}
.botao-contato{
    text-align: right;
    padding-bottom:40px;
}
/* Logo do topo */
@media (max-width: 767px) {
    .logo-topo {
      text-align: center !important;
    }
  }

.imagem-banner{
    background-image: url(../img/banner_pagina_inicial.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 768px;
}

  @media (max-width: 767px) {
    .imagem-banner {
        background-image: url(../img/celular.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 300px;
    }
  }

  .titulos-pagina-inicial{
    font-weight:bold; 
    font-size:36px; 
    padding:40px 0px;
  }