@font-face {
    font-family: 'Neue Haas Grotesk Display Pro 55 Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Neue Haas Grotesk Display Pro 55 Roman'), url('../fonts/NeueHaasDisplayRoman.woff') format('woff');
}

@font-face {font-family: "Neue Haas Grotesk Display Pro 65 Medium";
    src: url("../fonts/neue-medium-65/f21923cb0f60b46d41a66875255790b3.eot"); /* IE9*/
    src: url("../fonts/neue-medium-65/f21923cb0f60b46d41a66875255790b3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/neue-medium-65/f21923cb0f60b46d41a66875255790b3.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/neue-medium-65/f21923cb0f60b46d41a66875255790b3.woff") format("woff"), /* chrome、firefox */
    url("../fonts/neue-medium-65/f21923cb0f60b46d41a66875255790b3.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/neue-medium-65/f21923cb0f60b46d41a66875255790b3.svg#Neue Haas Grotesk Display Pro 65 Medium") format("svg"); /* iOS 4.1- */
  }

body, html {
    padding:0;
    margin:0;
}

html {
    height:100%;
    overflow:hidden;
}
body {
    height:100%;
    font-family:'Neue Haas Grotesk Display Pro 55 Roman',sans-serif;
    font-weight: normal;
}

h1 {
    display:none;
}

a {
    text-decoration:none;
    font-weight: normal;
}

.menu {
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:-webkit-fill-available;
    padding:20px;
    margin:0;
}

.menu li {
    padding:0;
    margin:0;
    display:block;
}

.menu li a {
    display:block;
    padding:5px 10px 4px 10px;
    width:fit-content;
    background-color:#fff;
    color:#000;
    font-size:10pt;
    text-transform:uppercase;
    /* font-weight:bold; */
    font-family:'Neue Haas Grotesk Display Pro 65 Medium', sans-serif;
}

.menu li a.flecha {
    padding-right:17px;
    background-image:url('../images/seta.svg');
    background-position:right 46%;
    background-size:auto 46%;
    background-repeat:no-repeat;
}

.menu li a.linkvagas {
    float:left;
    margin-right:30px;
}
.menu li a.linkcontato {
    float:left;
    text-decoration: underline;
}
.menu li a.linkcodigoconduta {
    float:right;
}

.animacaoblock {
    height:80%;
    font-size:50pt;
    text-transform:uppercase;
}
.frame {
    display:none;
    height:100%;
    position:relative;
    padding-left:30px;
    padding-top:30px;
}
.linha {
    height:20%;
    letter-spacing:-1px;
    min-width:10px;
    position:relative;
}

#animacaodesktop.animacao3 .bolinha {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top:-25px;
}
#animacaodesktop.animacao3 .frame:nth-of-type(2) .linha:nth-of-type(1) {
    position:absolute;
    top:50%;
    right:50%;
    padding-right:36px;
    margin-top:-36px;
}
#animacaodesktop.animacao3 .frame:nth-of-type(3) .linha:nth-of-type(1) {
    position:absolute;
    top:50%;
    right:50%;
    padding-right:36px;
    margin-top:-36px;
}
#animacaodesktop.animacao3 .frame:nth-of-type(3) .linha:nth-of-type(2) {
    position:absolute;
    top:50%;
    left:50%;
    padding-left:36px;
    margin-top:-36px;
}
#animacaodesktop.animacao3 .frame:nth-of-type(5) .linha:nth-of-type(1) {
    position:absolute;
    top:50%;
    right:50%;
    padding-right:36px;
    margin-top:-36px;
}
#animacaodesktop.animacao3 .frame:nth-of-type(6) .linha:nth-of-type(1) {
    position:absolute;
    top:50%;
    right:50%;
    padding-right:36px;
    margin-top:-36px;
}
#animacaodesktop.animacao3 .frame:nth-of-type(6) .linha:nth-of-type(2) {
    position:absolute;
    top:50%;
    left:50%;
    padding-left:36px;
    margin-top:-36px;
}

#animacaomobile {
  display:none;
}

#linkemail {
  text-indent:-99999px;
  position:absolute;
  overflow:hidden;
  top:25%;
  height:40%;
  left:5%;
  width:90%;
}

.bolinha {
    display:inline-block;
    background-color:#FFC801;
    width:49px;
    height:49px;
    margin-left:20px;
    border-radius:50%;
    margin-bottom:-1px;
}

@media (min-width: 701px) and (max-width: 850px) {
    .animacaoblock {
        font-size:40pt;
    }
    #animacaodesktop.animacao3 .bolinha {
        width:39px;
        height:39px;
        margin-left:-20px;
    }
}

/* Cookie Banner Styles */
.cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    padding: 20px;
    z-index: 9999;
    border-bottom: 3px solid #FFC801;
    font-family: 'Neue Haas Grotesk Display Pro 55 Roman', sans-serif;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.25s ease-out;
}

.cookie-banner.show {
    display: block;
    opacity: 1;
}

.cookie-banner.fade-out {
    opacity: 0;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.cookie-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    flex: 1;
    min-width: 250px;
    color: #333;
}

.cookie-button {
    background-color: #000;
    color: #fff;
    border: 2px solid #FFC801;
    padding: 10px 20px;
    font-size: 12px;
    /* font-weight: bold; */
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Neue Haas Grotesk Display Pro 65 Medium', sans-serif;
    /* transition: all 0.1s ease; */
    background-color: #FFC801;
    color: #000;
    white-space: nowrap;
}

.cookie-button:hover {
    
}

@media (min-width: 701px) and (max-width: 850px) {
    .animacaoblock {
        font-size:40pt;
    }
    #animacaodesktop.animacao3 .bolinha {
        width:39px;
        height:39px;
        margin-left:-20px;
    }
}

@media (max-width: 700px) {
    .animacaoblock {
        font-size:30pt;
    }
    .linha {
        height:41px;
    }
    .bolinha {
        width:33px;
        height:33px;
        margin-bottom:-2px;
    }
    .menu li a {
        float:none !important;
        margin-top:10px;
        font-size: 11pt;
    }

    .animacao3 .bolinha {
        left:0;
        margin-left:30px;
        margin-top:6px;
    }
    .animacao3 .frame .linha:nth-of-type(1) {
        left:0;
        top:50%;
        margin-top:-41px;
        right:auto;
        padding-right:0;
    }
    .animacao3 .frame .linha:nth-of-type(2) {
        left:0;
        top:50%;
        margin-top:1px;
        right:auto;
        /* padding-left:41px; */
        left:auto;
    }
    .animacao3 .onlydesktop {
        display:none;
    }
    .animacao3 .bolinha.posfixa {
      position:absolute;
      left:187px;
      top:0;
    }

    #animacaomobile {
      display:block;
    }
    #animacaodesktop {
      display:none;
    }
    
    /* Cookie Banner Mobile Styles */
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-content p {
        min-width: auto;
        margin-bottom: 15px;
    }
    
    .cookie-button {
        width: 100%;
        padding: 15px 20px;
        font-size: 14px;
    }
}
