/** BASE DO SITE **/

#menuhamburguer{display: none;}
body {
    background: url("../elementos/site-background.jpg") no-repeat center center fixed;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #f3f3f3;
}

.body-content {
    margin: auto;
}

#divlogo {
    padding-top: 150px;
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
}

#divlogo img {
    margin-left: auto;
    margin-right: auto;
    max-width:500px;
}

#maquinas {
    padding-top: 150px;
    text-align: center;
}

#maquinas h1 {
    font-size: 70px;
    padding-top: 50px;
    padding-bottom: 150px;
}

#maquinas img {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


.moldaapresentacaofundo {
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    background-color: #f3f3f3;
    height: 400px;
    margin-top: 100px;
    margin-bottom: 100px;
    display: table;
    width: 100%;
}

#moldaapresentacao {
    display: table-cell;
    margin:auto;
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    vertical-align: middle;
}

#moldaapresentacao p {
    width: 60%;
    margin: auto;
    text-align: justify !important;
    text-align-last: center;
}


#moldaapresentacao h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 60px;
    text-align: center;
}

.divgeral {
    
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 85%;
    table-layout: fixed;
    border-spacing: 20px;
    position: relative;
}

.aempresa {
    height: 500px;
    width: 10%;
    display: table-cell;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.aempresa a {
    text-decoration: none;
    color: inherit;
}

.aempresa:hover {
    background-color: #f3f3f3;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.aempresa p{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 20px;
    text-align: justify;
}

.recrutamentofundo {
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    background-color: #00253D;
    height: 500px;
    margin-top: 100px;
    margin-bottom: 0px;
}

#recrutamento {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    position: relative;
    top: 20%;
    color: white;
}

#recrutamento p {
    font-size: 20px;
}

.botaoform {
    margin-top: 75px;
    text-align: center;
}

input.botao {
    width: 200px;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 100%;
    background:  #007BBD;
    color: #fff;
    border: 1px solid  #007BBD;
    border-radius: 10px;
}

input.botao:hover {
    color:  #001E34;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}

#contactosfundo {
    background-color: #f3f3f3;
    height: 800px;
    margin-top: 100px;
    padding-bottom: 100px;
}

#contactos {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20%;
}

.mapa {
    margin: auto;
    position: relative;
    text-align: center;
}

.mapa iframe{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.cont {
    width: 10%;
    display: table-cell;
}

.cont p{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 14px;
    margin-top: -10px;
}

#pintfundo {
    background-color: #f3f3f3;
    height: 200px;
    margin-top: -200px;
}

.footer {
    background-color: #f3f3f3;
    height:75px;
    position: relative;
}

.footer img {
    position: absolute;
    bottom: 0;
    margin-bottom: 25px;
    margin-left: 50px;
}

.footer p {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 30px;
    margin-right: 50px;
    font-size: 10px;
}

/** ESTILO DE TEXTO **/

p {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

h1 {
    font-family: 'Mukta', sans-serif;
    font-weight: 600;
}

h2 {
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
}

#moldaapresentacao p {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #00253D;
}

/***** SECTORES ******/

.sectores {
    width: 70%;
    height: 600px;
    overflow: hidden;
    /*background-color: #fafafa;*/
    margin-left: auto;
    margin-right: auto;

}

.sectoresleft {
    width: 40%;
    float: right;
    text-align: justify;
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
}

.sectoresleft h1{
    margin: 30px;
    color: #333333;
    font-size: 25px;
}

.sectoresleft img {
    max-width: 100%;
}

.sectoresright {
    max-width: 50%;
    float: right;
    text-align: justify;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sectoresright h1{
    margin: 30px;
    color: #333333;
    font-size: 25px;   
}

.sectoresright img {
    max-width: 100%;
    float: right;
}



/* TABELAS */

.tabela {
    width:50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom: 110px;
    background-color: #fafafa;
}

.tabela td{
    padding: 15px;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

.tabela th {
    background-color: #00253D;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
}

.tabela tr:nth-child(even) {
    background-color: #e1e1e1;
}

.tabequip {
    width: 75%;
    margin: auto;
}

.tabequip tr, th {
    text-align: center;
    padding: 20px;
    width: 50%;
}

.tabequip h1 {
    font-size: 24px;
}

/* LISTA */

.listamolda {
    font-family: 'Nunito', sans-serif;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.listasectores {
    margin-left:50px;
}

.listasectores h1 {
    font-size: 18px;
    text-align: justify;
}

/** BASE NAVBAR **/
.navbar {
    overflow: hidden;
    font-family: 'Mukta', sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.navbar.scrolled {
    background-color: #f3f3f3;
    box-shadow: 0px 1px 10px rgba(50,50,50,0.3);
}

/** LINKS NAVBAR **/
.navbar a {
    float: right;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    opacity: 0.7;
}

.navbar a:hover,.dropdown:hover .dropbtn {
    opacity: 1;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#navtitle {
    float: left;
    }

#navtitle img {
    width: 50%;
    vertical-align: middle;
}

#navtitle a {
    opacity: 1;
}

#navtitle a:hover {
    opacity: 0.5;
}

#navinside {
    margin-right: 117px;
}

    /** DROPDOWN CONTAINER **/
    .dropdown {
        float: right;
        overflow: hidden;
    }

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        padding: 14px 16px;
        background-color: inherit;
        font-family: 'Mukta', sans-serif;
        margin: 0;
        text-decoration: none;
        opacity: 0.5;
      }

        /** DROPDOWN CONTENT **/
        .dropdown-content {
            display: none;
            position: fixed;
            min-width: 160px;
            background-color: #f3f3f3;
            z-index: 1;
            box-shadow: 0px 5px 5px rgba(50,50,50,0.3);
        }
        .dropdown-content a {
            float: none;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }
        .dropdown-content a:hover {
            opacity: 1;
            background-color: #001E34;
            color: white;
        }
        .dropdown:hover .dropdown-content {
            display: block;
        }