@font-face {
  font-family: "Gilroy-BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Gilroy-BoldItalic.eot?#iefix") format("eot"), url("fonts/Gilroy-BoldItalic.woff") format("woff"), url("fonts/Gilroy-BoldItalic.ttf") format("truetype"), url("fonts/Gilroy-BoldItalic.svg#Gilroy-BoldItalic") format("svg");
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Gilroy-ExtraBold.eot?#iefix") format("eot"), url("fonts/Gilroy-ExtraBold.woff") format("woff"), url("fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
}
@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Gilroy-Regular.eot?#iefix") format("eot"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype"), url("fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Gilroy-SemiBold.eot?#iefix") format("eot"), url("fonts/Gilroy-SemiBold.woff") format("woff"), url("fonts/Gilroy-SemiBold.ttf") format("truetype"), url("fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
}
body, html {
  font-family: "Gilroy-Regular";
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #ffffff;
  color: #0E2D58;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.bold, strong, b {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.acenter {
  text-align: center;
}

input, textarea, select {
  outline: none;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hide {
  display: none;
}

input::-webkit-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #b4b4b4;
  opacity: 1;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b4b4b4;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}

#main {
  width: 100%;
  position: relative;
}

header {
  height: 120px;
}
@media only screen and (max-width: 800px) {
  header {
    height: 70px;
  }
}
header h1 {
  margin-left: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 800px) {
  header h1 {
    margin-left: 15px;
    padding-top: 10px;
    width: 70px;
  }
}
header h1 img {
  max-width: 100%;
  height: auto;
  display: block;
}
header p.telefone {
  font-family: "Gilroy-BoldItalic";
  font-size: 20px;
  color: #fff;
  background-color: #FC5546;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-right: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 800px) {
  header p.telefone {
    margin-right: 15px;
    font-size: 15px;
    margin-top: 25px;
  }
}
header nav {
  margin-right: 60px;
  margin-top: 57px;
}
@media only screen and (max-width: 1023px) {
  header nav {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 800px) {
  header nav {
    display: none;
    position: absolute;
    margin: 0px;
    top: 69px;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  font-family: "Gilroy-SemiBold";
  font-size: 16px;
  color: #0E2D58;
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}
@media only screen and (max-width: 800px) {
  header nav ul li {
    margin: 0;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e4e4e4;
  }
}
@media only screen and (max-width: 800px) and (max-width: 767px) {
  header nav ul li {
    padding-left: 15px;
  }
}
header nav ul li a:hover, header nav ul li a.sel {
  text-decoration: underline;
}
header nav .langs {
  position: absolute;
  right: 30px;
  top: 10px;
  color: #9B9B9B;
  font-size: 11px;
  font-family: "Gilroy-SemiBold";
  text-transform: uppercase;
}
header nav .langs a.sel, header nav .langs a:hover {
  color: #0E2D58;
}
@media only screen and (max-width: 767px) {
  header nav .langs {
    right: 15px;
  }
}
header .menu_open {
  width: 20px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  top: 58px;
  display: none;
}
@media only screen and (max-width: 800px) {
  header .menu_open {
    display: block;
    margin-right: 15px;
    top: 30px;
  }
}
header .menu_open span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .menu_open span:nth-child(1) {
  top: 0px;
}
header .menu_open span:nth-child(2), header .menu_open span:nth-child(3) {
  top: 7px;
}
header .menu_open span:nth-child(3) {
  box-shadow: none;
}
header .menu_open span:nth-child(4) {
  top: 14px;
}
header .menu_open.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
header .menu_open.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu_open.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .menu_open.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

footer {
  background-color: #0E2D58;
  padding-top: 40px;
  padding-bottom: 32px;
}
footer ul.menu {
  margin: 0;
  padding: 0;
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  footer ul.menu {
    margin-left: 15px;
    margin-right: 15px;
  }
}
footer ul.menu li {
  list-style: none;
  display: inline-block;
  width: 25%;
  font-size: 17px;
  font-family: "Gilroy-SemiBold";
  color: #fff;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  footer ul.menu li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 340px) {
  footer ul.menu li {
    width: 100%;
  }
}
footer ul.menu li .options {
  font-family: "Gilroy-Regular";
  font-size: 14px;
  margin-top: 20px;
  padding-right: 20px;
  line-height: 20px;
}
footer ul.menu li .options ul {
  margin: 0;
  padding: 0;
}
footer ul.menu li .options ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-family: "Gilroy-Regular";
}
footer ul.menu li .options ul.socials {
  margin-top: 70px;
}
footer ul.menu li .options ul.socials li {
  display: inline-block;
  margin-left: 25px;
  width: auto;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  footer ul.menu li .options ul.socials li {
    margin-left: 20px;
  }
}
footer ul.menu li .options ul.socials li:first-child {
  margin-left: 0px;
}
footer ul.menu li .options ul.socials li:nth-child(2) img {
  position: relative;
  top: 2px;
}

.sliderhome {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 120px);
  z-index: 200;
}
@media only screen and (max-width: 800px) {
  .sliderhome {
    height: calc(100vh - 70px);
  }
}
.sliderhome h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 56px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .sliderhome h2 {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .sliderhome h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.servicos {
  margin: 0;
  padding: 0;
  font-size: 0px;
}
.servicos li {
  display: block;
  list-style: none;
  background-color: #E6E6E6;
}
.servicos li .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.servicos li .inner .content, .servicos li .inner .img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .servicos li .inner .content, .servicos li .inner .img {
    width: 100%;
  }
}
.servicos li .inner .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .servicos li .inner .img {
    padding-bottom: 45%;
  }
}
.servicos li .inner .content h2 {
  padding-top: 70px;
  padding-left: 40px;
  padding-bottom: 25px;
  font-size: 20px;
  color: #0E2D58;
  font-family: "Gilroy-SemiBold";
}
@media only screen and (max-width: 767px) {
  .servicos li .inner .content h2 {
    padding-top: 35px;
    padding-left: 15px;
  }
}
.servicos li .inner .content p.botao {
  background-color: #F8CA07;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 90px;
  line-height: 19px;
  font-size: 16px;
  color: #0E2D58;
  font-family: "Gilroy-SemiBold";
  margin-left: 40px;
  margin-bottom: 80px;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .servicos li .inner .content p.botao {
    margin-bottom: 40px;
    margin-left: 15px;
  }
}
.servicos li .inner .content .resumo {
  color: #0E2D58;
  font-size: 14px;
  line-height: 22px;
  font-family: "Gilroy-Regular";
  margin-left: 40px;
  height: 90px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .servicos li .inner .content .resumo {
    width: 85%;
    margin-left: 15px;
  }
}
.servicos li .inner .order1 {
  order: 1;
}
.servicos li .inner .order2 {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .servicos li .inner .order2 {
    order: 1;
  }
}

.content_text {
  padding-top: 70px;
  padding-bottom: 65px;
}
.content_text h3 {
  text-align: center;
  font-family: "Gilroy-ExtraBold";
  font-size: 28px;
  line-height: 33px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .content_text h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.content_text.blue {
  background-color: #0E2D58;
}
.content_text.orange {
  background-color: #FC5546;
}
.content_text.gray {
  background-color: #E6E6E6;
}
.content_text .content-size {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .content_text .content-size {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.content_text .resumo {
  font-family: "Gilroy-SemiBold";
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}
.content_text .texto {
  font-family: "Gilroy-Regular";
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #fff;
}
.content_text .semi20 {
  font-size: 20px;
  line-height: 25px;
  font-family: "Gilroy-SemiBold";
}

.recrutamento_wrap {
  padding-top: 72px;
  padding-bottom: 78px;
  background-color: #1DC3F0;
  font-size: 28px;
  line-height: 32px;
  font-family: "Gilroy-ExtraBold";
  color: #0E2D58;
  text-align: center;
}
.recrutamento_wrap p.botao {
  background-color: #F8CA07;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 120px;
  line-height: 19px;
  font-size: 16px;
  color: #0E2D58;
  font-family: "Gilroy-SemiBold";
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.codigo_conduta_wrap {
  padding-top: 72px;
  padding-bottom: 78px;
  background-color: #f83c37;
  font-size: 28px;
  line-height: 32px;
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  text-align: center;
}
.codigo_conduta_wrap p.botao {
  background-color: #F8CA07;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 120px;
  line-height: 19px;
  font-size: 16px;
  color: #0E2D58;
  font-family: "Gilroy-SemiBold";
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

#wrap_sobre-nos .slidess {
  background-color: #1DC3F0;
}
#wrap_sobre-nos .resumo {
  margin-top: 25px;
}
#wrap_sobre-nos .content-size {
  max-width: 650px;
}

#wrap_servicos .bx-wrapper, #wrap_servicos .sliderhome {
  height: 0;
  padding-bottom: 30%;
}
@media only screen and (max-width: 767px) {
  #wrap_servicos .bx-wrapper, #wrap_servicos .sliderhome {
    padding-bottom: 55%;
  }
}
#wrap_servicos ul {
  margin: 0;
  padding: 0;
}
#wrap_servicos ul li {
  list-style: none;
}
#wrap_servicos .content_text {
  padding-top: 32px;
}
#wrap_servicos .content_text .content-size {
  max-width: 600px;
}
#wrap_servicos .content_text .content-size.texto {
  max-width: 800px;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  margin-top: 36px;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  #wrap_servicos .content_text .content-size.texto {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #wrap_servicos .content_text .content-size.texto {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#wrap_servicos .content_text h3, #wrap_servicos .content_text .texto {
  color: #0E2D58;
}
#wrap_servicos p.botao.cotacao {
  background-color: #0E2D58;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 120px;
  line-height: 19px;
  font-size: 16px;
  color: #0E2D58;
  font-family: "Gilroy-SemiBold";
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

#wrap_contactos .content_text h3, #wrap_contactos .content_text .resumo {
  color: #0E2D58;
}
#wrap_contactos .content_text.contacts {
  padding-top: 140px;
  padding-bottom: 130px;
}
#wrap_contactos .content_text.contacts h3, #wrap_contactos .content_text.contacts .resumo {
  color: #fff;
}
#wrap_contactos .content_text.contacts .resumo {
  margin-top: 45px;
}
#wrap_contactos .clientes {
  margin: 0;
  padding: 0;
  font-size: 0px;
  margin-top: 40px;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #wrap_contactos .clientes {
    width: auto;
    text-align: center;
  }
}
#wrap_contactos .clientes li {
  margin-bottom: 20px;
  list-style: none;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-left: 20px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#wrap_contactos .clientes li:nth-child(4n+1) {
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  #wrap_contactos .clientes li:nth-child(2n+1) {
    margin-left: 0px;
  }
}
#wrap_contactos .clientes li a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.form_wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1DC3F0;
  background-blend-mode: multiply;
}
.form_wrap h2 {
  color: #fff;
  padding-top: 94px;
  padding-bottom: 75px;
  font-size: 56px;
  font-family: "Gilroy-ExtraBold";
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form_wrap h2 {
    font-size: 40px;
  }
}
.form_wrap .form-inner {
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: #fff;
  position: relative;
  top: -60px;
}
@media only screen and (max-width: 767px) {
  .form_wrap .form-inner {
    width: calc(100% - 40px);
  }
}
.form_wrap .form-inner #contactos {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .form_wrap .form-inner #contactos {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .form_wrap .form-inner #contactos {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.form_wrap .form-inner #contactos .caixa, .form_wrap .form-inner #contactos #anexo {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #DBDBDB;
  color: #6E6E6E;
  font-size: 14px;
  font-family: "Gilroy-Regular";
  line-height: 14px;
  height: 52px;
  margin-top: 18px;
  padding-left: 19px;
}
.form_wrap .form-inner #contactos #anexo {
  cursor: pointer;
  color: #b4b4b4;
  padding-top: 18px;
}
.form_wrap .form-inner #contactos #anexo.caixas_error {
  border-color: #ff0000;
}
.form_wrap .form-inner #contactos textarea {
  padding-top: 19px;
}
.form_wrap .form-inner #contactos .hbox {
  height: 125px;
}
.form_wrap .form-inner #contactos .botao {
  background: #FC5546;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: 312px;
  height: 54px;
  color: #fff;
  font-family: "Gilroy-SemiBold";
  font-size: 18px;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 30px;
  cursor: pointer;
  -webkit-appearance: none;
}
@media only screen and (max-width: 767px) {
  .form_wrap .form-inner #contactos .botao {
    width: 250px;
    height: 40px;
  }
}
.form_wrap .form-inner #contactos .caixas_error {
  border-color: #ff0000;
}
.form_wrap .form-inner #contactos .g-recaptcha {
  margin-top: 18px;
  width: 304px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 370px) {
  .form_wrap .form-inner #contactos .g-recaptcha {
    width: 100%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.form_wrap .form-inner #contactos .error {
  margin-top: 18px;
  color: #ff0000;
  text-align: center;
}
.form_wrap .form-inner #contactos ul {
  margin: 0;
  padding: 0;
  font-size: 0px;
}
.form_wrap .form-inner #contactos ul li {
  margin-top: 18px;
  display: inline-block;
  margin-left: 25px;
  list-style: none;
  width: calc((100% - 50px) / 3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 52px;
  border: solid 1px #DBDBDB;
  color: #b4b4b4;
  font-size: 14px;
  font-family: "Gilroy-Regular";
  vertical-align: top;
  padding-left: 19px;
  padding-top: 16px;
}
@media only screen and (max-width: 767px) {
  .form_wrap .form-inner #contactos ul li {
    width: 100%;
    margin-left: 0px;
  }
}
.form_wrap .form-inner #contactos ul li:first-child {
  margin-left: 0px;
}
.form_wrap .form-inner #contactos ul li input {
  margin-right: 10px;
}

.form_msg {
  padding: 70px;
  text-align: center;
  font-family: "Gilroy-SemiBold";
  font-size: 18px;
}
.form_msg.error {
  color: #ff0000;
}

.valores {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.valores li {
  list-style: none;
  display: inline-block;
  width: 33.3333333333%;
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .valores li {
    width: 100%;
  }
}
.valores li h3 {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: "Gilroy-SemiBold";
  font-size: 20px;
}
.valores li .resumo {
  margin-top: 0px;
  font-family: "Gilroy-SemiBold";
  font-size: 14px;
  line-height: 22px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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