@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
}

h1, h2 {
	color: #5d10ae;
	font-weight: 700;
	padding: 0;
	border-bottom: 1px solid #5d10ae;
}

h3 {
	color: #000000;
	font-weight: 700;
}

h5 {
padding: 10px;
background: #ff0000;
color: #fff;
}

.red {
padding: 5px;
background: #ff0000;
color: #fff;
}

.modal-body{
max-height: 550px;
overflow-y: auto;
}

@media (max-height: 550px) {
.modal-body { max-height: 300px; }
}

.carousel-main-text {
	position: absolute;
	top: 115px;
	width: 100%;
}

.carousel-main-text .span-tt {
	padding: 5px;
	background-color: rgba(0,0,0,0.85);
	color: #ffffff;
	font-weight: 700;
	font-size: 2.75em;
}

.carousel-main-text .span-st {
	padding: 5px;
	background-color: rgba(0,0,0,0.85);
	color: #ffffff;
	font-weight: 700;
	font-size: 2em;
}

.carousel-agenda {
	background: #000000;
	padding: 20px;
	margin: 0px;
	color: #ffffff;
}

.carousel-agenda .carousel-a,.carousel-a:active,.carousel-a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.carousel-agenda .carousel-a:hover {
	text-decoration: none;
	color: #ffffff;
}

.hidden-desktop {
	display: none;
}

.header {
	background: #000000;
	padding: 30px;
}

.header h1 {
	color: #ffffff;
	font-weight: 700;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}

.header .bandeiras {
	text-align: right;
}

.header .bandeiras img {
	max-width: 20px;
}

.header-pokerstars {
	text-align: right;
}

.footer {
	background: #e5e5e5;
	color: #000000;
}

.footer-col {
	padding: 20px;
}

.patrocinio {
	margin-top: 30px;
}

.patrocinio .patrocinio-titulo {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 2px solid #5d10ae;
	color: #5d10ae;
}

.patrocinio .patrocinio-marcas {
	margin-top: 10px;
}

.patrocinio .patrocinio-marcas img {
	margin: 20px;
}

.proxima {
	margin-top: 30px;
}

.proxima-calendario {
	width : 100%;
	height : 300px;
	white-space : nowrap;
	overflow-x : auto;
	margin-top : 20px;
}

.conteudo {
	margin-top: 30px;
}

.conteudo-dir .social i {
	font-size: 2.5em;
	margin: 10px;
}

.social {
	margin-top: 20px;
	margin-bottom: 20px;
}

.conteudo-dir .social a:link, a:visited, a:active {
	color: #5d10ae;
	text-decoration: none;
}

.conteudo-dir .social a:hover {
	color: #000000;
	text-decoration: none;
}

.card-dir {
	margin: 0;
	padding: 0px;
	background: #e5e5e5;
	border-bottom: 2px solid #666666;
}

.card-dir .card-body {
	padding: 10px;
	margin: 0;
}

.card-dir img {
	margin-bottom: 10px;
}

.social .dir-a, .dir-a:active, .dir-a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.social  .dir-a:hover {
	text-decoration: underline;
}

.home-calendario {
	margin-top: 30px;
}

.viagens-contato {
	margin-top: 30px;
}

.qrcode {
	border: 1px solid #e5e5e5;
	text-align: right;
}

.tab-content {
	border: 0px;
	padding: 0;
	margin-top: 20px;
}

.tab-pane {
	margin: 0;
	padding: 0;
}

.calendario h5 {
	background: #000000;
	color: #ffffff;
	font-weight: 700;
	padding: 10px;
}

.calendario h6 {
	border-bottom: 1px solid #e5e5e5;
	font-weight: 700;
}

.table-responsive {
	font-size: 13px;
	border: 1px solid #e5e5e5;
}

.table-responsive th {
	background: #000000;
	color: #ffffff;
}

.table-responsive .data {
	background: #666666;
	color: #ffffff;
}

.etapa-info .card {
	background: #e9ecef;
	border: 0px;
}

.etapa-info i {
	font-size: 3em;
	margin-bottom: 10px;
}

.etapa-cronograma {
	margin-bottom: 30px;
}

.noticias {
	margin-top: 30px;
}

#chipcount-lista .table {
font-size: 13px;
}

@media screen and (max-width: 660px) {

body {
	font-size: 13px;
}

.hidden-mobile {
	display: none;
}

.hidden-desktop {
	display: block;
}

.carousel-agenda-etapa {
	margin-bottom: 20px;
}

.carousel-caption h6 {
	padding: 3px;
	background-color: rgba(0,0,0,0.90);
	color: #ffffff;
	margin-bottom: 10px;
}

.header {
	padding: 20px;
}

.header h1 {
	color: #ffffff;
	font-weight: 700;
	padding: 0;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-size: 1.70rem;
}

.header .bandeiras {
	text-align: center;
}

.header-bsop {
	text-align: center;
	margin-bottom: 10px;
}

.header-pokerstars {
	text-align: center;
}

.conteudo {
	margin-top: 20px;
}

.conteudo-dir {
	margin-top: 20px;
}

.patrocinio {
	margin-top: 20px;
}

.viagens-contato .col-lg-2, .col-lg-8 {
	margin-top: 10px;
	text-align: center;
}

.viagens-contato img {
	max-width: 200px;
}

.qrcode {
	border: 1px solid #e5e5e5;
	text-align: center;
}

}