@charset "UTF-8";
/*------------------------------------*\
Desenvolvido por Cedilha Comunicação Digital
https://cedilha.com.br
\*------------------------------------*/


/*====================================*\
  #BIBLIOTECAS
/*------------------------------------*\
  #Bootstrap v4.4.1
\*------------------------------------*/
 @import url(../../scripts/bootstrap/css/bootstrap.min.css);





/*====================================*\
  #ESTILOS
\*====================================*/

/*------------------------------------*\
  #GERAL
\*------------------------------------*/

body{
	margin:0;
	padding:0;
    letter-spacing: -0.2px;
    -webkit-font-smoothing: antialiased;
  color:#333;
  background-color: #333;
}
.bg-dark {
  background-color: #333 !important;
}
small{
	font-size:0.8em;
}
.text-lt{
    font-weight: 300;
}
a{
  text-decoration: none;
}




/*------------------------------------*\
  #TÍTULOS E TEXTOS
\*------------------------------------*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color: inherit;
}





/*====================================*\
  #POSITIONS
/*====================================*\

/*------------------------------------*\
  #GERAL
\*------------------------------------*/

#geral{
    min-width: 340px !important;
}





/*------------------------------------*\
  #SECTION
\*------------------------------------*/

section{
    background-color: #FFF;
    margin: 0;
}

.date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.date-grid div{
  text-align: center;
}





/*------------------------------------*\
  #FOOTER
\*------------------------------------*/

footer{
    background-color: #333;
    font-size: 14px;
    color: #CCC;
}

footer p{
    text-align: center;
}

footer a{
    color: #FFF;
}





/*------------------------------------*\
  #RESPONSIVIDADE
\*------------------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {    
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {    
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}