@font-face {
  font-family: 'brandon-grotesque';
  src: url('../fonts/brandon-grotesque/brandon_thin-webfont.eot');
  src: url('../fonts/brandon-grotesque/brandon_thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../fonts/brandon-grotesque/brandon_thin_it-webfont.eot');
  src: url('../fonts/brandon-grotesque/brandon_thin_it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_thin_it-webfont.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../fonts/brandon-grotesque/brandon_light-webfont.eot');
  src: url('../fonts/brandon-grotesque/brandon_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../fonts/brandon-grotesque/brandon_light_it-webfont.eot');
  src: url('../fonts/brandon-grotesque/brandon_light_it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_light_it-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../fonts/brandon-grotesque/brandon_reg-webfont.eot');
  src: url('../fonts/brandon-grotesque/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_reg-webfont.woff') format('woff');
  src: url('../fonts/brandon-grotesque/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_reg-webfont.woff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../fonts/brandon-grotesque/brandon_reg_it-webfont.eot');
  src: url('../fonts/brandon-grotesque/brandon_reg_it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_reg_it-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../fonts/brandon-grotesque/brandon_med-webfont.eot');
  src: url('../fonts/brandon-grotesque/brandon_med-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_med-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../fonts/brandon-grotesque/brandon_med_it-webfont.eot');
  src: url('../fonts/brandon-grotesque/brandon_med_it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_med_it-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../fonts/brandon-grotesque/brandon_bld-webfont.eot');
  src: url('../fonts/brandon-grotesque/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_bld-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'brandon-grotesque';
  src: url('../fonts/brandon-grotesque/brandon_bld_it-webfont.eot');
  src: url('../fonts/brandon-grotesque/brandon_bld_it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon-grotesque/brandon_bld_it-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'gotham-book';
  src: url('../fonts/gotham-book/GothamBook.eot');
  src: url('../fonts/gotham-book/GothamBook.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-book/GothamBook.woff') format('woff'), url('../fonts/gotham-book/GothamBook.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.otf') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf') format('truetype');
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0 0 100px;
  /* bottom = footer height */
}
.navbar {
  background-color: #fff;
  border: none;
  margin-bottom: 0;
  min-height: 100px;
  padding: 10px 40px;
}
.navbar .navbar-brand {
  margin-left: 0 !important;
  padding: 0;
  width: 220px;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-nav.main-menu {
  float: right;
}
.navbar .navbar-nav.main-menu a {
  border-bottom: 3px solid transparent;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 20px;
  padding: 0;
  padding-top: 25px !important;
  text-transform: uppercase;
}
.navbar .navbar-nav.main-menu a.active {
  border-bottom: 3px solid #000;
}
button {
  background-color: transparent;
  border: none;
}
.uppercase {
  text-transform: uppercase;
}
.va-center {
  display: flex;
  align-items: center;
}
.va-center article {
  align-self: auto;
  padding: 5px;
  flex: 1 auto;
  width: 25%;
}
.flex {
  display: flex;
}
.custom-row {
  overflow: hidden;
}
input,
textarea {
  border: 2px solid #000;
  color: #000;
  margin-bottom: 20px;
  resize: none;
  padding: 5px 10px;
  width: 100%;
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
form .captcha {
  width: 250px;
}
.formulario-ok {
  display: none;
  font-family: 'Oxygen', sans-serif;
  color: #0A3073;
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
}
.item-box {
  margin-bottom: 7.5px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.item-box p {
  font-family: 'gotham-book';
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 15px;
}
.item-box p em {
  color: #c5b58f;
  font-style: normal;
}
.item-box img {
  width: 100%;
}
.item img {
  width: 100%;
}
.item-box.card {
  height: 280px;
}
.item-box.card .box-title p {
  padding: 0 5px;
  line-height: 20px;
}
.item-box.card .caption-box {
  top: 60px;
}
.item-box .number {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: 600;
  height: 80px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  width: 80px;
}
.item-box.bg-title {
  background-color: #e7e4dd;
  letter-spacing: 4px;
}
.item-box.bg-title .box-title {
  color: #c5b58f;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  width: 100%;
}
.item-box.bg-title.section {
  height: 100px;
}
.item-box.bg-title.section .box-title {
  color: #000;
  font-weight: 400;
  letter-spacing: 5px;
  margin-top: 40px;
}
.item-box.bg-title.section .box-title strong {
  display: block;
  font-weight: 700;
}
.item-box.text p {
  white-space: pre-line;
}
.item-box.top-title .caption-box {
  margin-top: 50%;
}
.item-box.top-title .box-title {
  opacity: 0;
  transform: translateY(-100px);
}

.item-box.top-title .box-title h1 {
  font-size: 28px;
}
.item-box.top-title .box-title,
.item-box.top-title img {
  transition: all 300ms;
}
.item-box.top-title:hover .box-title {
  opacity: 1;
  transform: translateY(0px);
}
.item-box.top-title:hover img {
  -webkit-filter: grayscale(40%);
  -webkit-filter: contrast(60%);
  filter: grayscale(40%);
  filter: contrast(60%);
}
.item-box.gallery {
  height: 650px;
  position: relative;
}
.item-box.gallery .caption-box {
  align-items: center;
  display: flex;
  position: relative;
}
.item-box.gallery .caption-box .box-title {
  flex: 1 auto;
}
.item-box.gallery img {
  min-height: 100%;
  position: absolute;
  min-width: 100%;
}
.item-box .caption-box {
  display: table;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.item-box .box-title {
  color: #fff;
  font-size: 25px;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.item-box .box-title.dark {
  color: #000;
}
.item-box .box-title strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.item-box .box-title hr {
  width: 25px;
}
.item-box .box-title h2 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
}
.item-box.slide-title .box-title {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0;
  text-transform: uppercase;
  padding: 15px;
  position: absolute;
  width: 100%;
}
.item-box.slide-title .box-title h1 {
  font-size: 12px;
  font-weight: 600;
}
.item-box.slide-title .box-title p {
  font-family: 'gotham-book';
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
}
.no-padding {
  padding: 0 !important;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 100;
}
.owl-carousel .owl-controls .owl-prev:before,
.owl-carousel .owl-controls .owl-next:before {
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  height: 50px;
  text-align: center;
  width: 50px;
}
.owl-carousel .owl-controls .owl-prev {
  left: 10px;
}
.owl-carousel .owl-controls .owl-prev:before {
  content: "\f104";
}
.owl-carousel .owl-controls .owl-next {
  right: 10px;
}
.owl-carousel .owl-controls .owl-next:before {
  content: "\f105";
}
.section-brief {
  padding: 0 50px !important;
}
.section-brief h1 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.section-brief h1 strong {
  display: block;
  font-weight: 700;
}
.section-brief p {
  font-family: 'gotham-book', serif;
  font-size: 14px;
  line-height: 2em;
}
h1.section-title {
  font-size: 25px;
}
h2.section-title {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-weight: 600;
}
.section-title {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.section-title strong {
  display: block;
}
.section-title.dark {
  color: #000;
}
.section-title.turquoise {
  color: #6bc3ac;
}
section.about{
  width:94%;
}
section.about p,section.about ul {
  font-family: 'gotham-book';
  font-size: 14px;
  margin: 0 auto;
  padding: 25px 25px;
  width: 65%;
}
section.main-content .container {
  width: 100%;
}
section.main-content .row div[class^=col-] {
  min-width: 25%;
  flex: 1 auto;
  width: auto;
}
section.main-content .row:first-of-type > div:first-child {
  flex: 2 auto;
}
section.main-content .row:first-of-type > div:last-child {
  flex-direction: column;
}
section.main-content .row:first-of-type > div:last-child .item-box.bg-title {
  flex: 1 auto;
  align-items: center;
}
section.contact button {
  font-size: 20px;
  font-weight: 600;
  margin-left: 15px;
  letter-spacing: 5px;
}
section.contact .section-title {
  margin: 35px 0;
}
section.customers {
  padding: 100px 0;
}
section.events {
  max-width: 100%;
  padding: 0 15px;
}
section.events ul li {
  font-family: 'gotham-book';
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
section.events ul li:before {
  content: '\2022';
  color: #c5b58f;
  font-size: 20px;
  left: -20px;
  position: absolute;
}
section.events .item-box.bg-title {
  height: 152px;
}
section.events .item-box:not(.bg-title):not(.top-title) .box-title {
  display: block;
  text-align: left;
  margin: 15px 0;
  padding: 0 15px;
}
section.events.corporate ul,
section.events.social ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 0 15px;
}
section.events.corporate ul li,
section.about.container ul li,
section.events.social ul li {
  list-style: none;
}
footer {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0px 10px #ccc;
  font-family: 'gotham-book';
  height: 100px;
  left: 0;
  padding: 25px;
  position: absolute;
  width: 100%;
}
footer address span {
  display: block;
  font-weight: 600;
}
footer a[href^=mailto] {
  display: block;
  margin: 0 auto;
  font-weight: 600;
  width: 100%;
}
footer .social-networks {
  padding: 0;
}
footer .social-networks li {
  display: inline-block;
}
footer .social-networks li:not(:last-child) {
  margin-right: 15px;
}
footer .social-networks li a {
  background-color: #000;
  border-radius: 50%;
  display: block;
  height: 25px;
  width: 25px;
}
footer .social-networks li a:before {
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 14px;
  display: block;
  padding: 3px 0;
  text-align: center;
}
footer .social-networks li a.facebook:before {
  content: "\f09a";
}
footer .social-networks li a.twitter:before {
  content: "\f099";
}
footer .social-networks li a.pinterest:before {
  content: "\f231";
}
footer .social-networks li a.instagram:before {
  content: "\f16d";
}
footer .social-networks li a.youtube:before {
  content: "\f167";
}
.mail-style {
  font-weight: bold;
  color: #333333;
}
.mail-style:hover {
  color: #333333;
}
@media only screen and (max-device-width:480px){
  .item-box.top-title .box-title {
    opacity: 1;
    transform: translateY(0px);
  }
  .item-box.top-title img {
    -webkit-filter: grayscale(40%);
    -webkit-filter: contrast(60%);
    filter: grayscale(40%);
    filter: contrast(60%);
  }
  .pull-right {
    float: none !important;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .section-brief {
    padding: 0 15px!important;
  }
  section.events .item-box .box-title h1 {
    font-size: 24px;
  }
  section.events .va-center {
    flex-wrap: wrap;
  }
  section.events .va-center article {
    width: 25%;
  }
  section.events .va-center article:first-child {
    flex: 1 100%;
  }
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
  .navbar {
    padding: 10px;
  }
  .navbar-default .navbar-collapse {
    border: none;
  }
  .navbar .navbar-nav.main-menu {
    float: none;
  }
  .navbar .navbar-nav.main-menu a {
    padding: 5px 0;
  }
  section.events .va-center {
    flex-direction: column;
  }
  section.events .va-center article {
    width: 100%;
  }
}
