/* CSS Document */

.agenda-conteudo {
    position: relative;
}

.yt-botao {
    position: absolute;
    top: 50px;
    right: 0;
}

.yt-icone {
    max-width: 45px;
    max-height: 45px;
}

.evento-titulo {
    display: inline-block;
    width: 45ch;
}

.parceiros {
    display: grid;
    grid-template-columns: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%);
    justify-content: space-between;
}

.img-parceiro {
    align-self: center;
}

.agenda {
    margin-top: 1em;
}

.agenda-titulo hr {
    margin: 0;
    margin-bottom: 0.5em;
    border-top: 2px solid rgba(0, 0, 0, 1);
}

.participantes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

.participante {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.participante img {
    max-width: 56px;
    max-height: 56px;
    border-radius: 3px;
}

.participante-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.15em;
    line-height: 1;
    color: #777;
}

@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: #FFFFFF;
}

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: transparent;
  color: #222222;
}







 .titulo_geral {
   font-size: 1.35em;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 30px;
  color: #ff6200;
}

 .titulo_geral2 {
   font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 700;
  color: #ff6200;
}

 .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: #ff6200;
  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 {
  /*  border-bottom: 4px solid #EC7000;*/
  padding-bottom: 40px;
}

.dHeadPage .container{

}

.dHeadPage .HeadImg {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}


.dHeadPage .dTitulo{
  font-size: 2.5em;
  line-height: 1.25em;
  padding-top: 0;
  padding-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}








/*  >>>>>   CONTENT >>>>>>    */


.dContentPage{

}

.dContentPage .container {
  padding-left: 20px;
  padding-right: 20px;
}
.dContentPage .dTitulo{
  font-size: 3.75em;
  line-height: 0.95em;
  padding-top: 0;
  padding-bottom: 20px;
  color: #222;
}

.dContentPage .dSubTitulo{
  font-size: 2.3em;
  line-height: 0.95em;
  padding-top: 0;
  padding-bottom: 20px;
  color: #222;
}



.dContentPage .dDescricao {
font-size: 1.4em;
  font-weight: 300;
  padding-bottom: 20px;
  line-height: 1.15em;
  text-align: left;
}

.dContentPage .dDescricao strong{
font-weight: 700;
}




.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: #ff6200;
  padding-top: 20px;
}



.dContentPage .dAviso .dTexto {
  text-align: center;
  font-size: 1.7em;
  line-height: 1.35em;
  padding-top: 0;
  padding-bottom: 5px;
}

 .dAviso .dTexto small {
  font-size: 0.55em;
}



.dContentPage .fotos_palestrantes .foto_container img{
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.dContentPage .fotos_palestrantes .dinfo_palestrante {
  font-size: 1.35em;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 20px;
}





.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.25em;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 30px;
  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;
}




.dAgenda {
  color: #FFFFFE;
  max-width: 70%;
  margin: 0 auto;
  font-weight: 300;
  border-radius: 15px;
  padding: 15px;
    background-color: #000000;
}

.dAgenda .dHorario {
	font-size: 1.35em;
	color: #ff6200;	
	text-align: center;
	font-weight: bold;
}


.dAgenda .dEvento {
	font-size: 1.25em;
	line-height: 1.2em;
}

.dAgenda small {
	font-size: 85%;
	font-weight: 300;
}

.dAgenda .dEvento strong{
font-weight: 700;
}


.dParticipantes_Full{
  background-image: -webkit-linear-gradient(325deg,rgba(251,251,251,0.10) 0%,rgba(216,216,216,0.20) 100%);
  background-image: -moz-linear-gradient(325deg,rgba(251,251,251,0.10) 0%,rgba(216,216,216,0.20) 100%);
  background-image: -o-linear-gradient(325deg,rgba(251,251,251,0.10) 0%,rgba(216,216,216,0.20) 100%);
  background-image: linear-gradient(125deg,rgba(251,251,251,0.10) 0%,rgba(216,216,216,0.20) 100.00%);
}

.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: #FFFFFE;
  font-size: 1em;
  font-weight: bold;
  }


.dParticipantes_Full .dTexto {
  padding-bottom: 0;
  color: #FFFFFE;
  font-size: 1.3em;
  font-weight: lighter;
}



.dParticipantes_Full .fotos_palestrantes {
  padding-top: 15px;
}


.dParticipantes_Full .fotos_palestrantes .dinfo_palestrante {
  color: #222222;
  font-size: 1.25em;
  line-height: 1em;
  padding-top: 0;
  padding-left: 5px;

}

.dParticipantes_Full .fotos_palestrantes .dinfo_palestrante small {
	color: #333333;
	display: block;
	position: relative;
	line-height: 1em;
	padding-top: 5px;
	font-size: 80%;
	font-weight: 300;
}

.dParticipantes_Full .fotos_palestrantes .foto_container img {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin-bottom: 5px;
}



.dParticipantes_Full .foto_container div.dHorario {
  color: #ff6200;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}











/*  >>>>>   FOOTER  >>>>>>    */


.dFooterPage{
  
}

.dFooterPage .container {
	padding-bottom: 35px;
	padding-top: 15px;
padding-right: 15px;
  padding-left: 15px;
}


.dFooterPage div.container div.row div.col div.dlinks a {
  color: #222222;
}

.dFooterPage div.container div.row div.col div.dlinks a:hover {
  color: #cccccc;
}


#ModalInscricao {
	color: #000000;
}


#ModalInscricao .modal-header {
	color: #FFFFFF;
	background-color: #ff6200;
}


#ModalInscricao .modal-dialog-scrollable .modal-body {
	padding: 20px;
}








/*   RODAPE POPCAST  */

.rodape-pc {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	border-top: none;
	margin-left: -15px;
	margin-right: -15px;
}

.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;
}



