/* CSS Document */


html {
  position: relative;
  min-height: 100%;
	font-family: 'Roboto', sans-serif;
	background-color: #1d5c15;
  background-image: url(../img/bg_all.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

body {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  background-color: transparent;
  color:#FFFFFF;
}







 .titulo_geral {
   font-size: 1.35em;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 30px;
  color: #efbf2d;
}

 .titulo_geral2 {
   font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 700;
  color: #9c824b;
}

 .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: #efbf2d;
  background-image: none;
  text-shadow: none;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 11px;
  font-size: 18px;
  border-radius: 15px;
  border-style: none;
  display: inline-block;
  font-weight: 700;
  
}

.bt_padrao:hover{
  background-color: #888888;
  color: #FFFFFF;
  cursor: pointer;
}






/*  >>>>>>   HEAD  >>>>>>    */

.dHeadPage {
/*	border-bottom: 5px solid #9c824b;
  background-color: #FFFFFF;*/
  padding-top: 30px;
}

.dHeadPage .container{
}

.dHeadPage .HeadImg {
  width: 100%;
}











/*  >>>>>   CONTENT >>>>>>    */







.dContentPage .dImage_destaque .imgDestaque {
  width: 100%;
  margin: 0 auto;
}










.dContentPage{
}

.dContentPage .container {
  padding-left: 50px;
  padding-right: 50px;
}
.dContentPage .dTitulo{
font-size: 2.5em;
  line-height: 1.2em;
  padding-bottom: 10px;;
  padding-top: 50px;
  color: #efbf2d;
  font-weight: bold;
  text-align: center;
    text-transform: uppercase;
}


.dContentPage .dDescricao {
  color: #333333;
	font-size: 1.5em;
	font-weight: normal;
  padding-top: 20px;
	padding-bottom: 30px;
  text-align: center;
}







.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: #FFFFFE;
  padding-top: 25px;
}



.dContentPage .dAviso .dTexto {
  text-align: center;
  font-size: 1.7em;
  line-height: 1.35em;
  padding-top: 0;
  padding-bottom: 50px;
}

 .dAviso .dTexto small {
  font-size: 0.55em;
}


/*.dContentPage .fotos_palestrantes  .foto_container {
    background-color: rgba(255,255,255,0.75);
    padding: 20px 45px 45px 45px;
    border-radius: 25px;
}*/

.dContentPage .fotos_palestrantes .foto_container img{
  max-width: 225px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.dContentPage .fotos_palestrantes .dinfo_palestrante {
font-size: 1.65em;
  line-height: 1em;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #efbf2d;
  text-align: center;
}

.dContentPage .fotos_palestrantes .dinfo_palestrante small {
  font-size: 0.6em;
  display: block;
  line-height: 1.4em;
  padding-top: 10px;
  color: #FFFFFF;    
    
}

.dContentPage .fotos_palestrantes .titulo_geral {
  font-size: 1.75em;
  line-height: 1em;
  font-weight: normal;
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
    color:#efbf2d;
    text-align: center;
    margin-top: 0;
}

.dContentPage .fotos_palestrantes .titulo_geral strong{
  font-weight: bold;
    color:#efbf2d;
}

.dContentPage .fotos_palestrantes h4 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    font-size: 1.9em;
    margin-bottom: 0;
    font-weight: bolder;
}


.dFormAcesso {
	display: block;
  width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 50px;
/*	background-color: rgba(255,255,255,0.15);
	padding: 30px;
	border-radius: 20px;
  border: 1px solid rgba(0,0,0,.1);*/
  text-align: left;
}


.dFormAcesso #Lerro {
  display: block;
  max-width: 90%;
  margin: 25px auto;
    text-align: center;
}


.dFormAcesso .invalid-feedback {
    margin-top: 0;
    color: #dc3545;
}


.dFormAcesso .dTituloAcesso {
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 0;
  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;
}






/*  >>>>>   FOOTER  >>>>>>    */


.dFooterPage{
/*	background-color: #FFFFFF;
	-webkit-box-shadow: -4px 0px 0px 0px rgba(0,0,0,0.39);
	box-shadow: -4px 0px 0px 0px rgba(0,0,0,0.39);*/
  margin-top: 40px;
}

.dFooterPage .container {
	
}



#ModalDownloads.modal.fade.in div.modal-dialog{
	width:75%;
	max-width: 850px;
}

#ModalDownloads .modal-header {
    background-color: #31A946;
    color: #ffffff;
}

#ModalDownloads .modal-body .entrada {
    border-bottom: 1px solid #dadada;
    padding: 10px;
	font-size:1.1em;
}

#ModalDownloads .modal-body .entrada .descricao .autor {
    color: #5c5c5c;
    font-size: 0.9em;
}

div.modal-body .entrada .linkdownload {
	margin-top:10px;
}

/*#ModalDownloads .entrada .linkdownload a {
	color:#666666;
	text-decoration:none;
	font-size:1.1em;
}

#ModalDownloads .entrada .linkdownload a:hover {
	color:#000000;
	text-decoration:none;
}*/



.LinksDownloads {
	color: #5e5e5e;
	text-decoration: none;
	font-size: 1.2em;
	
}

.LinksDownloads:hover {
	color: #000000;
	text-decoration: none;

}

.LinksDownloads_Linha {
  padding-top: 15px;
	padding-bottom: 15px;
	/*display: block;*/
	border-bottom: 1px solid #CCCCCC;
  /*width: 100%;*/
  margin-left:  35px;
  margin-right: 35px;
}


.LinksDownloads_Linha:hover {
border-bottom: 1px solid #5e5e5e;
color: #000000;  
}



.LinksDownloads_Linha.ultima {

	border-bottom: none;

}





/*   RODAPE POPCAST  */

.rodape-pc {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	border-top: none;
	margin-left: 0;
	margin-right: 0;
}

.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.1;
}
.rodape-pc div.container div.dlogo-pc:hover {
	opacity:1;
}


.rodape-pc div.container div.dlogo-pc img {
	height:30px;
	float:right;
}



