html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}

.home_tposition{
    position:absolute;
    bottom:5%;
    left:5%;
     width:55%;
}

.line_style{
    border: 2px solid #326eec;
    width:50%;
    margin-left:0;
    
}

.home_title{
    margin:15px 0;
    color:#326eec;
    font-family:'Gilroy';
    font-weight:600;
    font-style:normal;
    font-size:34px;
    line-height:41px;
   
}



.container{
    max-width:100%;
}




.cinza_fundo{
    background-color:rgb(248,247,246);
}


.body-title{
     
   color:#326eec;
     font-family: 'Gilroy';
   font-size: 3rem;
   font-weight:600;
   line-height:3.5rem;
}

.body-text{
    
    font-family: 'Gilroy';
    color:#b2b2b2;
    font-size:1.4rem;
    
}




.text-label{
    font-family: 'Gilroy';
    color:#b2b2b2;
    font-size:1.4rem;
}

.wpcf7-textarea{
    border-color:#b2b2b2;
}

.wpcf7-submit{
    font-family: 'Gilroy';
    color:#b2b2b2;
    font-size:1.4rem;
    padding:5px 15px;
    background-color:white;
     
     border: 1px solid #b2b2b2;
}

.wpcf7-submit:hover{
    color:#326eec;
     border: 1px solid #326eec;
}


.footer_gradient{
    
background: rgb(47,98,233);
background: linear-gradient(165deg, rgba(50,110,235,1) 15%, rgba(64,183,243,1) 85%);
    
}

.footer-i{
    color:#fff;
     font-family: 'Gilroy';
   font-size: 1.5rem;
   font-weight:600;
}

.footer-text{
    font-family: 'Gilroy';
   font-size: 1.4rem;
   color: #fff;
}

.footer-link{ 
   font-family: 'Gilroy';
   font-size: 1.4rem;
   color: #fff;
   position:relative;
   text-decoration: none;
   }
 
  .footer-link:hover{ 
   
       color: #d4af37;
  } 
  
  
  .footer-link:active{
      color:red;
  }
  
  
  .footer-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d4af37;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}


.footer-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}


.float-link{ 
   font-family: 'Gilroy';
   font-size: 1.4rem;
   position:relative;
   text-decoration: none;
   color:#989898;
   scroll-behavior: smooth;
   }
   
    .float-link:hover{ 
   
       color: #d4af37;
  } 
  
  
  .float-link:active{
      color: #d4af37;
  }
  
  
  .float-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d4af37;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}


.float-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}


.pad-footer{
    
    padding:50px 0;
}


.text-a-right{
    
    text-align:right;
    
}

.text-a-left{
    text-align:left;
}

.footer-title{
    color:#fff;
     font-family: 'Gilroy';
   font-size: 3rem;
   font-weight:600;
   line-height:3.5rem;
}

.margin-250{
    margin-top:-250px;
}

.margin-200{
    margin-top:-200px;
}

.margin-100{
    margin-top:-100px;
}

.logo-cdc{
    width:200px;
    margin-left:5%;
}

.pad-form {
padding-top: 250px;
padding-bottom: 100px;
}


.pad-300{
    padding-top:300px;
}

.pad-150{
    padding-top:150px;
}

.pad-100{
    padding-top:100px;
}

.margin-40{
    margin-top: -40vh;
}


.esconde-sm{
    display:block;
}


#floatMenu{
    display:block;
}

.m-height{
    min-height:calc(100vh - 292px);
}

.pad-bt{
    padding-bottom:100px;
}

.m-coins{
    margin-top:-150px;
}


.res-background{
background-position: center top;
}

.cdc_menu_style{
    background-color:transparent;
}

.navbar-nav {
flex-direction: inherit!important;
}
  
  .cdcMenu{
    padding: 0;
}


.navbar-light .navbar-toggler {
color: #326eec;
border-color: white;
}

.list-text{
     font-size: 1.4rem;
}


@media only screen and (max-width:768px) {
    .res-background{
background-position: center bottom;
}

.esconde-sm{
    display:none!important;
}

.cdc_menu_style{
    background-color:white!important;
}

.cdc_menu_btnstyle_style{
    
}

.navbar-nav {
flex-direction: column!important;
}

.cdcMenu{
    padding: 20vh 0 5vh 0;
    text-align: center;
    border-radius: 0 0 20px 20px;
}
    
}

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

#floatMenu{
    display:none;
}

.esconde-md{
    display:none;
}

.margin-100, .margin-200, .margin-250{
    margin-top:0;
}

.logo-cdc{
    width:120px;
    
}

.pad-form {
padding-top: 150px;
padding-bottom: 100px;
}

.pad-300{
    padding-top:150px;
}

.pad-100, .pad-150{
    padding-top:0;
}


.margin-40{
    margin-top: 0;
}


.text-a-right, .text-a-left{
    text-align:center;
}


.m-height{
    min-height:calc(100vh - 483px);
}

.pad-bt{
    padding-bottom:10px;
}

.m-coins{
    margin-top:-100px;
}

.home_tposition{

     width:90%;
}


  
    
}
















