
body, html {
  height: 100%;
}

/*----------------------------------------------------------------------------
//Tela central
----------------------------------------------------------------------------*/
#mensagemCentral, #mensagemCentralPeq,#mensagemCentralPeq2  {
    position:absolute;
    display: flex;
    width:100%;
    top:0;
    height:100%;
    color: white;
    font-size: 32px;
}

#mensagemCentralPeq, #mensagemCentralPeq2 {
    height:80%;
    font-size:28px;
}


#mensagemCentral div , #mensagemCentralPeq div, #mensagemCentralPeq2 div {
    margin:auto;
}

#fundoCentral {
  width:100%;
  background-color:#fff;  
  height: 100%;
}

#fundoCentralPeq, #fundoCentralPeq2 {
  width:100%;
  background-color:#fff;  
  height: 80%;
  padding-bottom: 10px;
}


@media only screen and (min-width: 900px) {
  #mensagemCentral{
      font-size: 55px;
  } 
  #mensagemCentralPeq, #mensagemCentralPeq2 {
      font-size: 28px;
  } 
}
@media only screen and (max-width: 420px) {
  #mensagemCentral, #mensagemCentralPeq, #mensagemCentralPeq2  {
      height: 70%;
      font-size: 22px;
  } 
  #fundoCentral, #fundoCentralPeq {
      height: 70%;
      font-size: 22px;
  } 
  
  
}
@media only screen and (max-width: 766px) {
  #mensagemCentralPeq2  {
      padding-top: 80px;
      padding-left:40px;
      padding-right:40px;
  } 
  
  #fundoCentralPeq2 {
      height: 100%;
      font-size: 22px;
  } 
}
fieldset {
    min-width: fit-content!important;
}

fieldset div {
    width: 250px;
}

/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/
    
.quadroFormulario {
    background: rgba(255,255,255,0.3);
    padding: 20px 20px 10px 20px;
    margin-top:0;
}

.quadroFormularioDestaque {
    background: rgba(0,0,0,0.7);
    padding: 20px 20px 10px 20px;
    margin-top:0;
}

.quadroInput {
    width: 100%;
    color: #6b797c;
    padding: 19px 15px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    font-size: 16px;
    height: 60px;
    margin-bottom: 10px;
}

.quadroBotao {
    background: #da8608;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    text-shadow: none;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ea9618;//ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
    
}
/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

.imagemFundo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*-------------------------------------r---------------------------------------
----------------------------------------------------------------------------*/

.tabCursos {
    font-family: arial;
    max-width: 1200px;
    padding-right:10px;
    padding-left:10px;
    padding-top:30px
}

.tabCursos p {
     color:#666;
}



/*----------------------------------------------------------------------------
dupla de uma barra mais uma área
----------------------------------------------------------------------------*/
.destaqueEscuro .barra{
  background: rgba(0, 0, 0, 0.5);
  height: 240px;
  margin-top:50px;
}
.destaqueEscuro .barra div {
    color: white;
    text-align: center;
    font-size:18px;
    padding-top: 50px;
    zpadding-bottom:50px;
    padding-right: 20px;
    padding-left: 20px;
}
.destaqueEscuro .area {
  height: 600px;
  color:white;
  padding-top: 40px;
  padding-left:20px;
  margin-top:0px;
  width:100%;
}

.destaqueEscuro .area .titulo {
    width:500px;
    font-size:20px;
}
@media only screen and (max-width: 420px) {
    .destaqueEscuro .area .titulo {
        width:340px;
    }
    
    .destaqueEscuro .area .botaoDestaque {
      padding-top:4px;
      padding-bottom:2px;
    }
}

.destaqueEscuro .chamada {
    font-size:18px;
    color:#ffcb6d;
    margin-bottom: 0;
}

.destaqueEscuro .botaoDestaque {
    border-radius: .25em;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #e72121;
    width: fit-content;
    font-size:20px;
}

.destaqueEscuro .chamadaDestaque {
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #000;
    width: fit-content;
    font-size:20px;
}

.destaqueEscuro .botaoDestaque:hover {
    background-color: #ff0101;
    cursor: pointer;
    
}

.destaqueEscuro .botaoDestaque a {
    color:white;
    text-decoration: none;
}

/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

.destaqueClaroFixo {
  /* The image used */
  background:   linear-gradient(
          rgba(255, 255, 255, 0.3), 
          rgba(255, 255, 255, 0.3)
        ),url("/arquivos/arquivos/52_fundo-claro.jpg");
  padding-bottom: 50px;
  margin-top:0px;
  width:100%
}

.textoDestaque {
    color: #333;
    text-align: center;
    font-size:18px;
    padding-top: 50px;
    zpadding-bottom:50px;
    padding-right: 20px;
    padding-left: 20px;
}

/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

div.polaroid {
  width: 250px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-bottom: 1px rgba(0, 0, 0, 0.2) SOLID;
}






/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

#titulo_area{
    font-size:66px;
    xborder-radius: .25em;
}

#botao_fundo{
    font-size:26px;
    border-radius: .25em;
}


@media only screen and (max-width: 420px) {
  #titulo_area{
      font-size: 40px;
      padding-top:6px;
      padding-bottom:4px;
  }
    
  #botao_fundo{
      font-size: 20px;
      padding-top:6px;
      padding-bottom:4px;
  }
  .botaoDestaque {
      padding-top:4px;
      padding-bottom:2px;
      
  }

}
@media only screen and (min-width: 900px) {
  #botao_fundo {
      font-size:36px;
  }
  #titulo_area{
      font-size:86px;
  }
}

#titulo_area{
    width: fit-content;
    margin-left: auto;
    margin-right:auto;
    xxcolor:white;
    xxbackground: rgb(30 50 90 / 85%);
    padding: 10px;
    background: rgb(109 65 9 / 50%);        
}
#botao_fundo {
    width: fit-content;
    margin-left: auto;
    margin-right:auto;
    margin-top: 20px;
    background-color:#df8117;
    padding-left:20px;
    padding-top:2px;
    padding-right:20px;
    padding-bottom:7px;
}

#botao_fundo:hover {
    background-color:#ffb147;
}
#botao_fundo a {
    color:white;
}
#botao_fundo a:hover {
    color:white;
    text-decoration: none;
}

.thumb img {width: 100%}



div.container {
  text-align: left;
  padding: 5px 5px;
  white-space: normal;
  
}

div.container p {
    margin:0;
    color: #666;
}




/* The heart of the matter */
.testimonial-group > .row {
  overflow-x: auto;
  white-space: nowrap;
}
.testimonial-group > .row > .col-xs-4 {
  display: inline-block;
  float: none;
  margin-left:20px;
  margin-right: 10px;
  margin-top: 10px;
}


h3 {
    font-weight: 600;
}





/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/



#rodape h4 {
    margin-bottom: 8px;
    padding-top: 20px;
    font-size: 12px;
    font-family: sans-serif;
    margin-top: 10px;
    font-weight: 800;
    color:white;
}

#rodape a {
    color:#ccc;
    font-family: sans-serif;
    font-size: 11px;
}

#rodapeprati h4 {
    margin-bottom: 8px;
    padding-top: 20px;
    font-size: 14px;
    font-family: serif;
    margin-top: 10px;
    font-weight: 800;
    color:white;
}

#rodapeprati a {
    color:#fff;
    font-family: serif;
    font-size: 14px;
}



/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

.link {
    color:blue!important;
    xtext-decoration:underline!important;
    cursor:pointer!important;
}

#mensagemFundoEscuro {
    background: rgba(0,0,0,0.5);
    padding: 20px;
}
