/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/



body
    {
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}

h2 {
color:#00aab4;	
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.4);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
	  
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #28a7e9;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #12290c;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #f7ac06;
        font-size: 40px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
		
    }
.navbar-default .nav li a
    {
		margin-top:10px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        height: 105px;
        line-height: 50px;
		
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #38B449;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
		
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #f7ac06;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
	height:550px;
    }
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
		
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start divider */

#produtos
    {
    background: url('../images/produtos-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: -50px;
    
    width: 100%;
	height:500px;
    }
#produtos p
    {
        padding-top: 10px;
		font-size:20px;
    }
	
	#produtos h2
    {
        color:#FFF;
    }
#produtos img
    {
        display: inline-block;
        margin-top: 30px;
    }

#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .fa
    {
        color: #28a7e9;
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
/* end divider */

/* start feature */
#feature
    {
        background: #2e3d2c;
        padding-top: 50px;
        padding-bottom: 30px;
		color:#fff;
    }
#feature p
    {
        padding-top: 10px;
		font-size:20px;
    }
	
	#feature h2
    {
		font-size:36px;
        color:#fff;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */

#quartos
    {
        background: #fff;
        padding-top: 50px;
        padding-bottom: 50px;
		color:#000;
    }
#quartos p
    {
        padding-top: 10px;
		font-size:20px;
    }
	
	#quartos h2
    {
		font-size:36px;
        color:#000;
    }
#quartos span
    {
        float: left;
    }
#quartos .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
	
	
	#apartamentos
    {
        background: #fff;
        padding-top: 80px;
        padding-bottom: 80px;
		color:#333;
    }
#apartamentos p
    {
        padding-top: 10px;
		font-size:20px;
    }
	
	#apartamentos h2
    {
		font-size:36px;
        color:#13290b;
    }
	
	#apartamentos h3
    {
		font-size:26px;
        color:#3ab349;
    }
#apartamentos span
    {
        float: left;
    }
#apartamentos .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */
#apartamentos
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#apartamentos p
    {
        padding-top: 10px;
    }
#apartamentos span
    {
        float: left;
    }
#apartamentos .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */


	#eventos
    {
        background: #efefef;
        padding-top: 80px;
        padding-bottom: 80px;
		color:#333;
    }
#eventos p
    {
        padding-top: 10px;
		font-size:20px;
    }
	
	#eventos h2
    {
		font-size:36px;
        color:#13290b;
    }
	
	#eventos h3
    {
		font-size:26px;
        color:#3ab349;
    }
#eventos span
    {
        float: left;
    }
#eventos .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */


#localizacao
    {
        background: #fff;
        padding-top: 50px;
        padding-bottom: 50px;
		color:#333;
    }
#localizacao p
    {
        padding-top: 10px;
		font-size:20px;
    }
	
	#localizacao h2
    {
		font-size:36px;
        color:#13290b;
    }
	
	#localizacao h3
    {
		font-size:26px;
        color:#3ab349;
    }
#localizacao span
    {
        float: left;
    }
#localizacao .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */




/* start pricing */
#pricing
    {
        background: #f1f0f2;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
		color:#00aab4;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
		background-color:#fff;
        padding-top: 30px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
		color:#00aab4;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start contact */
#contact
    {
        background:#12290c;
        background-size: cover;
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: #38B449;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #38B449;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #38B449;
}
/* end contact */

/* start footer */
footer
    {
        background: #38B449;
        font-weight: 400;
        color:#FFF;
        padding: 20px;
		height:70px;
		
    }
	footer p {
	font-size:16px;	
	}
	
	
.link {
	
	width:200px;
	
}
	.link a {
		color:#fff;
text-decoration:none;
}

.link li {
		padding:5px;
}
		
	
	

/* end footer */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */

#texto {

width:900px;
font-size:17px;	
}

#menu2 {
	margin-top:-120px;
	margin-left:250px;
	width:200px;
	
}

#assinatura {
	margin-top:-95px;
	margin-left:720px;
	width:233px;
	
}


#topo {
background:url(../images/bg-topo.jpg) repeat-x;	
}

#texto2 {
width: 900px;	
}

#maps {
	background:url(../images/mapa.png);
height:262px;	
}

#maps1 {
	background:#FFF;
	color:#000;
}

#maps1 h2 {
	background:#FFF;
	color:#323232;
}