/* CSS Document */

<!--
.tabela1 {
background-image: url(imagens/fundo-meio.jpg);
background-repeat: no-repeat;
}
-->

* {
padding:0; margin:0;
} 

body {
	background-image: url(imagens/fundo-total.jpg);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-color: #fffafa;
}


@media ( max-width: 1200px ) {
	
.nav-menu-container {
   
	height: 10rem;
	
}
    
    .cabecalho {
        padding: 18% 0;
    }

    .cabecalho__menu {
        justify-content: center;
    }
    
    .apresentacao {
        flex-direction: column-reverse;
        padding: 5%;
    }
    
    .apresentacao__conteudo {
        width: auto;
    }

    .btWhats {
        width: 30rem;
		
    }
	.btExclui {
		width: 4rem;
		height: 4rem;
	}
	
	 .imglogo {
		 padding-top: 50%;
        width: 70%;
		height: 70%;
    }
	
		 .insta {
		 padding-top: 0%;
        width: 14%;
		height: 14%;
		margin-left: 5%;

    }
	
	
		 .whats {
			
		 padding-top: 10%;
        width: 15%;
		height: 15%;
		margin-left: 10%;
    }
	
	
	
	
	 .imglogopedido {
        width: 10rem;
		height: 10rem;
    }
	
	.CampoNome {
		font-size: 44px;
		Width: 750px;
		height: 95px;
		background-color:#f8f7f7;
		
	}
	.CampoNome:focus{
		background-color:#f8f7f7;
		border: 4px solid rgb(124, 26, 29);
		
		}
		
	.style54 {
	 	font-size: 2rem;
}
	.style52 {
	 	font-size: 3rem;
}

	.style53 {
	 	font-size: 2rem;
}

.inputPequeno{
	width: 7rem; 
	height: 7rem;
	font-size: 3rem;
}

.inputPequeno2{
	width: 7rem; 
	height: 7rem;
	font-size: 3rem;
}

.CampoObs{
	font-size: 2rem;
	Width: 750px;
	height: 250px;
	background-color:#f8f7f7;
	
}

.two {
  /*background-color: blue;*/
 
  top: 3rem;
 

 
	
}

.logopedido {
  /*background-color: blue;*/
 
  width: 1rem;
  left: 5rem;
  
  
 
	
}
}
