/*
@media (max-width: 410px) {

}
@media (min-width:411px) and (max-width: 755px) {

}
@media (min-width: 756px) {

}
*/





@font-face {
  font-family: Papelli-Regular;
  src: url(../_fontes/Papelli-Regular.otf)
}
@font-face {
  font-family: Papelli-Medium;
  src: url(../_fontes/Papelli-Medium-Regular.otf)
}
@font-face {
  font-family: Papelli-Bold;
  src: url(../_fontes/Papelli-Bold.otf)
}
@font-face {
  font-family: Papelli-XBold;
  src: url(../_fontes/Papelli-Extrabold-Regular.otf)
}
@font-face {
  font-family: Papelli-Light;
  src: url(../_fontes/Papelli-Light-Regular.otf)
}
@font-face {
  font-family: Papelli-XLight;
  src: url(../_fontes/Papelli-Extralight-Regular.otf)
}

html,
body {
  height: 100%;
}
body {
  background-color: #b02024;
}
.formAgradecimento{
    position:absolute;
    top:50%;
    left:30px;
    font-family: Papelli-XBold;
}
