h2{margin: .5em 0 1.5em 0;}

.espacar{
margin: 2em 0;}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.center{
text-align:center;
}


.font{
font-family: Arial, narrower;
  text-decoration: none;
}
.font1{
font-family: Arial, narrower;
font-size: 22px;
  text-decoration: none;
}

/* para transformar todas as letras em SMALL-CAPS */

.caps {
font-family: arial, arial rounded MT;
    font-variant:small-caps;
	}

/*////////////// caixas com fundo branco e laranja no bordo esquerdo ////////////// */

.destacar {
display: block;
background-color: #ffffff !important;
padding: 1em 1.5em;
border-left: 6px solid #ff5c00;
font-size: 1.2em;
text-decoration: none;
font-weight: bold;
box-shadow: 0 0;
box-shadow: 0 0 10px rgba(0,0,0,.25);
margin: .5em 0;
font-family: Arial, narrower;
text-align: center;
}


.destacar2 {
display: block;
background-color: #ffffff !important;
padding: 1em 1.5em;
border-left: 6px solid #ff5c00;
font-size: 1em;
text-decoration: none;
font-weight: bold;
box-shadow: 0 0;
box-shadow: 0 0 10px rgba(0,0,0,.25);
margin: .5em 0;
font-family: Arial, narrower;
text-align: left;
}

/*////////////// caixas com fundo cinza e laranja no bordo esquerdo ////////////// */
.destacar1 {
display: block;
background-color: #ebebeb !important;
padding: 1em 1.5em;
border-left: 6px solid #f98012;
font-size: 1.2em;
text-decoration: none;
font-weight: bold;
box-shadow: 0 0;
box-shadow: 0 0 10px rgba(0,0,0,.25);
margin: .5em 0;
font-family: Arial, narrower;
text-align: center;
}

.destacar3 {
display: block;
background-color: #ffffff !important;
padding: 1em 1.5em;
border-left: 6px solid #ff5c00;
border-right: 6px solid #ff5c00;
font-size: 14px;
text-decoration: none;
box-shadow: 0 0;
box-shadow: 0 0 10px rgba(0,0,0,.25);
margin: .5em 0;
font-family: Arial, narrower;
text-align: center;
}

.destacar4 {
display: block;
background-color: #ffffff !important;
padding: 1em 1.5em;
border-left: 6px solid #ff5c00;
border-right: 6px solid #ff5c00;
font-size: 14px;
text-decoration: none;
box-shadow: 0 0;
box-shadow: 0 0 10px rgba(0,0,0,.25);
margin: .5em 0;
font-family: Arial, narrower;
text-align: left;
}

.destacar5 {
display: block;
background-color: #ffffff !important;
padding: 1em 1.5em;
border-left: 6px solid #ff5c00;
font-size: 16px;
text-decoration: none;
box-shadow: 0 0;
box-shadow: 0 0 10px rgba(0,0,0,.25);
margin: .5em 0;
font-family: Arial, narrower;
text-align: left;
}


div.box {
	width: 200px;
	display: inline-block;
}

.box {
width: 300px;
height: 300px;
background: #fff;
}


.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.text-item {
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);	
}

.nav-links {
  width: fit-content;
  margin:auto;
}




/*//////////////  W3Schools CSS code //////////////*/

/* Adicionar background Laranja ao top navigation */
.topnav {
  background-color: #ff5c00;
  overflow: hidden;
  display: flex;
  justify-content: center;
  font-family: Arial, narrower;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ff5c00;
  color: #ffffff;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #000000;
  color: #ffffff;
}

.topnav a.visited {
  background-color: #ff5c00;
  color: #ffffff;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
 


/* Thick red border */
hr.new4 {
  border: 1px solid black;
}

/*Aluguer de espaços*/

.bolaSim{
😀
}

.bolaNao{
color: red;
}

.pintar{
padding-bottom: 35px;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
  background-color: #f2f2f2;
}

#customers {
  font-family: Arial, narrower;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #f98012;
  color: white;
}

.container {
    margin-top: 30px;
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #f98012;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 50%;
    left: 38%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #f98012;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
	text-decoration: none;
}

.btn-theme {
    color: #fff;
    background-color: #f98012;
    border: 2px solid #fff;
    margin-right: 15px;
	text-decoration: none;
}

.btn-theme:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
	text-decoration: none;
}
.glyphicon {
color: #4CAF50;
font-size: 17px;
}
.glyphicon-minus-sign{
color: red;
font-size: 17px;
}

 .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.cursos {
display: block;
background-color: #ffffff !important;
padding: 1em 1.5em;
border-left: 6px solid #f98012;
font-family: arial, narrower;
font-size: 1.2em;
text-decoration: none;
font-weight: bold;
margin: .5em 0;
text-align: center;
}

a.cursos div {
	background-color: #f98012;
	padding: .5em 1em;
	margin-bottom: .5em;
				}
.cursos-rodape {
background-color:#f98012;
}


 .conteudo{
 align: center;
 }
.conteudoinner{
align: center;
}

/* Redimensionar corpo a 90% */ 
 div.sig2020 {
    max-width:90%;
    margin: auto;
    border: 0;
   } 
   
   /* Redimensionar corpo a 750% */ 
 div.sig202075 {
    max-width:75%;
    margin: auto;
    border: 0;
   } 
   
 div.sig202090 {
    max-width:90%;
    margin: auto;
    border: 0;
   } 

			dl.caixa-centralfaq {
				box-shadow: 0 0 10px rgba(0,0,0,.25);
				}
			
			dl.caixa-centralfaq dt {
				font-size: 1.1em;
				color: #fff;
				background-color: #fff;
				margin: 0;
				padding: .25em .5em;
				text-align: center;
				}
				
			dl.caixa-centralfaq dd {
				background-color: #fff;
				margin: 0;
				padding: .5em;
				}
				
dl.caixa-centralfaq dd ul {
	margin: .25em 0;
	padding: 0 0 0 1.5em;
}   
				
				
				
.full-height {
  height: 100%;
  background: #ebebeb;
  
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.teaser {
  text-align: center;
  font-size: 30px;
  background: #fff;
  margin-top: 20px;
}