@font-face {
  font-family: FuturaStdMedium;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FuturaStdMedium.eot");
  src: url("../fonts/FuturaStdMedium.eot?") format("eot"), url("../fonts/FuturaStdMedium.woff") format("woff"), url("../fonts/FuturaStdMedium.ttf") format("truetype"), url("../fonts/FuturaStdMedium.woff") format("woff");
}
@font-face {
  font-family: LatoRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LatoRegular.eot");
  src: url("../fonts/LatoRegular.eot?") format("eot"), url("../fonts/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular.ttf") format("truetype"), url("../fonts/LatoRegular.woff") format("woff");
}
@font-face {
  font-family: RalewayRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RalewayRegular.eot");
  src: url("../fonts/RalewayRegular.eot?") format("eot"), url("../fonts/RalewayRegular.woff") format("woff"), url("../fonts/RalewayRegular.ttf") format("truetype"), url("../fonts/RalewayRegular.woff") format("woff");
}
@font-face {
  font-family: OpenSansRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular.eot?") format("eot"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype"), url("../fonts/OpenSansRegular.woff") format("woff");
}
@font-face {
  font-family: OxygenRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OxygenRegular.eot");
  src: url("../fonts/OxygenRegular.eot?") format("eot"), url("../fonts/OxygenRegular.woff") format("woff"), url("../fonts/OxygenRegular.ttf") format("truetype"), url("../fonts/OxygenRegular.woff") format("woff");
}
@font-face {
  font-family: myriadpro-regular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriadpro-regular.eot");
  src: url("../fonts/myriadpro-regular.eot?") format("eot"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.woff") format("woff");
}
.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
  position: relative;
  padding-left: 60px;
  font: normal 15px "OpenSansRegular";
  text-align: center;
  background-color: #FFFFFF;
  background-image: none;
}
.alert-success:before,
.alert-warning:before,
.alert-danger:before,
.alert-info:before {
  position: absolute;
  display: flex;
  content: "!";
  width: 50px;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font: normal 34px "OpenSansRegular";
  align-items: center;
  justify-content: center;
}

.alert-success {
  color: #0EAF78;
  border: solid 2px #0EAF78;
}
.alert-success:before {
  background-color: #0EAF78;
}

.alert-warning {
  color: #E6A23C;
  border: solid 2px #E6A23C;
}
.alert-warning:before {
  background-color: #E6A23C;
}

.alert-danger {
  color: #DE5D6C;
  border: solid 2px #DE5D6C;
}
.alert-danger:before {
  background-color: #DE5D6C;
}

.alert-info {
  color: #0d6efd;
  border: solid 2px #0d6efd;
}
.alert-info:before {
  background-color: #0d6efd;
}

/*
%sprite {
    display: inline-block;
    background-image: url(../img/sprite.png);
}*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url(../img/colchao-p.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 80vw auto;
  background-attachment: fixed;
  color: #222;
  font-family: "Roboto_Regular", arial, sans-serif;
  font-size: 14px;
  white-space: pre-line;
}

* {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#content {
  padding: 14px;
  position: absolute;
  width: 100%;
}

#content p {
  margin: 0;
  padding: 0;
}

#content .txt-det {
  color: #DB3140;
}

#content .logo {
  margin: 14px 0;
  max-width: 70%;
}

#content strong {
  display: inline-block;
  margin-top: 10px;
}

@media (orientation: landscape) {
  body {
    background-image: url(../img/colchao-m.jpg);
    background-size: 70vw auto;
  }
  #content .logo {
    max-width: 40%;
  }
}
@media (orientation: landscape) and (min-width: 1000px) {
  body {
    background-image: url(../img/colchao-l.jpg);
    background-color: #fff;
    font-size: 18px;
  }
  #content {
    left: 15%;
    top: 10%;
    width: auto;
  }
  #content .logo {
    margin: 24px 0 50 0;
    max-width: none;
  }
}

/*# sourceMappingURL=manutencao.css.map */
