﻿* {
    font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    vertical-align: baseline;
}

input {
    outline: none;
}

a {
    text-decoration: none
}

.menu {
    color: #DA8220;
    font-weight: 200;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: right;
    white-space: nowrap
}

.menu:hover {
    text-decoration: underline
}

@keyframes aparecerEMover {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.elemento {
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.elemento.visivel {
    animation: aparecerEMover 1s ease-out forwards;
}

.sombra {
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2), -15px -15px 20px rgba(0, 0, 0, 0.1);
}

.curva-concava {
    width: 300px;
    height: 100%;
    background-color: blue;
    position: relative;
    clip-path: path("M 0 0 H 300 V 600 H 0 Q 100 305 0 0");
}

.curva-concava-esquerda {
    width: 100px;
    height: 100%;
    background-color: white;
    position: relative;
    clip-path: path("M 0 0 H 300 V 650 H 0 Q 100 305 0 0");
    top: 0
}

.curva-concava-direita {
    width: 100px;
    height: 100%;
    background-color: white;
    position: relative;
    clip-path: path("M 0 0 H 300 V 650 H 0 Q 100 305 0 0");
    transform: rotate(180deg);
    top: 0
}

.btn-site {
    font-size: 20px;
    height: 60px;
    background-color: #FAD8C3;
    width: 100%;
    text-align: center;
    display: grid;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 600
}

.btn-site:hover {
    background-color: white;
    border: 2px solid #FAD8C3;
    color: dimgrey
}

.sombra-cercada {
    text-shadow: 0.4vw 0.4vw 0.6vw black, -0.4vw 0.4vw 0.6vw black, 0.4vw -0.4vw 0.6vw black, -0.4vw -0.4vw 0.6vw black, 0vw 0.5vw 0.6vw black, 0.5vw 0vw 0.6vw black, -0.5vw 0vw 0.6vw black, 0vw -0.5vw 0.6vw black;
}

.news-later {
    width: 100%;
    height: 800px;
    background-color: blue;
    clip-path: ellipse(100% 40% at 50% 50%);
    position: absolute;
    background-color: white;
    z-index: 2
}

#dvMobile {
    display: none
}

.centro {
    max-width: 1000px;
    margin: auto;
    min-width: 800px
}

.menu-col {
    height: 100%;
    flex-grow: 1;
    min-width: 0;
    display: grid;
    align-items: center;
    justify-content: right;
}

.mc1 {
    width: 30%
}

@media only screen and (max-width: 1100px) {
    .menu {
        font-size: 14px;
    }

    .mc1 {
        width: 10%;
    }
}

@media only screen and (max-width: 900px) {
    .menu {
        font-size: 12px;
    }

    .mc1 {
        width: 0
    }
}

.txt-ns {
    width: 100%;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 25px;
    padding: 10px;
    border: 1px solid gray;

}

input::placeholder {
    color: lightgray
}

.btn-ns {
    font-size: 20px;
    height: 60px;
    background-color: #FAD8C3;
    width: 100%;
    text-align: center;
    display: grid;
    align-items: center;
    border: 2px solid white;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 600
}

.btn-ns:hover {
    background-color: white;
    border: 2px solid #FAD8C3;
    color: dimgrey
}

#dvPainel-2 {
    display: none
}

.circulo {
    border-radius: 50%;
    background-color: antiquewhite;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.1);
    height: 150px;
    width: 150px;
    display: grid;
    align-items: center;
    padding-left: 25px
}

.circulo img {
    width: 100px;
    height: 100px
}

img {
    pointer-events: none;
    user-select: none;
}

.subtitulo {
    font-size: 20px;
    text-align: center
}

.cubo {
    width: 33.33%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quadro {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.1);
    width: 330px;
    border-radius: 20px;
    position: absolute;
    top: 200px;
    background-color: white;
    left: 50px;
    padding: 30px;
    display: flex;
    flex-direction: column
}

.alt-1 {
    height: 440px;
}

.alt-2 {
    height: 600px
}

.alt-3 {
    height: 600px
}

.img-q3 {
    width: 300px;
    height: 100%;
    border-radius: 20px
}

.quadro-4 {
    max-width: 1200px;
    margin: auto;
    height: 650px
}

.painel-2 {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: right
}

body.modo-mobile {
    line-height: 1.5;
}

    body.modo-mobile #dvDesktop {
        display: none
    }

    body.modo-mobile #dvMobile {
        display: block
    }

    body.modo-mobile .cabecalho {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #E6E6E6;
        height: 6vh;
        display: flex;
        z-index: 2
    }

    body.modo-mobile .menu {
        font-size: 4.5vw
    }

    body.modo-mobile .txt-ns {
        font-size: 4.5vw;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
        border: 2px solid gray;
        padding: 15px 10px
    }

    body.modo-mobile .titulo {
        font-size: 7vw
    }

    body.modo-mobile .subtitulo {
        font-size: 5vw
    }

.news-later-mb {
    width: 100%;
    background-color: white;
    clip-path: ellipse(100% 40% at 50% 50%);
    position: absolute;
    z-index: 2
}

.btn-ns-mb {
    font-size: 4.5vw;
    background-color: purple;
    text-align: center;
    align-items: center;
    border: 1vw solid white;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    font-weight: 600;
    padding: 20px 30px;
    color: white
}

#dvPainel-4 {
    display: none;
}

.titulo {
    font-size: 50px;
    font-weight: 700;
    font-family: Times New Roman;
    text-align: center
}

.circulo_mb {
    border-radius: 50%;
    background-color: antiquewhite;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.1);
    width: 50vw;
    height: 50vw;
    display: flex;
    justify-content: center;
    align-items: center
}

