@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,600');

body, html {
  font-family: 'Prompt', sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 5px 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

p {
  margin: 2.5px 0;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  margin: 10px 0;
}

h2 {
  font-size: 30px;
  line-height: 34px;
}

h3 {
  font-size: 26px;
  line-height: 30px;
}

h4 {
  font-size: 23px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p, span {
  font-size: 16px;
  line-height: 19px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  margin: auto auto;
}

a:hover {
  text-decoration: none;
}

#footer {
  background-color: #f1f1f1;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section {
  width: 100%;
  padding: 50px 0;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.img-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.row-div {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-pic{
  display: block;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;

}

.padding-10{
  padding: 10px;
}
.info{
  margin: 20px 0;
}
.desktop{
  display: inline-block;
}
.mobile{
  display: none;
}
.div-fixed-bottom{
position: fixed;
bottom: 10px;
right: 10px;
z-index: 999;
display: inline-block;
background: #ff5722;
padding: 10px;
color: #fff;
border-radius: 5px;

}
.img-e-1{
  border-radius: 5px
}
.brand-fixed{
  position: absolute;
  left: 0;
  bottom: 53px;
  width: 100px;
}
