*{
box-sizing: border-box;
text-decoration: none;
list-style: none;
}

body
{
margin: 0 auto;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
flex-direction: column;
background-attachment: fixed;
background-image: url(background.jpg);
background-size:cover;
background-repeat: no-repeat;
background-position: center top;
align-items: center;
height: 100vh;

}

nav {
background-image: linear-gradient(to bottom, rgb(46, 255, 74, 0.925), rgb(43, 180, 157, 0.836));
height: 80px;
width: 100%;
position:fixed;
top:0;
}
#logo {
width: 150px;
position:fixed;
margin-left: 30px;
padding: 15px;
}
nav ul {
float: right;
margin-right: 10px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
font-size: 15px;
}
nav ul li {
display: inline-block;
line-height: 55px; /*posição das palavras do MENU*/
margin: 0 5px;
}
nav ul li a {
color:white;
padding: 15px;
border-radius: 10px 3px 3px 3px;
text-transform: uppercase;
}
.nav a{
padding:5px;
}
a.active, a:hover {
background:#1a3694f1;
transition: .5s;
font-size: 15px;
}
.checkbtn {
font-size: 30px;
color:white;
float: right;
margin-top: 15px;
line-height: 50px;
margin-right: 30px;
cursor: pointer;	
}
input#check{ 
position:absolute;
cursor:pointer;
opacity: 0; /* esconder o checkbox*/
}	
label{  
cursor: pointer;
position: relative;
display: block;
height: 22px;
width: 30px;
display: none;    
}
label span{
margin-top: 16px;
position: absolute;
display: block;
height: 4px;
width: 100%;
border-radius: 20px;
background:white;
transition: 0.25s ease-in-out;
}
label span:nth-child(1){
top: 0;
}
label span:nth-child(2){
top: 8px;
} 
label span:nth-child(3){
top: 16px;
}
#check:checked + label span:nth-child(1){
transform: rotate(-45deg);
top: 8px;
}
#check:checked + label span:nth-child(2){
opacity: 0;
}
#check:checked + label span:nth-child(3){
transform: rotate(45deg);
top:8px;
} 	
@media (max-width: 952px){
.logo{
font-size: 15px;
padding-left: 50px;
}
nav ul li a{
font-size: 15px;
}
}
@media (max-width: 858px){
.checkbtn {
display: block;
}
ul{
position: fixed;
width: 250px;
height: 175px;
background: #1a3694f1;
border-radius: 50px 0 70px 0;
margin-top: 80px; /*menu hambúrguer altura em relação a barra da logo e menu*/
padding: 0;
left: -100%;
text-align: center;
transition: all .2s;			
}
nav ul li{
display: block;
margin: 10px;
line-height: 30px;
border:5px black;
font-size: 15px;
}
nav ul li a {
font-size: 15px;
}
a:hover, a.active {
background: none;
color:goldenrod;
font-size: 15px;
}
#check:checked ~ ul {
left: 0;
}
}
#titulo_inicio{
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
align-items: center;

}
#inicio{

color: white;
/*border-radius: 20px 20px 20px 20px;*/
/*border-style:groove;*/
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
padding: 0 30px 5px 30px;
text-align: justify;
margin-top: 85px;
font-family: Arial, Helvetica, sans-serif;
max-width: 880px;
min-width: 320px;
margin-left: auto;
margin-right: auto;
background: rgb(126, 123, 123, 0.349);
min-height: calc(100vh - 30px - 60px);
flex-grow: 1;

}
#titulo_somo{
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
align-items: center;

}
#somo{
color: white;
/*border-radius: 20px 20px 20px 20px;
border-style:groove;*/
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
padding: 0 30px 5px 30px;
text-align: justify;
margin-top: 85px;
font-family: Arial, Helvetica, sans-serif;
max-width: 880px;
min-width: 320px;
margin-left: auto;
margin-right: auto;
background: rgb(126, 123, 123, 0.349);
min-height: calc(100vh - 100px);
}
titulo_cli{
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
align-items: center;
}
#cli{
color: white;
/*border-radius: 20px 20px 20px 20px;
border-style:groove;*/
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
padding: 0 30px 5px 30px;
text-align: justify;
margin-top: 85px;
font-family: Arial, Helvetica, sans-serif;
/*float:center;*/
flex:1;
max-width: 880px;
min-width: 320px;
margin-left: auto;
margin-right: auto;
background: rgb(126, 123, 123, 0.349);
min-height: calc(100vh);
}

titulo_contat{
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
align-items: center;
text-align: left;

}
#contat{
color: white;
text-shadow: 0 0 13px #000;
margin-top: 85px;
padding: 0 30px 5px 30px;
align-items: center;
text-align: center;
font-family: Arial, Helvetica, sans-serif;	
/*float:center;*/
/*flex:1;*/
max-width: 880px;
min-width: 320px;
margin-left: auto;
margin-right: auto;
background: rgb(126, 123, 123, 0.349);
min-height: calc(100vh);
}

#formu{
align-items: center;
margin-top: -10px;
height:725px;

}
iframe{
width: 100%;
height: 300px;
/*padding: auto;*/
/*padding: 7px 7px 0px 7px;*/
text-align: center;
}

#logo{
max-width: 200px;
transform:translatey(0px);
animation: float 2s ease-in-out infinite;
display: block;
}
@keyframes float{
100%{
transform: translatey(0px);
}
50%{
transform: translatey(-10px);
}

0%{
transform: translatey(0px);
}
}

/*css flexbox*/

img{
max-width: 200px;
display: block;

}
.flex{
display:flex;
flex-wrap: wrap;
max-width: 880px;
margin: 0 auto;

}

.flex > div{
flex:1 1 200px;
margin: 20px;
}
.flex > p{
text-align: center;
font-size:large;
}

/* CSS Grid 2 */
.grid2 {
display: grid;
grid-template-columns: 1fr 200px;
grid-gap: 20px;
max-width: 800px;
padding: 2px;
margin: 0 auto;

}
.sidebar > div {
margin-bottom: 10px;
}
@media (max-width: 600px) {
.grid2 {
grid-template-columns: 1fr;
}
.sidebar {
display: flex;
overflow: scroll;
/*overflow: none;*/
}
.sidebar > div {
flex: 1 0 200px;
margin: 0 10px;
}
}
#gif{
padding-top: 5px;
max-width: 105%;
margin-left: auto;
margin-right: auto;
}
#video{
margin-top: 10px;
width: 100%;
height: 300px;
/*box-shadow: 4px;*/
overflow: hidden;
}
#texto{
margin-top:1px;
}
#o{
margin-top: -5px;
margin-bottom: 2px;
}
#a{
margin-top: -5px;
margin-bottom: 10px;
}

footer{
color:white;
text-align: center;
margin-top: 5px;
padding: 20px 0;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
text-decoration: black;
background-color: black;
margin-left: auto;
margin-right: auto;
}

#saiba{
color: white;
background: rgb(126, 123, 123, 0.055);
text-decoration: none;
font-size: 16px;
}
#saiba:hover{
text-decoration: underline;
}

#telefone{
color: white;
text-decoration:underline;
cursor: pointer;
}
#telefone:hover
{
color:blue;
background: rgb(126, 123, 123, 0.055);
text-decoration:underline;
font-size: 16px;
transition: all .2s;
}
#sign{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 18px;
text-decoration:underline;
text-align: right;
}

#titleform::before{
display: block;
}
#titleform{
margin-top: 50px;
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
align-items: center;
text-align: center;
}
#obrigado{
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
align-items: center;
text-align: center;
padding-top:100px;
min-height: calc(100vh - 100px);
margin-bottom: -250px;
}
#tks{
color: white;
text-shadow: 0 0 13px #000;
margin-top: 85px;
padding: 0 30px 5px 30px;
align-items: center;
text-align: center;
font-family: Arial, Helvetica, sans-serif;	
/*float:center;*/
/*flex:1;*/
max-width: 880px;
min-width: 320px;
margin-left: auto;
margin-right: auto;
background: rgb(126, 123, 123, 0.349);
min-height: calc(20vh);
}
#retornar{
color: white;
background: rgb(126, 123, 123, 0.055);
font-size: 14px;
padding-bottom: 20px;
}
#retornar:hover{
text-decoration: underline;
}

#formular
{
text-align: left;
margin: 0 auto;
padding: 0;
display: flex;
position:static;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: Arial, Helvetica, sans-serif;
margin-top: auto;
margin-bottom: auto;
color: white;		
}
.form label,
.form input,
.form textarea,
.form button{
display: block;
position: static;
width: 335px;
}
.form label{
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-family: Arial, Helvetica, sans-serif;
line-height:1;
margin-bottom: 0.5rem;

}
.form input,
.form textarea{
font: inherit;
padding: 0.8rem;
margin-bottom: 1rem;
border: 1px solid;
border-radius: 5px;
transition: border-color, box-shadow 0.2s;
}

.form textarea{
min-height: 9rem;
resize: vertical;
}
.form input:hover,
.form input:focus,
.form textarea:hover,
.fomr textarea:focus{
outline: none;
border-color: #09d;
box-shadow: 0 0 0 3px rgb(125, 189, 6);
cursor: pointer;
}
.form button{
display: block;
padding: 1rem;
background: #1a3694f1;
color: #fff;
font:inherit;
text-transform: uppercase;
border:none;
border-radius: 5px;
cursor: pointer;
transform: 0.2s;
width: 95px;
margin-left: auto;
margin-right: auto;
}

.fomr button:hover,
.form button:focus{
outline: none;
background: rgb(0, 221, 18);
}	





    
