/*
    Theme Name: Bethany
    Theme URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

@font-face {
     font-family: Gooseberry;
     src: url('../Fontes/Gooseberry Juice.otf');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: Arial Rounded MT Bold;
     src: url('../Fontes/ARLRDBD.TTF');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: KGRedHands;
     src: url('../Fontes/OpenSans-Bold.ttf');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: KGRedHandsReg;
     src: url('../Fontes/OpenSans-Regular.ttf');
     font-weight: normal;
     font-style: normal;
}


body {
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.section-padding
{
	padding: 60px 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Lato', sans-serif;
}
/**media Queries**/
.navbar-default {
    background-color: transparent;
}
.main-header
{
	
}
.bg-color
{
	background-color: RGBA(0, 0, 0, 0.41);
}

.nav > li > a {
    padding: 0px;
}
.navbar-brand
{
	padding: 0px;
	height: inherit;
	font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-brand {
    color: #fff;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #75B66B;
    background-color: transparent;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 0px 20px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color: #75B66B;
}

.navbar-fixed-top {
    padding: 40px 0;
    transition: all 0.5s;
}

.top-nav-collapse {
    background: rgba(0,0,0,0.8);
    padding: 25px 0;
}


.wrapper
{
	padding: 90px 0px 130px;
}
.top-title
{
	z-index: 5;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	line-height: 38px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
}
.sub-title
{
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	line-height: 71px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
}
.title
{
	font-size: 123px;
	font-weight: 700;
	color: #fff;
	line-height: 88px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
	padding: 25px 0px;
}
.btn-submit
{
    background: #75B66B;
    border: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: normal;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #FFF;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    border: 2px solid  #75B66B;
    border-radius: 5px;
}

.section-title h1{
    text-align: center;
    font-family: KGRedHands;
}
.section-title hr{
   margin-bottom: 25px;
}

.btn-submit:hover {
    background: #fff;
}
/****/
#cta-1
{
	padding: 40px 0px;
}
.cta-info
{
	border: 5px solid #75B66B;
	padding: 40px 0px;
}
.cta-info h3
{
	font-size: 24px;
}
.dec-tec
{
	font-size: 34px;
}
/****/
#feature
{
	background-color: #f8f8f8;
}
.head-title
{
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 700;
}
.botm-line
{
	background-color: #2b2b2b;
	width: 34px;
	height: 3px;
	display: inline-block;
}
.section-title:hover .botm-line
{
	width: 70px;
	/* For Safari 3.1 to 6.0 */
    -webkit-transition-property: width;
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 1s;
    /* Standard syntax */
    transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
}
p
{
	color: #888;
}
.icon {
    position: relative;
    height: 48px;
    width: 48px;
    float: left;
    margin-top: 14px;
    margin-bottom: 20px;
    
}
.icon i
{
	font-size: 35px;
        color: #000;
}
.section-title i{ 
        color: #000;
}
.icon-text {
    margin-left: 73px;
    padding:0px 25px 25px 0px;
}
.icon-text p{
    font-size: 16px;
}
h3.txt-tl {
    font-size: 24px;
    line-height: 1.35;
}
.Titulo i{
    font-size: 35px;
    line-height: 1.35;
    color: #000;
    padding-right: 10px;
}
/****/
.parallax {
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center center;
}
.bg-image-2 {
    background: url('../img/Index/Solucoes.jpg') no-repeat center fixed;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section {
    position: relative;
    padding: 88px 0 67px 0;
    display: block;
}
.cta-txt h3 {
    
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}
.cta-txt p
{
    font-size: 16px;
	color: #fff;
}
/****/
.portfolio-box
{
	margin-bottom: 15px;
}
.padding-right-zero
{
	padding-right: 0px;
}
#contact
{
	background-color: #f8f8f8;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.black
{
    color: #000 !important;
    font-weight: 600;
}
.btn-send
{
    border-radius: 5px;
    color: #000;
    background-color: #75B66B;
     transition:all 0.3s ease-out;
    -webkit-transition:all 0.5s ease-out;
    border: solid 1px #015221;
}
.btn-send:hover
{
    border-radius: 5px;
    color: #75B66B;
    background-color: #fff;
    border: solid 1px #75B66B;
   
}
a, a:hover
{
	color: #75B66B;
}
.cont-title
{
    font-size: 24px;
    padding:15px 0px;
}
.location-info p span {
    display: inline-block;
}
.location-info p span {
    width: 40px;
    font-size: 24px;
    color: #666;
    vertical-align: middle;
}
.location-info p {
    margin-bottom: 5px;
}
.location-info p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}
.contact-icon-container {
    position: absolute;
    top: -38px;
    right: 0;
    padding-right: 20px;
    font-size: 320px;
    color: #555;
    line-height: 300px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
/****/
#footer
{
    background-color: #191919;
    padding: 20px 0px;
}
.footer-copyright {
    color: #fff;
    line-height: 32px;
    text-align: left;
}
.footer-bit {
    color: #fff;
    line-height: 32px;
    text-align: right;
}
.footer-bit a{
    text-decoration: none;
    color: #fff;
}
.footer-social
{
	float: right;
}
.footer-social a {
    font-size: 18px;
    color: #666;
}
.link-dec, .link-dec:hover{
    color: #000;
}
/****/
@media (min-width: 451px) and (max-width: 900px){
    .section-title{
        margin-bottom: 15px;
    }
}
@media (min-width: 20px) and (max-width: 450px){
    .navbar-toggle:hover, .navbar-toggle{
        background-color: #fff;
        color: #59A04F;
    }
    .navbar-toggle{
        margin-top: 0px;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
        background-color: rgba(255, 255, 255, 0.32);
        color: #000;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
        background-color: rgba(255, 255, 255, 0.32);
        color: #75B66B;
    }
    .top-title{
        font-size: 15px;
    }
    .title{
        font-size: 50px;
    }
    .sub-title{
        font-size: 24px;
    }
    .footer-copyright {
    text-align: center;
    }
    .padding-right-zero{
        padding-right: 15px;
    }
    .section-title{
        margin-bottom: 15px;
    }
    .cta-txt h3{
        font-size: 28px;
    }
    body{
        font-size: 14px;
    }
    h3.txt-tl{
        font-size: 20px;
    }
}
/****/

.navbar-toggle{
    background-color: #59A04F;
    color: #FFF;
}

.navbar-toggle:hover{
    background-color: #fff;
    color: #59A04F;
}

.CaptionSlide{
    background-color: rgba(0,0,0,0.6);
    border-radius: 8px;
   
}

.CaptionSlide h3{
    color: #59A04F;
    font-size: 30px;
    font-family: KGRedHands;
}
.CaptionSlide p{
    color: #fff;
    font-size: 18px;
}

.item img{
    background: url(../img/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}

@media (max-width:991px){
    .CaptionSlide h3{
        font-size: 25px;
    }
    .CaptionSlide p{
        font-size: 15px;
    }
    
    
}
@media (max-width:810px){
    .CaptionSlide h3{
        font-size: 22px;
    }
    .CaptionSlide p{
        font-size: 13px;
    }
    
    
}
@media (max-width:490px){
    
    .navbar-header img{
        margin-top: 5px;
        width: 200px;
    }
    
    .CaptionSlide h3{
        font-size: 22px;
        margin-bottom: 20px;
        color: #fff;
        font-family: KGRedHandsReg;
    }
    .CaptionSlide p{
        display: none;
    }
    .carousel-indicators{
        display: none;
    }
    
    
}
    
@media (max-width:313px){
    
    .navbar-header img{
        width: 150px;
    }
}
.banner-wrap{
	padding:0 0 1em;
       
}
.special-services-grid1{
    position:relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.special-services-grid1:after{
    content: '';
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 20px;
    height: 5px;
    background: #212121;
    bottom: 0;
}
.special-services-grid:hover .special-services-grid1:after {
    background: #59A04F;
    width: 90%;
}
.special-services-grid{
    padding: 10px;
   
   
    
}
.CardImovel{
     background-color: #f5f5f5;
      border-radius: 10px;
      border: 3px solid #DBDBDB;
      padding: 25px;
      width: 100% !important;
}

.PrecoSlide h4{
    color: #fff;
}

.PrecoSlide{
    text-align: right; 
    background-color: #59A04F;
    border-radius: 5px;
    color: #fff;
    padding: 6px; 
    padding-right: 12px; 
    padding-left: 12px; 
    
}
.CardImovel h4{
    font-size: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.CardImovel hr{
    border-color: #fff;
}
.CardImovel p{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: justify;
    color: #555555;
}
.PrecoSlide h4{
    margin-top: 4px;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

.whatsapp:hover {
  opacity: 1;
   transition:all 0.3s ease-out;
  -webkit-transition:all 0.5s ease-out;
}
#DivWhatsapp {
    display: none;
}
.whatsapp {
    opacity: 0.8;
    position: fixed;
    bottom: 1%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
}
.Rodape{
    padding-top: 20px;
    background-color: #015221;
    font-family: KGRedHandsReg;
}
.Rodape h3, i{
    color: #fff;
    padding-left: 5px;
    
}
.Rodape p{
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
}
.Rodape hr{
    margin-top: 5px;
    margin-bottom: 15px;
}

.Rodape a, .Rodape a:visited, .Rodape a:link{
    text-decoration: none;
    color: #fff;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.5s ease-out;
}

/*.LinkDonw{
    position: relative;
    display: inline-block;
}

.LinkDonw .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
}*/

.LinkDonw{
    display: inline-block;
    background: black;
    padding: 0;
}
.LinkDonw:hover img {
    opacity: 0.5;      
}
    

.LinkDonw img {
     display: block;
    
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

.endereco a, .endereco a:visited, .endereco a:link{
    text-decoration: none;
    color: #000;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.5s ease-out;
}
.endereco i{
    text-decoration: none;
    color: #000;
}
.Rodape a:hover, .endereco a:hover{
    opacity: 0.5;
    
}

.AlertasForm{
     color: #c42525;
     font-weight: 500;
 }