.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}



* {
    margin: 0;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    outline: none;
}

body {
    max-width: 1920px;
    min-height: 100vh;
    font-family: "Roboto", sans-serif;
    margin: 0;
    background-color: #272727;
}

:root {
    --cinza-escuro: #272727;
    --cinza-médio: #8c8c8c;
    --cinza-claro: #dcdcdc;
    --laranja-ESP: #e94e1a;
    --laranja: #e05f0e;
    --laranja-médio: #ff8f00;
    --amarelo: #ffc000;
}

.contact {
    width: 100%;
    height: 6vh;
    background-color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.redes-socias {
    width: 120px;
    display: flex;
    flex-direction: row;
    scale: .5;
    align-items: center;
    justify-content: space-between;
}

.contatos {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}

.contatos .email {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.contatos .email h4 {
    font-size: 12px;
    font-family: 'montserrat', sans-serif;
    color: white;
    font-weight: 300;
    padding-left: 10px;
}

.contatos .telefone {
    width: 50%;
    display: flex;
    align-items: center;
}

.contatos .telefone h4 {
    font-size: 12px;
    color: white;
    font-weight: 300;
}

main {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container-A {
    width: 100%;
    height: auto;
}

.trecho-01 {
    width: 100%;
    align-items: center;
    color: #e05f0e;
    display: flex;
    background: #272727;
    margin: 1em 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);   
}

.abertura {
    width: 50%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logos {
    padding: 1.5em;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logos img {
    width: 180px;
}

.logos h1 {
    font-size: 50px;
}

.titulo h2 {
    width: 450px;
    font-family: "Roboto", sans-serif;
    padding-top: 38px;
    font-size: 40px;
    color: white;
    font-weight: 300;
}

.titulo h3 {
    width: 320px;
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 6px;
    color: var(--laranja-ESP);
    text-align: center;
    animation: typing 2s steps(22), blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
}

@keyframes typing {

    from {
        width: 0;
    }

}

.image-01 {
    width: 50%;
    height: 18em;
    position: relative;
    overflow: hidden;
}

.image-01::before {
    content: '';
    position: absolute;
    left: -6.1em;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    background: #272727;
    width: 40%;
    height: 150%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

video {
    width: 140%;
}

@media (max-width: 760px) {
    .container-A {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .trecho-01 {
        display: block;
        width: 20em;
    }

    .image-01 {
        width: 100%;
    }

    video {
        width: 160%;
    }

    .abertura {
        width: 100%;
    }

    .logos {
        width: 100%;
    }

    .logos img {
        width: 100px;
    }

    .logos h1 {
        font-size: 30px;
    }

    .trecho-01 .image-01::before {
        width: 120%;
        height: 40%;
        top: -5em;
        left: 50%;
        transform: translateX(-50%) rotate(10deg);
    }

    .skewed-left .image::before {
        transform: translateX(-50%) rotate(-10deg);
        top: initial;
        bottom: -5em;
    }

    .titulo h2 {
        width: 265px;
        font-size: 25px;
        width: 270px;
    }

    .titulo h3 {
        width: 265px;
        font-size: 16px;
        letter-spacing: 3px;
    }
}

.container-B {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.trecho-02 {
    width: 100%;
    height: auto;
    color: #e05f0e;
    display: flex;
    background: #272727;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.trecho-02-geral {
    width: 100%;
    height: 40vh;
    background-color: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 10px;
}

.rotulo {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

.rotulo-text h2{
    color: white;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.rotulo h1 {
    color: #e94e1a;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 900;
    text-align: start;
    padding-bottom: 20px;
}

.rotulo h4 {
    padding: 0 20px;
}

.rotulo a {
    text-align: center;
    justify-content: center;
}

.trecho-02-geral h4 {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.trecho-02-geral a {
    padding: 10px 0;
}

@media (max-width:760px) {
    .trecho-02-geral {
        width: 100%;
        text-align: center;
        padding: 0 40px;
        justify-content: center;
    }

    .rotulo {
        width: 100%;
        
    }

    .rotulo-text h2{
        font-size: 14px;
    }

    .trecho-02-geral h2 {
        font-size: 15px;
    }

    .trecho-02-geral h1 {
        font-size: 20px;
    }

    .trecho-02-geral h4 {
        font-size: 14px;
    }
}

.botao {
    border: solid 1px #e94e1a;
    padding: 12px 30px;
    border-radius: 10px;
    color: white;
    font-weight: 700;
    background-color: #e94e1a;
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
}

.botao:hover {
    background-color: #e94e1a;
    color: white;
    transform: scale(1.1)
}

.trecho-03-geral {
    width: 100%;
    height: 55vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
}

.card-trecho-03 {
    width: 100%;
    height: 100%;
    background-color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-trecho-03 .text-03 {
    width: 28%;
    padding-left: 20px;
}

.card-trecho-03 .text-03 h1 {
    color: white;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.card-trecho-03 .text-03 h2 {
    color: var(--laranja-ESP);
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.card-trecho-03 .text-03 h3 {
    width: 400px;
    color: white;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    padding-right: 50px;
}

.card-trecho-03 .img-03 {
    width: 35%;
}

@media (max-width:760px) {
    .trecho-03-geral {
        width: 100%;
        height: auto;
    }

    .card-trecho-03 {
        flex-direction: column;
        justify-content: center;
    }

    .card-trecho-03 .text-03 {
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
    }

    .card-trecho-03 .img-03 {
        width: 40%;
        order: 1;
        line-height: .7;
    }
    

    .card-trecho-03 .text-03 h1 {
        font-size: 16px;
        text-align: center;
    }

    .card-trecho-03 .text-03 h2 {
        font-size: 16px;
        text-align: center;
        padding-top: 20px;
    }

    .card-trecho-03 .text-03 h3 {
        width: 100%;
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: center;
        padding-right: 0;
    }
}

.trecho-04-geral {
    width: 100%;
    height: 20vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.trecho-04-geral h2 {
    width: 500px;
    color: #282828;
    font-size: 28px;
    font-weight: 300;
    padding-bottom: 20px;
}

@media (max-width: 760px) {
    .trecho-04-geral {
        width: 100%;
        height: 10vh;
    }

    .trecho-04-geral h2 {
        width: 300px;
        font-size: 18px;
    }
}

.trecho-05-geral {
    width: 100%;
    height: 60vh;
    background-color: white;
    display: flex;
    align-items: center;
}

.text-05 {
    width: 50%;
    padding-right: 30px;
    justify-content: center;
}

.text-05 h2 {
    font-size: 38px;
    color: #282828;
}

.text-05 h1 {
    font-size: 16px;
    color: #282828;
    padding-bottom: 20px;
}

.text-05 h3 {
    width: 550px;
    font-size: 18px;
    color: #282828;
    font-weight: 300;
    padding-bottom: 10px;
}

.img-05 {
    width: 50%;
    text-align: center;
}

.img-05 img {
    width: 50%;
}

@media (max-width:760px) {
    .trecho-05-geral {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        order: 1;
        padding: 20px 40px;
        }

    .text-05 {
        width: 100%;
        padding-right: 0;
    }

    .text-05 h2 {
        width: 100%;
        font-size: 22px;
    }

    .text-05 h1 {
        padding-right: 40px;
        font-size: 15px;
    }

    .text-05 h3 {
        width: 100%;
        font-size: 16px;
    }

    .img-05 {
        width: 100%;
    }

    .img-05 img {
        width: 50%;
    }
}

.trecho-03 {
    width: 100%;
    height: auto;
    background-color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.trecho-06-geral {
    width: 100%;
    height: auto;
    background-color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 0;
}

.text-06 h1 {
    color: white;
    font-size: 24px;
}

.text-06 h2 {
    padding-bottom: 40px;
    color: white;
    font-size: 18px;
    font-weight: 300;
}

.text-06 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.traço {
    width: 150px;
    height: 1px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text-06 h3 {
    color: white;
    padding-top: 10px;
    font-weight: 700;
    font-size: 38px;
}

.text-06 h4 {
    color: white;
    padding-top: 10px;
    font-weight: 300;
    font-size: 38px;
}

@media (max-width:760px) {
    .trecho-06-geral {
        padding: 30px 50px;
    }

    .text-06 h1 {
        font-size: 16px;
    }

    .text-06 h2 {
        padding-bottom: 40px;
        font-size: 14px;
        font-weight: 300;
    }

    .text-06 h3 {
        font-size: 20px;
    }

    .text-06 h4 {
        font-size: 18px;
    }
}


.skewed {
    width: 75em;
    color: #e05f0e;
    display: flex;
    background: #272727;
    margin: 1em 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.text {
    padding: 1.5em;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}

.text h2 {
    font-size: 34px;
    padding: 0 20px;
    font-weight: 300;
}

.text p {
    padding: 0 20px;
    font-size: 18px;
    font-size: 300;
}

.image {
    width: 50%;
    height: 17em;
    position: relative;
    overflow: hidden;
}

.image::before {
    content: '';
    position: absolute;
    left: -6.1em;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    background: #272727;
    width: 40%;
    height: 140%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.skewed-left .image::before {
    transform: translateY(-50%) rotate(-20deg);
    left: initial;
    right: -6.1em;
}

img {
    width: 100%;
}

@media (max-width: 760px) {
    .trecho-06-geral {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .skewed {
        display: block;
        width: 20em;
    }

    .image,
    text {
        width: 100%;
    }

    img {
        width: 160%;
    }

    .skewed .image::before {
        width: 120%;
        height: 40%;
        top: -5em;
        left: 50%;
        transform: translateX(-50%) rotate(10deg);
    }

    .skewed-left .image::before {
        transform: translateX(-50%) rotate(-10deg);
        top: initial;
        bottom: -5em;
    }

    .text {
        padding: 20px;
        width: 100%;
    }

    .text h2 {
        font-size: 18px;
        padding: 0 20px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .text p {
        font-size: 13px;
        font-size: 300;
    }
}

.trecho-07 {
    width: 100%;
    height: 65vh;
    background-color: white;
}

.trecho-07-geral {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-07 {
    width: 50%;
    padding-left: 150px;
}

.text-07 h1 {
    font-size: 18px;
    color: #e94e1a;
    font-weight: 300;
}

.text-07 h2 {
    font-size: 38px;
    color: #282828;
    font-weight: 300;
}

.text-07 h4 {
    font-size: 18px;
    color: #282828;
    font-weight: 300;
}

.text-07 h3 {
    font-size: 28px;
    color: #282828;
    font-weight: 700;
}

.img-07 {
    width: 50%;
}

@media (max-width:760px) {
    .trecho-07 {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .trecho-07-geral {
        flex-direction: column;
    }

    .text-07 {
        width: 100%;
        padding-left: 0;
        order: 1;
    }

    .text-07 h2 {
        font-size: 18px;
    }

    .text-07 h4 {
        font-size: 18px;
    }

    .text-07 h3 {
        font-size: 20px;
    }

    .img-07 {
        width: 100%;
    }

    .img-07 img {
        width: 60%;
    }
}


.trecho-09 {
    width: 100%;
    height: 50vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.trecho-09-geral {
    width: 100%;
    height: 100%;
    background-color: var(--cinza-escuro);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text-09 h1 {
    color: white;
    font-size: 38px;
    font-weight: 300;
}

.text-09 h2 {
    color: white;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}

@media (max-width:760px) {
    .text-09 h1 {
        color: white;
        font-size: 22px;
        padding: 0 45px;
        font-weight: 300;
        line-height: .9;
    }

    .text-09 h2 {
        color: white;
        padding: 20px 40px;
        font-size: 15px;
        font-weight: 300;
    }

}


footer {
    background: var(--cinza-escuro);
    width: 100%;
    height: auto;
    align-items: center;
    padding: 0 40px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boxs {
    width: 420px;
    min-height: 150px;
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px;
}

footer .line {
    max-width: 90%;
    height: 1px;
    background: white;
    margin: 0 60px;
    text-align: center;
}

.boxs h1 {
    color: white;
    font-size: 15px;
    padding-left: 15px;
}

.redes {
    display: flex;
    justify-content: space-between;
}

.redes li {
    width: 20%;
    scale: .5;
}

.boxs h2 {
    color: white;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
}

.boxs ul li {
    margin: 10px 0;
    list-style: none;
}

.boxs ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.boxs ul li a:hover {
    color: var(--laranja-ESP);
    text-decoration: none;
}

.boxs h3 {
    text-align: center;
    padding-top: 40px;
    font-size: 13px;
    color: white;
    font-weight: 400;
}

.boxs h4 {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.boxs img {
    width: 200px;
}

@media (max-width: 960px) {
    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .boxs {
        width: 400px;
        min-height: 100px;
        padding-bottom: 0;
        text-align: center;
    }

    .boxs h2 {
        color: white;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 16px;
    }

    .boxs h3 {
        padding-top: 0;
    }

    .boxs img {
        scale: .6;

    }
}