/* CSS Document */



@font-face {
    font-family: 'Itau Display Pro';
    src: url('fonts/ItauDisplayPro-Light.eot');
    src: url('fonts/ItauDisplayPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/ItauDisplayPro-Light.woff2') format('woff2'),
        url('fonts/ItauDisplayPro-Light.woff') format('woff'),
        url('fonts/ItauDisplayPro-Light.ttf') format('truetype'),
        url('fonts/ItauDisplayPro-Light.svg#ItauDisplayPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Itau Display Pro';
    src: url('fonts/ItauDisplayPro-Regular.eot');
    src: url('fonts/ItauDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ItauDisplayPro-Regular.woff2') format('woff2'),
        url('fonts/ItauDisplayPro-Regular.woff') format('woff'),
        url('fonts/ItauDisplayPro-Regular.ttf') format('truetype'),
        url('fonts/ItauDisplayPro-Regular.svg#ItauDisplayPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Itau Display Pro';
    src: url('fonts/ItauDisplayPro-Bold.eot');
    src: url('fonts/ItauDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ItauDisplayPro-Bold.woff2') format('woff2'),
        url('fonts/ItauDisplayPro-Bold.woff') format('woff'),
        url('fonts/ItauDisplayPro-Bold.ttf') format('truetype'),
        url('fonts/ItauDisplayPro-Bold.svg#ItauDisplayPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Itau Display Pro XBold';
    src: url('fonts/ItauDisplayPro-XBold.eot');
    src: url('fonts/ItauDisplayPro-XBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ItauDisplayPro-XBold.woff2') format('woff2'),
        url('fonts/ItauDisplayPro-XBold.woff') format('woff'),
        url('fonts/ItauDisplayPro-XBold.ttf') format('truetype'),
        url('fonts/ItauDisplayPro-XBold.svg#ItauDisplayPro-XBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Itau Display Pro';
    src: url('fonts/ItauDisplayPro-Black.eot');
    src: url('fonts/ItauDisplayPro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/ItauDisplayPro-Black.woff2') format('woff2'),
        url('fonts/ItauDisplayPro-Black.woff') format('woff'),
        url('fonts/ItauDisplayPro-Black.ttf') format('truetype'),
        url('fonts/ItauDisplayPro-Black.svg#ItauDisplayPro-Black') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
} 

@font-face {
    font-family: 'Itau Display Pro';
    src: url('fonts/ItauDisplayPro-Heavy.eot');
    src: url('fonts/ItauDisplayPro-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/ItauDisplayPro-Heavy.woff2') format('woff2'),
        url('fonts/ItauDisplayPro-Heavy.woff') format('woff'),
        url('fonts/ItauDisplayPro-Heavy.ttf') format('truetype'),
        url('fonts/ItauDisplayPro-Heavy.svg#ItauDisplayPro-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




html {
  position: relative;
  min-height: 100%;
	font-family: 'Itau Display Pro','Open Sans', sans-serif;
	background-color: #f2f2f2;
/*  background-image: url(../img/bg_all.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;*/
}

body {
  font-family: 'Itau Display Pro','Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  background-color: #eaeaea;
  color: #222222;
}







 .titulo_geral {
   font-size: 1.35em;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 30px;
  color: #ec7622;
}

 .titulo_geral2 {
   font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 700;
  color: #003399;
}

 .texto_geral {
  line-height: 1.25em;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 1.05em;
  font-weight: 300;
}




.bt_padrao {
  color: #FFFFFF;
  margin-top: 10px;
  text-decoration: none !important;
  background-color: #00498e;
  background-image: none;
  text-shadow: none;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 11px;
  font-size: 14px;
  border-radius: 5px;
  border-style: none;
  display: inline-block;
  font-weight: 700;
  
}

.bt_padrao:hover{
  background-color: #888888;
  color: #FFFFFF;
  cursor: pointer;
}



.text-muted {
    color: #EEEEEE !important;
}


/*  >>>>>>   HEAD  >>>>>>    */

.dHeadPage {
  background-color: #eaeaea;
}

.dHeadPage .container{

}

.dHeadPage .HeadImg {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}











/*  >>>>>   CONTENT >>>>>>    */


.dContentPage{

}

.dContentPage .container {
  padding-left: 50px;
  padding-right: 50px;
}
	.dContentPage .dTitulo {
		font-size: 2.5em;
		line-height: 1.25em;
		padding-top: 0;
		padding-bottom: 20px;
		color: #00349a;
		font-weight: bold;
		margin-top: 2em;
	}
.dContentPage .dDescricao {
font-size: 1.6em;
font-weight: 300;
padding-bottom: 20px;
line-height: 1.6em;
}

.dContentPage .dDescricao small {
	font-size: 65%;
font-weight: inherit;
}



.dDescricao a.descr_link {
	color: #FFFFFF;
	text-decoration: underline;
}

.dDescricao a.descr_link:hover {
	color: #CFCFCF;
	text-decoration: none;
}


.dContentPage .dImgDestaque {
  margin-top: 5px;
}



.hourglass-spin > [class*="fa-hourglass"] { animation: showhide 4s steps(1) infinite;  opacity: 0;}
.hourglass-spin > .fa-hourglass-end { animation-delay: 2s;}
.hourglass-spin > .fa-hourglass-half { animation-delay: 1s;}
.hourglass-spin > .fa-hourglass-start { animation-delay: 0s;}
.hourglass-spin > .fa-hourglass-end.spin { animation: showhidespin 4s linear infinite;}

@keyframes showhide {
  0% { opacity: 1; }
  25% { opacity: 0; }
}
@keyframes showhidespin {
  0% { opacity: 0; }
  74.9999999% { opacity: 0; }
  75% { opacity: 1; transform: rotate(0deg); }
  100% { opacity: 1; transform: rotate(180deg); }
}




.dContentPage .container .dAviso .dIcon {
  text-align: center;
  color: #ec7622;
  /*padding-top: 20px;*/
}



.dContentPage .dAviso .dTexto {
  text-align: center;
  font-size: 1.75em;
  line-height: 1.35em;
  padding-top: 0;
  padding-bottom: 5px;
}

 .dAviso .dTexto small {
  font-size: 0.55em;
}





.dTitle_Full {
	color: #00349a;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.9em;
	font-weight: bold;
}


.dTitle_Full .icons {
	max-width: 50px;
	width: 100%;
	height: auto;
	margin-left: 20px;
	margin-right: 5px;
}

.dTitle_Full.grey{
	background-color: #EC7000;
	color: #FFFFFF;
}









.dAgenda_Full {
	padding: 2em 4em;
	display: block;
	border: 1px solid #ff7100;
	border-radius: 12px;
	margin-bottom: 4em;
	position: relative;
}


.dAgenda_Full .dicon {
		max-width: 48px;
	width: 100%;
	height: auto;
}


	.dAgenda_Full .itemAgenda span {
		font-weight: lighter;
		color: #676863;
		font-size: 1.5em !important;
	}

		.dAgenda_Full .itemAgenda strong {
			font-weight: bold;
			color: #676863;
			font-size: 1.4em;
		}

.dAgenda_Full .dTema {
	font-weight: bold;
	color: #676863;
	font-size: 1.45em;
	line-height: 1em;
}

.dAgenda_Full .dPalestrantes {
	font-weight: lighter;
	color: #676863;
	font-size: 1.4em;
	line-height: 1.1em;
}

.dAgenda_Full  hr {margin-top: 10px; margin-bottom: 10px}

.quadradoLaranja {
	padding: 20px;
	display: block;
	background: #ff7100;
	border: 2px solid #ff7100;
	border-radius: 8px;
	width: 0;
	height: 0;
}

.quadradoAzul {
	padding: 20px;
	display: block;
	width: 0;
	height: 0;
	border: 2px solid #00349a;
	border-radius: 8px;
	background: #eaeaea;
}

		.dFormAcesso {
	display: block;
	/*max-width: 75%;*/
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
/*	background-color: rgba(255,255,255,0.15);
	padding: 30px;
	border-radius: 20px;
  border: 1px solid rgba(0,0,0,.1);*/
}


.dFormAcesso #Lerro {
  display: block;
  max-width: 70%;
  margin: 25px auto;
}


.dFormAcesso .invalid-feedback {
    margin-top: 0;
    color: #FFFFFF;
  font-size: 1em;
}


.dFormAcesso .dTituloAcesso {
  font-size: 1.45em;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
}



.dFormAcesso .form-group  {
  font-size: 12px;
}

.dFormAcesso .form-group label {
  margin-bottom: 1px;
  opacity: 0.75;
}

.dFormAcesso .form-group .form-control {
  font-size: 13px;
}











.dParticipantes_Full{
  color: #252220;
}

.dParticipantes_Full .container {
	  padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
}


.dParticipantes_Full .dTitulo {
  font-size: 1.5em;
}

.dParticipantes_Full .dMiniTitulo {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #252220;
  font-size: 1em;
  font-weight: bold;
  }


.dParticipantes_Full .dTexto {
  padding-bottom: 0;
  color: #252220;
  font-size: 1.3em;
  font-weight: lighter;
}



.dParticipantes_Full .fotos_palestrantes {
  padding-top: 15px;
}


.dParticipantes_Full .fotos_palestrantes .dinfo_palestrante {
color: #ec7622;
font-size: 1.35em;
line-height: 1em;
padding: 7px 3px;
display: block;  
  text-align: center;
  font-weight: 600;
  width: 100%;
}

	.dParticipantes_Full .fotos_palestrantes .dinfo_palestrante span {
		color: #00349a;
	}

.dParticipantes_Full .fotos_palestrantes .dinfo_palestrante small {
  color: #222222;
	display: block;
	font-weight: 300;
	line-height: 1.2em;
	
}

.dParticipantes_Full .fotos_palestrantes .foto_container {
padding-left: 30px;
	padding-right: 30px;
}



.dParticipantes_Full .fotos_palestrantes .foto_container img {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
  display: block;
}




.dContentPage .fotos_palestrantes .foto_container img{

}

.dContentPage .fotos_palestrantes .dinfo_palestrante {

}








/*  >>>>>   FOOTER  >>>>>>    */


.dFooterPage{
  
}

.dFooterPage .container {
	padding-bottom: 35px;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
}


.dFooterPage div.container center a.descr_link {
	color: #FFFFFF;
	text-decoration: underline;
}

.dFooterPage div.container center a.descr_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}






/*   RODAPE POPCAST  */

.rodape-pc {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	border-top: none;
	margin-left: -15px;
	margin-right: -15px;
	background-color: #eaeaea;
}

.rodape-pc div.container {
	margin-top:0;
	margin-bottom:0;
	-webkit-box-shadow: none;
	box-shadow: none; 
}

.rodape-pc div.container div.dlogo-pc {
	padding-top:15px;
	opacity:0.03;
}
.rodape-pc div.container div.dlogo-pc:hover {
	opacity:1;
}


.rodape-pc div.container div.dlogo-pc img {
	height:30px;
	float:right;
}



