/* It is recommended to place all your extra/additional CSS rules here */

.has-error{
  border-color:#D15E5E;
}
.has-success:focus {
  border-color: #63CC9E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
}
.has-warning:focus {
  border-color: #DFD271;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
}
.has-error:focus {
  border-color: #D15E5E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
}
#owl-parceiros .item{
  padding: 0 0 10px 0px;
  max-width: 120px !important;
  max-height: 55px;
  margin-top: 0;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#owl-parceiros .item img {
    max-width: 120px !important;
    max-height: 50px;
}

.logo-espms {
    text-align: left !important;
    margin-left: 10px !important;
}

.texto-logo {
    font-size: 28px;
    font-weight: bold;
    margin: -106px 0 45px 175px;
}

.contatos-espms {
    text-align: right;
    margin: -131px 20px 4% 0;
}

.preco-box {
    font-size: 14px;
    font-weight: bold;
    text-align: center !important;
}

.saiba-mais-box {
    text-align: center !important;
}

/*.saiba-mais a {
    text-align: center !important;
}*/

.box-descricao-curso {
    display: inline-block;
    width: 80%;
}

.box-preco-detalhe-curso {
    display: inline-block;
    width: 20%;
    font-size: 14px;
    font-weight: bold;
    background-color: #f1f1f1;
    padding: 30px;
    border-top: 5px solid #c3d3c3;
    border-bottom: 5px solid #c3d3c3;
}

.tab-content-espms {
    padding: 10px;
}

#boxMatriculaEfetuada {
    width:300px;
    min-height:300px;
    background-color:#b2e3cc;
    -ms-border-radius: 10px 20px;
    border-radius: 10px 20px;
    padding-top: 47px;
}
    #boxMatriculaEfetuada h6 h4{
        font-weight: bold;
    }