/* ==========================================================================
  Fonts
========================================================================== */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gothamssm-bold-webfont.eot');
  src: url('../fonts/gothamssm-bold-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/gothamssm-bold-webfont.woff') format("woff"), url('../fonts/gothamssm-bold-webfont.ttf') format("truetype"), url('../fonts/gothamssm-bold-webfont.svg#gotham_ssmbold') format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gothamssm-book-webfont.eot');
  src: url('../fonts/gothamssm-book-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/gothamssm-book-webfont.woff') format("woff"), url('../fonts/gothamssm-book-webfont.ttf') format("truetype"), url('../fonts/gothamssm-book-webfont.svg#gotham_ssmbook') format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gothamssm-light-webfont.eot');
  src: url('../fonts/gothamssm-light-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/gothamssm-light-webfont.woff') format("woff"), url('../fonts/gothamssm-light-webfont.ttf') format("truetype"), url('../fonts/gothamssm-light-webfont.svg#gotham_ssmlight') format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family:"Gotham-Black";
    src:url("../fonts/Gotham-Black.woff2") format("woff2"),url("../fonts/Gotham-Black.woff") format("woff"),url("../fonts/Gotham-Black.otf") format("opentype");
    font-style:normal;font-weight:400;
}

/* ==========================================================================
  General Styles
========================================================================== */
a {
  color: #0b3958; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body, input, textarea {
  font-family: "Gotham", "Lucida Grande", "Lucida Unicode", "Lucida", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #111;}

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section {
  padding: 50px 0; }

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* ==========================================================================
  $Header
========================================================================== */
#header {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  z-index: 999; }
  #header .header-content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 40px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    float: left;
    }

    #header .logo-r {
    float: right;
    }

#header.fixed {
  background-color: #0b3958; }
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0; }
    #header.fixed .logo {
    display: block; }
  #header.fixed .nav-toggle {
    top: 18px; }

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right; }
  .navigation li {
    display: inline-block; }
  .navigation a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase; }
    .navigation a:hover, .navigation a.active {
      color: #fff; }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: #0b3958;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: #0b3958;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
  $Banner
========================================================================== */
.banner {
  background-image: url(../images/bg-header.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 30px 0; }

.banner-text {
  padding-top: 25%;
  color: #fff; }
  .banner-text h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .banner-text h1 {
    font-family:"Gotham-Black";
    font-size: 60px;
    margin-top: 5px;
    font-weight: 400;
    line-height: 1; }
  .banner-text p.lead {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0px; }
 .banner-text .from-price {
  font-weight: bold;
  font-size: 16px;
  color: red;
  margin-bottom: 40px;
}
.banner-text .from-price strong {
  font-size: 32px;
  font-family:"Gotham-Black";
}


/* ==========================================================================
  $Form
========================================================================== */
.form-col {
  padding-top: 100px;
}
.form-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.20);
  border-radius: 2px;
  padding: 30px;
  background-color: #fafafa;
  color:#0B3A5A;
}

.form-box h4 {
    font-family:"Gotham-Black";
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1; }


.form-box .form-group {
    margin-bottom: 15px;
}

.form-box .form-group input {
    padding: 12px;
}

.form-box .form-group input.form-control {
    height: auto;
}

.form-box .form-control:focus {
    border-color: #00a9e0;
    box-shadow: none;
}
.form-box::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

.form-box:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

.form-box::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

.form-box:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

.form-box .text-danger {
    color: #e74c3c;
}
.form-box .text-danger li {
    list-style: none;
}

.form-box .btn-xl {
    padding: 20px 40px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #083959;
    width: 100%;
}

/* ==========================================================================
  $Advantages
========================================================================== */
.markets {
  color: #083959;
  background-color: #FFF;
  font-weight: 400;
}
.markets h2 {
  font-family:"Gotham-Black";
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0 auto;
  width: 75%;
  margin-bottom: 35px; }

/* ==========================================================================
  $Advantages
========================================================================== */
.advantages {
  color: #fff;
  background-color: #92bde8;
  }
.advantages h2 {
  font-family:"Gotham-Black";
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.5);
  margin-bottom: 35px; }
.advantages h2:before {
    content: '';
    background-image: url(../images/icon-checklist.svg);
    display:block;
    width: 64px;
    height: 64px;
    margin-bottom: 10px; }
.advantages p.intro {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 20px; }
.advantages li {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 30px;
  margin-bottom: 15px; }
.advantages ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0; }
.advantages ul li:before {
    content: '';
    background-image: url(../images/icon-check.svg);
    display:inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px; }

/* ==========================================================================
  $Ser Delegado
========================================================================== */
.bedelegate {
  color: #083959;
  background-color: #FFF;
  }
.bedelegate h2 {
  font-family:"Gotham-Black";
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #083959;
  margin-bottom: 35px; }
.bedelegate h2:before {
    content: '';
    background-image: url(../images/icon-portfolio.svg);
    display:block;
    width: 64px;
    height: 64px;
    margin-bottom: 10px; }
.bedelegate p.intro {
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px; }

/* ==========================================================================
  $Ser Delegado
========================================================================== */
.steps {
  color: #FFF;
  background-color: #083959;
  }
.steps h2 {
  font-family:"Gotham-Black";
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
 }
 .steps h4 {
  font-family:"Gotham-Black";
  font-size: 24px;
  line-height: 24px;
  margin-top: -30px;
  text-transform: uppercase;
 }
.steps p.intro {
  opacity: .7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px; }
.number {
  font-family:"Gotham-Black";
  font-size: 96px;
  line-height: 96px;
  opacity: .2;
}


/* ==========================================================================
  $Columbarios
========================================================================== */
.columbarios {
  color: #083959;
  background-color: #FFF;
  position: relative;}
.columbarios h2 {
  font-family:"Gotham-Black";
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #083959;
  margin-bottom: 35px; }
.columbarios h2:before {
    content: '';
    background-image: url(../images/icon-products.svg);
    display:block;
    width: 64px;
    height: 64px;
    margin-bottom: 10px; }
.columbarios h3 {
  font-family:"Gotham-Black";
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 800;
  text-transform: uppercase; }

  .columbarios p.intro {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 30px; }

  .columbarios p {
  margin-bottom: 20px; }


  .columbarios .icon {
  padding-left: 60px;
  background-repeat: no-repeat;
  min-height: 48px;
  margin-bottom: 30px; }

  .columbarios .icon-modular {
  background-image: url(../../assets/images/icon-modular.svg); }
  .columbarios .icon-patent {
  background-image: url(../../assets/images/icon-patent.svg); }
  .columbarios .icon-rapid {
  background-image: url(../../assets/images/icon-rapid-instalation.svg); }
  .columbarios .icon-materials {
  background-image: url(../../assets/images/icon-materials.svg); }
  .columbarios .icon-gear {
  background-image: url(../../assets/images/icon-gear.svg); }


/* FOOTER */
footer {
  padding: 18px 0px 40px 0px;
  background: #083959;
  color: #fff;
}
.faddress li {
  padding: 3px 0px;
  margin: 0px;
}
.faddress a {
  color: #fff;
  text-decoration: none;
}
.faddress a:hover {
  color: #fff;
  text-decoration: none;
}
footer h4 {
  color: #fff;
  margin-bottom: 20px;
}
.qlinks li {
  padding: 4px 0px;
  margin: 0px;
}
.qlinks li a {
color: #fff;
}
.qlinks li a:hover {
  color: #fff;
  text-decoration: none;
}
.fa-li {
  top: 7px !important;
}
footer .legal {
  margin-top: 20px;
  padding-top:20px;
  border-top: 1px solid #224d6a;
  font-size: 12px;
  color: #fff;
}
footer .legal a {
  color: #00a9e0;
}
footer .legal a:hover {
  color: #fff;
}



