/* CSS Document */

.dIcon svg {
    color: #fff;
    opacity: 0.8;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUIBlack.eot');
    src: url('fonts/SegoeUIBlack.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUIBlack.woff2') format('woff2'),
        url('fonts/SegoeUIBlack.woff') format('woff'),
        url('fonts/SegoeUIBlack.ttf') format('truetype'),
        url('fonts/SegoeUIBlack.svg#SegoeUIBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Light.eot');
    src: url('fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Light.woff2') format('woff2'),
        url('fonts/SegoeUI-Light.woff') format('woff'),
        url('fonts/SegoeUI-Light.ttf') format('truetype'),
        url('fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('fonts/SegoeUI-Semilight.eot');
    src: url('fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('fonts/SegoeUI-Semilight.woff') format('woff'),
        url('fonts/SegoeUI-Semilight.ttf') format('truetype'),
        url('fonts/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Semibold.eot');
    src: url('fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('fonts/SegoeUI-Semibold.woff') format('woff'),
        url('fonts/SegoeUI-Semibold.ttf') format('truetype'),
        url('fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.eot');
    src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI.woff2') format('woff2'),
        url('fonts/SegoeUI.woff') format('woff'),
        url('fonts/SegoeUI.ttf') format('truetype'),
        url('fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Bold.eot');
    src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('fonts/SegoeUI-Bold.woff') format('woff'),
        url('fonts/SegoeUI-Bold.ttf') format('truetype'),
        url('fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html {
  position: relative;
  min-height: 100%;
  font-family: 'Segoe UI','Open Sans', sans-serif;
  background-color: #fff;
/*  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg_all.jpg);*/
}

body {
  font-family: 'Segoe UI','Open Sans', sans-serif;
  font-size: 14px;
  /*margin-bottom: 60px;*/
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  background-color: transparent;
  color: #000;
}







 .titulo_geral {
   font-size: 1.35em;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 30px;
  color: #FFFFFF;
}

 .titulo_geral2 {
   font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 700;
  color: #FFFFFF;
}

 .texto_geral {
  line-height: 1.25em;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 1.05em;
  font-weight: 300;
}




.bt_padrao {
    color: #fff;
    margin-top: 10px;
    text-decoration: none !important;
    background-color: #02c6f2;
    background-image: none;
    text-shadow: none;
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 12px;
    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.download{
	font-weight: normal;
}

.bt_padrao.download svg{
	font-size: 1.4em;
}


.bt_agenda {
  color: #FFFFFF;
  margin-top: 10px;
  text-decoration: none !important;
  background-color: #0D1B2A;
  background-image: none;
  text-shadow: none;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
  font-size: 14px;
  border-radius: 5px;
  border-style: none;
  display: inline-block;
  font-weight: 700;
}

.bt_agenda:hover{
  background-color: #888888;
  color: #FFFFFF;
  cursor: pointer;
}



.pin_brands {
	width: 100%;
	max-width: 25px;
	padding-right: 3px;
	margin-top: -5px;
}




.text-muted {
    color: #EEEEEE !important;
}


/*  >>>>>>   HEAD  >>>>>>    */





.dheader_language {
  /*background-color:#272727;
  padding-top: 15px;
  padding-bottom: 15px;*/
}



.dheader_language .dBotoes_audios {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px;
  background-color: #0D1B2A;
  width: 130px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dheader_language .dBotoes_audios a {
  padding-left: 5px;
	padding-right: 5px;
  color: #EEEEEE;
}

.dheader_language .dBotoes_audios a.disabled {
  cursor: default;
  opacity: 0.25;
}
.dheader_language .dBotoes_audios a:hover.disabled {
  cursor: default;
  opacity: 0.25;
  text-decoration: none;
}















.dHeadPage {
/*  padding-top: 20px;
  background-image: url(../img/bg_header_all.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.dHeadPage .container{

}

.dHeadPage .HeadImg {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}





#ModalMensagem .form-control {
	font-size: 13px;
}

#ModalMensagem label {
	margin-bottom: 1px;
}




/*  >>>>>   CONTENT >>>>>>    */


.dContentPage{

}

.dContentPage .container {
  padding-left: 30px;
  padding-right: 30px;
}
.dContentPage .dTitulo{
  font-size: 2.5em;
  line-height: 1.25em;
  padding-top: 0;
  padding-bottom: 20px;
  color: #0D1B2A;
  font-weight: bold;
  text-align: center;
}
.dContentPage .dDescricao {
font-size: 1.35em;
font-weight: normal;
line-height: 1.30em;
}



.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: #0D1B2A;
  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: #FF0000;
  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 .container {
	  padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
}


.dParticipantes_Full .dTitulo {
  font-size: 1.5em;
}

.dParticipantes_Full .dMiniTitulo {
    padding-bottom: 0;
    margin-bottom: 0;
    color: #091f41;
    font-size: 1em;
    font-weight: bold;
}


.dParticipantes_Full .dTexto {
    padding-bottom: 0;
    color: #091f41;
    font-size: 1.3em;
    font-weight: lighter;
}



.dParticipantes_Full .fotos_palestrantes {
  padding-top: 15px;
}


    .dParticipantes_Full .fotos_palestrantes .dinfo_palestrante {
        color: #091f41;
        font-size: 1.3em;
        line-height: 1em;
        padding-top: 10px;
        padding-left: 5px;
        font-weight: normal;
    }

        .dParticipantes_Full .fotos_palestrantes .dinfo_palestrante .dMiniBio {
            color: #091f41;
            font-size: 12px;
            line-height: 1.2em;
            padding-top: 10px;
            padding-left: 5px;
            font-weight: lighter;
        }


        .dParticipantes_Full .fotos_palestrantes .dinfo_palestrante small {
            color: #091f41;
        }

.dParticipantes_Full .fotos_palestrantes .foto_container img {
  width: 100%;
  max-width: 140px;
  height: auto;
  border: 3px solid #b3e0f6;
}






.modal-header {

background-color: #0D1B2A;
color: #FFF;
}


#ModalInscricao .modal-content .modal-body {
	color: #000000;
}




/*  >>>>>   FOOTER  >>>>>>    */

.dFooterPage .dRodapeRedes{

}

.dFooterPage hr {
  margin-top: 0;
}

.dRodapeRedes .dSocial {
    text-align: center;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dRodapeRedes .dSocial p {
 display: inline-block;
}

.dRodapeRedes .dSocial a {
 text-decoration: none;
}
.dRodapeRedes .dSocial a:hover {
 text-decoration: none;
}
.dRodapeRedes .dSocial a img {
    width: 32px;
}

.dFooterPage .container {
	padding-bottom: 35px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
}










/*   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;
}



