@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    box-sizing: border-box;
}

:root {
    --fonte-principal: 'Montserrat';
    --tamanho-fonte-gigante: 36px;
    --tamanho-fonte-grande: 32px;
    --tamanho-fonte-média: 20px;
    --tamanho-fonte-pequena: 16px;
    --cor-branca: #ffffff;
    --cor-laranja: orange;
    --cor-fundo-escuro: #18181a;
    --cor-fundo-azul-escuro: #063186;
    --cor-botao: #13844C;
    --cor-verde: #016601;
    --cor-fundo-cinza: #E2E2E2;
    --cor-fundo-amarelo: #FDC82F;
    --cor-titulo-vermelho: #FF2B03;
    --cor-apresentacao-texto: #2A2A2A;
    --cor-preto: #000000;
    --cor-whatsapp: #25d366;
}

.whatsapp {
    display: none;
}

#whatsapp_tooltip_texto {
    font-family: var(--fonte-principal);
    font-size: var(--tamanho-fonte-pequena);
    position: fixed;
    display: none;
    background-color: var(--cor-branca);
    color: var(--cor-preto);
    border-radius: 10px;
    bottom: 12.5%;
    right: 14.5%;
    padding: 0.5%;
}

#whatsapp_tooltip_texto::before {
    content: "";
    position: fixed;
    bottom: 12.6%;
    right: 13%;
    /* transform: rotate(-90deg); */
    border: 16px solid;
    border-color: transparent transparent transparent var(--cor-branca);
}

#whatsapp_icone:hover {
    transform: scale(1.2);
}


/* .whatsapp_icone:hover+.whatsapp_tooltip_texto, */

#whatsapp_icone {
    position: fixed;
    aspect-ratio: 1/1;
    width: 8%;
    bottom: 5%;
    right: 5%;
    transition: 0.2s;
}

.header {
    display: flex;
    flex-direction: row;
    font-family: var(--fonte-principal);
    background: linear-gradient(var(--cor-fundo-escuro), var(--cor-fundo-azul-escuro));
    color: var(--cor-branca);
    justify-content: center;
    align-items: center;
    line-height: 40px;
}

.header_texto {
    display: flex;
    flex-direction: column;
    width: 40%;
    font-family: var(--fonte-principal);
    color: var(--cor-branca);
    text-align: justify;
}

.header_logo {
    padding-left: 3%;
    width: 20%;
    height: 100%;
}

.header_trabalhadores {
    padding-left: 3%;
    width: 60%;
    height: auto-fit;
}

h1.header_texto {
    width: 100%;
    font-weight: 900;
    font-size: var(--tamanho-fonte-gigante);
    line-height: 65px;
}

h2 {
    font-size: var(--tamanho-fonte-média);
    padding: 3% 2% 3% 2%;
}

h2.header_texto_laranja {
    color: var(--cor-laranja);
}

li {
    list-style: circle;
}

.concursos_engenharia {
    display: flex;
    background-color: var(--cor-branca);
    justify-content: center;
    padding: 1%;
}

.concursos_engenharia_imagem {
    width: 50%;
}

.apresentacao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--cor-fundo-cinza);
    padding-top: 2%;
}

.apresentacao_texto {
    width: 50%;
    display: flex;
    flex-direction: column;
    font-family: var(--fonte-principal);
    color: var(--cor-apresentacao-texto);
    justify-content: center;
    align-items: center;
    text-align: justify;
    line-height: 35px;
    padding-bottom: 2%;
}

h1.apresentacao_texto_h1 {
    color: var(--cor-titulo-vermelho);
    text-align: center;
    font-size: var(--tamanho-fonte-grande);
    font-weight: bold;
    align-items: center;
    padding: 0 2% 0 2%;
}

p {
    font-size: var(--tamanho-fonte-pequena);
    font-weight: 500;
    padding: 0 8% 0 8%;
    padding-top: 2%;
}

img.imagem_concursos {
    width: 100%;
}

.publico_icones {
    display: flex;
    flex-direction: column;
    background-color: var(--cor-fundo-azul-escuro);
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 2%;
    font-family: var(--fonte-principal);
    font-size: var(--tamanho-fonte-grande);
    color: var(--cor-branca);
    padding: 2% 0 2% 0;
}

h1.publico_icones {
    font-size: var(--tamanho-fonte-grande);
    font-weight: bold;
    color: var(--cor-laranja);
}

.publico_icones_containers {
    width: 60%;
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2% 0 2% 0;
}

.publico_icones_container {
    display: flex;
    flex-direction: column;
    font-family: var(--fonte-principal);
    font-size: var(--tamanho-fonte-pequena);
    font-weight: 900;
    background-color: var(--cor-fundo-cinza);
    border-radius: 20px;
    width: 20%;
    margin: 0 2% 2% 2%;
    padding: 1%;
    color: var(--cor-verde);
    line-height: 35px;
}

.publico_icones_container_imagem {
    transform: scale(0.7);
}

.apostilas {
    display: flex;
    flex-direction: column;
    font-family: var(--fonte-principal);
    font-size: var(--tamanho-fonte-grande);
    background-color: var(--cor-fundo-amarelo);
    color: var(--cor-preto);
    font-weight: 900;
    text-align: center;
    padding: 0.5% 0 0.5% 0;
    align-items: center;
}

.apostila {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.apostila_descricao {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2%;
}

.apostila_texto {
    display: flex;
    text-align: left;
    width: 100%;
}

.apostila_lista {
    line-height: 35px;
}

.apostila_imagem {
    display: flex;
    width: 30%;
    height: 15%;
    aspect-ratio: 3/5;
    border-radius: 20px;
}

.apostila_h1 {
    font-family: var(--fonte-principal);
    font-size: var(--tamanho-fonte-grande);
}

.apostila_li {
    font-family: var(--fonte-principal);
    font-size: var(--tamanho-fonte-média);
    font-weight: 500;
}

.apostilas_rodape {
    padding: 2% 0 2% 0;
    width: 40%;
}

.slider {
    display: flex;
    flex-direction: column;
    margin: 2% 0 2% 0;
    align-items: center;
    justify-content: center;
}

.slider_imagens {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.slide_box_img {
    width: 40%;
}

.slide_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

input {
    display: none;
}

.nav_manual {
    display: flex;
    flex-direction: row;
    position: absolute;
}

.manual_btn1,
.manual_btn2,
.manual_btn3 {
    width: 30px;
    height: 30px;
    border: 1px solid var(--cor-titulo-vermelho);
    border-radius: 50%;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.manual_btn1:hover,
.manual_btn2:hover,
.manual_btn3:hover {
    background-color: var(--cor-titulo-vermelho);
}

#radio1:checked~.nav_manual .manual_btn1 {
    background-color: var(--cor-titulo-vermelho);
}

#radio2:checked~.nav_manual .manual_btn2 {
    background-color: var(--cor-titulo-vermelho);
}

#radio3:checked~.nav_manual .manual_btn3 {
    background-color: var(--cor-titulo-vermelho);
}

.carrossel_flecha {
    width: 15%;
    padding: 2%;
}

.carrossel_flecha[id="carrossel_flecha_esquerda"] {
    rotate: 180deg;
}

@media (max-width: 1500px) {
     :root {
        --tamanho-fonte-gigante: 24px;
        --tamanho-fonte-grande: 16px;
        --tamanho-fonte-média: 12px;
        --tamanho-fonte-pequena: 10px;
    }
    .header_trabalhadores {
        width: 40%;
    }
    .apresentacao_texto {
        line-height: 25px;
    }
    #whatsapp_tooltip_texto::before {
        border: 12px solid;
        border-color: transparent transparent transparent var(--cor-branca);
        bottom: 10%;
    }
    #whatsapp_tooltip_texto {
        bottom: 10%;
    }
}

@media (max-width: 958px) {
     :root {
        --tamanho-fonte-gigante: 18px;
        --tamanho-fonte-grande: 16px;
        --tamanho-fonte-média: 12px;
        --tamanho-fonte-pequena: 10px;
    }
    .header_trabalhadores {
        width: 35%;
    }
    .apresentacao_texto {
        line-height: 25px;
    }
    .slider {
        margin-bottom: 8%;
    }
    #whatsapp_tooltip_texto::before {
        border: 11px solid;
        border-color: transparent transparent transparent var(--cor-branca);
        bottom: 10%;
    }
    #whatsapp_tooltip_texto {
        bottom: 10%;
    }
}

@media (max-width: 919px) {
     :root {
        --tamanho-fonte-gigante: 18px;
        --tamanho-fonte-grande: 16px;
        --tamanho-fonte-média: 12px;
        --tamanho-fonte-pequena: 10px;
    }
    .header {
        flex-direction: column;
    }
    .header_texto {
        width: 80%;
        text-align: center;
    }
    .header_trabalhadores {
        width: 100%;
    }
    .apresentacao_texto {
        line-height: 25px;
    }
    .slider {
        margin-bottom: 8%;
    }
    #whatsapp_tooltip_texto::before {
        border: 9px solid;
        border-color: transparent transparent transparent var(--cor-branca);
        bottom: 8%;
    }
    #whatsapp_tooltip_texto {
        bottom: 8%;
    }
}

@media (max-width: 820px) {
     :root {
        --tamanho-fonte-gigante: 16px;
        --tamanho-fonte-grande: 14px;
        --tamanho-fonte-média: 12px;
        --tamanho-fonte-pequena: 10px;
    }
    .header {
        flex-direction: column;
    }
    .header_texto {
        width: 80%;
        text-align: center;
    }
    .header_trabalhadores {
        width: 100%;
    }
    .apresentacao_texto {
        line-height: 25px;
        width: 75%;
    }
    .slider {
        margin-bottom: 8%;
    }
    .publico_icones_containers {
        flex-direction: column;
    }
    .publico_icones_container {
        width: 40%;
        margin-bottom: 6%;
    }
    #whatsapp_tooltip_texto::before {
        border: 7px solid;
        border-color: transparent transparent transparent var(--cor-branca);
        bottom: 8.5%;
    }
    #whatsapp_tooltip_texto {
        bottom: 8%;
    }
}

@media (max-width: 500px) {
     :root {
        --tamanho-fonte-gigante: 16px;
        --tamanho-fonte-grande: 13px;
        --tamanho-fonte-média: 12px;
        --tamanho-fonte-pequena: 10px;
    }
    .header {
        flex-direction: column;
    }
    .header_texto {
        width: 80%;
        text-align: center;
    }
    .header_trabalhadores {
        width: 100%;
    }
    .apresentacao_texto {
        line-height: 25px;
        width: 75%;
    }
    .slider {
        margin-bottom: 12%;
    }
    .publico_icones_containers {
        flex-direction: column;
    }
    .publico_icones_container {
        width: 60%;
        margin-bottom: 6%;
    }
    #whatsapp_tooltip_texto::before {
        border: 4px solid;
        border-color: transparent transparent transparent var(--cor-branca);
        bottom: 8.5%;
    }
    #whatsapp_tooltip_texto {
        bottom: 8%;
    }
}