:root {
	--branco: #ffffff;
	--cinza: #ededed;
	--preto: #000;
	--azul: #24408e;
	--laranja: #f2a233;
}



html{
	overflow-x: hidden !important;
	scroll-behavior: smooth;

}
body{
	font-family: "Albert Sans", sans-serif;
background: #09337E;
font-size: 19px;
line-height: 35px;
}


.preto{
	color: var(--preto) !important;
}
.branco{
	color: var(--branco) !important;
}
.cinza{
	color: var(--cinza) !important;
}
.azul{
	color: var(--azul) !important;
}
.laranja{
	color: var(--laranja) !important;
}



.bg-degrade-azul{
background: #083176;
}

.bg-preto{
	background-color: var(--preto) !important;
}
.bg-branco{
	background-color: var(--branco) !important;
}
.bg-cinza{
	background-color: var(--cinza) !important;
}
.bg-azul{
background: #09337E;
}
.bg-laranja{
background: linear-gradient(90deg,rgba(241, 126, 21, 1) 0%, rgba(255, 171, 31, 1) 100%);
}

.bg01{
  background-image: url('img/bg01.jpg');
  background-color: var(--azul);
  background-size: cover;
  background-attachment: fixed;
}
.bg01 h2{
	color: #fff;
	font-weight: bold;
}
.bg01 h2 span{
	color: var(--laranja);
}





.video-container {
    width: 100%;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
}

.rounded{
	border-radius: 20px !important;
}

.cabecalho{
padding:50px 0 50px 0;
background: #04264D;
background: linear-gradient(90deg,rgba(4, 38, 77, 1) 0%, rgba(14, 50, 111, 1) 40%, rgba(5, 48, 95, 1) 100%);
}
.cabecalho h1{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size:60px;
	line-height: 65px;
	color: var(--branco);
	font-weight: bold;
}
.cabecalho h4{
	font-size: 18px;
	line-height: 22px;
	font-family: 'IBM Plex Sans', sans-serif;
	color: var(--branco);
}


.botao1 {
	font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  font-size: 25px;
background: #F17E15;
background: linear-gradient(90deg,rgba(241, 126, 21, 1) 0%, rgba(255, 171, 31, 1) 100%);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 10px 65px;
  display: inline-block;
  text-transform: uppercase;
  margin: 20px 0px;
	transition: all ease 0.2s;
}
.botao1:visited {
  color: #fff;
}
.botao1:hover {
	color: var(--azul);
	transition: all ease 0.3s;
}
.botao1 > span {
  display: inline-block;
}

.botao-inscricao {
	font-family: 'IBM Plex Sans', sans-serif;
  background: #0079c1;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 30px 30px;
  display: inline-block;
	background: var(--azul);
	transition: all ease 0.2s;
	letter-spacing: 1px;
}
.botao-inscricao > span, .botao-inscricao > p {
  display: inline-block;
}
.botao-inscricao > span{
  font-size: 40px;
  line-height: 40px;
	color: var(--laranja);
}
.botao-inscricao > p{
  font-size: 18px;
  line-height: 22px;
	color: var(--branco);
	font-weight: normal;
	margin-top: 10px;
}
.botao-inscricao:hover {
	background: var(--branco);
	transition: all ease 0.3s;
}
.botao-inscricao:hover span{
	color: var(--azul);
	transition: all ease 0.3s;
}

.botao-inscricao:hover p{
	color: var(--azul);
	transition: all ease 0.3s;
}

.botao2 {
	font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #0079c1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 10px 65px;
  display: inline-block;
  transform: skew(-19deg);
  text-transform: uppercase;
  margin: 15px 10px;
	background: rgb(240,153,75);
	transition: all ease 0.2s;
}
.botao2:visited {
  color: #fff;
}
.botao2:hover {
	background: #fff;
	color: var(--azul);
	transition: all ease 0.3s;
}
.botao2 > span {
  display: inline-block;
  transform: skew(19deg);
}

.nome-palestrante{
	font-size: 30px;
	font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.nome-palestrante:after{
	content: "";
	display: block;
	width: 100px;
	height: 3px;
background: #F17E15;
background: linear-gradient(90deg,rgba(241, 126, 21, 1) 0%, rgba(255, 171, 31, 1) 100%);
	margin-top: 5px;
}

.table-dark, .table-dark>td, .table-dark>th {
    background-color: #093067;
    border-top: none;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    border: none;
    border-top: none;
background: #015BC1;
background: linear-gradient(90deg,rgba(1, 91, 193, 1) 0%, rgba(2, 126, 219, 1) 100%);
}
.table td, .table th {
    padding: 20px;
    vertical-align: top;
    border-bottom:1px solid var(--azul);
        border-top: none;
}


.titulo1{
	font-family: 'IBM Plex Sans';
	font-weight: bold;

	font-size: 50px;
	line-height: 55px;
	color: var(--azul);
}
.titulo1:after{
	content: "";
	display: block;
	width: 100px;
	height: 5px;
background: #F17E15;
background: linear-gradient(90deg,rgba(241, 126, 21, 1) 0%, rgba(255, 171, 31, 1) 100%);
	margin-top: 15px;
}
.titulo1b{
	font-family: 'IBM Plex Sans';
	font-weight: bold;

	font-size: 50px;
	line-height: 55px;
	color: var(--azul);
}
.titulo2{
	font-family: 'IBM Plex Sans';
	font-weight: bold;
	font-size: 40px;
	line-height: 45px;
	color: var(--branco);
	margin-bottom: 20px;

}
.titulo2:after{
	content: "";
	display: block;
	width: 100px;
	height: 5px;
background: #F17E15;
background: linear-gradient(90deg,rgba(241, 126, 21, 1) 0%, rgba(255, 171, 31, 1) 100%);
	margin-top: 15px;
}
.texto1{
	font-family: 'Albert Sans';
	font-size: 15px;
	line-height: 25px;
	color: #666;
}

.ancora {
    position: relative;
    top: -160px;
    visibility: hidden;
}



.spacer-topo{
	margin-top: 65px;
}

.vertical-center {
	display: flex;
	align-items: center;
}
.vertical-bottom{
	display: table;
	vertical-align: bottom;
}
a{
	color: var(--vermelho);
	text-decoration: none !important;
	font-family: 'Albert Sans';
	transition: all ease 0.2s;
}
a:hover{
	color: var(--azul) !important;
	text-decoration: none !important;
	transition: all ease 0.2s;
}

section{
	padding: 100px 0px;
}

footer{
	padding: 100px 0px 100px 0px;
}

.logo{
	width: 450px;
	margin: 50px 0 150px 0;
}
.logo-rodape{
	width: 100%;
	max-width: 220px;
}


.order1{
	order: 1;
}
.order2{
	order: 2;
}



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

	.order1{
		order: 2;
	}
	.order2{
		order: 1;
	}



}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 767px) { 


.cabecalho h1{
	font-size: 40px;
	line-height: 40px;
}
.cabecalho h4{
	font-size: 13px;
	line-height: 20px;
}

.titulo1{
	font-size: 38px;
	line-height: 45px;
}
.titulo1b{
	font-size: 38px;
	line-height: 45px;
}

.logo{
	width: 280px;
	margin: 30px 0 40px 0;
}

.botao1 {
  font-size: 20px;
  padding: 10px 45px;
  margin: 20px 0px;
}


section{
	padding: 50px 0px;
}
footer{
	padding: 50px 0px;
}
.bg01{
  background-size: 300% !important;
}



}

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



}


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


}