* { font-family: 'Open Sans', sans-serif; }
#sp-footer { display: none; }

.article-ratings-social-share {
  display: none !important;
  visibility: hidden !important;
  margin-top: -100px;
}

.mrc-boxhistoria {
  padding-bottom: 15px;
}

.mrc-boxhistoria h2 {
  color: #222222 !important;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  padding-bottom: 7.5px;
}

.mrc-boxhistoria-img .sppb-img-responsive {
  border-radius: 15px;
}

.mrc-boxhistoria .sppb-addon-content {
  color: #7a7a7a !important;
}

.mrc-esporte-box {
  background: #7a7a7a;
  min-height: 200px;
  width: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  /* filter: brightness(0.4); */
}

.mrc-esporte h2 {
  font-size: 20.5px;
  padding-top: 75px;
  color: white;
}

.mrc-esporte p {
  font-size: 13px;
  color: white;
}

.expresidentes {
  margin: 10px;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.expresidentes-img {
  height: 150px;
}

.expresidentes p {
  padding: 0;
  margin: 0;
}

.expresidentes-titulo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.container-novidade-col {
  display: flex;
  align-items: center;
}

.container-novidade-title {
  color: #08428c;
  font-weight: bold;
  font-size: 25px;
  padding: 0;
  margin: 0;
}

.container-novidade-title-white {
  color: white;
  font-weight: bold;
  font-size: 25px;
  padding: 0;
  margin: 0;
}

.container-novidade-subtitulo {
  color: #222222;
  font-weight: lighter;
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
}

.container-novidade-subtitulo-white {
  color: white;
  font-weight: lighter;
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
}

.container-novidade-link,
.container-novidade-link:hover,
.container-novidade-link:visited,
.container-novidade-link:active,
.container-novidade-link:active span {
  color: #222222;
}

.container-novidade-link span {
  font-weight: bold;
}

.container-novidade-link-white,
.container-novidade-link-white:hover,
.container-novidade-link-white:visited,
.container-novidade-link-white:active,
.container-novidade-link-white:active span {
  color: white;
}

.container-novidade-link-white span {
  font-weight: bold;
}

.noticias-title {
  color: white;
  font-weight: bold;
}

.container-noticias {
  margin-top: 10px;
}

.container-title {
  color: #222222;
  font-weight: lighter;
  font-size: 35px;
}

.container-subtitulo {
  color: #222222;
  font-weight: lighter;
  font-size: 15px;
  padding: 0;
  margin-top: -10px;
  margin-bottom: 20px;
}

.noticias-box {
  border: 1px solid rgba(143, 115, 115, 0.125);
  border-radius: 5px;
  background: white;
  cursor: pointer;
}

.noticias-img {
  height: 250px;
  width: auto;
  overflow: hidden;
  background-position: center;
}

.noticias2-img {
  height: 150px;
  width: auto;
  overflow: hidden;
}

.noticias-container-destaque {
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: 3px solid #07a4f6;
  width: 50px;
}

.zoom {
  height: 250px;
  width: auto;
  transition: transform .2s;
  margin: 0 auto;
  background: #cfd8dc;
  background-position: center;
}

.zoom2 {
  height: 250px;
  width: auto;
  transition: transform .2s;
  margin: 0 auto;
  background: #cfd8dc;
  background-position: center;
}

.container-noticias .col-12 {
  margin-bottom: 25px;
  margin-top: 25px;
}

.container-noticias .col-12:hover .zoom,
.container-noticias .col-12:hover .zoom2 {
  /* -webkit-transform : rotate(10deg) scale(1.4);
  -ms-transform     : rotate(10deg) scale(1.4);
  transform         : rotate(10deg) scale(1.4); */
  -webkit-transform : scale(1.5);
  -ms-transform     : scale(1.5);
  transform         : scale(1.5);
}

.container-noticias .col-12:hover .noticias-container h4 {
  color: #3094ff;
}

.formularioContato-card {
  margin: 0 !important;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.formularioContato-card p {
  padding: 0;
  margin: 0;
}

.formularioContato-card-azul {
  background: #0d8acd !important;
  color: white;
  border: none !important;
}

.formContato-conteudo p {
  color: rgb(31, 31, 31) !important;
}

.noticias-container {
  padding: 15px 25px;
}

.noticias-container-span {
  font-weight: lighter;
  font-size: 15px;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
}

.noticias-container h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #263238;
}

#section-noticias-title {
  margin-top: 70px;
}

/* Parallax de páginas */
.parallax2 {
  min-height: 350px;
  background: gray;
  background: url('./../../../agendamento/assets/img/parallax2.jpg');

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} 

.parallax2::after {
  content: "";
  background-image: url('./../../../agendamento/assets/img/logoparallax.png');
  background-size: cover;
  position: absolute;
  height: 200px;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Módulo Parallax */
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('./../../../agendamento/assets/img/parallax.jpg'); 
}

.parallax button {
  padding: 15px 30px;
  margin: 7.5% 0;
}

.parallax h2 {
  font-weight: bold;
  text-shadow: 1.5px 1.5px black;
}

.parallax p {
  text-shadow: 1.5px 1.5px black;
}

#section-estatudo-title {
  padding: 30px 0;
}

#section-estatudo-title h2,
#section-esportehorario-title h2 {
  font-weight: bold;
  font-size: 32.5px !important;
}

/* Modulo Informativos */
.container-informativos {
  margin-top: 10px;
}
.container-informativos .col-12 {
  margin-bottom: 25px;
  margin-top: 25px;
}

.container-informativos .col-12:hover .zoom,
.container-informativos .col-12:hover .zoom2 {
  /* -webkit-transform : rotate(10deg) scale(1.4);
  -ms-transform     : rotate(10deg) scale(1.4);
  transform         : rotate(10deg) scale(1.4); */
  -webkit-transform : scale(1.4);
  -ms-transform     : scale(1.4);
  transform         : scale(1.4);
}

.container-informativos .col-12:hover .informativos-container h4 {
  color: #07a4f6;
}

.container-informativos {
  margin-top: 10px;
}

.informativos-box {
  border: 1px solid rgba(143, 115, 115, 0.125);
  border-radius: 5px;
  background: white;
  cursor: pointer;
}

.informativos-img {
  height: 250px;
  width: auto;
  overflow: hidden;
}

.informativos-container-destaque {
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: 3px solid #07a4f6;
  width: 50px;
}
.container-informativos .col-6 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.container-informativos .col-6:hover .zoom,
.container-informativos .col-6:hover .zoom2 {
  /* -webkit-transform : rotate(10deg) scale(1.4);
  -ms-transform     : rotate(10deg) scale(1.4);
  transform         : rotate(10deg) scale(1.4); */
  -webkit-transform : scale(1.4);
  -ms-transform     : scale(1.4);
  transform         : scale(1.4);
}

.container-informativos .col-6:hover .informativos-container h5 {
  color: #07a4f6;
}

.informativos-container {
  padding: 15px 25px;
}

.informativos-container-span {
  font-weight: lighter;
  font-size: 15px;
  color: #6e8895;
  padding: 0;
  margin: 0;
}

.informativos-container h5 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #263238;
}

/* Footer */
.mrc-footer {
  background: #1a1e25;
}

.contact-area {
  border-bottom: 1px solid #353C46;
}

.contact-content p {
  font-size: 15px;
  margin: 30px 0 20px;
  position: relative;
}

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-content img {
  max-width: 210px;
}

.contact-content img {
  margin-left: auto;
  margin-right: auto;
}

#contact {
  padding-top: 50px;
}

#contact, 
footer {
  background: #1A1E25;
  color: #868c96;
}

footer p {
  padding: 40px 0;
  font-size: 17px;
  text-align: center;
}

footer p span {
  font-size: 14px;
}

footer img {
  width: 44px;
}

.contact-content a,
footer a {
  color: #a7a7a7;
}

.contact-content a:hover,
footer a:hover {
  color: #949494;
}

.table-responsive {
  background: white;
  border: 1px solid rgba(143, 115, 115, 0.125);
  border-radius: 5px;
}

.table-responsive i {
  color: #08428c;
}

/* Cookie Consent */
#sp-cookie-consent {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
}

/* Presidentes */
.presidentes-img {
  height: 250px;
  width: auto;
  margin: 0 auto;
  padding: 0 !important;
  background: white;
}

.presidentes-box {
  border: 1px solid rgba(143, 115, 115, 0.125);
  border-radius: 5px;
  background: white;
  margin-bottom: 20px;
}

#section-expresidentes-title {
  margin-bottom: 50px;
}

.presidentes-container {
  padding: 15px 15px;
}

/* Formulário de Contato */
#section-formcontato,
.contato-informacoes {
  background: white;
  padding: 40px 35px;
  border-radius: 5px;
  border: 1px solid rgba(143, 115, 115, 0.125);
}

.form-control {
  border-radius: 10px;
  padding: 10px 20px;
}

.form-contato {
  height: 45px !important;
}

.formcontato-first {
  padding-top: 0.5px;
}

.btn-contato {
  width: 150px;
  height: 50px;
  border-radius: 5px;
}

.container-foto {
  height: 500px;
  width: auto;
  background: url('./../../../agendamento/assets/modulos/esporte/contato.jpg');
  border-radius: 15px;
  border-top-right-radius: 50px;
}

.contato-maps {
  height: 317px;
  width: 100%;
  border-radius: 15px;
}

/* Notificação erro */
.notificacaoErro {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Página de professores */
.professores-row {
  margin: 0 .5px;
}

.professores-row2 {
  margin: 0;
}

.professores-col-1,
.professores-col-2 {
  height: 250px; 
  width: auto;
  background-color: white;
}

.professores-col-3,
.professores-col-4 {
  height: 150px; 
  width: auto;
  background-color: white;
}

.professores-col-4 {
  padding: 20px;
}

.professores-col-2 {
  padding: 20px;
}

.professores-col-2 h5 {
  color: #263238;
}

.professores-container-destaque {
  height: 3px;
  width: 100px;
  background: #07a4f6;
  border-radius: 25px;
  margin-bottom: 5px;
}

.professores-container-span {
  font-weight: bold;
  color: #505355;
}

.professores-container-business {
  font-size: 12px;
  color: #505355;
}

/* Conselho Deliberativo */
.section-conselhodeliberativo p {
  font-size: 15px;
}

/* Agenda de Eventos */
.evento-box {
  border: 1px solid rgba(143, 115, 115, 0.125);
  border-radius: 5px;
  background: white;
  cursor: pointer;
}

.evento-img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.evento-container {
  padding: 25px;
  color: #505355;
}

.evento-box:hover .galeria-cliquecatalogo {
  color: #07a4f6;
}

.galeria-box {
  margin: 0 .5px;
}

/* Essenciais */
.remove-padding {
  padding: 0;
  margin: 0;
}

/* Album de imagens */
.album-img {
  height: 200px;
  width: auto;
  overflow: hidden;
  border-radius: 5px;
  z-index: 99;
}

.album-texto {
  position: absolute;
  top: 150px; 
  margin-left: 20px;
  color: white;
  z-index: 9;
  display: none;
}

.album-texto-p-1 {
  border-bottom: 2px solid #07a4f6;
}

.album-imagens .col-12,
.album-imagens .col-sm-6,
.album-imagens .col-lg-4 {
  margin-bottom: 30px;
}

.noticias-box:hover .album-filter {
  filter: brightness(30%);
  transition: all 0.6s ease-out;
}

@media (min-width: 992px) {
  .noticias-box:hover .album-texto {
    display: block;
    transition: all 0.4s ease-out;
  }
}

/* História */
#section-historia ul li {
  padding: 0;
  margin: 0;
}

/* Upload Imagem */
.area-upload,
.area-upload-arquivos {
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.area-upload label.label-upload,
.area-upload-arquivos label.label-upload {
	border: 2px dashed #0d8acd;
  border-radius: 5px;
	min-height: 200px;
	text-align: center;
	width: 100%;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #0d8acd;
	position: relative;
	
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;

  cursor: pointer;
}

.btn-clear-img {
  color: #0d8acd !important;
  cursor: pointer;
}

.area-upload label.label-upload.highlight,
.area-upload-arquivos label.label-upload.highlight{
	background-color: #a0d8fd;
}

.area-upload label.label-upload *, 
.area-upload-arquivos label.label-upload *{
	pointer-events: none;
}

.area-upload input,
.area-upload-arquivos input{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-appearance: none;
	opacity: 0;
}

.area-upload i,
.area-upload-arquivos i {
  font-size: 50px;
  margin-bottom: 5px;
}

.area-upload .lista-uploads .barra,
.area-upload-arquivos .lista-uploads .barra { 
	background-color: #e6e6e6;
	margin: 10px 0;
	width: 100%;
	position: relative;
}

.area-upload .lista-uploads .barra .fill,
.area-upload-arquivos .lista-uploads .barra .fill {
	background-color: #a1f7ff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	min-width: 0;
	
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}

.area-upload .lista-uploads .barra.complete .fill,
.area-upload-arquivos .lista-uploads .barra.complete .fill{
	background-color: #bcffdf;
}

.area-upload .lista-uploads .barra .text,
.area-upload-arquivos .lista-uploads .barra .text{
	z-index: 10;
	text-align: center;
	padding: 3px 5px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	color: black;
	font-size: 12px;
}
.area-upload .lista-uploads .barra .text a,
.area-upload-arquivos .lista-uploads .barra .text a {
	color: black;
	font-weight: bold;
}

.area-upload .lista-uploads .barra.error .fill,
.area-upload-arquivos .lista-uploads .barra.error .fill{	
	background-color: #c02929;
	color: white;
	min-width: 100%;
}

.area-upload .lista-uploads .barra.error .text,
.area-upload-arquivos .lista-uploads .barra.error .text{
	color: white;
}

.lista-uploads i {
  font-size: 15px;
}

/* Popup Comunicado Página Principal */
.div-popup {
  width: 75%;
  position: fixed;
  z-index: 9999;
  top: 10%;
  left: 50%; 
}

.div-popup p {
  position: absolute;
  z-index: 9999999;
  cursor: pointer;
  height: 50px !important;
  width: 50px !important;
  margin-left: 35%;

  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

#section-popup img {
  width: 75%;
  transform: translate(-50%, 0);
}

/* Folders */
#section-folders ul {
  list-style: none;
  vertical-align: middle;
  cursor: pointer;
}

#section-folders i {
  font-size: 1.1em;
  color: #0d8acd;
  margin-right: 12px;
  vertical-align: middle;
}

#section-folders p, 
#section-folders a {
  font-size: 1.1em;
  vertical-align: middle;
  text-decoration: none;
  color: #252525;
}

#section-folders p:hover,
#section-folders p:hover span 
#section-folders a:hover,
#section-folders a:hover span {
  color: #0d8acd;
  text-decoration: none;
}

#section-folders span {
  font-size: .6em;
  color: rgb(75, 75, 75);
  vertical-align: middle;
}

@media (max-width: 1024px) {
  
  footer {
    padding: 50px 0 60px 0 !important;
  }
    
  .footer-inner {
    margin-bottom: 55px !important;
    border-bottom: 1px solid #333;
    padding-bottom: 55px;
  }
    
  .footer-item {
    margin: 0 0 45px 0 !important;
    flex: calc(100% / 2);
  }
    
  .footer-item:nth-of-type(1) {
    padding-right: 0 !important;
    flex-basis: 100%;
    border-bottom: 1px solid #333;
    padding-bottom: 32px;
  }

  .footer-item:nth-of-type(4) {
    display: block;
  }
    
  .footer-item:nth-of-type(7) {
    margin: 0 0 0 -13px !important;
    padding: 20px 0 0 0 !important;
    flex-basis: 100%;
  }
    
  .desktop {
    display: none;
  }

  .footer-inner:after {
    top: 745px !important;
  }
}

/* Media Query */

@media (max-width: 991px) { }

@media (max-width: 575px) { 
  .div-popup {
    width: 95%;
    position: fixed;
    z-index: 9999;
    top: 15%;
    left: 50%;
  }

  #section-popup img {
    width: 100%;
    transform: translate(-50%, 0);
  }


  .expresidentes-img {
    background-image: 200px;
  }

  .container-novidade {
    margin-top: -75px !important;
  }

  #parallax button {
    top: 0 !important; 
    left: 0 !important;
  }

  .parallax-btn-agendar {
    margin-top: 25px !important;
  }
}

.noticias-imagem-visualizar {
  border-radius: 2.5px;
  cursor: pointer;
}

.noticias-imagem-conteudo {
  position: absolute;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: -70px;
  display: none;
  color: white;
  padding-right: 40px !important;
  cursor: pointer;
}

.noticias-box-imagem:hover .noticias-imagem-visualizar {
  filter: brightness(0.4);
  transition: ease-in-out 0.2s;
}

.noticias-box-imagem:hover .noticias-imagem-conteudo {
  display: block;
  transition: ease-in-out 0.2s;
}

.campeonato-box {
  margin-bottom: 30px;
  background: white;
  padding: 50px 20px;
}

/* Tela de login */
.paginaLogin .loginpaginaLogin .row {
  margin-top: 40px;
  justify-content: right !important;
}

.paginaLogin .loginpaginaLogin .col-md-4 {
  background: white;

  padding: 40px 20px;
  border-radius: 10px;

  -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);

  color: #3f3f3f !important;
} 

.paginaLogin {
  background: #efefef;

  background-image: url('./../../../agendamento/assets/img/bannerlogin.jpg') !important;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ScrollBar */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #bababa #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #bababa;
  border-radius: 10px;
  border: 0px none #ffffff;
}

/* Cookie */
#sp-cookie-consent {
  position: sticky !important;
  z-index: 9999;
  bottom: 5vh;
  width: 80% !important;
  margin: 0 10%;
  
  background-color: white !important;
  color: black !important;
  border-radius: 10px !important;

  -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

#sp-cookie-consent .sp-cookie-close,
.btn-primary,
.swal2-confirm {
  border:none !important;
  border-radius:5px !important;
  box-shadow:0px 5px 0px 0px #013697, 
             0px 0px 5px 0px rgba(120, 120, 120, 0.4) !important;
  color:white !important;
  background:#044cd0 !important;
  cursor:pointer !important;
  transition:all 0.16s !important;
  position:relative !important;
  top:0 !important;
}

.btn-success {
  border:none !important;
  border-radius:5px !important;
  box-shadow:0px 5px 0px 0px #1a6a2b, 
             0px 0px 5px 0px rgba(120, 120, 120, 0.4) !important;
  color:white !important;
  background:#218838 !important;
  cursor:pointer !important;
  transition:all 0.16s !important;
  position:relative !important;
  top:0 !important;
}

.btn-danger,
.swal2-cancel {
  border:none !important;
  border-radius:5px !important;
  box-shadow:0px 5px 0px 0px #87252f, 
             0px 0px 5px 0px rgba(120, 120, 120, 0.4) !important;
  color:white !important;
  background:#c82333 !important;
  cursor:pointer !important;
  transition:all 0.16s !important;
  position:relative !important;
  top:0 !important;
}

.btn-info {
  border:none !important;
  border-radius:5px !important;
  box-shadow:0px 5px 0px 0px #026ee2, 
             0px 0px 5px 0px rgba(120, 120, 120, 0.4) !important;
  color:white !important;
  background:#007bff !important;
  cursor:pointer !important;
  transition:all 0.16s !important;
  position:relative !important;
  top:0 !important;
}

.btn-dark {
  border:none !important;
  border-radius:5px !important;
  box-shadow:0px 5px 0px 0px #202327, 
             0px 0px 5px 0px rgba(120, 120, 120, 0.4) !important;
  color:white !important;
  background:#343a40 !important;
  cursor:pointer !important;
  transition:all 0.16s !important;
  position:relative !important;
  top:0 !important;
}

#sp-cookie-consent .sp-cookie-close:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-danger:focus,
.swal2-confirm:focus,
.swal2-cancel:focus,
.botoes-acao .btn-col:focus,
.btn-info:focus,
.btn-dark:focus {
  outline:none !important;
}

#sp-cookie-consent .sp-cookie-close:active,
.btn-primary:active,
.swal2-confirm:active {
  box-shadow: 0px 2.5px 0px 0px #013697 !important;
  top:2.5px !important;
}

.btn-success:active {
  box-shadow: 0px 2.5px 0px 0px #1a6a2b !important;
  top:2.5px !important;
}

.btn-danger:active,
.swal2-cancel:active {
  box-shadow: 0px 2.5px 0px 0px #87252f !important;
  top:2.5px !important;
}

.btn-info:active {
  box-shadow: 0px 2.5px 0px 0px #007bff !important;
  top:2.5px !important;
}

.btn-dark:active {
  box-shadow: 0px 2.5px 0px 0px #343a40 !important;
  top:2.5px !important;
}

.btn-dark.disabled {
  box-shadow:0px 5px 0px 0px #08090a, 
             0px 0px 5px 0px rgba(120, 120, 120, 0.4) !important;
  height: 36px !important;
  top:2.5px !important;
}

.paginaLogin .form-group input {
  border: none;
  border-radius: .25rem !important;
  background: #f2f2f2;
  border-bottom: 4px rgb(0 0 0 / 10%);;
}

.btn {
  margin-bottom: 5px !important;
}

.paginaLogin .input-group-text {
  border: none;
  border-radius: .25rem !important;
  background: #f2f2f2;
}

.paginaLogin .password-group .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.paginaLogin #password {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.paginaLogin .form-group label {
  font-size: 14px !important;
  width: 100%;
}

.loginpaginaLogin .star {
  color: #c82333 !important;
}

.paginaLogin .titleLogin {
  text-align: center !important;
  margin-bottom: 30px !important;
  width: 100% !important;
}

.paginaLogin .loginpaginaLogin h1,
.paginaLogin .loginpaginaLogin p {
  padding: 0 !important;
  margin: 0 !important;
}

.paginaLogin .loginpaginaLogin h1 {
  font-size: 2em !important;
  font-weight: bold;
  color: #044cd0;
}

.paginaLogin .loginpaginaLogin p {
  font-size: 13px !important;
  color: #3f3f3f;
}

.paginaLogin b {
  color: #044cd0 !important;
  font-size: 16px !important;
}

div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

.container-novidade-primeiro {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow:0px 5px 0px 0px rgba(120, 120, 120, 0.4), 
             0px 0px 5px 0px rgba(120, 120, 120, 0.4) !important;
}

.container-novidade-fim {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow:0px 5px 0px 0px #023d62, 
             0px 0px 5px 0px rgba(120, 120, 120, 0.4) !important;
}

.container-novidade-col {
  box-shadow:0px 5px 0px 0px #D97F11;
}

.container-title {
  font-weight: bold !important;
}

.fb-page {
  width: 100%;
}

@media (min-width: 992px) {
  #section-novidade {
    margin-top: -100px !important;
  }

  .fb-page {
    width: 50% !important;
  }
}

/* Aulas de horários */
.container-aulashorarios .col-12 {
  margin: 10px 0 !important;
}

.aulashorarios-box12 {
  background-color: white;
  border-radius: 5px !important;
  padding: 30px 15px;
  box-shadow:0px 5px 0px 0px rgba(120, 120, 120, 0.4), 
             0px 0px 5px 0px rgba(120, 120, 120, 0.4) !important;
}

.aulashorarios-box {
  border:none !important;
  border-radius:5px !important;
  box-shadow:0px 5px 0px 0px rgba(120, 120, 120, 0.4), 
             0px 0px 5px 0px rgba(120, 120, 120, 0.4) !important;
  background:white !important;
  cursor:pointer !important;
  transition:all 0.16s !important;
  position:relative !important;
  top:0 !important;
  text-align: center;
  padding: 27.5px 10px !important;
}

.aulashorarios-box svg {
  font-size: 50px !important;
  margin-bottom: 25px;
  color: #044cd0;
}

.aulashorarios-box:active {
  box-shadow: 0px 2.5px 0px 0px rgba(120, 120, 120, 0.4) !important;
  top:2.5px !important
}

.aulashorarios-box:focus {
  outline:none !important;
}

.aulashorarios-container h4 {
  font-weight: bold;
  color: #044cd0;
}

.aulashorarios-container p {
  color: #3f3f3f;
}