body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url('imagens/Condominio19.jpg');
	background-size: cover;
	background-attachment:fixed;
	font-family: 'Segoe UI';
}

.header {
	width: 100%;
	height: 500px;
	display: flex;
	flex-direction: column;
}

.header img {
	height: 400px;
    
}

.carousel-inner img {
      width: 100%;
      height: 500px; 
       
}

.carousel-inner1 img{
      width: 70%;
      height: 250px;
      padding-left: 150px;
      

}

#rodape a{ 
    clear:both; 
    width:112%;
    margin:0 0;
    font-size:25px;
    text-align:center; 
    padding-top:15px;
    padding-right:105px;
    text-decoration: none; 
    display:inline-block;
    
}


#telefone li a {
    clear:both;
    margin:0 0; 
    font-size:15px; 
    text-decoration:none; 
    display:inline-block; 
    color: black;
}

.box{
      display: none;
}
.box1{
      display: none;
}

h1 {
	font-weight: bold;
	font-size: 2.6rem;
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #C63;
    margin-bottom: 10px;
}

h4 { 
    font-size:2.6em; 
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #C63;
    margin-bottom: 10px;
    font-weight: bold;
    
}

p, li { 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size:1.2em; 
    color:#555; 
    line-height:1.8;
    padding: 0 50px;
}

p {
    line-height: 1.8; 
    padding-left:39px; 
}

.main {
	width:65%;
	background: #fff;
}


.navbar {
	width: 100%;
	height: 50px;
	background: #5D240A;
	display:flex;
	align-items:center;
	justify-content: center;
}

.nav-link {
	font-size: 1.1rem;
	font-weight: 50.0rem;
	color: #fff;
	margin: 0 15px; 
    
    
}

.nav-link:hover {
	color: #fff;
	text-decoration: none;
    
}

.content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px;
}



.text {
	padding: 0 50px;
}

.section {
	margin-bottom: 10px;
	align-items: flex-start;
}

@media(max-width: 768px) {
body {
     background-image: none;
}
    
   
    
/*
.box{
      width: 100%;
      display: inline-block;
      height: 100%;
      padding-bottom: 50px;
}
.box1{
      width:10%;
      display:inline-block;
      height: 10%;

}
*/
  
.header img {
      width: 100%;
      height: 500px;
}
    
.carousel-inner img{
     width: 100%;
     height: 500px;
}
    
.section {
	margin-bottom: 10px;
	align-items: flex-start;
}

.carousel-inner1 img{
     width: 100%;
     padding-left: 0px;
     border-style: solid;           
}


p {
    line-height: 1.8; 
    padding-left:39px; 
}
    
p, li { 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size:1.2em; 
    color:#555; 
    line-height:1.8;
    padding-top: 10px;
    padding-bottom: 10px;
}
    
h1 {
	font-weight: bold;
	font-size: 2.6rem;
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #C63;
    margin-bottom: 10px;
}

h4 { 
    font-size:2.6em; 
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #C63;
    margin-bottom: 10px;
    font-weight: bold;
    
}
#rodape a{  
    color: white;
    width:100%;
} 

    
.main {
      width: 100%;
      height:100%; 
	    
}


.navbar {
      width: 100%;
      height:50px;
      position: inherit;
      background: #5D240A;
      display:flex;
	  align-items:center;
	  justify-content: center;
    
} 

.nav-link {
	font-size: 0.8rem;
    font-weight: 700;
	font: 80px;
	color: #fff;
	margin: 0 1px; 
}

.content {
      width: 100%;
      display: flex;
	  flex-direction: column;
	  align-items: center;
	  padding: 20px;
}


.title {
      font-size: 1.5rem;
      margin-bottom: 10px;
}

.text {
	padding: 0 19px;
}
}
}