:root {
    --semi-bold: 600;
    --extra-bold: 800;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /* 1rem = 10px */
}

body {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    background-color: #f2f2f2;
    font-size: 1.6rem;
}

.wrapper {
    max-width: 1326px;
    width: 100%;
    margin: 0 auto;
}

.container {
    max-width: 1126px;
    width: 100%;
    margin: 0 auto;
}


.flex {
    display: flex;
}

.flex>.max {
    flex: 1;
}

.coluna {
    flex-direction: column;
}

.row {
    flex-direction: row;
}

header {
    background-color: #000000;
}

#wrapper-header {
    justify-content: space-between;
    align-items: center;
}

.menu-item {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2rem;
    margin-right: 2rem;
}

#wrapper-quem-somos_background_ledme {
    background: url('./img/background/background-leadme.jpg');
    background-repeat-x: no-repeat;
}




#wrapper_quem_somos h1 {
    font-size: 4.7rem;
    color: #e6173a;
    font-weight: var(--extra-bold);
    text-transform: uppercase;
    margin-bottom: 2rem;
}





#wrapper-quem-somos-texto {
    padding-top: 9rem;
    padding-bottom: 13.7rem;
}

#wrapper-quem-somos-texto p {
    font-size: 2.3rem;
    font-weight: var(--semi-bold);
    line-height: 33.25px;
}





#wrapper_paineis {
    background: black;
    padding-top: 132px;
    padding-bottom: 6rem;
}

.painel-description {
    padding: 0px 20px 0px 10px;
}

#paineis {
    justify-content: space-between;
    margin-bottom: 2.6rem;
    flex-wrap: wrap;
    display: flex;
}

.painel {
    max-width: 233px;
    height: 435px;
    width: 100%;
    color: #fff;
    background-color: black;
    margin-bottom: 2rem;
}

.painel-shadow {
    height: 100%;
    background: rgb(255 25 58 / 9%);
}

.painel-title {
    font-size: 2.7rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 4rem;
}


.painel-end, .painel-count {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.painel-end-img {
    margin-right: 1rem;
}

.painel-end-texto {
    font-size: 11px;
}




.button {
    margin: 0 auto;
    display: block;
    width: 235px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: rgb(193 42 64 / 25%);
    text-align: center;
    padding: 1.3rem;
    box-sizing: border-box;
    border: none;
}


#wrapper-numeros_background {
    background-repeat: no-repeat;
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding-top: 66px;
    padding-bottom: 69px;
    color: #e5193a;
}


#linha-do-titulo {
    height: 0.6rem;
    display: block;
    width: 20%;
    background: #e5193a;
}

#wrapper_numeros h1 {
    font-size: 6.1rem;
    font-weight: bold;
    margin: 0px;
}

#wrapper_numeros h2 {
    font-size: 3.1rem;
    margin-top: 0px;
    font-weight: normal;
}

#wrapper_clientes p {
    font-size: 1.6rem;
    color: #000000;
    font-weight: var(--semi-bold);
    text-align: center;
    margin-bottom: 2.5rem;
}


#numeros {
    display: flex;
    margin: 75px 0;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 1rem;
}

.numero-count {
    font-size: 6.4rem;
    font-weight: 600;
}

.numero-texto {
    font-size: 1.1rem;
    text-transform: uppercase;
}

#wrapper_fale_conosco {
    padding-bottom: 16rem;
    padding-top: 7.4rem;
    background: url(./img/background/background-fale-conosco.jpg) center center no-repeat;
    background-size: cover;
}

#wrapper-fale-conosco_titulo {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 6.6rem;
}

#wrapper-fale-conosco_titulo h1 {
    margin: 0;
    text-transform: uppercase;
    /* font-size: 72px; */
    font-size: 7rem;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

#wrapper-fale-conosco_titulo span {
    color: #e5193a;
    -webkit-text-stroke-width: 0px;
}

#banner {
    background: #000000;
}

#banner img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1366px;
}


#wrapper-formulario {
    margin-bottom: 2rem;
    justify-content: space-around;
}

textarea {
    height: 200px;
    margin-bottom: 2rem;
}

select, option {
    -webkit-appearance: none;
}

input, textarea, select, option, label, legend {
    font-size: 2rem;
}

input[type=text], textarea, select, fieldset {
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 1.7rem;
    border: none;
    background: rgba(95, 96, 96, 35%);

}

.field {
    color: #fff;
    margin-top: 1rem;
    display: block
}

option {
    background: #000;
}

#wrapper_audiencia {
    background: url('./img/background/background-audiencia.jpg') center center no-repeat;
    height: 708px;
    background-size: cover;
}

#audiencia-texto h1 {
    font-size: 5rem;
    color: #c12a40;
    padding-top: 5rem;
    margin-bottom: 2rem;
}


#wrapper_audiencia p {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
}


.neon {
    box-shadow: inset 0 0 0.5em 0 #e5193a, 0 0 0.5em 0 #e5193a;
    color: #e5193a;
    background: #e5193a;
    height: 1px;
    border: none;
}


footer {
    background: #000000;
    color: #fff;
    justify-content: space-between;
}

#footer {
    align-items: end;
    min-height: 120px;
    font-size: 1.4rem;
}

#logo-footer {
    margin-bottom: auto;
    padding-top: 1rem;
}




#wrapper_numeros:target:before {
    content: "";
    display: block;
    height: 90px;
    margin: -3rem 0 0;
}




/* Media query */
@media (min-width: 540px) {
    #audiencia-texto {
        width: 437px;
    }
}


/* Media query */
@media (min-width: 900px) {}


@media (min-width: 720px) and (max-width: 1024px) {
    .container, .wrapper {
        width: 95%;
    }
}

@media (min-width: 1025px) {
    #wrapper-quem-somos-background-right {
        background: url('./img/background/quem_somos_background_left.jpg') right bottom no-repeat;
    }

    #wrapper-quem-somos-texto {
        text-align: center;
    }

    #wrapper-quem-somos-background-left {
        background: url('./img/background/quem_somos_background_right.jpg') left top no-repeat;
    }

    #wrapper-quem-somos-texto_left {
        margin-right: auto;
        margin-left: 10rem;
        width: 660px;
    }

    #wrapper-quem-somos-texto_right {
        margin-left: auto;
        margin-right: 10rem;
        width: 660px;
    }

    #wrapper-space {
        height: 35rem;
    }

}













@media (max-width: 425px) {
    html {
        font-size: 42.5%;
    }

    #paineis, #numeros {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 540px) {
    html {
        font-size: 42.5%;
    }

    #audiencia-texto img {
        width: 100%;
        height: auto;
    }

    #menu {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    a.menu-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 720px) {
    .container {
        width: 80%;
        margin: 0 auto;
    }

    .numero {
        margin-bottom: 2rem;
    }



    #paineis {
        justify-content: center;
        gap: 2rem;
    }

    .wrapper {
        width: 80%;
    }
}

/* Media query */
@media screen and (max-width: 900px) {


    .row {
        flex-direction: column;
    }

    #footer {
        align-items: center;
        flex-direction: column-reverse;
        padding-top: 20px;
    }

    #footer>* {
        margin-top: 10px;
        margin-bottom: 10px;

    }

    #logo-footer {
        padding-top: 0;
    }
}


@media (min-width: 720px) {
    header {
        position: -webkit-sticky;
        /* Safari */
        position: sticky;
        top: 0;
    }

    #wrapper-numeros_background {
        background: url('./img/background/background-leadme-logo.jpg') right center no-repeat;
    }

}




:target:before {
    content: "";
    display: block;
    height: 80px;
    margin: -3rem 0 0;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}














.container2 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

div.highway-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 150px;
}

div.highway-slider div.highway-barrier {
    overflow: hidden;
    position: relative;
}

div.highway-slider ul.highway-lane {
    display: flex;
    height: 100%;
}

div.highway-slider ul.highway-lane li.highway-car {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #343434;
}



@-webkit-keyframes translateinfinite {
    100% {
        transform: translateX(calc(-180px * 12));
        -webkit-transition: translateX(calc(-180px * 12));
        -moz-transition: translateX(calc(-180px * 12));
        -o-transition: translateX(calc(-180px * 12));
        -ms-transition: translateX(calc(-180px * 12));
    }
}

@keyframes translateinfinite {
    100% {
        transform: translateX(calc(-180px * 12));
        -webkit-transition: translateX(calc(-180px * 12));
        -moz-transition: translateX(calc(-180px * 12));
        -o-transition: translateX(calc(-180px * 12));
        -ms-transition: translateX(calc(-180px * 12));
    }
}


#infinite div.highway-barrier::before,
#infinite div.highway-barrier::after {
    content: " ";
    position: absolute;
    z-index: 9;
    width: 180px;
    height: 100%;
}


#infinite div.highway-barrier ul.highway-lane {
    width: calc(180px * 24);
}

#infinite div.highway-barrier ul.highway-lane li.highway-car {
    width: 180px;
    -webkit-animation: translateinfinite 25s linear infinite;
    animation: translateinfinite 25s linear infinite;
}