::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}

@font-face {
	font-family: "FranklinGothic MediumCond"; src:url(../font/FranklinGothic_MediumCond.TTF);
	
}
@font-face {
	font-family: "FranklinGothic Medium"; src:url(../font/FranklinGothic_Medium.TTF);
	
}

@font-face {
	font-family: "FranklinGothic DemiCond"; src:url(../font/FranklinGothic_DemiCond.TTF);
	
}

/*SLIDE*/
.slideshow-container {
    
    width: 100%;
    position: relative;
    margin: auto;

}

.slideshow {
    display: none;
}


.slideshow img { width:100%; }

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


.legenda {

    width: auto;
    color: #fdfdfd;
    font-size: 0.9em;
    padding:5px;
    position: absolute;
    bottom: 18%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    left: 10%;

}

.numeracao {

    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;

}

.paginacao { 
  
    width:100%; 
    float:left;
    margin: 10px 0;
    text-align: center;

}

.dot {

    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 4px;
    border-radius: 50px;
    background-color: #007cff;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.ativo,
.dot:hover {
    background-color: #242424;
}


.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }
    to {
        opacity: 1;
    }
}

/*960PX BREAKPOINT - Ajustando o texto para desktop*/
@media (min-width:60em){


    .legenda   { font-size:2em; padding:8px; }
    .paginacao { margin:20px 0; }
    .dot       { width:18px; height:18px; }
}
/*SLIDE*/


hr {
    border: solid #f2f2f2;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}

#logo{ position:absolute; z-index:99; top:15%; left:6%;}

#redes {
	background-color: #222;
	padding: 1%;
	text-align: left;
	width: 100%;
	height: auto;
	bottom:0px;
	margin: auto;
	}
#redes p{
	font-size:27px;
	color:#FFF;
	font-weight:100;
	font-family: "FranklinGothic";
	text-align:right;
	}

#bord {
	position: relative;
	width: 100%;
	height: 1px;
	background: #ffffff;
	margin-top: -5px;}

 .orbit-container .orbit-slide-number span {
display:none;}

.orbit-timer {
	display: none;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	background-color: transparent;
	color: white;
	height: 60px;
	line-height: 50px;
	margin-top: -25px;
	position: absolute;
	text-indent: -9999px !important;
	top: 85%;
	width: 40px;
	z-index: 10;
}
.orbit-next {
	content: url("../img/seta.png");
	margin-right: 2%;
	top: 30px;
}
.orbit-prev {
	content: url("../img/setadir.png");
	margin-left: 2%;
}
.orbit-container .orbit-next:hover {
	background-color: transparent;
}
.orbit-container .orbit-prev:hover {
	background-color: transparent;
}

#whatstopo{
    width: 220px;
    height: 40px;
    z-index: 4;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    border-color: #39cc1d;
    border-width: 0px;
    border-radius: 3px;
    background-color: #1ebe64;
    font-size: 15px;
    line-height: 40px;
	text-decoration:none;
}
	

#topplayer{ background:#ffffff; margin-bottom:0px; border-bottom:1px solid #999; text-align:center; position:relative; width:100%;}
#playert{padding:3px 2px 0px 3px;}
#playert audio{right:0px;}

#chamada{
position:absolute; z-index:999;
margin-left:auto; margin-right:auto;
text-align:center; color:#fff; width:100%;
margin-top:15%; font-size:3rem;
font-family: 'Nunito', sans-serif;
text-shadow: 2px 1px 3px #000;
}

.article-card {
  border: 1px solid #CCC;
  margin-bottom: 1.5rem;
  box-shadow: 2px 4px 5px 0px #CCC; }
  .article-card .card-content {
    background: #fff;
    margin: 1.25rem; }
    .article-card .card-content .post-author {
      text-align: center; font-weight:bold; }
    .article-card .card-content h4 {
      color: #CF000F; text-align:center; }
    .article-card .card-content p {
      color: #757D75; }
    .article-card .card-content a i {
      font-weight: 300;
      color: #757D75;
      margin: 0 .5rem;
      padding: 5px 7px 5px 7px;
      border: 1px solid #757D75;
      border-radius: 50%; }
    .article-card .card-content img.post-icon {
      position: absolute;
      width: 3rem;
      border-radius: 50%;
      margin-top: -3rem; }


#preco{ background: #CF000F; padding:1%; border-radius:4px; border:1px solid #FFF inset; margin-bottom:4px; font-size:16px; text-align:center; color:#FFF;}
#preco2{ background: #900; padding:1%; border-radius:4px; border:1px solid #FFF inset; margin-bottom:4px; font-size:16px; text-align:center; color:#FFF;}
#preco3{ background:#C30; padding:1%; border-radius:4px; border:1px solid #FFF inset; margin-bottom:4px; font-size:16px; text-align:center; color:#FFF;}