@font-face {
  font-family: POPEATSfont;
  src: url('https://popeats.pt/css/fonts/AvenirLTStd-Light.otf');
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: POPEATSfont;
  color: #8c8c8c;
  line-height: 1.5;
  font-size: 16px;
}
a {
  font-family: POPEATSfont;
  color: #8c8c8c;
  line-height: 1.5;
  font-size: 16px;
  font-style: italic;
}
a:hover {
  color: #5d5b5b;
}
.head {
  width: 100%;
  height: 20px;
  background-color: #1f1f1f;
  margin-bottom: 20px;
}
.header {
  max-width: 1000px;
  /*margin: auto;*/
}

/*--------------------------------------------------*/

.menu {
  height: 50px;
  text-align: right;
  max-width: 1000px;
  margin: auto;
  padding-top: 10px;
  float: right;
  /*margin-right: 2%;*/
}
.menu nav {
}
.menu ul {
  list-style: none;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  width: 150px;
}
.menu a:hover {
  color: #000;
  font-weight: bold;
}
.menu p {
  text-align: center;
  padding-bottom: 20px;
}
.menu a {
  text-decoration: none;
  font-style: normal;
  font-size: 16px;
}
.icon a {
  filter: grayscale(1);
}
.active a {
  filter: grayscale(0) !important;
  color: #000 !important;
  font-weight: bold !important;
}
.icon:hover a {
  filter: grayscale(0);
}
.icon a {
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 25px;
}
label[for='bt-menu'] {
  display: none;
}
#bt-menu {
  display: none;
}

/*--------------------------------------------------*/

.content {
  max-width: 1500px;
  margin: auto;
  padding: 20px 60px 20px 60px;
}

.fullbanner {
  background-image: url('../img/banner.png');
  background-size: 100%;
  max-width: 100%;
  width: 100%;
  height: 500px;
  background-attachment: fixed;
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding-top: 100px;
  background-color: #0000004f;
  background-blend-mode: color;
}

/*--------------------------------------------------*/

.footer {
  background-color: #1f1f1f;
  font-size: 16px;
}
.footer a {
  font-size: 16px;
  text-decoration: none;
  font-style: normal;
}
.row {
  max-width: 1000px;
  margin: auto;
  padding: 20px 0px 0px 0px;
}
.footer .row a:hover img {
  filter: opacity(0.3);
}

/*--------------------------------------------------*/

button {
  font-size: 18px;
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #000;
  color: #000000;
  background-color: #fff;
  width: 100% !important;
  max-width: 300px !important;
  letter-spacing: 3px;
}
button:hover {
  color: #fff;
  background-color: #000;
}
.msg {
  text-align: center;
  font-size: 16px;
  width: 33%;
  display: inline-block;
  padding: 50px;
}
.prices {
  text-align: center;
  border: 1px solid #8c8c8c;
  background-color: #f3f3f3;
  color: #8c8c8c;
  max-width: 365px;
}
.col-3 {
  width: 33%;
  display: inline-grid;
}
.col-2 {
  width: 49%;
  display: inline-grid;
}
.col-1 {
  width: 50%;
  margin: auto;
}
.prices p {
  padding: 10px;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 800px) {
  .icon a {
    filter: grayscale(0);
  }
  label[for='bt-menu'] {
    padding: 5px;
    background: #efefef;
    color: #000000;
    font-family: 'Arial';
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
  }
  #bt-menu:checked ~ .menu {
    margin-left: 0;
  }
  .icon {
    filter: grayscale(0);
  }
  .menu {
    width: 100px;
    margin-left: -100%;
    transition: all 0.4s;
    height: 0px;
    position: fixed;
    margin-top: 40px;
    text-align: center;
  }
  .menu ul {
    display: block;
  }
  .menu ul li {
    width: 100% !important;
    float: none;
    background-color: #efefef;
    border-bottom: 1px solid #ccc;
  }
  .menu ul li:hover {
    background-color: #d8d8d8;
  }
  .msg {
    width: 100%;
    padding: 15px;
  }
  .prices {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------*/

.col {
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
  /*padding-left: 20px;
	padding-right: 20px;*/
  width: 100%;
  margin-right: -4px;
  *zoom: 1;
  *display: inline;
  opacity: 0.5;
  color: #000 !important;
}
.col:hover {
  opacity: 1;
}
.row {
  max-width: 1400px;
}
.row:before,
.row:after {
  content: '';
  display: table;
}
.row:after {
  clear: both;
}

@media (min-width: 740px) {
  .col-4 {
    width: 25%;
  }
  .col-3 {
    width: 33.3333%;
  }
  .col-2 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .col-3-1 {
    width: 50%;
  }
  .col-3-2 {
    width: 50%;
    text-align: right;
  }
}

.help .col-3 {
  height: 200px;
}
.help .col-3 img {
  height: 50px;
}
.help .col-3 p {
  display: none;
  font-size: 16px;
  transition: 0.4s all;
}
.help .col-3:hover p {
  display: block;
}
