/*
estt2284
@2016
BI
*/
/* 
    Created on : 29/Fev/2016, 18:22:45
    Author     : Zé
*/



.allcontener{ 
    background-image:url(imagens/background.png);
    background-size: cover;

}


p {
text-indent:5%;
}





.Logo{
    width: 25%;
    
}
.LogoS{
    width: 30%;
    
    
}

.contentor{
    text-align:center;
    padding:50px ;    
   
   
}

.divcontatos{   
    text-align: left;
    padding:15px;
    font-size: 25px;
}

.envolvente{
    padding-left: 22%;
}

 .auto-style1 {
            width: 358px;
            height: 401px;
        }
        .auto-style2 {
            width: 396px;
            height: 467px;
        }

.InqTurismo {
    margin-left: 120px;
}

.InqTurismoSub {
    margin-left: 150px;
}

.InqTurismoEnvia {
    margin-left: 150px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-transform: rotate(-90deg);
}

.TituloP {
    font-size: x-large;
    margin-left: 120px;
    
}
.mensagemErro{   
    margin-left: 50px;
    color:red;
    font-size:large;
}

.validatorClass{
    margin-left: 250px;
    color:red;
    font-size:large;
}

.letrabold{
    font-weight:bold;
}

.textoconhecimento{
   text-align:justify;
   padding:4% 10% 0 10%;
   font-size:large;
}

h3, h2 {
    text-align:center;
}

.imagensmenu{
    padding:1%;
    display:inline;
    border:1px solid black;
    border-radius:15px;
}

.imagensmenuenvolvente {
    padding:15px;
}

img{
    
    margin-right: 0px;
    max-width: 100%;
    height: auto;
}

.noradius{
    border-radius:0px;
}

#menuPreto{
    background-color:black;  
 padding:2%;
 text-align:center;

}

.link{
 color:white;
 font-style:normal; 
 font-size:x-large;
}

button:link, a:visited {
	text-decoration: none
	}
button:hover { 
	color: blue;
	}
a:active {
	text-decoration: none
	}

.caixaMenu{
   
    display:inline;
    border-radius:5px;
    padding:5px;
    padding-top:10px;
}

#timeline, #overview{
    width:80%;
    height:auto;
}


#graficoNuno{
    width:50%;
    height:50%;
}

.btn {
  border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;  
  background: #000000;
  padding: 1% 2% 1% 2%;
  border: solid #ffffff 2px;
  text-decoration: none;
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
    .btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .btn {
        font-size: 10px;
    }
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.paraotopo{
    width:15%;
    height:auto;
}

.divbanner{
    max-width:1200px;
    width:100%;
    text-align:center;
    margin:auto;
    margin-top:20px;
}

/* O código abaixo serve exclusivamente para o slider */



.rsbanner {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
    }

.rsbanner li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rsbanner li:first-child {
  position: relative;
  display: block;
  float: left;
  }

    .rsbanner img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }