/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Geral    */
/*****************************************/

/* Conteudo na direita */
/* body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div:nth-child(1) > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3{
float: right;
} */

.btn-inscrevase-semi{
  word-wrap: break-word;
  box-sizing: border-box;
  border: 0;
  padding: 10px 30px;
  letter-spacing: .5px;
  font-family: century-gothic,sans-serif;
  cursor: pointer;
  margin: 30px 0 20px 10px;
  width: 100%;
  height: 50px;
  font-size: 24px;
  background-color: #f3a900;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
/*   text-shadow: none !important; */
  /*   text-shadow: 1px 1px 4px #000; */
  text-shadow: 0px 0px 5px #9eddff !important;
}

/*****************************************/
/* Cursos                                */
/*****************************************/

/* .cursos{
  max-width: 1000px !important;
}
 */

#cursos > div > div > div {
  max-width: 800px !important;
}

/* Cor inscricao */

body > div.body-container-wrapper > div > div:nth-child(2){
  background-color:#1335ad;
}

#cursos{
  padding-bottom: 30px;
  
}

#cursos a{
  text-decoration: none;
  color: #fff;
}

#cursos-titulo{
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 1px 1px 5px #000;
}


#cursos .grid-container {
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
}

/* @media only screen and (max-width: 970px) {
  #cursos .grid-container {
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
  }
} */

@media only screen and (max-width: 699px) {
  #cursos .grid-container {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}

#cursos .grid-container {
  display: grid;
  padding: 10px;
}

#cursos .card {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #F3A900; */
  background-color: #EBA000;
  text-align: center;
  padding: 20px 5px;
  font-size: 25px;
  /* color: #573C77; */
  color: #ffffff;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
/*   font-size: 18px; */
  display: block;
  padding: 10px 0px 0px 0px;
}
}

#cursos .card-body{
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #F3A900; */
  background-color: #EBA000;
  text-align: center;
  padding: 20px 5px;
  font-size: 25px;
  /* color: #573C77; */
  color: #ffffff;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  font-size: 20px;
}

#cursos .card-text{
  margin: 15px;
  text-shadow: none;
}

@media only screen and (min-width: 700px) {
  #cursos .card-row-lg{
    margin-top: 30px;
  }

  #cursos .card-footer-lg{
    margin-top: 31px;
  }
}

@media only screen and (max-width: 970px) and (min-width: 700px) {
  #cursos .card-row-md{
    margin-top: 30px;
  }

  #cursos .card-footer-md{
    margin-top: 31px;
  }
}

#cursos .card-footer{
  font-weight: bold;
  background-color: #FFAC00;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
  padding: 5px 0;
  text-shadow: 1px 1px 4px #000;
}

/*****************************************/
/* Sobre                                 */
/*****************************************/

#sobre *{
  color: #000;
  text-shadow: none !important;
}

#sobre{
  padding-top: 50px;
  padding-bottom: 50px;
}

#sobre > div > div > div{
  max-width: 800px !important;
}

/* 
#sobre h2{
margin-top: 50px;
}

#sobre button{
width: 100%;
height: 50px;
font-size: 20px;
} */


/*--------------------------------------------------------------
# Dúvidas - Contato
--------------------------------------------------------------*/

#contato{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color:#1335ad;
  background-image: var(--cor-campanha-atual);
  background-position: center center;
}

#contato *{
  text-shadow:none;
}

#contato .btn-saiba-mais{
  text-decoration: none;
}

#contato a{
  text-decoration: none;
}

#contato p{
  margin-top: 15px;
  text-align: center;
}

#contato p > a{
  color: #fff;
}

@media (max-width: 768px) {
  #icon_contato{
    display: none;
  }
} 

#contato .titulo-claro{
  color:#ffffff;
  /*text-transform: uppercase;*/
  font-weight: bold;
  /*font-size: 36px;*/
  text-align: center;
}

#contato .grid-container{
  display: grid;
  padding: 10px;
}

#contato .grid-container>div{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3A900;
  text-align: center;
  padding: 20px 5px;
  font-size: 25px;
  color: #0E2F51;
  border-radius: 5px;
  font-weight: bold;
}


#img-logo-vestibular{
  max-width: 700px;
}

@media (max-width: 700px) {
  #img-logo-vestibular{
    max-width: 300px;
  }
}


@media (max-width: 1032px) {
  .bloco_banner_mec{
    display:none;
  }

}