
/* default */
*{
    margin:0;
    padding:0;
    border:0;
    

}



.nav-lgpd{

    z-index: 99999999;
    width: 190px;
    left:30px;
    height: 500px;
    margin-top: 5%;
    background: #135BA3;
    
    border-radius: 10px;
    overflow-y: scroll;
    
  
}

.nav-lgpd a{
    color:#fff !important;
}

.nav-lgpd a:hover{
    color:#135BA3 !important;
    background: #fff;
}



main{ margin-top: -5%;}




@media (prefers-reduced-motion: no-preference) {
    html {
      scroll-behavior: smooth;
    }
  }
  
  :target {
    scroll-margin-top:150px;
  }

body{
    margin-top: 20%;
}


.bg-padrao-1{
    background: #dad8d8 ;
}

.bg-padrao-2{
    background: #135BA3 ;
}

.btn-padrao{
    
    background:#135BA3;
    border-radius: 50px;
    padding:10px;
    text-align: center;
    color:#fff;
    font-weight: bold;
    font-size: 19px;
    
}

.btn-success{
    background:#00FF79 !important;
    color:#135BA3 !important;
    font-weight: bold !important;
    
}

.btn-success:hover{
    background:#01ff55 !important;
    color:#135BA3 !important;
    font-weight: bold !important;
    
}





.btn-padrao:hover{
    background:#68acf0;
    text-decoration: none;
    border-radius: 50px;
    padding:10px;
    text-align: center;
    color:#fff;
    font-weight: bold;
    font-size: 19px;
    
}

.video-slide{
    margin-top: -8%;
}

/* scroll bar */
::-webkit-scrollbar {
    width: 5px;
    background:#fff;
}
  
::-webkit-scrollbar-thumb {
    
    -webkit-border-radius: 10px;
    border-radius:10px;
    background:rgba(6, 110, 196, 0.8); 
    
}

/* mobile */

@media only screen and (max-width : 700px) {



    header{
        margin-top: 17%;
    }



    .navbar-nav li{
        text-align: center;
        border-bottom:1px solid rgba(177, 175, 175, 0.2);
    }


    
        .video-slide{
            margin-top:8%;
            
        }

     

    .navbar-brand{
        margin:0 auto;
        text-align:center;
    }

    .scrollEmpreendimentos{
        width: 100%;
        height: 350px;
        overflow-y: scroll;
       
        

    }


    .text-footer-2{
        text-align: center;
    }


    .link-footer-m{
        text-align: center;
        list-style: none;
    }


    .text-footer{
        text-align: center;
    }

  
    .carousel-item img{
        margin-top: 50px;
        width: 100%;
        height:300px;
        object-fit: cover;
    }
 
    h1{

        font-size: 9px;
        margin-top:100px;
    }

  
}     

/* ====================================================== */

.link-footer-m{
   
    list-style: none;
}


/* Nav bar header */

.nav-link{

    color:#135BA3 !important;
    font-weight: bold;
  

}

.nav-link:hover{
    background:#135BA3;
    color:#fff !important;
    border-radius:5px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in; 
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in

}


.scrollEmpreendimentos{
    width: auto;
    height: 500px;
    overflow-y: scroll;
   
    

}

/* Main */

h1{
    font-weight: bold;
    color:#135BA3 !important;
}

.text-h2{
    font-weight: bold;
    color:#135BA3 !important;
    font-size: 25px;
}

.text-bio{
    
    font-size:17px;
    font-weight:bold;
    color:#135BA3;

}


.no-Gutter > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

 

.card-logo{
    z-index: 3;
    width: 110px;
    height: 110px;
    margin-top: 250px;
    margin-left:62%;
    border-radius: 10%;
    
}

.card-logo img{
    object-fit: contain;
    object-position:center;
    max-height: 100px;
    
}

.card-sup{
    width: 100%;
    height:300px;
}

.card-int-inf{
    width: 100%;
    height:200px;
    padding-top: 30px;
    
}

.card-icon{
    border-radius: 10px;
    padding:3px;
    margin: 10px;
    width: 180px;
    height: auto;
    color:#1D7BC5;
    font-size: 12px;
    font-weight: bold;
}

.card-text{
    font-weight: bold;
    font-size: 18px;
    padding:15px;
    
}

.btn{
    border-radius: 20px !important;
    
}

.bg-p-success{

    background:#00FF79 ;
    color:#135BA3;

}

.title-card-compra{
    font-weight: bold;
    font-size: 19px;
    color:#135BA3;
}




/* footer */

footer{
    background:#135BA3;
}

.text-footer{
    font-size: 23px;
    color:#F0F0F0; 
    font-weight: bold;
}

.text-footer-2{
    font-size: 17px;
    color:#fff;
    font-weight: bold; 
}

input{
border-radius: 100px !important;
font-weight: bold;
padding:30px;
}

select{

border-radius: 100px !important;
font-weight: bold;
padding:30px;

}

.copy{
    background: #1D7BC5;
}

.list-valores{
    list-style: none;
    
}


