/*
* Theme Name: Comorbidades
* Theme URI: https://www.comorbidades.com.br/
* Description: Tema Comorbidades
* Author: Ricardo de Carvalho
* Author URI: http://www.planetaw.com.br/
* Version: 1.0
* Tags: responsive, bootstrap
*/

table {
	background-color: #f7f7f7;
}

th {
	text-align: center;
	font-family: 'Open Sans', sans-serif !important;
	padding: 10px;
}
td {
	padding: 10px 30px;
}
.d-none{
	display: none;
}
.btnInscricao {
	border-bottom: none !important;
}
.btnInscricao a {
	background: #8b0202;
	color: #fff !important;
	padding: 10px 44px;
	border-radius: 31px;
}
.btnInscricao a:hover {
	background-color: #324679;
}

@media (max-width: 1024px) {
.btnInscricao a {
	background: #FFF;
	color: #8b0202 !important;
	border-radius: 0;
}
.btnInscricao a:hover {
	background: #FFF;
	color: #324679 !important;
	border-radius: 0;
}
}
#palestrantes {
}
#palestrantes ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
#palestrantes ul li {
	background-color: #f5f5f5;
	padding: 10px 20px;
	margin-bottom: 6px;
	border-left: solid 7px #8b0203;
	font-weight: 600;
}
.footer-site .box-apoio > figure {
	max-width: inherit !important;
	/* border: solid 3px #FFF; */
	margin: 0 10px 30px 10px !important;
}
.footer-site .box-apoio > figure img {
	height: auto;
	max-height: 150px;
}
#idMenu {
	position: absolute;
	left: 53px;
	font-weight: 700;
	font-size: 17px !important;
	color: #324578;
}

.btnInscricaoPad {
	background: #ffffff;
	color: #8b0203 !important;
	padding: 10px 44px;
	border-radius: 31px;
	display: inline-block;
	margin: 5px;
	font-size: 20px;
	border: solid 2px #FFF;
}
.btnInscricaoPad:hover {
	background-color: #324679;
	color: #FFF !important;
}
#areaDestaqueInscricao {
	text-align: center;
	background-color: #8b0203;
	padding: 30px 0;
}

/* PÁGINA DE VÍDEOS (01/10/2020)  */
.videoContainer{
	background: #8b0202;
  padding: 4px;
  border-radius: 3px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.videoContainer p{
	color: white;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  padding: 15px;
  margin: 0;
  background: #8b0202;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 400px) {
	.videoContainer p{
		font-size: 17px;
	}
}

.videoContainer .dataVideo{
	text-align: end;
  background: #660000;
  padding: 10px 15px;
}

.videoContainer hr{
  margin: 0;
}
/* Vídeos Página Inicial */
.ContainerVideo{
	margin: 20px 0px 0px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ContainerVideo iframe{
	width: 100% !important;
	min-height: 350px;
	border-radius: 20px;
}
/* .col-lg-4, .col-lg-6{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.px-10{
  padding-left: ($spacer * .5) !important;
  padding-right: ($spacer * .5) !important;
} */

.banner-home{
	background: #8b0202;
    /* height: auto; */
  position: relative;
    /* max-height: 450px; */
  overflow: hidden;
}

@media (max-width: 1024px) {
.img-banner{
	margin-top: 98px;
	}
}

.img-logo_footer{
	padding: 10px;
}


.row-transmissao{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.link-transmissao{
	margin: 10px;
}

/* COOKIE */
html, body{
  margin: 0;
  border: 0;
  font-family: Calibri;
}

/* ESTILO DA MENSAGEM  */

.msg_cookies{
  background: #fff;
  color: #333;
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  left: 5%;
  border-radius: 5px;
  justify-content: space-between;
  border: 1px solid #eaeaea;
  display: none;
  align-items: center;
  max-width: 1140px;
  right: 0;
  left: 0;
}

.msg_cookies a{
  color: #8b0202;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .msg_cookies{
    flex-direction: column;
  }
}

.msg_cookies p{
  margin: 0;
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .msg_cookies p{
    width: 100%;
  }
}

.msg_cookies button{
  width: 20%;
  background: #8b0202;
  color: white;
  font-weight: bold;
  border: 0;
  padding: 10px;
  cursor: pointer;

  transition: .2s;
}

.msg_cookies button:hover{
  opacity: 0.9;
}

@media only screen and (max-width: 767px) {
  .msg_cookies button{
    width: 100%;
    margin-top: 20px;
  }
}

.nav-pills .active{
	background: #600000 !important;
	border-radius: 30px;
}
/* FIM COOKIE */
