@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

::selection {
    background: rgba(244, 146, 0, 0.5);
}

::-moz-selection {
    background: rgba(244, 146, 0, 0.5);
}

a {
    text-decoration: none;
}

.wrapper {
    flex: 1 0 auto;
}

#logo {
    margin-left: auto;
}

#logo > a {
    text-indent: -99999px;
    background: url('../img/3a-logo-w.png?v=1') right center no-repeat;
    background-size: 9rem;
    height: 75px;
    margin: 15px;
}

.top h1, .top a {
    color: #fff;
    margin: 0;
    display: block;
}

header.top {
    color: #fff;
    z-index: 999999;
    background-color: #df1818;
    position: relative;
    top: 0;
}

#lang {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    padding: 0 0.9375rem;
}

#lang ul {
    list-style: none;
    display: none;
    margin: 0;
    margin-top: 10px;
    overflow: hidden;
    -webkit-transition: .25s;
    transition: .25s;
}

#lang ul li {
    display: inline-block;
    margin-left: 10px;
}

#lang ul li a {
    display: block;
    color: #fff;
    padding: 10px;
    padding-left: 35px;
    background-position: left center !important;
    background-size: 29px 21px !important;
    background-repeat: no-repeat !important;
}

#lang ul li.pt a {
    background: url('../img/lang-BR.svg');
}

#lang ul li.en a {
    background: url('../img/lang-EN.svg');
}


#menu-icon {
    z-index: 9999;
    position: absolute;
    padding: 20px;
    font-size: 2.5rem;
    cursor: pointer;
}

.menu {
    width: 0;
    height: 105%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 999;
    background-color: #840000;
    -webkit-transition: .25s;
    transition: .25s;
}

.menu a {
    padding: 20px;
    font-size: 1.5rem;
}

.menu ul {
    position: relative;
    display: block;
    margin: 75px 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    list-style: none;
    text-align: center;
    -webkit-transition: .25s;
    transition: .25s;
}

.menu ul li {
    margin: 0 20%;
    border-bottom: solid 3px #df1818;
}

.highlight {
    position: relative;
    background-color: #f4f4f4;
    width: 100%;
    max-width: 100%;
}

.highlight-title {
    position: relative;
    z-index: 1;
    height: 100%;
    -ms-flex-align: initial;
    align-items: initial;
}

.highlight h2 {
    max-width: 100%;
    color: #b80000;
    font-weight: 300;
    font-size: 2.2rem; 
    text-align: center;
    margin: 20px 0;
}

.highlight-divider {
    width: 50%;
    border: none;
    border-bottom: 5px solid #b80000;
}

.highlight-list {
    color: #4d4d4d;
    list-style: none;
    margin: 20px auto;
    padding: 0;
    font-size: 1.025em;
    font-weight: 300;
}

.highlight-list-item {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin: 1.15em 0;
}

.highlight-list-icon {
    height: 2.25em;
    margin-right: 15px;
}

.highlight-bg {
    margin-top: 20px;
    height: 200px;
    width: 100%;
    background: url('../img/home-highlight.svg?v=1') top / contain no-repeat;
}

.export {
    background-color: #b80000;
    color: #fff;
    position: relative;
}

.export-text {
    padding: 20px 0;
}

.export h3 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 300;
}

.export-bg {
    height: 150px;
    background: url('../img/export-bg.jpg') center / cover no-repeat;
}

.highlight svg {
    position: absolute;
    right: 8%;
    bottom: -5%;
    width: 90%;
}

#highlight-sobre {
    background: url('../img/page-highlight-sobre.jpg') center no-repeat;
}

#highlight-produtos {
    background: url('../img/page-highlight-produtos.jpg') center no-repeat;
}

#highlight-contato {
    background: url('../img/page-highlight-contato.jpg') center no-repeat;
}

div.page-highlight {
    width: 100%;
    min-height: 300px;
    background-size: cover !important;
}

div.page-highlight div {
    min-height: inherit;
}

.page-highlight h2 {
    color: #fff;
    font-weight: 300;
    font-size: 2.2rem;
    text-align: center;
}

.features {
    text-align: center;
}

.features img {
    margin-top: 40px;
    max-height: 165px;
}

.features a h3 {
    font-weight: 300;
    font-size: 1.375rem;
    color: #4d4d4d;
    transition: color .2s;
}

.features a:hover h3 {
    color: #b80000;
}

.divider{
    margin: 80px 0;
    height: 175px;
    border-left:1px solid #e2e2e2;
}

.content {
    padding-bottom: 30px;
}

.content h3 {
    color: #df1818;
    font-weight: 300;
    font-size: 1.375rem;
}

.content p {
    font-size: 1rem;
}

.produtos > div > div:nth-child(2) img {
    max-width: 80%;
    margin: 25px 10%;
}

.produtos img {
    width: 100%;
}

.produtos h3:last-child {
    text-align: center;
    margin-top: .85rem;
    margin-bottom: 2.5rem;
}

[class^="p-img"] {
    position: relative;
}

div.produtores {
    position: relative;
    overflow: hidden;
}

.produtores > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.produtores > div > ul {
    height: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px;
}

.produtores > div > ul li {
    width: 50%;
}

.produtores > div:hover, .produtores > div:active {
    opacity: 1;
}

.resp-container {
    position: relative;
    margin-top: 1.375rem;
}

.resp {
    position: relative;
    min-height: 150px;
    height: 100%;
    margin-left: -35vw;
    background: url('../img/resp-exp.jpg') 40% bottom no-repeat;
    background-size: cover;
}

.content-ap {
    background-color: #989194;
    color: #fff;
    margin-top: 2.375rem;
    margin-bottom: -30.1px;
    padding-bottom: 30px;
}

.content-ap h3 {
    color: #fff;
}

.contacts {
    margin-top: 2.5em;
}

.contacts ul {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}

.contacts ul li {
    padding-left: 70px;
    margin-bottom: 20px;
    padding-top: 5px;
}

.contacts ul li.phone {
    background: url('../img/contact-icon-phone.png?v=1') left 10px no-repeat;
    min-height: 39px;
}

.contacts ul li.email {
    min-height: 40px;
    background: url('../img/contact-icon-mail.png?v=1') left center no-repeat;
}

.contacts ul li.adress {
    min-height: 44px;
    background: url('../img/contact-icon-pin.png?v=1') left 10px no-repeat;
}

.contacts ul li a,
.contacts ul li a:visited {
    display: block;
    word-wrap: break-word;
    text-decoration: none;
    color: #4d4d4d;

}

.contact-form *:focus {
    outline: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(255,0,0,0.5);

}

.contact-form {
    position: relative;
    margin-top: 2.5em;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    min-height: 50px;
    margin-top: 15px;
    padding-left: 20px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
}

.contact-form textarea[name="message"] {
    padding: 20px;
    min-width: 100%;
    max-width: 100%;
    min-height: 268px;
    resize: none;
}

.contact-form input[type="submit"],
.contact-form input[type="submit"]:focus {
    display: block;
    width: 150px;
    height: 58px;
    margin-left: auto;
    padding: 0;
    color: #fff;
    font-size: 1.125rem;
    background-color: #df1818;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.contact-form input[type="submit"]:hover {
    background-color: #840000;
    cursor: pointer;
}

#response {
    text-align: center;
    max-width: 100%;
    color: #fff;
}

#response span {
    display: block;
    min-height: 58px;
    padding: 1rem;
    margin-top: 15px;
    background-color: #4d4d4d;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#response span.form-warn {
    background-color: #ffaf37;
}

#response span.form-error {
    background-color: #ff5b43;
}

#response span.form-sent {
    background-color: #df1818;
}

.foot {
    flex-shrink: 0;
    min-width: 100%;
    background-color: #4d4d4d;
    min-height: 155px;
    color: #fff;
    padding-top: 35px;
    font-weight: 300;
    font-size: 1rem;
}

.foot p {
    margin: 0;
}

.foot p > a,
.foot p > a:visited,
.foot p > a:active {
    text-decoration: none;
    color: #fff;
}

.foot .row div {
    text-align: center;
    margin-bottom: 30px;
}

#bottom-logo {
    height: 50px;
    margin-bottom: 10px;
}

#cmds-logo {
    height: 60px;
}

@media print, screen and (min-width: 40em) {
    #logo > a {
        margin: initial;
        width: 10.313rem;
        height: 3.938rem;
        text-indent: -99999px;
        background: url('../img/3a-logo.png?v=1') no-repeat;
        background-size: 10.313rem 3.938rem;
    }

    .top h1, .top a {
        margin: 0;
        display: block;
    }

    header.top {
        width: 100%;
        padding: 62px 0 38px;
        background-color: #fff;
        border-bottom: 11px solid #df1818;
        z-index: 999;
    }

    header.top > div:first-child {
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    #lang {
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -50px;
        padding: 0 0.9375rem;
    }

    #lang ul {
        display: block;
    }

    #lang ul li {
        display: inline-block;
        margin-left: 10px;
    }

    #lang ul li a {
        color: #606060;
    }

    #lang ul li a:hover {
        color: #df1818;
    }

    .menu {
        width: unset;
        height: unset;
        background-color: unset;
        position: unset;
        top: unset;
        left: unset;
        padding: 0 0.9375rem;
        overflow: hidden;
        -webkit-transition: 0s;
        transition: 0s;
    }

    .menu a {
        color: #646363;
        font-size: 14px;
        display: inline-block;
        padding: 20px 17.5px;
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
        -webkit-transition: font-weight 0.25s;
        transition: font-weight 0.25s;
    }

    .menu a:hover,
    .menu a.selected {
        color: #df1818;
    }

    .menu ul {
        width: initial;
        overflow: initial;
        list-style: none;
        margin: 0;
        margin-right: -0.9375rem;
        padding: 0;
        text-align: right;
    }

    .menu ul li {
        display: inline-block;
        position: relative;
        margin: 0;
        border-bottom: none;
    }

    .highlight-title {
        -ms-flex-align: center;
        align-items: center;
    }

    .highlight h2 {
        max-width: 88.5%;
        text-align: left;
        font-size: 2.75rem;
    }

    .highlight-divider {
        margin-left: 0;
    }

    .highlight-list {
        font-size: 1.5em;
    }

    .highlight-list-item {
        justify-content: left;
    }

    .highlight svg{
        width: 65%;
        max-width: 595px;
        right: 5%;
        margin: 0;
        bottom: -30px;
    }

    .highlight-bg {
        position: absolute;
        margin-top: 10px;
        height: 90%;
        width: 50%;
        right: 0;
        top: 0;
    }

    .export-bg {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        background: url('../img/export-bg.jpg') center / cover no-repeat;
    }

    div.page-highlight {
        min-height: 300px;
    }

    .page-highlight h2 {
        font-size: 3.375rem;
        text-align: left;
    }

    .produtos img {
        width: 100%;
        max-width: 252px;
    }

    [class^="p-img"] {
        width: 100%;
        max-width: 252px;
    }

    .p-img2 {
        margin: 0 auto;
    }

    .p-img3 {
        margin-left: auto;
    }

    .resp {
        min-height: 325px;
        height: 100%;
        background-position: 25% bottom;
    }

    .contacts ul {
        margin-bottom: 100px;
    }

    .contact-form {
        margin-bottom: 100px;
    }

    #response {
        max-width: 75%;
        margin-left: auto;
    }

    .foot {
        font-size: 0.75rem;
    }

    .foot .row div:first-child {
        text-align: left;
    }

    .foot .row div:nth-child(2) {
        text-align: center;
    }

    .foot .row div:last-child {
        text-align: right;
    }
}

@media print, screen and (min-width: 64em) {
    #lang {
        padding: 0;
    }

    .highlight {
        min-height: 300px;
    }

    .highlight svg {
        width: 50%;
        min-width: 595px;
        max-width: 880px; 
        bottom: -45px;
    }

    div.page-highlight {
        min-height: 451px;
    }
    
}

@media print, screen and (min-width: 125em) {
    .highlight h2 {
        font-size: 60px;
        line-height: 76px;
    }

    .highlight svg {
        right: 10%;
    }
}