
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2") format("woff2"), url("https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff") format("woff");
}


body {
  background: #f8f8f8;
  font-family: 'Roboto Condensed', sans-serif !important;
}




a {
  text-decoration: none !important;
}

h5{
  text-align: center;
  font-size: 1.8 em;
  color: #930;
  font-weight: bold;
}

h4{ font-size:1.1em;
    font-weight:bold;
}

h7{
  font-size:0.8em;
   font-weight:bold;
}

.link-white {
  color:white;
}
.back-laranja{background-color:#F7935E !important;}

.box-arredondado{
	border: 1px solid #CCC;
	border-radius: 10px;
	padding: 10px;
}

.link-white:hover {
  color:black;
}

#geral {
  max-width:800px;
  width:100%;
  background:white;
  margin:0 auto;
  border-radius: 15px; 
  box-shadow: 0px 0px 5px #ccc;
  min-height:600px;
}

/* Header */

.header {
  background:#F64E27;
  height:35px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.header-menu {
  margin:-6px 0 0 -18px;
  float:left;
}

.header-menu-mobile{
  float: right;
  padding:4px;
  font-size:18px;
}

.header-menu-mobile-link {
  text-decoration:none;
  color:white;
}

.header-menu-mobile-link:hover {
  text-decoration:none;
  color:white;
}

.header-titulo {
  color:white;
  padding-top:4px;
  padding-left:10px;
  font-size: 1.1em;
  float:left;
}

.header-creditos {
  float:right;
}

.header-creditos-mobile {
  background:#E5E5E5;
  padding-top:5px;
  height:40px;
  float:left;
  width:100%;
}

.header-creditos-box {
  width:49%; float:left;
}

/* Conteúdo */

.content {
  width:100%;
  /*background: #f9f9f9;*/
  margin-top:30px;
  min-height:475px;
}

.row-nuteds {
  margin-right: 0;
}


/* Footer */
.footer {
  margin-top:10px;
  min-height: 55px;
}

.footer-side {
  width:25%;
  float:left;
}

.margin-footer {
  margin-right:20px;
}

.ul-nuteds {
  list-style: none;
  width:100%;
}

.ul-nuteds li {
  float:left;
  padding-right:40px;
}

.ul-nuteds li:last-child {
  float:left;
  padding-right:0px;
}

.row-footer {
  margin:0;
  padding-top:20px;
}

.row-footer-options {
  background:#efdcce; 
  margin:0;
}

.row-footer-credits {
  background: #ddd;
  margin:0;
  border-top:1px solid #b5b5b5;
}

.col-footer {
  background:#dd3500;
  padding:0;
}

.footer-color-navigation {
  background:#ff5435;
}

.color-page {
  color: white;
  font-size:1.2em;
}

/* hacks */

.padding-left-hack {
  padding-left: 30px;
  word-break: break-word;

}

.text-justify {
  text-align: justify;
}

/* Bootstrap Mudanças */

.panel-footer {
  background: #f68c74;
  color:white;
}

.jumbotron-informe {
  margin:0;
  background:#fac5b9;
  padding:15px;
  font-size:1em;
  border:1px solid #f68c74;
}

.brown {
  color:brown;
}

.panel-without-margin {
  margin-bottom:0;
}

.swiper-container, .swiper-wrapper, .swiper-slide, .pagination{
	display: none;
}

.pagination-centered{text-align:center;}

.margem-esquerda{
	margin-left: 30px;
}

iframe {
	width:100%;	
	min-width:300px;
	min-height:450px;
	max-height:1200px !important;
}

.margem-topo{
	margin-top: 74px;
}

.img-respons{
	float: left;
	margin-top: -41px;
	margin-right: 5px;
}

.img-respons1{
	float: left;
	margin-top: -31px;
	margin-right: 5px;
}

.img-respons-flet{
	float: right;
	margin-top: -30px;
}

#b1{
	position: absolute;
	margin-top: 84px;
	margin-left: 325px;
}

#b2{
	position: absolute;
	margin-top: 107px;
	margin-left: 348px;
}

#b3{
	position: absolute;
	margin-top: 221px;
	margin-left: 298px;
}

.escondeMob{
	display: none;
}

/* Correções Mobile */

@media only screen and (max-width: 590px) {
	
	.margem-esquerda{
		margin-left: 0;
	}
	
	.margem-topo{
		margin-top: none;
	}
	
	.escondeMob{
		display: block;
	}
	
	.esconde{
		display: none;
	}
	
}

@media only screen and (max-width: 768px) {
	
	#mybook{
		display: none;
	}
	
	.swiper-container, .swiper-wrapper, .swiper-slide, .pagination{
		display: inline-block !important;
	}
	
	.swiper-container {
    	width: 311px;
		height: 450px;
    	color: #fff;
    	text-align: center;
	}

  #geral {
    box-shadow: none;
    border:0;
  }

  .header {
    border-top-right-radius:0;
    border-top-left-radius:0;
    border-bottom: 3px solid #de0500;
  }

  .menu-titulo {
    padding-top:15px;
    font-size:1em;
  }
}

/* Clear */
.clearfix:after {content:".";display:block;     height:0;     clear:both;     visibility: hidden; }
.clearfix {display:inline;} * html .clearfix {height: 1%;} .clearfix {display: block;}

.accordion {
                    margin-bottom: 20px;
                  }
                  .accordion-group {
                    margin-bottom: 2px;
                    border: 1px solid #e5e5e5;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                  }
                  .accordion-heading {
                    border-bottom: 0;
                    padding: 5px;
                  }

                  .accordion-inner {
                    padding: 5px;
                  }

ul li p{
  margin: 0px !important;
}