.parallax1{
    /* The image used */
    background-image: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),url('../images/office.jpg');
    height:180px;
    background-color:#ffddaa;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax2{
    /* The image used */
    /*background-image: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),url('../images/office2.jpg');*/
      background-image: linear-gradient(90deg, rgba(0, 0, 0, .6), transparent),url('../images/office2.jpg');
    height:180px;
    background-color:#ffddaa;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }

@media (max-width: 767px) {
    .custom-brand{
        width: 100%!important;
    }
}

  @media screen and (max-width:1367px){

    .hide-text{
      display: none
    }
  }

a.a-mudar:hover, a.a-mudar:active, a.a-mudar:link {color: black; text-decoration: none;}

.accordion-match{
  background-color: #E5E5E570;
}

.accordion-match:hover{
  background-color: #C1C1C170;
}

.aumentar{
  font-size:20px;
}

#exampleModal{
  margin-top: 200px
}

.select-width{
  width: 95%;
}

.select2 {
  width: 100%!important; /* overrides computed width, 100px in your demo */
}
 
.select-total{
  width:100%;
}

.match-todos {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: white;
}

.match {
  padding: 10px 16px;
  background: white;
  color: black;
}

.content {
  padding: 16px;
}

.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.fixed + .content {
  padding-bottom: 60px;
}

.br-dashed{
  border-right: 1px dashed #555;
}

.bl-dashed{
  border-left: 1px dashed #555;
}

.btn-pesquisa {
  padding: 9.5px 12px;
  }

  .login-register2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 5% 0;
    position: fixed
}

/* CSS para visão Lista */
.icones{
  font-size: 23px;
}

h3.nome{
  color: #1A0DABFF;
}

h5.titular{
  color: #000000FF;
}

.descricao {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 32px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}


/* Cor do radio  */
.custom-control-input:checked~.custom-control-indicator {
  background-color: #4286f4;
}

.dt-buttons {
    display: inline-block;
    padding-top: 5px;
}

.dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #009efb;
    color: #ffffff;
    margin-right: 3px;
}

.dt-buttons .dt-button:hover {
    background: #2f3d4a;
}

.dt-buttons a {
    color: white;
    margin-left: 10px
}
.dt-buttons  span{
    color: white;
    margin-left: 0
}

.dt-buttons .btn-outline-danger span{
    color: #f62d51;
    margin-left: 0
}

.dt-buttons .btn-outline-danger:hover span {
    background: #f62d51;
    border-color: #f62d51;
    color: #ffffff;
}

.dt-buttons .btn-outline-secondary span{
    color: #868e96;
    margin-left: 0
}

.dt-buttons .btn-outline-secondary:hover span {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}




label.error{color: red; font-size: 10px;}