@font-face {
    font-family: 'NOS Regular';
    src: url('../fonts/NOS.otf'),
        url('../fonts/NOS.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamSSM';
    src: url('../fonts/GOTHAMOFFICE-REGULAR.OTF'),
        url();
    font-style: normal;
}

@font-face {
    font-family: 'GothamSSM Bold';
    src: url('../fonts/GOTHAM-ULTRA.OTF'),
        url();
    font-style: normal;
}

.wpp img {
    width: 4%;
    position: fixed;
    left: 92%;
    top: 85%;
    z-index: 100000;
}

h1 {
    font-family: 'Nos Regular';
}

p,
h2 {
    font-family: 'GothamSSM';
}

li {
    font-family: 'GothamSSM';
    font-size: 1.2rem;
    font-weight: 600;
}

header {
    background-color: #B20000;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header img {
    width: 10%;
}

header ul {
    display: flex;
    list-style: none;
    color: white;
}

header li {
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

header a:hover {
    text-decoration: underline 2px solid;
}

.inicial {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-image: url(../GuinchoLeão/Sem\ título-2-12.png);
}

.inicial .container {
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 700px;
}

.inicial .container .box {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inicial .container .box img {
    width: 100%;
}

.inicial .container .box p {
    font-size: 4rem;
    text-align: center;
    color: #7A0000;
    font-family: 'GothamSSM Bold';
}

.inicial .container img {
    width: 30%;
}

.sobre {
    background-color: #7A0000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 1200px;
}

.sobre .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.sobre .container img {
    width: 13%;
}

.sobre h1 {
    font-size: 4.5rem;
    color: white;
}

.sobre .container p {
    font-size: 2rem;
    color: white;
    width: 80%;
    font-family: 'GothamSSM';
    font-weight: 600;
}

.box-pros #img-cam {
    width: 50%;
}

.box-pros .txt img {
    width: 7%;
    position: relative;
    margin-left: 70px;
}

.box-pros .box-txt {
    align-items: start;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
}

.box-pros .box-txt p {
    font-size: 2rem;
    color: #FFE200;
    width: 95%;
    text-align: left;
    margin-left: 70px;
}

.box-pros {
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.servicos {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1000px;
}

.servicos .container {
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.servicos .container img {
    width: 13%;
}

.servicos .container h1 {
    color: #7A0000;
    font-size: 3.5rem;
    width: 80%;
    text-align: center;
}

.servicos .container .box-galeria {
    display: grid;
    grid-template-columns: 300px 300px 300px;
}

.servicos .container .box-galeria img {
    width: 100%;
    padding: 10px;
}

.saiba {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #7A0000;
    height: 1400px;
    justify-content: space-between;
}

.saiba .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.saiba .container img {
    width: 10%;
}

.saiba .container h1 {
    color: white;
    font-size: 5rem;
}

.box-saiba {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.box-atendimentos {
    display: flex;
}

.box-saiba h2 {
    font-size: 2rem;
    text-align: center;
    margin-top: 20px;
}

.box-saiba p {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 20px;
}

.box-atendimentos .box-saiba img {
    width: 20%;
}

.saiba .box-pros p {
    margin-left: 70px;
    font-weight: 600;
}

.saiba .box-pros .box-txt img {
    width: 7%;
}

.fale {
    background-image: url(../GuinchoLeão/Sem\ título-2-13.png);
    height: 1200px;
    background-position: center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fale .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.fale .container h1 {
    font-size: 8rem;
    text-align: center;
    width: 100%;
    color: white;
    margin-top: 150px;
}

.fale .container p {
    background-color: #FFE200;
    font-size: 8rem;
    font-weight: bold;
    font-family: 'gothamssm bold';
    margin: 80px;
}

.fale .container img {
    width: 60%;
}

footer {
    background-color: #FFE200;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    height: 70px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.menu-toggle div {
    width: 30px;
    height: 4px;
    background-color: white;
    margin: 5px;
}

@media (max-width: 1500px) {
    .wpp img {
        width: 7%;
        left: 85%;
        top: 80%;
        position: fixed;
    }
}

@media (max-width: 900px) {
    .menu-toggle {
        display: flex;
    }

    .wpp img {
        width: 10%;
        left: 80%;
        position: fixed;
    }

    header ul {
        display: none;
        flex-direction: column;
        background-color: #B20000;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    header ul.active {
        display: flex;
    }

    header li {
        margin: 10px 0;
    }
}

/* Responsividade */
@media (max-width: 1200px) {

    .inicial .container,
    .sobre .container,
    .servicos .container,
    .saiba .container,
    .fale .container {
        width: 95%;
    }

    .wpp img {
        width: 7%;
        left: 80%;
    }

    .inicial .container .box p {
        font-size: 3rem;
    }

    .sobre h1,
    .servicos .container h1,
    .saiba .container h1 {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {
    .inicial .container {
        flex-direction: column;
        height: auto;
        align-items: center;
        text-align: center;
    }

    .inicial .container .box,
    .inicial .container img {
        width: 90%;
    }

    .servicos .container .box-galeria {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    header {
        flex-direction: column;
        text-align: center;
    }

    header img {
        width: 30%;
    }

    .wpp img {
        width: 14%;
        left: 80%;
        top: 80%;
    }

    .sobre,
    .servicos,
    .saiba,
    .fale {
        height: auto;
    }

    .container {
        width: 100%;
    }

    .sobre .container p,
    .box-pros .box-txt p {
        font-size: 1rem;
    }

    .servicos .container .box-galeria {
        grid-template-columns: 1fr;
    }

    .fale .container h1 {
        font-size: 2rem;
    }

    .saiba p {
        font-size: 1rem;
    }

    .saiba .box-atendimentos .box-saiba h2 {
        font-size: 1.3rem;
    }

    .fale .container p {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .inicial .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
    }

    .wpp img {
        width: 17%;
        left: 80%;
        top: 87%;
    }

    .inicial .container .box,
    .inicial .container img {
        width: 100%;
    }

    .inicial {
        height: 700px;
    }

    .inicial .container .box p {
        font-size: 2rem;
    }

    .sobre h1,
    .saiba .container h1,
    .fale .container h1 {
        font-size: 2rem;
    }

    .sobre {
        padding: 0 !important;
        height: 750px;
    }

    .sobre #img-top-sobre {
        width: 20%;
    }

    .sobre .container {
        width: 100%;
        height: 100%;
    }

    .servicos .container img {
        width: 20%;
    }

    .servicos .container h1 {
        font-size: 1.5rem;
    }

    .fale .container p {
        font-size: 2rem;
        text-align: center;
    }

    .box-atendimentos {
        flex-direction: column;
        align-items: center;
    }

    .saiba {
        padding: 0;
        height: 1300px;
    }

    .saiba .container img {
        width: 20%;
    }

    .box-pros {
        flex-direction: column;
    }

    .box-pros .box-txt {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .box-pros .box-txt p {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .box-pros .box-txt img {
        margin: 0;
    }

    .fale .container img {
        width: 70%;
    }

    footer {
        font-size: 1rem;
    }
}