@charset "utf-8";
/* CSS Document */

.telefones {
	font-size: large;
	text-align: right;
}
.topo {
	text-align: right;
}
.baixo {
	background-image: url(../cache/imagens/fundo.jpg);
	background-repeat: repeat;
}
.endereco {
	font-size: medium;
}
.fim {
	text-align: center;
}
.face {
	text-align: center;
	color: black;
	background-color: blanchedalmond;
}

.parallax-style-two{
  position:relative;
  padding: 80px 0px 80px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.parallax-style-two:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.65);  
}

.parallax-style-two .auto-container{
  position:relative;
  z-index:1;  
}

.parallax-style-two h2{
  color:#ffffff;
  font-size:42px;
  font-weight:400;
  margin-bottom:10px; 
}

.parallax-style-two .text{
  color:#ffffff;
  font-size:24px;
  font-weight:300;
  margin-bottom:35px;
  line-height:40px;
}

.parallax-style-two .thm-btn.bg-none{
  background: transparent;
  color: #3364a6;
}
.parallax-style-two .thm-btn.bg-none:hover{
  background: #3364a6;
  color: #fff;
}

.icon-column .text-center .text{
  text-align:center;
  padding: 0px 3px;
}
.thm-btn {
  position: relative;
  background: #b20000;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #3364a6;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #3364a6;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn.style-2{
  border:2px solid #fff;
}
.thm-btn.style-2:hover{
  background: #fff;
  color: #3364a6;
}
.padrao {
	text-align: justify;
	
}
.centro {
	align-items: center;
	text-align: center;
}
