/*--- FONTS ---*/

@font-face {
    font-family: "Gisha";
        src: url("../fonts/gisha.eot"),
        src: url("../fonts/gisha.eot?#iefix") format("embedded-opentype"),
        src: url("../fonts/gisha.woff") format("woff"),
        src: url("../fonts/gisha.ttf") format("truetype");
}

/*--- NORMALIZACAO CSS ---*/

html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0 auto;
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "Gisha", "Helvetica", sans-serif;
    background-color: white;
    color: black;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header, div, footer {
    margin: 0 auto;
    display: block;
}

h1, h2, h3, h4, h5, h6, span {
    margin: 0 auto;
    display: inline;
    font-family: "Gisha", "Helvetica", sans-serif;
}

p {
    display: inline-block;
    font-family: "Gisha", "Helvetica", sans-serif;
}

.clearfix:before,
    .clearfix:after {
        content: " "; 
        display: table; 
    }
 
    .clearfix:after {
        clear: both;
    }
 
    .clearfix {
        *zoom: 1;
    }

/*--- ESTILOS ---*/

.header {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-index {
    width: 100%;
    height: 100%;
}

.header-index div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}

.header-index div:nth-child(1) {
    background-image: url("../img/emb/emb-topo.jpg");
}

.header-index div:nth-child(2) {
    background-image: url("../img/pulse/pulse-topo.jpg");
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.header-index div:nth-child(3) {
    background-image: url("../img/alliance/alliance-topo.jpg");
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1; -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes imageAnimation { 
    0% { opacity: 0; -ms-animation-timing-function: ease-in; }
    8% { opacity: 1; -ms-animation-timing-function: ease-out; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}

.header-alliance {
    background-image: url("../img/alliance/alliance-topo.jpg");
    background-position: center;
    background-size: cover;
}

.header-pulse {
    background-image: url("../img/pulse/pulse-topo.jpg");
    background-position: center;
    background-size: cover;
}

.header-gtwo {
    background-image: url("../img/gtwo/gtwo-topo.jpg");
    background-position: center;
    background-size: cover;
}

.header-emb {
    background-image: url("../img/emb/emb-topo.jpg");
    background-position: center;
    background-size: cover;
}

.header-inner {
    width: 100%;
    height: 92%;
    display: flex;
    align-items: center;
    text-align: center;
}

.header-inner span {
    font-family: "Gisha", "Helvetica", sans-serif;
    background: rgba(0,0,0,0.4);
    padding: 0.05em 0.2em;
    font-size: 10em;
    line-height: 1.1em;
    color: white;
}

.footer {
    position: relative;
    width: 100%;
    padding: 3em 0 5em 0;
    text-align: center;
    color: rgb(150,150,150);
    font-size: 1.6em;
}

.container {
    position: relative;
    height: 100%;
}

h1 {
    color: rgb(150,150,150);
    font-size: 4em;
}

h2 {
    color: white;
    font-size: 2.6em;
}

h3 {
    color: rgb(150,150,150);
    font-size: 1.6em;
}

h4 {
    color: white;
    font-size: 1.2em;
}

a:link, a:visited {
    text-decoration: none;
    color: rgb(150,150,150);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a:hover {
    color: rgb(244,161,0);
}

.scroll-button-wrapper {
    background: rgb(244,161,0);
    position: relative;
    width: 60px;
    height: 44px;
    bottom: 100px;
    margin: 0 auto;
    text-align: center;
    border-radius: 0.8em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.scroll-button-wrapper:hover {
    background: rgb(254,191,0);
}

.scroll-button {
    stroke: white;
}

.nav {
    position: fixed;
    width: 100%;
    height: auto;
    background: white;
    z-index: 10;
    padding: 1em 1.6em;
}

.nav-wrapper {
    max-width: 1632px;
}

.logo {
    float: left;
}

.logo img {
    height: 56px;
}

.menu-button {
    float: right;
    height: 46px;
    border: 3px solid rgb(244,161,0);
    background: white;
    width: 72px;
    border-radius: 0.8em;
    font-family: "Gisha", "Helvetica", sans-serif;
    font-size: 1.4em;
    text-align: center;
    padding: 0.7em 0;
    color: rgb(244,161,0);
    margin-top: 0.35em;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.menu-button:hover {
    background: rgb(244,161,0);
    color: white;
}

.menu {
    font-family: "Gisha", "Helvetica", sans-serif;
    position: fixed;
    background: rgb(100,100,100);
    top: 0;
    right: 0;
    z-index: 110;
    width: 300px;
    height: 100%;
    color: white;
    text-align: center;
    line-height: 4em;
    font-size: 1.6em;
    padding-right: 2.4em;
    visibility: hidden;
    -webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.menu::after {
    -webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.menu ul {
    list-style: none;
    font-weight: bold;
    margin-top: 5em;
}

.menu a:link, .menu a:visited {
    color: white;
}

.menu a:hover {
    color: rgb(244,161,0);
}

.menu-open {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.menu-effect.menu {
	visibility: visible;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.menu-effect.menu-open .menu-effect.menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.menu-effect.menu::after {
	display: none;
}

.close-button-wrapper {
    float: right;
    width: 300px;
    height: 50px;
    text-align: center;
}

.close-button {
    position: fixed;
    margin-top: 1.7em;
    margin-left: -1.4em;
    z-index: 160;
    background: url('../img/menu-close.svg') no-repeat;
    width: 30px;
    height: 30px;
    visibility: hidden;
    border: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
     .close-button { margin-left: 13.6em; }
}

.empresa {
    position: relative;
    width: 100%;
}

.empresa p {
    color: rgb(150,150,150);
    font-size: 2.2em;
}

.empresa-wrapper {
    position: relative;
    max-width: 1632px;
    width: 100%;
    padding: 0 1.6em 8em 1.6em;
}

.empresa-inst {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 8em 0;
}

.brief-wrapper {
    position: relative;
    max-width: 1632px;
    width: 100%;
    padding: 0 1.6em 4em 1.6em;
}

.brief-inst {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 8em 0 0 0;
}

.empresa-icons-wrapper {
    position: relative;
    width: 72%;
}

.empresa-icons {
    float: left;
    width: 26%;
    margin-left: 11%;
    text-align: center;
}

.empresa-icons:first-child {
    margin-left: 0;
}

.icon {
    position: relative;
    width: 100%;
    height: 200px;
}

.icon img {
    max-width: 200px;
    width: 100%;
}

.icon-caption {
    position: relative;
    width: 100%;
    padding: 2em 0;
}

.icon-caption span {
    font-family: "Gisha", "Helvetica", sans-serif;
    font-size: 1.8em;
    color: rgb(150,150,150);
}

.atuacao {
    position: relative;
    max-width: 100%;
}

.atuacao-title {
    position: relative;
    width: 100%;
    padding: 8em 0 4em 0;
    text-align: center;
}

.atuacao-inner-wrapper {
    position: relative;
    width: 100%;
}

.atuacao-inner-title {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 4em 0;
}

.atuacao-image {
    position: relative;
    width: 60%;
    text-align: center;
    height: 300px;
}

.atuacao-image img {
    max-width: 285px;
    width: 100%;
}

.atuacao-inst-wrapper-left {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 6em;
    background: rgb(225,225,225);
    display: none;
}

.atuacao-inst-wrapper-right {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 6em;
    background: rgb(235,235,235);
    display: none;
}

.atuacao-inst-wrapper-left p, .atuacao-inst-wrapper-right p {
    font-size: 1.6em;
    color: rgb(80,80,80);
}

.atuacao-button-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 3em 0 2em 0;
}

.embalagens-wrapper {
    float: left;
    background: rgb(244,161,0);
    width: 50%;
}

.comunicacao-wrapper {
    float: left;
    background: rgb(248,178,57);
    width: 50%;
}

.cases {
    position: relative;
    width: 100%;
    padding: 0 1.6em 0 1.6em;
}

.cases-wrapper {
    position: relative;
    max-width: 1632px;
    width: 100%;
}

.cases-title {
    position: relative;
    width: 100%;
    padding: 16em 0 4em 0;
    text-align: center;
}

.cases-grid-wrapper {
    position: relative;
    width: 100%;
}

.cases-col {
    float: left;
    width: 23.5%;
    margin-left: 2%;
}

.cases-col:nth-child(4n+1) {
    margin-left: 0;
}

.cases-col:nth-child(1n+5) {
    margin-top: 3.2em;
}

.cases-image {
    position: relative;
    width: 100%;
    height: 250px;
}

.images-col {
    float: left;
    width: 23.5%;
    height: 300px;
    margin-left: 2%;
}

.images-col:nth-child(4n+1) {
    margin-left: 0;
}

.images-col:nth-child(1n+5) {
    margin-top: 3.2em;
}

.cases-link {
    position: relative;
    width: auto;
    padding: 1.2em 0;
}

.tag {
    position: absolute;
    background: rgb(244,161,0);
    padding: 0.7em 1em;
    margin-top: 1em;
    font-size: 1.3em;
    color: white;
}

.navegacao {
    position: relative;
    width: 100%;
    padding: 8em 1.6em 0 1.6em;
}

.navegacao-wrapper {
    position: relative;
    max-width: 1632px;
    width: 100%;
}

.navegacao-arrow-left {
    float: left;
    height: 35px;
    fill: rgb(150,150,150);
    font-size: 1.4em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navegacao-arrow-right {
    float: right;
    height: 35px;
    fill: rgb(150,150,150);
    font-size: 1.4em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navegacao-arrow-left:hover, .navegacao-arrow-right:hover {
    fill: rgb(244,161,0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contato {
    position: relative;
    width: 100%;
    padding: 0 1.6em 8em 1.6em;
}

.contato-wrapper {
    position: relative;
    max-width: 1632px;
    width: 100%;
}

.contato-title {
    position: relative;
    width: 100%;
    padding: 16em 0 4em 0;
    text-align: center;
}

.contato-form-wrapper {
    position: relative;
    width: 100%;
}

.contato-col {
    float: left;
    width: 23.5%;
    height: 357px;
    margin-left: 2%;
}

.contato-col p {
    font-size: 1.3em;
    color: rgb(150,150,150);
}

.contato-col:first-child {
    margin-left: 0;
}

.contato-col:last-child {
    width: 49%;
}

.input-wrapper, .button-wrapper {
    position: relative;
    width: 100%;
    height: 74px;
    margin-top: 2em;
}

.input-wrapper:first-child {
    margin-top: 0;
}

.message-wrapper {
    position: relative;
    background: rgb(120,120,120);
    width: 100%;
    height: 262px;
}

.contato-col input, textarea {
    background: rgb(230,230,230);
    font-family: "Gisha", "Helvetica", sans-serif;
    font-size: 1.6em;
    width: 100%;
    height: 100%;
    padding-left: 1em;
    border: none;
    display: block;
}

.contato-col textarea {
    padding-top: 1.6em;
}

.button-wrapper input {
    border: 0.3em solid rgb(244,161,0);
    background: none;
    width: 100%;
    border-radius: 0.8em;
    font-size: 1.8em;
    text-align: center;
    padding: 0.7em 0;
    color: rgb(244,161,0);
    margin-top: 0.35em;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    font-weight: bold;
}

.button-wrapper input:hover {
    background: rgb(244,161,0);
    color: white;
}

/*--- MEDIA QUERIES ---*/

@media all and (max-width: 1280px) and (min-width: 860px) {
    
    .header-inner span {
        font-size: 8em;
    }   
    
    .footer {
        padding: 2em 0 3em 0;
    }
    
    .icon {
        height: auto;
    }
    
    .icon-caption {
        padding: 2em 0;
    }
    
    .icon-caption span {
        font-size: 1.6em;
    }
    
    .atuacao-inst-wrapper-left {
        height: auto;
        padding: 0 3em;
    }
    
    .atuacao-inst-wrapper-right {
        height: auto;
        padding: 0 3em;
    }
    
    .atuacao-inst-wrapper-left p, .atuacao-inst-wrapper-right p {
        font-size: 1.5em;
    }
    
    .cases-col, .images-col {
        float: left;
        width: 48%;
        margin-left: 4%;
        margin-top: 1.4em;
    }
    
    .cases-col:nth-child(1n+3) {
        margin-top: 0;
    }
    
    .cases-col:nth-child(2n+1) {
        margin-left: 0;
    }
    
    .cases-image, .images-col {
        height: 340px;
    }
        
    .images-col:nth-child(1n+3) {
        margin-top: 2em;
    }
    
    .images-col:nth-child(2n+1) {
        margin-left: 0;
    }
    
    .contato {
        padding: 0 1.6em 4em 1.6em;
    }
    
    .contato-col {
        float: left;
        width: 48%;
        height: auto;
        margin-top: 0;
        margin-left: 4%;
    }
    
    .contato-col:last-child {
        width: 100%;
        margin-left: 0;
        margin-top: 3em;
    }
    
    .contato-col input {
        font-size: 1.2em;
        width: 100%;
        height: 100%;
    }

    .contato-col textarea {
        font-size: 1.2em;
        padding-top: 1.2em;
        height: 100%;
    }
    
    .input-wrapper {
        position: relative;
        width: 100%;
        height: 46px;
        margin-top: 1.2em;
    }

    .input-wrapper:first-child {
        margin-top: 0;
    }

    .message-wrapper {
        position: relative;
        background: rgb(120,120,120);
        width: 100%;
        height: 162px;
    }
    
    .button-wrapper {
        height: 46px;
        margin-top: 1.2em;
    }
    
    .map {
        height: 350px;
    }
}

@media all and (max-width: 860px) and (min-width: 640px) {
    
    .header-inner {
        height: 86%;
    }

    .header-inner span {
        font-size: 5.6em;
    }    
    
    .footer {
        padding: 2em 0 3em 0;
        font-size: 1.4em;
    }
    
    .logo img{
        height: 44px;
    }
    
    .scroll-button-wrapper {
        bottom: 70px;
    }

    .menu-button {
        height: 36px;
        width: 68px;
        padding: 0.3em 0;
        margin-top: 0.3em;
    }
    
    .menu {
        padding-right: 3em;
        font-size: 1.3em;
        line-height: 3em;
    }
    
    .empresa-icons-wrapper {
        width: 88%;
    }
    
    .empresa-inst {
        padding: 8em 0 3em 0;
    }
    
    .icon {
        height: auto;
    }
    
    .icon-caption {
        padding: 1em 0;
    }
    
    .icon-caption span {
        font-size: 1.5em;
    }
    
    .atuacao-title {
        padding: 6em 1.6em 2.8em 1.6em;
    }
    
    .atuacao-image {
        height: 260px;
        width: 70%;
    }
    
    .atuacao-image img {
        max-height: 240px;
    }
    
    .atuacao-inst-wrapper-left {
        height: auto;
        padding: 0 3em;
    }
    
    .atuacao-inst-wrapper-right {
        height: auto;
        padding: 0 3em;
    }
    
    .atuacao-inst-wrapper-left p, .atuacao-inst-wrapper-right p {
        font-size: 1.4em;
    }
    
    .atuacao-inner-title h2 {
        font-size: 2.2em;
    }
    
    .cases-title, .contato-title {
        padding: 8em 0 4em 0;
    }
    
    .cases-col, .images-col {
        float: left;
        width: 48%;
        margin-left: 4%;
        margin-top: 1.4em;
    }
    
    .cases-col:nth-child(1n+3) {
        margin-top: 0;
    }
    
    .cases-col:nth-child(2n+1) {
        margin-left: 0;
    }
    
    .images-col:nth-child(1n+3) {
        margin-top: 2em;
    }
    
    .images-col:nth-child(2n+1) {
        margin-left: 0;
    }
    
    .contato {
        padding: 0 1.6em 4em 1.6em;
    }
    
    .contato-col {
        float: left;
        width: 48%;
        height: auto;
        margin-top: 0;
        margin-left: 4%;
    }
    
    .contato-col:last-child {
        width: 100%;
        margin-left: 0;
        margin-top: 3em;
    }
    
    .contato-col input {
        font-size: 1.2em;
        width: 100%;
        height: 100%;
    }

    .contato-col textarea {
        font-size: 1.2em;
        padding-top: 1.2em;
        height: 100%;
    }
    
    .input-wrapper {
        position: relative;
        width: 100%;
        height: 46px;
        margin-top: 1.2em;
    }

    .input-wrapper:first-child {
        margin-top: 0;
    }

    .message-wrapper {
        position: relative;
        background: rgb(120,120,120);
        width: 100%;
        height: 162px;
    }
    
    .button-wrapper {
        height: 46px;
        margin-top: 1.2em;
    }
    
    .map {
        height: 350px;
    }
}

@media all and (max-width: 40em) and (min-width: 26.250em) {

    .header-inner {
        height: 84%;
    }

    .header-inner span {
        font-size: 4em;
    }
    
    .footer {
        padding: 2em 0 3em 0;
        font-size: 1.3em;
    }
    
    .logo img{
        height: 44px;
    }
    
    .scroll-button-wrapper {
        bottom: 70px;
    }

    .menu-button {
        height: 36px;
        width: 68px;
        padding: 0.35em 0;
        margin-top: 0.3em;
    }
    
    .menu {
        width: 100%;
        height: auto;
        text-align: center;
        padding-right: 3.9em;
        font-size: 1.3em;
        line-height: 3em;
    }
    
    .close-button-wrapper {
        width: 100%;       
    }
    
    .close-button {
        margin-left: -2em;
    }
    
    .empresa p {
        font-size: 1.8em;
    }
    
    .empresa-icons-wrapper {
        width: 76%;
    }
    
    .empresa-inst {
        padding: 8em 0 2.4em 0;
    }
    
    .empresa-icons {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 3em;
    }
    
    .empresa-icons:first-child {
        margin-top: 0;
    }
    
    .icon {
        float: left;
        width: 36%;
        height: inherit;
    }
    
    .icon img {
        max-width: 100px;
    }
    
    .icon-caption {
        float: left;
        width: 64%;
        text-align: left;
        height: 100px;
        padding: 3.7em 0 0 2em;
    }

    .icon-caption span {
        font-size: 1.8em;
    }
    
    .atuacao-title {
        padding: 6em 1.6em 2.6em 1.6em;
    }
    
    .atuacao-image {
        height: 260px;
        width: 70%;
    }
    
    .atuacao-image img {
        max-height: 240px;
    }
    
    .embalagens-wrapper, .comunicacao-wrapper {
        width: 100%;
    }
    
    .atuacao-inst-wrapper-left {
        height: auto;
        padding: 0 1.4em;
    }
    
    .atuacao-inst-wrapper-right {
        height: auto;
        padding: 0 1.4em;
    }
    
    .atuacao-inst-wrapper-left p, .atuacao-inst-wrapper-right p {
        font-size: 1.4em;
    }
    
    .cases-title, .contato-title {
        padding: 8em 0 4em 0;
    }
    
    .cases-col, .images-col {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-top: 1.6em;
    }
    
    .cases-col:first-child {
        margin-top: 0;
    }
    
    .cases-col:nth-child(1n+4) {
        margin-top: 1.6em;
    }
    
    .cases-image, .images-col {
        height: 330px;
    }

    .images-col:first-child {
        margin-top: 0;
    }
    
    .images-col:nth-child(1n+4) {
        margin-top: 1.6em;
    }
    
    .navegacao-arrow-left {
        width: 50px;
    }
    
    .contato {
        padding: 0 1.6em 4em 1.6em;
    }
    
    .contato-col {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 1em;
        margin-left: 0;
    }
    
    .contato-col:first-child {
        margin-top: 0;
    }
    
    .contato-col:last-child {
        width: 100%;
        margin-top: 3em;
    }
    
    .contato-col input {
        font-size: 1.2em;
        width: 100%;
        height: 100%;
    }

    .contato-col textarea {
        font-size: 1.2em;
        padding-top: 1.2em;
        height: 100%;
    }
    
    .input-wrapper {
        position: relative;
        width: 100%;
        height: 46px;
        margin-top: 1.2em;
    }

    .input-wrapper:first-child {
        margin-top: 0;
    }

    .message-wrapper {
        position: relative;
        background: rgb(120,120,120);
        width: 100%;
        height: 100px;
    }
    
    .button-wrapper {
        height: 40px;
    }
    
    .map {
        height: 350px;
    }
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 40em) and (min-width: 26.250em) {
    
    .menu-button {
        -ms-transition: none;
        -webkit-transition: none;
        transition: none;
    }
    container {
        width: 100%;
    }
    
    .close-button-wrapper {
        position: absolute;
        left: 46.3%;
        width: 50px;
    }    
    
    .close-button {
        margin-left: 0;
    }
        
}

@media all and (max-width: 26.250em) {

    .header-inner {
        height: 84%;
    }

    .header-inner span {
        font-size: 4em;
    }
    
    .footer {
        padding: 2em 0 3em 0;
        font-size: 1.2em;
    }
    
    .logo img{
        height: 44px;
    }
    
    .scroll-button-wrapper {
        bottom: 70px;
    }

    .menu-button {
        height: 36px;
        width: 68px;
        padding: 0.35em 0;
        margin-top: 0.3em;
    }
    
    .menu {
        width: 100%;
        height: auto;
        text-align: center;
        padding-right: 3.9em;
        font-size: 1.3em;
        line-height: 3em;
    }
    
    .close-button-wrapper {
        width: 100%;
    }
    
    .close-button {
        margin-left: -2em;
    }
    
    .empresa p {
        font-size: 1.6em;
    }
    
    .empresa-icons-wrapper {
        width: 86%;
    }
    
    .empresa-inst {
        padding: 8em 0 1.6em 0;
    }
    
    .empresa-icons {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 3em;
    }
    
    .empresa-icons:first-child {
        margin-top: 0;
    }
    
    .icon {
        float: left;
        width: 70px;
        height: inherit;
    }
    
    .icon img {
        max-width: 70px;
    }
    
    .icon-caption {
        float: left;
        width: auto;
        text-align: left;
        height: 70px;
        padding: 2.5em 0 0 1.2em;
    }
    
    .icon-caption span {
        font-size: 1.5em;
    }
    
    .atuacao-title {
        padding: 6em 1.6em 2em 1.6em;
    }
    
    .atuacao-image {
        height: 260px;
        width: 70%;
    }
    
    .atuacao-image img {
        max-height: 240px;
    }
    
    .embalagens-wrapper, .comunicacao-wrapper {
        width: 100%;
    }
    
    .atuacao-inst-wrapper-left {
        height: auto;
        padding: 0 1.4em;
    }
    
    .atuacao-inst-wrapper-right {
        height: auto;
        padding: 0 1.4em;
    }
    
    .atuacao-inst-wrapper-left p, .atuacao-inst-wrapper-right p{
        font-size: 1.4em;
    }
    
    .atuacao-inner-title h2 {
        font-size: 2em;
    }
    
    .cases-title, .contato-title {
        padding: 8em 0 4em 0;
    }
    
    .cases-col, .images-col {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-top: 1.6em;
    }
    
    .cases-col:first-child {
        margin-top: 0;
    }
    
    .cases-col:nth-child(1n+4) {
        margin-top: 1.6em;
    }

    .images-col:first-child {
        margin-top: 0;
    }
    
    .images-col:nth-child(1n+4) {
        margin-top: 1.6em;
    }
    
    .navegacao-arrow-left {
        width: 50px;
    }
    
    .contato {
        padding: 0 1.6em 3em 1.6em;
    }
    
    .contato-col {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 1em;
        margin-left: 0;
    }
    
    .contato-col:first-child {
        margin-top: 0;
    }
    
    .contato-col:last-child {
        width: 100%;
        margin-top: 3em;
    }
    
    .contato-col input {
        font-size: 1.2em;
        width: 100%;
        height: 100%;
    }

    .contato-col textarea {
        font-size: 1.2em;
        padding-top: 1.2em;
        height: 100%;
    }
    
    .input-wrapper {
        position: relative;
        width: 100%;
        height: 46px;
        margin-top: 1.2em;
    }

    .input-wrapper:first-child {
        margin-top: 0;
    }

    .message-wrapper {
        position: relative;
        background: rgb(120,120,120);
        width: 100%;
        height: 80px;
    }
    
    .button-wrapper {
        height: 40px;
    }
    
    .map {
        height: 350px;
    }
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 26.250em) {
    
    .container {
        width: 100%;
    }
    
    .close-button-wrapper {
        position: absolute;
        left: 44%;
        width: 50px;
    }    
    
    .close-button {
        margin-left: 0;
    }
        
}