@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat'), url('../fonts/Montserrat-Regular.woff') format('woff');
}



@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: normal;
	src: local('Comfortaa'), url('../fonts/Comfortaa-Regular.woff') format('woff');
}


@font-face {
	font-family: 'Comfortaa Light';
	font-style: normal;
	font-weight: normal;
	src: local('Comfortaa Light'), url('../fonts/Comfortaa-Light.woff') format('woff');
}


@font-face {
	font-family: 'Comfortaa Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Comfortaa Bold'), url('../fonts/Comfortaa-Bold.woff') format('woff');
}



html{
    max-width: 100vw;
    overflow-x: hidden;
    
}

body{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #FFF !important;
    accent-color: #A92297;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.5)), url(../imgs/apresentacao-background.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    max-width: 100vw;
    overflow-x: hidden;
}



.baseLinkDown{
    margin-top: -8vh;
    
}

.linkDown{
    display: inline-flex;
    position: absolute;
    background-color: #94D330;
    /*box-shadow: 0 0 10px 0 #FFF;*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    color: #FFF;
    justify-content: center;    
    align-items: center;
    font-size: 36px;
    padding-top: 5px;
    cursor: pointer;
    animation: motto 2s infinite;
        
}

.linkDown:hover{
    
    color: #FFF;    
    text-decoration: none;    
}


@keyframes motto {
    from {
        transform:translateY(-5px);
    }
    to {
        transform:translateY(5px);
    }
 }

 



a{
    color: #050606;
    text-decoration: none;
}


*{
    /*border: 1px solid #FF0000;*/
}


.btn-acao-lp {
    display: inline-block;
    position: relative;
    z-index: 1;      
    background-color: #A92297;        
    border-radius: 30px !important;
}


.btn-acao-lp button,
.btn-acao-lp a {
    border-radius: 30px !important; 
    padding: 0.7em 4em;
    font-size: 1rem;
    text-transform: uppercase !important;
    background-color: #307863;
    color: #FFF;
    border:none;
    cursor: pointer;
    font-family: inherit;
    transition: 0.5s;
    text-decoration: none;
    display: block;
    
}

.btn-acao-lp.btn-dark button,
.btn-acao-lp.btn-dark a{
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    border: none;
}

.btn-acao-lp button:hover,
.btn-acao-lp a:hover {
    background: #F6851D;
    color: #fff;
    border-radius: 30px !important;   
}
   


/* elementos comuns.......................................*/

h1{        
    font-family: 'Comfortaa';
    display: inline-block;
    font-weight: 400;    
    font-size: 2rem;
    color: #FFF;  

}


h1 strong{
    font-weight: 500;  
}

/*
h1::after{    
    content: '';
    display: block;
    margin-left: auto;
    margin-top: 5px;
    width: 100px;
    height: 2px;
    background-color: #A92297;
}
    */


h2{       
    
    font-weight: 400;    
    font-size: 1.4rem;
}


h3{            
    font-weight: 400;    
    font-size: 1rem;
}


   

/* slider home ------------------------------------------------------------- */

.destaque1{    
    min-height: 100vh;
    

}

.destaque1 h2{
    text-transform: uppercase;
}

.destaque1 h1{
    font-size: 3.6rem;
    color: #FFF;
    text-transform: lowercase;
    font-weight: 500;
}


span.verde{
    color: #94D330;
}


span.roxo{
    color: #A92297;
}

span.laranja{
    color: #F6851D;
}


.destaque1 h3{
    text-transform: uppercase;
}



/* IMÓVEIS EM DESTAQUE NA HOME ------------------------------------------------ */

/* ---------------------------------------------------------------------------------------- */













#slider_artigos_lp .owl-dots{
	text-align: center;
}

#slider_artigos_lp .owl-dot{
	width: 8px;
	height: 8px;
	background-color: #ccc !important;
	margin: 5vh 5px 5px 5px;	
	border-radius: 50%;
}

#slider_artigos_lp .owl-dot.active{
	background-color: #FFF !important;
}












#destaque2{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.7)), url(../imgs/destaque2-background.webp);
    background-size: conver;    
    background-position: center center;
    z-index: 9999;
    position: relative;
    background-attachment: fixed;
    padding-top: 8vh !important;
    padding-bottom: 8vh !important;
    color: #FFF;
    min-height: 90vh;
}


#destaque2 h4{
    font-family: 'Comfortaa Bold';
    margin-bottom: 20px;
}

#destaque2 .box{
    /*padding: 40px 20px;    */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    transition: 500ms all ease-in-out;
    border-radius: 15px;
}


#destaque2 .icone{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

    
}

#destaque2 i{
    /*background-image: linear-gradient(135deg, #F6851D, #F2521B);*/    
    font-size: 4rem;
    color: #999;
    color: #94D330;    
}


#destaque2 i.roxo{
    color: #A92297;
}


#destaque2 i.laranja{
    color: #F6851D;
}


#destaque2 .icones{
    
}




#destaque2 .icones span{
    display: inline-block;
    width: 30px;    
    height: 30px;
    background-color: #94D330;
    border-radius: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

#destaque2 .icones span:nth-child(2){
    background-color: #A92297;
}

#destaque2 .icones span:nth-child(3){
    background-color: #F6851D;
}


#destaque2 p{
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: all 1s ease-in-out;
}


#destaque2  .box:hover{
    
    background-color: rgba(0,0,0,0.5);
}

#destaque2  .box:hover p{
    opacity: 1;
}



#destaque_slide{
    display: flex;
    flex-wrap: nowrap;
    
}

.destaque_slide img{
    height: 150px;
}


#destaque_slide2{
        
    display: flex;
    flex-wrap: nowrap;
}

.destaque_slide2 img{
    height: 100px;
}



.destaque3{
    background-color: #050606;    
    background-image: linear-gradient(45deg, #050506, #333);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    min-height: 70vh;
    
}

.destaque3 h1{    
    padding: 30px;
    border-radius: 20px;
    color: #FFF;
    font-size: 2rem;
}


.destaque3 h1 div{    
    display: inline-block;
}




.logos{
    background-color: #FFF;
    min-height: calc(70vh - 150px);
    transition: all 1s ease-in-out;
}




.logos .logo-novo{
    /*opacity: 0;*/
}




.destaque4{

    background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.5)), url(../imgs/destaque4-background.webp);
    background-position: center center;
    background-attachment: fixed;
    
    min-height: 50vh;
    /*
    background-color: #7F2897;
    
    */

}

.destaque4 .btn-acao-lp {
    background-color: #44BC62;
    font-family: 'Comfortaa Bold';
}


.destaque4 .btn-acao-lp button:hover,
.destaque4 .btn-acao-lp a:hover {
    background: #A92297;
    color: #fff;
    border-radius: 30px !important;   
}
   


.row.separador1{
    background-image: linear-gradient(135deg, #94D330, #A92297, #F6851D);
    height: 2px;    
}

.row.separador2{
    background-image: linear-gradient(135deg,#F6851D,  #A92297, #94D330);
    height: 2px;    
}



.mapa{
    background-color: #333;    
}

.mapa .endereco{
    background-color: #333;
    font-family: 'Comfortaa Bold';
    padding: 20px 0;
}


.mapa iframe{
    margin-bottom: -5px;
}



footer{			
	background-color: #050606;
    background-image: linear-gradient(to bottom, #333, #050606);
	color: #FFF;	
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 12px;
}

footer .contato_lps i{	
	width: 30px;
	height: 30px;
	display: inline-flex;
	border-radius: 50%;		
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #FFF;
	margin-left: 10px;
	
}

footer .contato_lps i:hover{
    color: #A92297;
}


footer h2{
	color: #FFF;
	font-size: 1.4rem !important;
}

footer a{		
	color: #FFF;
}

footer .r1{
    margin-bottom: 4vh;
}

footer .r1 .logo{
    
    filter: grayscale(100);
    filter: brightness(100);
    opacity: 0.8;
    transition: 0.5s;
}

footer .r1 .logo:hover{
    opacity: 1;
    filter: none;
}

footer .r1 h3{
    color: #ccc;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
}


footer .r1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

footer .r1 ul li{
    margin-bottom: 5px;
}

footer .r2{
    font-size: 12px;
    text-transform: uppercase;
}


footer .w3sys{
    height: 10px;
    opacity: 0.5;
}

footer .w3sys:hover{
    height: 10px;
    opacity: 1;
}


footer a{			
    text-decoration: none;
}

footer a:hover{			
    color: #A92297;
}





/* redes sociais lateral */
.socialbar{
    position: fixed;            
    top: calc(50vh - 100px);
    right: -180px;
    z-index: 9999;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;    
}

.socialbar ul{
    padding: 0;
    margin: 0;       
    list-style: none;
    text-align: right;    
}


/*
.socialbar ul li:first-child{
    border-radius: 5px 0 0 0;
}

.socialbar ul li:last-child{
    border-radius: 0 0 0 5px;
}
*/



.socialbar ul li{
    margin-left: auto;
    width: 50px;
    height: 50px;
    border-radius: 36px;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    background-color: #44BC62;
    background-image: linear-gradient(45deg, #94D330, #44BC62);
    overflow: hidden;
    font-family: 'Comfortaa Bold';
    
    
}


.socialbar ul li:nth-child(3){
    background-color: #F2521B;
    background-image: linear-gradient(45deg, #A92297, #7F2897);
}


.socialbar ul li:nth-child(5){
    background-color: #F2521B;
    background-image: linear-gradient(45deg, #F6851D, #f2521b);
}


.socialbar ul li{
    
}

.socialbar ul li:hover{
    display: block;    
    background-color: #F2521B;
    /*margin-left: -200px;*/
    width: 145px;
}



.socialbar ul li.sep{    
    background: none !important;
    width: auto;
    height: 10px;
}

.socialbar ul li.sep:hover{
    margin: inherit;
    border-radius: 0;
    
}


.socialbar ul li a{
    width: 160px;
    height: 50px;    
    display: block;
    
    
}


.socialbar ul li a .icone{    
    width: 50px;
    height: 50px;
    padding-top: 4px;
    float: left;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
    color: #fff;
        
}

.socialbar ul li a .texto{
    
    height: 50px;
    overflow: hidden;
    float: left;
    text-align: left;
    padding-top: 15px;    
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #fff;
    
}




@media (max-width : 991px) {

 
    body{
        overflow-x: hidden;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.7)), url(../imgs/apresentacao-background-mobile.webp);
    }

    .btn-acao-lp a{
        padding: 10px 20px;    
        font-size: 0.8rem;    
    }

    .destaque1{
        width: 100vw;
        overflow-x: hidden;
    }

    .destaque1 h2{
        font-size: 0.8rem
    }

    .destaque1 h3{
        font-size: 0.8rem

    }

    .destaque1 h1{
        font-size: 1.9rem;        
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .destaque1 p{
        padding: 20px;
    }


    .linkDown {
        position: relative;
        width: 30px;
        height: 30px;
        font-size: 18px;
        padding-top: 2px;
    }

    #destaque2{
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.7)), url(../imgs/destaque2-background-mobile.webp);
        background-position: top center ;
        background-size: auto 100%;
        background-repeat: no-repeat;

    }

    #destaque2 p{
        opacity: 1;
        text-align: center;
    }

    .destaque3{
        
    }

    .destaque3 h1{
        padding: 0;
        font-size: 1.6rem;
    }


    .logos img{
        height: 150px;
    }

    .logos{
        padding-top: 8vh !important;
        padding-bottom: 8vh !important;
    }
   
    .destaque_slide img {
        height: 100px;
    }

    .endereco{
        text-align: center;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    

    footer{
        padding-bottom: 80px;
    }




    .socialbar{
        top: unset;
        bottom: 20px;
        right: -150vw;
    }

    .socialbar ul{
        
        width: calc(100vw - 10px);
        display: flex;        
        padding-bottom: 0;
        justify-content: center;
    }

    .socialbar ul li {
        margin-left: 10px;
    }

    

}



@media (min-width : 992px) {

    h1{
        font-size: 2rem;
    }

    .logos img{
        height: 300px;
    }

    




}
