a {
    color: #AD8D00;
}

a:hover {
    color: white;
}

button {
    border: 0;
}

button:focus {
    outline: none;
}

body {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 12pt;
    font-weight: 500;
}

.fixed-button {
    background-color: #1D0C02;
    font-size: 1.5em;
    height: 120px;
    padding: 0;
    position: fixed;
    width: 120px;
    z-index: 2;
}

.fixed-menu-button {
    left: 0;
    top: 0;
}

.fixed-edit-button {
    left: 0;
    bottom: 0;
}

.fixed-menu-container {
    background-color: #1D0C02;
    border: 0;
    bottom: 0;
    font-size: 1.5em;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    transition: width 0.25s ease;
    z-index: 1;
}

.fixed-menu-container:focus {
    outline: none;
}

.inactive-fixed-menu {
    width: 0;
}

.active-fixed-menu {
    width: 400px;
}

.fixed-menu-container .navigation-bar {
    bottom: 120px;
    left: 0;
    position: absolute;
    top: 120px;
}

.fixed-menu-container .navigation-bar .navigation {
    font-weight: 800;
    text-transform: uppercase;
}

.fixed-menu-container .navigation-bar .navigation .navigation-item {
    list-style-type: none;
}

.fixed-menu-container .navigation-bar .navigation .navigation-item a {
    color: white;
}

.fixed-menu-container .navigation-bar .primary-navigation .primary-navigation-item {
    color: #AD8D00;
}

.fixed-menu-container .navigation-bar .primary-navigation .primary-navigation-item .secondary-navigation {
    padding-left: 20px;
}

.main-section {
    /* Height fix */
    overflow: hidden;
}

.main-section .video-container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: auto;
    z-index: -100;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.sections {
    margin: 0;
    padding: 0;
}

.section {
    background-size: cover;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
}

.detail-section, .section:hover {
    -webkit-filter: none;
    filter: none;
}

.detail-section {
    margin: 0;
}

.detail-section .col-description {
    background-color: #1D0C02;
    min-height: 100%;
    position: relative;
}

.detail-section .col-description .main-jump-nav {
    background-color: #1D0C02;
    color: white;
    height: 120px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}

.detail-section .col-description .col-description-content {
    font-size: .9em;
    padding: 120px 120px 120px 80px;
}

.detail-section .col-description .col-description-content .col-description-title {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.detail-section .col-description .col-description-content .col-description-separator {
    background-color: #AD8D00;
    height: 2px;
    margin: .5em .4em;
    width: 18px;
}

.main-section {
    -webkit-filter: none;
    filter: none;
}

.about-us-section {
    background-image: url(../img/quemsomos.png);
}

.responsability-section {
    background-image: url(../img/responsabilidade.jpg);
}

.location-section {
    background-image: url(../img/localizacao.jpg);
}

.areas-of-expertise-section {
    background-image: url(../img/areas_de_atuacao.png);
}

.services-section {
    background-image: url(../img/servicos.png);
}

.equipments-section {
    background-image: url(../img/equipamentos.png);
}

.training-section {
    background-image: url(../img/formacao.png);
}

.contracts-section {
    background-image: url(../img/obras.jpg);
}

.description-jump-nav {
    background-color: #1D0C02;
    bottom: 0;
    height: 120px;
    padding: 15px;
    position: absolute;
    right: 0;
    width: 600px;
}

.description-jump-nav:hover {
    text-decoration: none;
}

.description-jump-nav .designation-line {
    font-size: 2.5em;
    font-weight: 800;
    line-height: 45px;
    text-align: left;
    text-transform: uppercase;
}

.description-jump-nav .fa {
    margin-top: -32px;
    position: absolute;
    right: 30px;
    top: 50%;
}

.mapalink{
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 9999;
}


@media (max-width: 992px) {
    .colblack {
        height: auto;
    }
}


/*
.worldwide-presence-section{
    background-color: #000;
}

@-webkit-keyframes blink {
  0% {
    stroke: rgba(193, 215, 46, 0.8);
    stroke-width: 1;
  }
  100% {
    stroke: rgba(193, 215, 46, 0.1);
    stroke-width: 15;
  }
}
@-moz-keyframes blink {
  0% {
    stroke: rgba(193, 215, 46, 0.8);
    stroke-width: 1;
  }
  100% {
    stroke: rgba(193, 215, 46, 0.1);
    stroke-width: 15;
  }
}
@keyframes blink {
  0% {
    stroke: rgba(193, 215, 46, 0.8);
    stroke-width: 1;
  }
  100% {
    stroke: rgba(193, 215, 46, 0.1);
    stroke-width: 15;
  }
}
circle[fill="#c3d833"] {
  padding: 20px;
  position: relative;
  -webkit-animation: blink 1.5s infinite ease-out;
  -moz-animation: blink 1.5s infinite ease-out;
  animation: blink 1.5s infinite ease-out;
}
*/
