 @media screen and (max-width: 1024px){
#cabecalho {
 		text-align: left;
 		width: auto;
 			}
#cabecalho img{
 		width: auto;
 		}
 #text1 {
	  display: none;
	  

 		}
 		#footer img{
 			width: 50%;
 		}
 		#icones img{
 			width: 10%;	
 		}
 		
 		img.whatsapp{
 			width: 15%;
 			top: -2%;


 		}
 		.card-body img{
 			width: 12%;
 		}
		 .clientes img{
			 width:50px;	
		 }
 	}
 @font-face{
 	font-family:"cocogoose" ;
 	src: url('Cocogoose Pro-trial.ttf') 
 	format('truetype');
 	font-weight: normal;
 	font-style: normal;
 }
html{
	scroll-behavior: smooth;
}

body{
	background-color: white;
}
#cabecalho{
	background-color:#0C1F41;
	color: whitesmoke;
	font-size: 16px;
	padding-right: 200px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-style:all ;
	font-weight: bold;
	text-align: right;

}
#text{
		margin-left: auto;
		width: 100%;
		height: auto;
}

.whatsapp {
    position: fixed;
    top: 72%;
    left: 80%;
    padding: 10px;
    z-index: 10000000;
    float: right;
   
}
#logo{
	
 	box-shadow: 10px 7px 13px 13px rgba(50, 50, 50, 0.22);
 	padding-bottom: 30px;
}

#menu ul{
	list-style-type: none;
	float: right;
	font-size: 20px;
	
}
a{
color:#0C1F41;	
font-family: 'lato';
font-weight: 900;
}

a:hover{
	color:#A9A9A9;
	font-family: lato;
	font-weight: bolder;
	text-decoration: none;	
	font-weight: 900;
}

#menu li{
	float: left;
	padding-left: 50px;

}

#text{
	   background-image: url("imagens/banner.png");
	   background-repeat: no-repeat;
	   background-size: cover;
	   position: relative;
     text-align: left;
     width: 100%;
     padding-top: 100px;
     padding-bottom: 100px;

}
#text::after{
	   background-color: rgba(125, 125, 125, 0.6);
     border-radius: 10px;	
     padding-left: 50px;
     padding-right: 50px;
     
}
#text1{
	   background-color: rgba(125, 125, 125, 0.6);
     border-radius: 10px;
     padding-top: 20px;
     padding-bottom: 20px;
     padding-right: 10px;
     padding-left: 50px;
     margin-left: 700px;
     margin-right: 200px;
     color: whitesmoke;	

}
#text1 h3{
	 /*padding-left: 900px;*/
	 color: whitesmoke;
	 font-family: 'cocogoose',sans-serif;	
	 font-size: 28px;


}
#text1 h4{
	/*padding-left: 900px;*/
	 color:#0C1F41;
	 font-family: 'cocogoose',sans-serif;	
    font-size: 28px;
}

.container{
	margin-top: 30px;
	font-family: 'Source Sans Pro';


}
.container p{
	margin-bottom: 30px;
}
.container h1{
	color:#0C1F41;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

.container h2{
	color:#4D4D4D;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}

.card{
	border-color: transparent;
	text-align: left;
}
.col-sm-4{
	  border-radius: 5px;
  	box-shadow: 10px 7px 13px 0px rgba(50, 50, 50, 0.22);

}
.card-body li{
	text-align: right;
}
.card-body h1{
	margin-bottom: 50px;
}


#contato{
	background-color: #0C1F41;
	padding-bottom: 50px;
	justify-content: right;
	
}
#contato h1
{
	color: #ffffff;
	padding-top: 30px;
	font-size: 22px;
	text-align: center;
}

#contato h2
{
	color: #ffffff;
	padding-top: 20px;
	font-size: 18px;
	margin-bottom: 50px;
	text-align: center;
}
#contato h3{
text-align: center;
font-size: 25px; 

}


.container input,select {
	border-radius: 10px;
	margin-bottom: 10px;
	width: 300px;
	height: 50px;
	padding-left: 20px;
}

#botao{
	width: 300px; 
	height: 50px;
	border-radius: 10px;
	align-content: center; 
	background-color: #47FFA3; 
	color: #0C1F41 ;
	font-weight: bold;
	font-size: 25px; 
	cursor: pointer;
	
}
#footer{
	align-content: center;
	background-color:#B3B3B3;
	padding-top: 100px;
	padding-bottom: 20px;
	display: flex;
  justify-content: center;
  color: #0C1F41;
  text-align: center;
}
#icones{
	align-content: center;
	background-color:#B3B3B3;
	padding-top: 20px;
	padding-bottom:20px;
	display: flex;
  justify-content: center;
}
#icones img{
	padding-right: 10px;
}
.clientes
{
	background-color: #ffffff
}
.clientes img
{
	width:150px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #000000
}

.clientes h1
{
	color: #0C1F41;
	font-family: 'Source Sans Pro';
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 22px;
	text-align: center;
}