body{
    margin: 0 0 0 0;
    font-family: 'Montserrat', sans-serif;
	background-color:#f1ede5;
	font-weight: 300;
	font-style: normal;
	color:#000000;

}

.contenedor{
	width: 100%;
	float: left;
	position: relative;
}

.bgbco{ background-color:#FFFFFF;}

.contprin{
  background-color: #ffffff;
  border: 1px solid #e2dac7;
  border-radius: 10px;
  padding: 12px;
}

.strong{ font-weight:900;}

.fbyr{
  font-family: "Biryani", sans-serif;
}

.flpr{
	float:left;
	position: relative;
}
.frpr{
	float:right;
	position: relative;
}


.tituloprin{position: absolute; bottom: 10px;  width: 100%; letter-spacing: -7px; text-align: center;}
.mtop15{ padding-top: 15px;}
.mtop30{ padding-top: 30px;}
.mauto{ margin: auto;}
.cien{ width:100%;}
.treinta{width: 29%;}
.setenta{width:69%;}
.noventa{ width:90%;}

.centra{ text-align:center;}

.boton {
  background-color: #554134;
  color: white;
  text-align: center;
  padding: 10px 45px;
}

.formulario {
  background-color: white;
  border: none;
  border-bottom: 2px solid #554134;  
  outline: none;
  padding: 8px 4px;
  font-size: 16px;
  color: #554134;  
}
 .formulario::placeholder {
  color: #bfbaac;  
  opacity: 1;
}

.pegado{ letter-spacing: -7px;}
.pegadoch{ letter-spacing: -3px;}


.s110{ font-size:110px;}
.s90{ font-size:90px;}
.s60{ font-size:70px;}
.s50{ font-size:40px;}
.s40{ font-size:35px;}
.s20{ font-size:20px;}
.s16{ font-size:16px;}
.s14{ font-size:14px;}
.sombra{ text-shadow: 4px 4px 6px #000000;}


.cbrwn{
	color:#554134;
}
.cbrwn a{color:#554134; text-decoration:none;}
.clbrwn{
	color:#e2dac7;
}
.clbrwn a{color:#e2dac7; text-decoration:none;}
.cblk{
	color:#000000;
}

.cblk a{color:#000000; text-decoration:none;}

.w1100{ width:1100px;}
.barra{ width:800px;}

@media screen and (max-width: 800px){
	.w1100{ width:90%;}
	
	.s110{ font-size:80px;}
.s90{ font-size:70px;}
.s60{ font-size:50px;}
.s50{ font-size:35px;}
.s40{ font-size:25px;}
.s20{ font-size:18px;}
.s16{ font-size:15px;}
.s14{ font-size:13px;}
	
	.treinta{width: 97%;}
.setenta{width:97%;}

	.flpr{
	float:left;
	position: relative;
}
.frpr{
	float:left;
	position: relative;
}
	.barra{ width:80%;}
}