@font-face {
  font-family: GothamPro;
  src: url(fonts/GothamPro.eot);
  src: url(fonts/GothamPro.woff2) format("woff2"),url(fonts/GothamPro.woff) format("woff"),url(fonts/GothamPro.ttf) format("truetype"),url(fonts/GothamPro.svg#GothamPro) format("svg"),url(fonts/GothamPro.eot?#iefix) format("embedded-opentype");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: GothamPro;
  src: url(fonts/GothamPro-Italic.eot);
  src: url(fonts/GothamPro-Italic.woff2) format("woff2"),url(fonts/GothamPro-Italic.woff) format("woff"),url(fonts/GothamPro-Italic.ttf) format("truetype"),url(fonts/GothamPro-Italic.svg#GothamPro-Italic) format("svg"),url(fonts/GothamPro-Italic.eot?#iefix) format("embedded-opentype");
  font-weight: 200;
  font-style: italic
}

@font-face {
  font-family: GothamPro;
  src: url(fonts/GothamPro-Bold.eot);
  src: url(fonts/GothamPro-Bold.woff2) format("woff2"),url(fonts/GothamPro-Bold.woff) format("woff"),url(fonts/GothamPro-Bold.ttf) format("truetype"),url(fonts/GothamPro-Bold.svg#GothamPro-Bold) format("svg"),url(fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: GothamPro;
  src: url(fonts/GothamPro-Black.eot);
  src: url(fonts/GothamPro-Black.woff2) format("woff2"),url(fonts/GothamPro-Black.woff) format("woff"),url(fonts/GothamPro-Black.ttf) format("truetype"),url(fonts/GothamPro-Black.svg#GothamPro-Black) format("svg"),url(fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype");
  font-weight: 800;
  font-style: normal
}

body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000;
}


html {
    width: 100%;
    height: 100%;
}
body, h1, h2, h3, h4, p, div, span, td, a{
  font-family: GothamPro, Arial, Helvetica, sans-serif;
}


a{
  color: #000000;
}
a:hover{
  color: #ba801c;
}

.img-fluid{
  max-width: 100%;
}

body.modal-open {
    overflow: hidden;
}

.ui-loader{
  display: none;
}

.highlight{
  color: #e30c12;
}

.table-full{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.table-container{
  height:100%;
  width:100%;
  display:table;
}
.table-container .table-contents{
  vertical-align:middle;
  height:100%;
  display:table-cell;
}

.logo{
  margin-top: 5px;
  width: 600px;
}

.titulo-promocao{
  font-size: 1.4em;
  text-transform: uppercase;
  color: #ad8035;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  letter-spacing: 0.4em;
}

header{
  background-image: url("../assets/img/bg-top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

header h1{
  text-transform: uppercase;
  font-size: 1.8em;
}

header p{
  font-size: 1.4em;
  margin: 40px 0;
}
header p.pergunta{
  font-size: 1.6em;
}

section.banner,
section.titulo{
  background-color: #efd8b2;
}
section.banner .container{
  background-image: url("../assets/img/presente.gif");
  background-repeat: no-repeat;
  background-size: 25% auto;
  background-position: 15% center;
  padding-top: 80px;
  padding-bottom: 80px;
}

section.titulo .container{
  padding-top: 20px;
  padding-bottom: 20px;
}
section.titulo h1{
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
}

section.banner p{
  font-size: 1.4em;
}

section.bottom{
  background-image: url("../assets/img/bg-bottom.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

section.bottom h1{
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 40px auto;
}
section.bottom h1 strong{
  color: #b67b18;
}
section.bottom .item{
  font-size: 1.4em;
}
section.bottom .item .title{
  color: #b67b18;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px auto;
}
section.bottom .item .description{
  min-height: 10em;
  max-width: 80%;
  margin: 0 auto;
}

.quadro-regulamento{
  background-color: rgba(255,255,255,0.8);
  margin: 20px auto;
  border-radius: 20px;
  padding: 40px 60px;
  border: 1px solid #efd8b2;
}
.socia-media{
  margin: 60px 0;
}
.socia-media a{
  padding: 5px;
}

.btn-regulamento{
  margin-bottom: 40px;
  text-transform: uppercase;
  background-color: #f82b2b;
  font-size: 1.4em;
  padding: 10px 20px;
}

@media(max-width:767px) {	
  .quadro-regulamento{
    padding: 20px 10px;
  }
  section.banner .container{
    background-size: 60% auto;
    background-position: -30% center;
  }
}
@media(max-width:1199px) {
}