@charset "utf-8";
/* CSS Document WebNai */

body {
  padding-top: 70px;
}
.texto{
    font-size: 16px;
    line-height: 30px;
}
.texto1{
    color: #888888;
    font-size: 18px;
    line-height: 30px;
}

.img1{
    padding: 60px;
}

.bg-1 { 
    background-color: #fff;
    color: #555;
    line-height: 28px;
    font-size: 16px;
  }
.bg-2 {
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #403000;
    color: #FFDC73;
}
.bg-3 {
    background-image: url(sp_capital.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center center;    
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    text-shadow:0px 3px 5px rgba(0,0,0,1);
    color: #fff;
    font-size: 24px;
}
.bg-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F5F5DC;
    color: #333;
    border-radius: 8px;
}
.bg-5 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #333;
    border-radius: 8px;
}

a.button4:link, a.button4:visited {
    background-color: transparent;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 18px;
    padding-top: 18px;
    padding-right: 30px;
    padding-left: 30px;    
    color: #333;
    border: 1px solid #333;
    border-radius: 0px;
}

a.button4:hover, a.button4:active {
    background-color: white;
    color: #B28500;
    border: 1px solid #B28500;    
    text-decoration: none;
}

.rodape-link {
    color: #FFDC73; 
}

.rodape-link:hover {
    color: #FFDC73;
}



@media screen and (max-width: 767px) {

.img1{
    padding: 40px;
    }
    
}

