/* 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: #0d0b0c;
  background-image: url(../img/bg_all.jpg);*/
    background-position: center Top;
    background-size: 100%;
    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: transparent;
  color: #333;
}




.dHeadPage {

}




 .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;
}

.festival-rows {
    background-color: #f1f2f4;
    border-radius: 45px;
    margin-top: 20px;
    /*display: flex;*/
    width: 100%;
    /*justify-content: space-between;*/
    padding: 0;
}

.festival-button {
    color: #FFFFFF;
    text-decoration: none !important;
    background-color: #ff7100;
    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;
}

.dProgramacao {
    margin-bottom: 8em;
}

.date-width {
    width: 150px;
}

.dia-evento .festival-button {
    text-align: center;
    align-content: center;
}

.festival-rows h5, .festival-rows p {
    margin: 0;
    border-radius: 45px;
    font-size: 22px;
}

.festival-rows a {
    border-radius: 45px;
    width: 300px;
    align-content: center;
    text-align: center;
}

    .festival-rows a:hover {
        transition: 0.6s;
    }

#btn-online {
    background-color: #ff9e00;
}

#btn-online:hover {
    background-color: #c77b00
}

#btn-presencial {
    /*background-color: #003800;*/
    background-color: #333333;	
}

#btn-presencial:hover {
    background-color: #009900;
}

.date-neutral {
    background-color: #9a9a9a;
}

.parceiros-container {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 8em;
}

.parceiros-container img {
    max-height: 80px;
}

.festival-ativacoes {
    display: grid;
    grid-template-columns: repeat(4, 210px);
    gap: 5em;
    margin: 0 30px;
    margin-top: 1em;
    margin-bottom: 4em;
}

.festival-ativacao {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.festival-ativacao img {
    height: 40px;
}

.festival-ativacao span {
    font-size: 1.8em;
    font-weight: 400;
}

.festival-title {
    font-size: 1.6em;
    color: #333;
    font-weight: 300;
}

.dia-evento .festival-rows {
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    align-items: center;
}

.festival-reunioes .festival-rows .date-width {
    width: 180px;
	font-size: 1.3em;
  padding: 10px 5px 5px 5px;
}

.inclusao-content {
    margin-top: 2em;
    text-align: center;
    margin-bottom: 4em;
}

.inclusao-content h4 {
    color: #ff6200;
    font-weight: 600;
    font-size: 2.5em;
}

.inclusao-content p {
    font-size: 1.4em;
    font-weight: 500;
    color: #333;
}

    .inclusao-content a {
        transition: 0.3s;
        border-radius: 45px;
        color: #fff;
        background-color: #ff9e00;
        font-size: 1.6em;
        font-weight: 600;
        text-decoration: none;
    }

.inclusao-content a:hover {
    text-decoration: none;

}


.reuniao {
    margin-bottom: 4em;
}

.multiple-dates {
    grid-template-columns: repeat(3, 180px) !important;
    justify-content: space-between;
}

.reuniao-title {
    margin-top: 0.5em;
    text-align: center;
    font-size: 1.6em;
    color: #333;
    font-weight: 700;
}

.reuniao-title p {
    margin-bottom: 0;
}

.reuniao-description {
    text-align: center;
    font-size: 1.2em;
    color: #333;
    font-weight: 500;
}

.ativacoes-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 8em 0;
}

.ativacao {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.ativacao img {
    margin: 0 auto;
    max-height: 115px;
}

    .ativacao span {
        margin-top: 1em;
        width: 238px;
        font-size: 1.1em;
        line-height: 1.6em;
    }

.dConvite {
    margin-bottom: 8em;
}

.convite-content {
    margin-top: 2em;
    text-align: center;
}

.dConvite .festival-rows {
    justify-content: center;
}

.dConvite h4 {
    font-weight: 700;
    font-size: 2.5em;
}

.convite-content p {
    font-size: 1.6em;
    font-weight: 300;
    margin: 1em 0;
}

.dConvite a {
    border-radius: 45px;
    font-size: 22px;
    background-color: #ff9e00;
}

.dConvite a:hover {
    transition: 0.6s;
}

.dFAQ {
    margin-bottom: 6em;
}

.faq-width {
    width: 250px;
    text-align: center;
}

.faq-list {
    margin-top: 20px;
}

.faq-item, .collapse-item {
    padding: 10px 0;
    cursor: pointer;
}

.faq-question, .collapse-title {
    font-size: 1.6em;
    font-weight: 700;
}

.collapse-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #333;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 15px;
    color: #333;
    font-size: 1.3em;
}

.faq-item.open .faq-answer, .collapse-item.open .collapse-description {
    max-height: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.participantes-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.participante {
    text-align: center;
}

.participante-img {
    max-width: 200px;
    margin: 0 auto;
}

.participante-description {
    align-content: center;
    text-align: center;
}

.participante-name {
    font-size: 1.5em;
    font-weight: 700;
}

.participante-role {
    font-size: 1.3em;
    font-weight: 300;
}

.logo-participante {
    max-height: 32px;
}

.bt_padrao {
  color: #FFFFFF;
  text-decoration: none !important;
  background-color: #ff7100;
  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;
}


.bt_padrao.agenda {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding-top: 7px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 6px;
    line-height: 1.75em;
    margin-top: -5px;
}


.text-muted {
    color: #EEEEEE !important;
}


/*  >>>>>>   HEAD  >>>>>>    */

/*.dHeadPage {
  border-bottom: 4px solid #FF6200;
}*/

.dHeadPage .container{
  padding-left: 0;
  padding-right: 0;
}

.dHeadPage .HeadImg {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}











/*  >>>>>   CONTENT >>>>>>    */



.pin_brands {
  width: 100%;
  max-width: 25px;
  padding-right: 3px;
  margin-top: -5px;
}





.dContentPage{

}

.dContentPage .container {
  padding-left: 50px;
  padding-right: 50px;
}

.dTitulo {
    text-align: center;
}

.dContentPage .dTitulo span {
  font-size: 2.5em;
  line-height: 1.25em;
  padding-top: 0;
  padding-bottom: 20px;
  color: #ff6200;
  font-weight: bold;
    text-align: center;
}

.dContentPage .dTitulo small {
    font-size: 2.5em;
    color: #333;
}

.dContentPage .dDescricao {
font-size: 1.45em;
  font-weight: 300;
  padding-bottom: 20px;
  line-height: 1.1em;
  color: #333;
  margin-top: 20px;
}

.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;
}



.dParticipantes_Full{
/*  color: #252220;
  background-image: -webkit-linear-gradient(325deg,rgba(239,239,239,1.00) 0%,rgba(216,216,216,1.00) 100%);
  background-image: -moz-linear-gradient(325deg,rgba(239,239,239,1.00) 0%,rgba(216,216,216,1.00) 100%);
  background-image: -o-linear-gradient(325deg,rgba(239,239,239,1.00) 0%,rgba(216,216,216,1.00) 100%);
  background-image: linear-gradient(125deg,rgba(239,239,239,1.00) 0%,rgba(216,216,216,1.00) 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: #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 hr {
  border-top: 1px solid rgba(255,255,255,.1);
}



.dParticipantes_Full .fotos_palestrantes .dinfo_palestrante {
  color: #FF6200;
  font-size: 1.35em;
  line-height: 1em;
  padding-top: 10px;
  padding-left: 5px;
}

.dParticipantes_Full .fotos_palestrantes .dinfo_palestrante small {
  color: #CCCCCC;
}

.dParticipantes_Full .fotos_palestrantes .foto_container img {
  width: 100%;
  max-width: 150px;
  height: auto;
}







.dAgenda_Full h5{
  color: #333;
  font-weight: bold;
  font-size: 1.75em;
}



.dAgenda_Full .dHorario{
  color: #FF6200;
  font-weight: bold;
  font-size: 1.3em;
}

.dAgenda_Full .dTitulo{
  text-align: Left;
  font-size: 1.25em;
  padding-bottom: 0px;
  line-height: 1em;
  padding-right: 0;
}

.dAgenda_Full .dTitulo small{
  color: #333;
  text-align: left;
  font-weight: 300;
}

.dAgenda_Full hr{
  border-top: 1px solid rgba(255,255,255,.1);
}

.dAgenda_Full  .dLink.Video svg {
  color: #ff0000;
  font-size: 3em;
}





#ModalInscricao .modal-body {
	padding-left: 5px;
	padding-right: 5px;
}

#ModalInscricao .modal-header {
    background-color: #FF6200; 
    color: #FFFFFF;
}





#ModalInscricao .form-group {
	margin-bottom: 10px;
}

#ModalInscricao .form-row input {
	font-size: 13px;
}


#ModalInscricao .form-row select {
	font-size: 13px;
}


#ModalInscricao .form-row label {
	font-size: 12px;
	margin-bottom: 0px;
	opacity: 0.65;
}

.form-texts {
    margin: 0;
    padding: 0;
}








/*  >>>>>   FOOTER  >>>>>>    */


.dFooterPage{
  
}

.dFooterPage .container {
	padding-bottom: 35px;
	padding-top: 15px;

}


.dFooterPage .bt_padrao {
    min-width: 310px;
}







/*   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;
}



