.banner1{
    width: 100%;
    height: 480px;
    background-image: url(../imagens/bannercursos.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;    
}

@media (min-width: 1888px){
    .banner1{
        width: 100%;
        height: 680px;
        background-repeat: no-repeat;
        background-size: 100% 680px;    
    }
}

@media (max-width: 745px){
    .banner1{
        height: 150px;
    }
}

.card:hover{
  background-color: #f2f2f2;
}

.botao-primario{
  font:bold 12px Tahoma, Geneva, sans-serif;
  font-style:normal;
  color:#ffffff;
 background-image: linear-gradient(-90deg, #fc4209, #f6052f);
  border:0px solid #ffffff;
  /*text-shadow:20px -1px 1px #222222; */
  /*box-shadow:0px 2px 5px #000000;
  -moz-box-shadow:0px 2px 5px #000000;
  -webkit-box-shadow:0px 2px 5px #000000;*/
  border-radius:50px;
  width: 100%;
  padding: 3%;
  text-align: left;
}

.icon::before{
  content: "Veja mais";

}
.icon{
  float: right
}

.botao-primario:not(.collapsed) .icon::before{
    content: "Diminuir";
}

.btn-pai{
  margin-top: 1.5%;
}
.card-body a{
color: #000 !important;
}