/* CSS Document */





html {
  position: relative;
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
 background-color: #000000;
   background-image: url(../img/bg_all.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  /*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: #E80070;
}

 .titulo_geral2 {
   font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 700;
  color: #E80070;
}

 .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: #E80070;
  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 #E80070;*/
}

.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: 4em;
  line-height: 1.25em;
  padding-top: 0;
  padding-bottom: 0px;
  color: #e80070;
  font-weight: bold;
  text-align: center;
}
.dContentPage .dDescricao {
font-size: 2em;
font-weight: 300;
padding-bottom: 20px;
line-height: 1.3em;
text-align: center;
}



.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: #E80070;
  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-image: -webkit-linear-gradient(270deg,rgba(236,112,0,0.90) 0%,rgba(236,112,0,0.48) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(236,112,0,0.90) 0%,rgba(236,112,0,0.48) 100%);
  background-image: -o-linear-gradient(270deg,rgba(236,112,0,0.90) 0%,rgba(236,112,0,0.48) 100%);
  background-image: linear-gradient(180deg,rgba(236,112,0,0.90) 0%,rgba(236,112,0,0.48) 100.00%);
}

.dAgenda .dHorario {
	font-size: 1.35em;
	color: #E80070;	
	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{
  color: #FFFFFE;
  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: #FFFFFE;
  font-size: 1.35em;
  line-height: 1em;
  padding-top: 0;
  padding-left: 5px;

}

.dParticipantes_Full .fotos_palestrantes .dinfo_palestrante small {
	color: #E80070;
	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: 180px;
  height: auto;
  margin-bottom: 5px;
}



.dParticipantes_Full .foto_container div.dHorario {
  color: #E80070;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}











/*  >>>>>   FOOTER  >>>>>>    */


.dFooterPage{
/*  border-top: 5px solid #E80070;*/	
  
}

.dFooterPage .container {
  padding-bottom: 25px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;

}







#ModalInscricao {
	color: #000000;
}


#ModalInscricao .modal-header {
	color: #FFFFFF;
	background-color: #E80070;
}


#ModalInscricao .form-control {
	font-size: 13px;
}

#ModalInscricao label {
	margin-bottom: 0;
}

#ModalInscricao .bt_padrao {
	/*background-color: #1c2849;*/
}



/*   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;
}



