/* Fontes */

@font-face {
    font-family: Futura Light;
    src: url(futuralight.woff);
}

@font-face {
    font-family: Futura Bold;
    src: url(futurabold.woff);
}

/* General Style */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading-bar {
  display: inline-block;
  width: 8px;
  height: 56px;
  border-radius: 8px;
  animation: loading 2s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color: #00284d;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #dd8604;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #00284d;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #dd8604;
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
body{
    margin: 0;
    min-width: 1000px;
    min-height: 600px;
}


h2{
    margin-top: 0px !important;
    font-size: 28px !important;
}

textarea{
    resize: none;
}

input[type=file]{
    width: 600px;
}

.text-danger{
    color: red !important;
}

.bg-danger{
    background-color: #f0ad4e !important;
}

.btn-warning{
    background-color: #ff9e2b !important;
}

.btn-warning:hover {
    background-color: #ff8a00 !important;
}

/* Header */

#header{
    width: 100%;
    height: 100px;
    background-color: #00284d;
    font-family: Futura Light;
}

#header ul{
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    z-index: 1;
    min-width: 750px;
}

#header li{
    float: left;
}

#header li a{
    margin-left: 45px;
    margin-top: 42px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

#header li a:hover{
    color: #ff8a00;
}

#line{
    background-color: #ff8a00;
    height: 5px;
    width: 80%;
    position: absolute;
    margin-top: 71px;
    min-width: 850px;
}

#logo{
    margin-top: 27px;
    height:40px;
    width: 80%;
    min-width: 850px;
    position: absolute;
    text-align: right;
}

#logo span{
    font-size: 37px;
    color: #fff;
}

#sublogo{
    margin-top: 53px;
    height:23px;
    width: calc(80% + 90px);
    min-width: 940px;
    position: absolute;
    text-align: right;
    color: white;
}

#sublogo span{
    font-size: 23px;
}

/* Content */

#content {
    font-family: Arial;
    color: #00284d;
    width: 80%;
    min-width: 950px;
    margin: auto;
    font-size: 15px;
    margin-bottom: 40px;
}

#content h2{
    margin-top: 30px;
    margin-bottom: 5px;
}

 .separador{
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 40px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(235, 120, 1, 0.1);
    border-bottom: 1px solid rgba(245, 125, 0, 0.67);
}

#content-left{
    width: 70%;
    float: left;
}

#content-right{
    width: 30%;
    float: left;
}

#demo{
    width: 300px;
    margin-left: 50px;
    height: 100px;
    margin-top: 66px;
}

#spacer{
    clear: both;
    height: 50px;
}

    /* Home */
    .carousel{
        min-width: 1000px;
    }

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      margin: auto;
    }

    #content p{
        text-align: left;
    }

    #content h4{
        font-weight: bold;
    }

    #content-right .imagem{
        margin-left: 50px;
        margin-top: 30px;
    }

    #news-container{
        margin-top: 50px;
        width: 900px;
        height: 650px;
    }

    .news-block{
        width: 400px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
        float: left;
        background-color: rgb(255, 250, 244);
        margin-left: 33px;
        padding: 20px;
        margin-bottom: 40px;
    }

    .news-body{
        color: grey;
    }

    /* Produtos */

    .produtos-descricao{
        font-size: 19px;
        color: #dd8604;
    }

    .btn {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .produtos-separador{
        border-top: 1px solid rgba(0, 40, 77, 0.1);
        border-bottom: 1px solid rgba(0, 40, 77, 0.67);
    }

    .produtos-table:hover{
        background-color: rgb(240, 240, 240);
        cursor: pointer;
    }

    .table tr td{
        border-top: 0px !important;
        padding: 3px !important;
    }

    .low {
        vertical-align: bottom !important;
    }

    #content-left table tr td h3 {
        margin: 0px;
    }

    /* Contactos */
    #content-contacts{
        font-family: Arial;
        color: #00284d;
        width: 900px;
        margin: auto;
    }

    #gmap_canvas img{
        max-width: none !important;
        background: none !important;
        cursor: pointer !important;
    }

    #mapinfo-container{
        background-color: rgba(255, 138, 0, 0.80);
        height: 265px;
        width: 475px;
        position: absolute;
        z-index: 2;
        margin-top: 60px;
    }

    #mapinfo{
        position: relative;
        top: 20px;
        margin: auto;
        height: 215px;
        width: 425px;
    }

    #contacts-form{
        margin: auto;
        width: 80%;
        min-width: 900px;
        font-family: Arial;
        color: #00284d;
        font-size: 15px;
    }

    .center{
        text-align: center;
    }

    #contacts-form table{
        cellspacing: 10px !important;
    }

    .btn-submit{
        font-size: 16px !important;
    }

    /* Suporte */

    .needed{
        color: #ff8a00;
    }

    /* Faq */
    .panel-group{
        margin-top: 30px;
        margin-bottom: 60px !important;
    }

    .faq{
        border-spacing: 40px 10px !important;
    }

/* Footer */

#footer{
    background-color: #ff8a00;
    width: 100%;
    height: 65px;
}

#footer-container{
    width: 900px;
    margin: auto;
    color: #fff;
    font-size: 16px;
}

#facebook {
    margin-top: 20px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    float: right;
}

#facebook:hover {
    opacity: 0.5;
    cursor: pointer;
}

#twitter {
    margin-top: 20px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    float: right;
}

#twitter:hover {
    opacity: 0.5;
    cursor: pointer;
}
