*,
*::before,
*::after {
    outline: 1px solid red;

    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    outline: none;
}

:root {
    font-size: clamp(0.9375rem, 0.9119rem + 0.1536vw, 3rem);
}

html {
    background: red;
    text-decoration: none;
    background: #2C3E50;
    color: #ffffff;
    font-family: "IBM Plex Sans Thai", "Atkinson Hyperlegible", sans-serif;
}

main {
    margin: 40px 4vw;
}

section {
    padding: 4vw;
}

.subtitulo {
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 2rem;
    padding: 2vw 20px;
    line-height: 2.5rem;
}


/*===========================================================
HEADER
===========================================================*/

header {
    background: #ffffff;
    padding: 10px;
    font-family: "Atkinson Hyperlegible", sans-serif;
}


header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav h1 img {
    padding-left: 5vw;
}

header nav ul {
    display: flex;
    padding: 1vw;
}


header ul li.azulHeader a:hover {
    background-color: #2C3E50 !important;
    border-radius: 50px;
    color: #ffffff;
    transition: .2s;
}

header ul li.pretoHeader a:hover {
    background-color: #1B1B1B;
    border-radius: 50px;
    color: #ffffff;
    transition: .2s;
}

header ul li.vermelhoHeader a:hover {
    background-color: #53061F;
    border-radius: 50px;
    color: #ffffff;
    transition: .2s;
}

header ul li.begeHeader a:hover {
    background-color: #D9D9D9 !important;
    border-radius: 50px;
    color: #000000;
    transition: .2s;
}

header ul li a {
    color: #000;
    font-size: 20px;
    padding: 15px 20px;
    margin: 15px;
    text-decoration: none;
    display: block;
}

header ul li ul {
    display: none;
}

header ul li:hover ul {
    display: block;
    position: absolute;
    border-radius: 15px;
    background-color: #ffffff;
}

.maleficios .atual,
.desconecta .atual,
.aplicativos .atual {
    background: #53061F;
    border-radius: 50px;
    color: #ffffff;
}

.atual,
.dados .atual,
.perigos .atual {
    background-color: #2C3E50;
    border-radius: 50px;
    color: #ffffff;
}

.ciencia .atual,
.noticiasHtml .atual,
.sobre .atual {
    background-color: #1B1B1B;
    border-radius: 50px;
    color: #ffffff;
}

.menu-mobile-icon {
    display: none;
}

.mobile-menu {
    display: none;
}

/*===========================================================
FOOTER
===========================================================*/
footer {
    font-family: "Atkinson Hyperlegible", sans-serif;
    background: #ffffff;
    padding: 2vw;
}

footer p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: bold;
    text-align: right;
    color: #1B1B1B;
}

footer nav.mapaFooter {
    display: flex;
}

footer .footerCont {
    display: flex;
    justify-content: space-between;
}

.mapaFooter ul li {
    margin: 15px;
}

.mapaFooter ul li a {
    color: #000;
    font-size: 1.2rem;
    text-decoration: none;
}

footer nav p {
    display: flex;
    justify-content: right;
}

footer nav p a {
    color: #000000;

    display: flex;
    justify-content: right;
    padding: 10px 40px;
    font-size: 2rem;
    text-decoration: none;
}

footer div.creditos p {
    text-align: center;
    font-size: small;
    color: #1B1B1B;
}

footer div.creditos p.copyright {
    font-weight: normal;
}

/*==========================================================
INICIO
==========================================================*/

.banner {
    padding: 4vw 4vw 4vw 4vw;
    display: flex;
    border-bottom: 1px solid rgb(202, 202, 202);
}

.banner img {
    width: 55%;
}

.banner div.texto {
    display: block;
    text-align: center;
}

.banner h1 {
    font-family: "Noto Serif Display", serif;
    font-weight: bold;
    font-size: 4rem;
    margin: 0 0 4vw 0;
}

.banner span {
    font-style: italic;
}

.banner p {
    font-family: "Noto Serif Display", serif;
    font-size: 2rem;
    margin: 2vw 0vw 4vw 0vw;

}

.banner a.botaoInicio {
    text-decoration: none;
    background: #A31D1D;
    color: #ffffff;
    border-color: #000;
    font-size: 2rem;
    padding: 20px;
    border-radius: 10vw;

}

.introducao {
    padding: 6vw 5vw 4vw 4vw;
    display: flex;
    border-bottom: 1px solid rgb(202, 202, 202);

}

.introducao h2 {
    font-size: 4rem;
    color: #D1D1D1;
    text-shadow: 2px 2px 0 #000,
        1px 1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.introducao div.textos {
    border: 1px solid white;
    border-radius: 60px;
    padding: 2vw;
    max-width: 1100px;
}

.introducao img {
    width: 100%;
}

.introducao p {
    padding: 2vw 0 0 0;
    line-height: 2rem;
    font-size: 1.5rem;
    margin: 0 6vw 0 3vw;
}

.mapa {
    padding: 4vw 4vw 4vw 4vw;
    justify-content: center;
    border-bottom: 1px solid rgb(202, 202, 202);
}

.mapa h2 {
    text-align: center;
    font-size: 4rem;
    color: #D1D1D1;
    text-shadow: 2px 2px 0 #540B24,
        1px 1px 0 #540B24,
        1px 1px 0 #540B24,
        1px 1px 0 #540B24;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-style: italic;
    padding: 0 0 6vw 0;
}

.mapa div.blocos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.mapa div.bloco2 {
    background-color: #53061F;
    padding: 3vw;
    margin: 40px;
    border-radius: 20px;
    width: 460px;
    position: relative;
    color: #ffffff;
    line-height: 60px;
    font-size: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mapa div.bloco2:hover {
    transform: translateY(-40px);
}

.mapa div.bloco2 ul {
    list-style-type: disc;
    text-align: left;
    padding-left: 20px;

}

.mapa div a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bolder;

}

.mapa div.bloco2 img.lupa {
    position: absolute;
    top: -190px;
}

.comp {
    position: absolute;
    top: -160px;
    padding: 0 0 0 3vw;
}

.mapa div.bloco2 p {
    margin: 15px 0;
    line-height: 1.6;
}

.noticiasInicio {
    font-family: "Atkinson Hyperlegible", sans-serif;

}

.noticiasInicio h2 {
    text-align: center;
    font-size: 3rem;
    font-style: italic;
    background: #1B1B1B;
    margin: 20px 20vw;
}

.noticiasInicio ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 40px;
    padding: 2vw 0 0 0;
    width: 80%;
}

.noticiasInicio ul li {
    background-color: #dddddd;
    border-radius: 80px;
    padding: 2vw;
    width: 50%;
    box-shadow: 2px 2px 15px #000;
    transition: transform 0.3s ease;
}

.noticiasInicio ul li:hover {
    transform: translateY(-20px);
}

.noticiasInicio ul li a img {
    display: block;
    width: 70%;
    height: 50%;
    margin: 40px auto;
}

.noticiasInicio h4 {
    margin-top: 2vw;
    font-size: 1.7rem;
    font-weight: bold;
    color: #000000;
}

.noticiasInicio h4 a {
    text-decoration: none;
    color: #000000;
}

.noticiasInicio p {
    margin-top: 15px;
    font-size: 1.5rem;
    color: #000000;
}

/*  QUIZZZZZZZ */
.quiz {
    margin: 8vw;
    background: url("../imagens/resposta.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vw;
    color: #000;
    box-shadow: 2px 2px 15px #000;

}

.quiz h2 {
    background-color: #540B24;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    padding: 10px 40px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    margin: 2vw auto;

}

.quiz>p {
    border-top: 2px solid #540B24;
    color: #000;
    padding-top: 2vw;
    font-size: 2rem;
}

#btn-modalQuizz {
    background-color: #540B24;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding: 20px 40px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
}

div#modal {

    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 999;

    overflow: hidden;
}

#modal-content {
    margin-top: 4vw;
    background: #FFFFFF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;
    max-width: 1500px;
    width: 100%;
    max-height: 90vh;
    height: 70%;
    overflow-y: auto;
}

.hidden {
    display: none;
}

.pergunta {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.pergunta h3 {
    background-color: #540B24;
    width: fit-content;
    margin: 0 auto;
    font-weight: bolder;
    border-radius: 40px;
    color: #ffffff;
    padding: 2vw;
}

button.option {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 20px;
    margin: 40px auto;
    background: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
}

button.option:hover {
    background: #540b25b0;
    border: 1px solid #540B24;
    color: #fff;
}

#respostaP {
     display: none;
    margin-top: 40px;
    color: #fff;
    font-weight: bolder;
}

#graficoHoras {
    display: none;
    gap: 20px;
    text-align: center;
    justify-content: center;
    padding: 15px;
}

#graficoHoras.mostrar {
    display: flex;
}

#graficoHoras p {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 3.5rem;
}

#graficoHoras p span {
    background-color: #fff;
    border-radius: 5px;
    margin: 5px;
}

.hobbie {
    gap: 40px;
}

#tituloRecomendado {
    display: none;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    background-color: #540B24;
    padding: 10px 20px;
    border-radius: 15px;
    text-align: left;
    margin: 20px 2vw;
}

#textoRecomendado {
    display: none;
    font-size: 1.5rem;
    line-height: 2rem;
    
}

#respostaP2 {
    color: #fff;
    background-color: #540B24;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 2rem;
    line-height: 2rem;
    margin: 2vw 0vw ;
}

#recomendacao {
    font-size: 1.5rem;
    line-height: 2rem;
}
#recomendacao strong{
    font-weight: bold;
}
#textoGrafico {
    font-size: 2rem;
}

#textoGrafico span,
#textoGrafico2 span {
    background-color: #540B24 !important;
    color: #fff !important;
}

.usoMedio {
    position: relative;
    width: 220px;
    height: 220px;
    background-color: #2c3e50a9;
    border: 8px solid #2C3E50;
    border-radius: 50%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.graficoQuizz {
    position: absolute;
    width: 130px;
    height: 130px;
    bottom: 0;
    background-color: #540b25bd;
    border: 6px solid #540B24;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.graficoQuizz::after,
.usoMedio::after {
    content: attr(data-info);
    position: absolute;
    top: -35px;
    left: 100%;
    transform: translateX(-50%);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 20px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    white-space: nowrap;
}

.graficoQuizz:hover::after,
.usoMedio:hover::after {
    opacity: 1;
}

#videoContainer.mostrar {
    display: flex;
}
#videoTexto {
    display: none;
    font-size: 1.6rem;
    font-weight: bold;
}
/* FIM INICIO  */

/*==========================================================
CIÊNCIA
==========================================================*/

.ciencia {
    background-color: #1B1B1B;
}

.bannerCien {
    display: flex;
    border-bottom: 1px solid rgb(202, 202, 202);
    margin: 6vw 0 0 0;
}

.bannerCien {
    border: 1px solid white;
    border-radius: 80px;
}

.bannerCien div.texto {
    border: 1px solid white;
    border-radius: 80px;
    padding: 4vw 1vw 0 1vw;
}

.bannerCien h1 {
    font-family: "Abril Fatface", serif;
    font-size: 4rem;
    margin: 20px 20px;
    text-align: center;
}

p.creditosCien {
    margin: 0 0 0 7vw;
}

.introCien {
    border-bottom: 1px solid rgb(202, 202, 202);
    margin: 5vw 0 0 0;
}

.introCien div p {
    margin: 1vw;
}

.introCien div.cinza {
    display: flex;
    justify-content: space-between;
    color: #000;
    background-color: #ffffff6e;
    border-radius: 20px;
}

.introCien p {
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 1.5rem;
    padding: 2vw 10px;
    line-height: 2.5rem;
}

.introCien .tooltip p {
    position: relative;
    cursor: pointer;
}

.introCien .tooltip .tooltiptext {
    visibility: hidden;
    opacity: 0;
    width: 180px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    bottom: 125%;
    
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    z-index: 10;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.introCien .tooltip p.caixaVermelha {
    background-color: #540B24;
}

.introCien .tooltip p.caixaAzul {
    background-color: #2C3E50;
}

.introCien .tooltip p.caixaBranca {
    background-color: white;
    color: #000;
}




.introCien h3 {
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 3rem;
    padding: 30px 20px 10px 0;
    font-weight: 100;
    color: #FFFFFF;
    margin: 5vw 0 0 1.5vw;
}

.introCien div.neuro {
    display: flex;
    justify-content: space-between;
}

.introCien div.neuro p {
    max-width: 500px;
}

.introCien div.neuro ul li ul  {
    display: flex;
}

.introCien div.neuro ul li {
    font-size: 1.5rem;
    font-family: "IBM Plex Sans Thai", sans-serif;
    padding: 0 20px;
    margin: 0 0;
}

.introCien div.neuro ul li p {
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
}


.neurodopamina div.neuros {
    display: flex;
    justify-content: space-between;
}

.neurodopamina p {
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 1.5rem;

    padding: 2vw 10px 0 10px;
    line-height: 2.5rem;
}

.neurodopamina h3 {
    font-size: 3rem;
    font-weight: 100;
    color: #FFFFFF;
    margin: 2vw 2vw 2vw 2vw;
}

.neurodopamina div.textoEsquerda {
    margin-top: 2vw;
    margin-left: 5vw;
    margin-right: 10vw;
    border: 2px solid white;
    border-radius: 40px;
    max-width: 550px;
    padding: 2vw;
}

.dopa {
    padding: 7vw 0 0 0;
}

.dopa p {
    border: 2px solid white;
    border-radius: 40px;
    margin: 0 0 2vw 0;
    padding: 2vw;
}

.dopa img {
    margin: 0 0 0 5vw;
}


.cerebroParte {
    position: relative;
    border-bottom: 1px solid rgb(202, 202, 202);

}

.cerebroParte p {
    margin: 0.5vw 0 0 0;
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 1.5rem;
    padding: 1vw 0px 1vw 2vw;
    line-height: 2.5rem;
}

.texImgParte {
    margin: 16rem 6rem 0 0;
}

.cerebroParte div.tudo {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative;

}

.cerebroParte div.texto {
    max-width: 1050px;
    background-color: #FFFFFF;
    color: #000;
    border-radius: 40px;
    padding: 1vw;
    box-shadow: 3px 3px 25px rgba(255, 255, 255, 0.397);
    position: relative;
}

.cerebroParte h3 {
    font-size: 3rem;
    font-weight: 400;
    margin: 2vw 2vw 0 2vw;
}


.cerebroParte a img.imgcerebro {
    position: absolute;
    transform: rotate(5deg);
    right: 0.5vw;
    width: 40%;
    bottom: -4vw;
    z-index: 5;

}



.conclusaoCien div.maquinaCassino {
    display: flex;
    justify-content: space-between;
    background-color: #540B24;
    padding-top: 5vw;
}

.pinterest p {
    text-align: center;
}

.conclusaoCien div.maquinaCassino img {
    width: 545px;
    height: 555px;
    padding: 0 0 0 2vw;
}

.conclusaoCien div.maquinaCassino p {
    margin: 0 8vw;

}

.conclusaoCien div.maquinaCassino {
    margin: 2vw 0 0 0;
}

.conclusaoCien h3 {
    font-size: 3rem;
    font-weight: bold;
    margin: 4vw 0;
    text-align: center;

}

.conclusaoCien div.texImgCere {
    margin: 5vw 0 0 0;
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding: 1.5vw 2vw 0 2vw;
    background-color: #2C3E50;
}

.conclusaoCien div.texImgCere img {
    padding: 9vw 0 0 9vw;
    width: 230%;
}

.textosCere {
    padding: 4vw 0 4vw 14vw;
}

.textosCere p span {
    font-weight: bold
}

.conclusaoCien h3.conclusaoh3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 5vw 2vw 2vw 2vw;
    text-align: left;
}

.conclusaoCien {
    border-bottom: 1px solid rgb(202, 202, 202);
}

.conclusaoCien p.mencao {
    margin-top: 3vw;
    padding: 1.5vw 1.5vw 1.5vw 2.5vw;
    background-color: #540B24;
    text-align: center;
    border-radius: 30px;
    box-shadow: 3px 3px 25px #000000d5;
}

.conclusaoCien p {
    margin: 2vw 0 0 0;
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 1.5rem;
    padding: 1vw 10px 1vw 2vw;
    line-height: 2.5rem;
}

.conclusaoCien div.psico {
    display: flex;
    margin: 1vw 3vw 0 3vw;
}

.conclusaoCien div.psico p {
    margin: 1vw 3vw 0 3vw;
}

.conclusaoCien p {
    padding: 1vw 0 2vw 0;
}


body p.creditosCien {
    font-size: 0.7rem;
    padding: 0;
}


/*==========================================================
MALEFÍCIOS
==========================================================*/

.maleficios {
    background: #540B24;

}

.inicioMal {
    display: flex;
    border-bottom: 1px solid rgb(202, 202, 202);
    margin: 6vw 0 0 0;
}

.inicioMal {
    border: 1px solid #000000;
    border-radius: 80px;
}

.inicioMal div.texto {
    border: 1px solid #000000;
    border-radius: 80px;
    padding: 4vw 1vw 0 1vw;
}


.inicioMal h1 {
    font-family: "Abril Fatface", serif;
    font-size: 4rem;
    margin: 20px 20px;
    text-align: center;
}

.inicioMal img {
    margin-right: 4vw;
}


.pesquisaMal {
    padding: 2vw 4vw 4vw 4vw;
    border-bottom: 1px solid rgb(202, 202, 202);
}

.pesquisaMal h3 {
    font-size: 2.3rem;
    margin: 2vw;
    font-weight: 600;

}

.pesquisaMal p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin: 2vw;
    border: 1px solid white;
    padding: 2vw;
    border-radius: 2vw;
    text-align: center;
}

.pesquisaMal p.creditos {
    font-size: 0.7rem;
    padding: 0;
}

.pesquisaMal div.div-pesquisa {
    display: flex;
    padding: 0 0 0 20vw;
}

.pesquisaMal img {
    width: 100%;
}


.pesquisa-2Mal h3 {
    font-family: "Abril Fatface", serif;
    font-size: 3.2rem;
    display: block;
    line-height: 2vw;
    margin: 4vw 0;
}

.pesquisa-2Mal div.texto1 {
    padding: 0 40px;
}

.pesquisa-2Mal div.tabelaTexto {
    display: flex;

}

.pesquisa-2Mal img {
    width: 30vw;
    height: 40vw;

}

.pesquisa-2Mal p {
    margin: 4vw;
    padding: 3vw;
    font-size: 1.2rem;
    background-color: #2C3E50;
    border: 1px solid white;
    border-radius: 20px;
    line-height: 2vw;
}


.pesquisa-2Mal p span {
    font-weight: bold;
    line-height: 2vw;
}

.enfermidades {
    position: relative;
}

.enfermidades >h3 {
    font-size: 2.5rem;
    color: #000;
    font-weight: bolder;
    background-color: white;
    border-radius: 20px;
    padding: 1.7vw;
    text-align: center;
    position: absolute;
    margin: 0 0 0 23vw;
}


.enfermidades div.enfermidadesEx {
    margin: 3vw 5vw;
    padding: 2vw;
    border: 5px solid #2C3E50;
    border-radius: 20px;
}

.enfermidades div.enfermidadesEx ul {
    display: flex;
    justify-content: space-between;

}

.enfermidades div.enfermidadesEx ul li {
    padding: 1vw 8vw;

}

.enfermidades div.enfermidadesEx ul li p.btn-modal {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.enfermidades div.enfermidadesEx ul li p {
    color: #000;
    line-height: 1.1vw;
    padding: 1vw;
}

.enfermidades div.enfermidadesEx ul li h3 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    padding: 1vw;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;


}

.modal-content {
    background: white;
    padding: 20px;
    max-width: 600px;
    border-radius: 8px;
}




.pesquisa-3Mal {
    padding: 4vw 4vw 2vw 4vw;
    margin: 40px;
}

.pesquisa-3Mal h3 {
    font-family: "Abril Fatface", serif;
    font-size: 3.2rem;
    margin-bottom: 40px;
    display: block;

}

.pesquisa-3Mal p {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.pesquisa-3Mal div {
    margin: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 6vw;
}

.pesquisa-3Mal div img {
    justify-content: space-around;
    width: 522px;
    height: 522px;
}

.pesquisa-3Mal div p {
    justify-content: space-around;
    padding: 50px;
    margin: 40px 60px 4vw 80px;
    border: 2px solid white;
    border-radius: 20px;

}

.finalMale {
    border-bottom: 1px solid rgb(202, 202, 202);
    padding: 0 4vw 4vw 4vw;
}

.finalMale h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 2vw 0.5vw;
}

.finalMale div {
    display: flex;
    justify-content: space-between;
}

.finalMale div p {
    margin: 0 auto;
    max-width: 900px;
    font-size: 1.5rem;
    padding-right: 5vw;
}

.finalMale div p span {
    font-weight: bold;
}

.finalMale div iframe {
    width: 600px;
    height: 300px;
}

.referencias {
    padding: 4vw;
}

.referencias h4 {
    font-size: 2rem;
}

.referencias a {
    margin: 2vw;
    text-align: left;
    font-weight: bolder;
    color: #ffffff;
    text-decoration: none;
    line-height: 2rem;
}

/*==========================================================
PERIGOS
==========================================================*/


.perigos {
    background-color: #2C3E50;
}

.inicioPerigos {
    display: flex;
    border-bottom: 1px solid rgb(202, 202, 202);
    margin: 6vw 0 0 0;
}

.inicioPerigos {
    border: 1px solid #000000;
    border-radius: 80px;
}

.inicioPerigos div.texto {
    border: 1px solid #000000;
    border-radius: 80px;
    padding: 4vw 1vw 0 1vw;
}


.inicioPerigos h1 {
    font-family: "Abril Fatface", serif;
    font-size: 4rem;
    margin: 20px 20px;
    text-align: center;
}

.inicioPerigos img {
    margin-right: 4vw;
    width: 70%;
}

.comentariosPerigos {
    padding: 4vw 4vw 2vw 4vw;
}

.comentariosPerigos div.blocoPeri {
    font-size: 1.5rem;
     line-height: 2rem;
    display: flex;

}

.comentariosPerigos h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 2vw;
}

.comentariosPerigos ul li span {
    font-weight: bold;

}

.comentariosPerigos div.blocoPeri div.texto1Peri p {
    font-size: 1.5rem;
}

.comentariosPerigos div.blocoPeri ul {
    margin: 2vw;
}

.comentariosPerigos div.blocoPeri ul li {
    font-size: 1.5rem;

}

.comentariosPerigos div.imagem img {
    margin: 0 0 0 6vw;
    width: 70%;
}

.comentariosPerigos div.imagem p {
    margin: 2vw 2vw 1vw 3vw;
    line-height: 2rem;
    font-size: 1.5rem;
}

.comentariosPerigos div.imagem a {
    display: flex;
    justify-content: right;
    text-decoration: none;
    font-weight: bolder;
    color: #ffffff;

}

.cyberbullying {
    padding: 0 4vw 2vw 4vw;
    border-bottom: 1px solid rgb(202, 202, 202);

}

.cyberbullying h3 {
    margin: 0 0 1.5vw 2vw;
    font-size: 2rem;
    font-weight: bold;
}

.cyberbullying p {
    font-size: 1.5rem;
    margin: 0 10vw 1vw 0;
}

.cyberbullying p.caixaAjuda {
    margin: 3vw 2vw;
    text-align: center;
    line-height: 2.1vw;
    background-color: white;
    color: #000000;
    padding: 1.5vw;
    border-radius: 1.5vw;

}

.menores {
    margin: 3vw;
    border-bottom: 1px solid rgb(202, 202, 202);
}

.menores a {
    font-size: 1.5rem;
    color: #000000;
    margin: 3vw;
    background-color: rgba(255, 255, 255, 0.384);
    padding: 1.5vw;
    border-radius: 1.5vw;
}

.menores h3 {
    font-size: 3rem;
    font-weight: bold;
    margin: 1vw 2vw 3vw 2vw;
}

.menores h4 {
    font-size: 2.2rem;
    font-weight: 300;

}

.menores p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 2vw;
}

.menores p span {
    font-weight: bold;
}

.menores details {
    margin: 4vw 0;
}

.menores details summary {
    display: flex;
    justify-content: space-between;
}

.menores details.grupoUm {
    background-color: #540B24;
    padding: 2vw;
    cursor: pointer;
}

.menores details.grupoDois {

    background-color: #1B1B1B;
    padding: 2vw;
    cursor: pointer;
}


.menores>div {
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.menores div p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    max-width: 800px;
    margin: 2vw;
}

.menores div img {
    width: 55%;
    margin: 0 0 0 5vw;
}



/*========================================3==================
DESCONECTA
==========================================================*/

.desconecta {
    background: #540B24;

}

.bannerDesconecta {
    padding: 0vw 4vw;
    display: flex;
    border: 2px solid #000;
    border-radius: 40px;
    justify-content: space-between;
    align-items: center;
}

.bannerDesconecta div {
    border: 2px solid #000;
    border-radius: 40px;
    padding: 4vw;
}

.bannerDesconecta h1 {
    font-size: 6rem;
    margin: 2vw 0;
    padding: 0 0 1vw 0;
    font-family: "Abril Fatface", serif;
}

.bannerDesconecta h2 {
    font-size: 1.7rem;
    max-width: 700px;
}

.introDesc {
    margin: 4vw;
    position: relative;
}

.introDesc .ponto {
    color: #53061F;
    font-family: "Abril Fatface", serif;
    position: absolute;
    font-size: 4rem;
    background-color: #ffffff;
    padding: 2vw 3vw;
    border-radius: 200px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.introDesc div {
    background-color: #ffffff;
    color: #000;
    padding: 2vw;
    border-radius: 50px;
}

.introDesc h3 {
    font-size: 1.7rem;
    text-align: center;
    font-weight: bolder;
    margin: 2vw 0;
}

.introDesc div p {
    position: relative;
    margin: 2vw;
    font-size: 1.4rem;
}

.abandonar {
    padding: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2vw;
}

.abandonar>div {
    background-color: #ffffff;
    color: #000;
    padding: 2vw;
    flex: 1 1 300px;
    border-radius: 20px;
    line-height: 2rem;
    margin: 2vw 0;
    width: 95%;
    height: fit-content;
}

.abandonar div h3 {
    font-weight: bold;
    font-size: 2rem;
    margin: 2vw 0;
}

.abandonar ul {
    flex: 2 1 500px;
    padding: 0;
}

.abandonar ul li {
    background-color: #ffffff;
    color: #000;
    margin: 2vw 20px;
    display: flex;
    padding: 20px;
    border-radius: 40px;
}

.abandonar ul li svg {
    background-color: #262323;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-shrink: 0;
     fill: #fff;
}



.abandonar ul li div {
    display: block;
}

.abandonar ul li div p {
    font-size: 1.2rem
}

.abandonar ul li h4 {
    font-weight: bold;
    font-size: 1.5rem;
}

.passos {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.passos div h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

.passos div  p {
    width: 40%;
    font-size: 1.2rem;
}

.hobbieSquare {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2vw;
    border-radius: 30px;
    gap: 40px;
    background-color: #ffffff;
    width: 60%;
}

.hobbieSquare div {
    display: flex;
    width: 80%;
}

.hobbieSquare span svg {
    fill: #FFFFFF;
    width: 60px;
    height: 60px;
    padding: 20px;
    border-radius: 20px;
}

.backAzul {
    background-color: #2C3E50;
    width: auto;
    height: auto;
    border-radius: 20px;
    margin-right: 40px;
}

.backRed {
    background-color: #53061F;
    width: fit-content;
    width: auto;
    height: auto;
    border-radius: 20px;
    margin-right: 40px;

}

.tooltipDesc {
    position: relative;
    cursor: pointer;
    padding: 7px;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;

}

.tooltipTextDesc {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #ffffff;
    color: #000000;
    white-space: nowrap;
    padding: 10px 15px;
    border-radius: 7px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.tooltipTextDesc a {
    text-decoration: none;
    color: #000;
}

.tooltipTextDesc::before {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%);
    border: 15px solid;

}

.tooltipDesc:hover .tooltipTextDesc {
    top: -30%;
    visibility: visible;
    opacity: 1;
}

.imagem-direita {
    display: flex;
    justify-content: space-between;
    gap: 8vw;
    background-color: #D9D9D9;
    padding: 2vw;
    border-radius: 20px;
}

.imagem-direita div h3 {
    font-size: 2rem;
    background-color: #2C3E50;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border-radius: 15px;
}

.imagem-direita div p {
    color: #000;
    width: 90%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3rem;
}

.imagem-direita img {
    width: 30%;
    border: 30px solid #FFFFFF;
    border-radius: 50px;
}

.fotosAlternadas {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4vw;
    margin: 4vw 0;
    width: 100%;
}

.fotosAlternadas div h3 {
    font-size: 2rem;
    font-weight: bold;
}

.fotosAlternadas div p {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.fotosAlternadas img {
    width: 22%;
    border-radius: 40px;
    padding: 10px;
    background: #fff;
}

.fotosAlternadas img.imgCima {
    border: 10px solid #D9D9D9;
    position: relative;
    top: -40px;
}

img.azulBaixo {
    border: 20px solid #2C3E50;
    position: relative;
    top: 60px;
    left: -30px;

}


.svgCasa .tituloSvg {
    display:grid ;
    justify-content: center;
}

.svgCasa h3 {
    font-size: 2rem;
    margin: 2vw;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    background-color: white;
    padding: 2vw;
    color: #000;
    border-radius: 20px;
}



  .container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    position: relative;
  }

 .container svg {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 90px;
  }
  /* Caixa de texto */
  .info-box {
    width: 40%;
    height: 70%;
    padding: 3vw;
    border: 2px solid #333;
    border-radius: 8px;
    background: #f8f8f8;
    display: none; 
    font-size: 1.5rem;
    color: #000000;
    position: absolute;
    top: 10vw;
    line-height: 2vw;
    overflow: auto;
  }


  .info-box.active {
    display: block;
     
  }



/*==========================================================
NOTÍCIAS
==========================================================*/

.noticiasHtml {
    background-color: #1B1B1B;
}

.bannerNot {
    padding: 0vw 4vw 0vw 4vw;
}

.bannerNot h1 {
    font-family: "Abril Fatface", serif;
    font-size: 4rem;
    text-align: center;
    letter-spacing: 2rem;

    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff;
}

.bannerNot h2 {
    font-family: "Abril Fatface", serif;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 10px;
    margin: 2vw;
    margin-bottom: 6vw;
}

.bannerNot div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    line-height: 2rem;
}

.bannerNot div p {
    font-size: 1.5rem;
    max-width: 700px;
    text-align: left;
}

.bannerNot div p span a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bolder
}

.bannerNot div img {
    width: 100%;
}

.texto1 {
    padding: 0vw 4vw 4vw 4vw;
    line-height: 2rem;
}

.texto1 div {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
}

.texto1 div iframe {
    width: 460px;
    height: 257px;
    padding: 0 0 2vw 0;
}

.texto1 div p {
    max-width: 1000px;
    font-size: 1.5rem;
}

.texto1 p {
    margin-top: 40px;
    font-size: 1.5rem;
}

.texto2 {
    padding: 6vw 4vw 0 4vw;
}

.texto2 div.bloco {
    display: flex;
}

.texto2 div h4 a {
    text-decoration: none;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bolder;
}

.texto2 p {
    font-size: 1.5rem;

}

.texto2 a.img {
    display: grid;
    justify-content: center;
}

.texto2 div.right {
    text-align: right;
    max-width: 850px;
    margin: 0 0 0 20vw;
}

.texto2 div.left {
    text-align: left;
    max-width: 850px;
}

.ultimosTextos {
    margin: 6vw 2vw;
    font-size: 1.5rem;
}

.ultimosTextos div {
    margin: 2vw;
    display: flex;
}

.ultimosTextos div iframe {
    width: 600px;
    height: 560px;
}

.ultimosTextos div p {
    max-width: 800px;
    line-height: 2.5rem;
    margin: 0 0 0 5vw;
}

.ultimosTextos p {
    line-height: 2.5rem;
    padding: 0 0 2vw 2vw;
}

.conjuntoCarro h3 {
    font-family: "Abril Fatface", serif;
    font-size: 4rem;
    text-align: center;
    letter-spacing: 10px;
    padding-top: 40px;
    margin: 2vw;
    border-top: 2px solid #ffffff;
    margin-bottom: 4vw
}

.carrosel-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 2vw 12vw;
}

.carrosel .slider {
    margin-left: 20px;
    width: 423px;
    height: 593px;
    overflow: hidden;
    position: relative;
}

.carrosel .slides {
    width: 400%;
    height: 593px;
    display: flex;
    transition: margin-left 1s ease-in-out;
}

.carrosel .slider input {
    display: none;
}

.carrosel .slide {
    width: 423px;
    position: relative;
}

.carrosel .slide img {
    width: 423px;
}

.carrosel .manual-navigation {
    position: absolute;
    width: 100%;
    margin-top: -40px;
    left: 0;
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
}

.carrosel .manual-btn {
    border: 2px solid #ffffff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: .05s;
}

.carrosel .manual-btn:not(:last-child) {
    margin-right: 40px;
}

.carrosel .manual-btn:hover {
    background: #ffffff;
}

#radio1:checked~.slides {
    margin-left: 0;
}

#radio2:checked~.slides {
    margin-left: -423px;
}

#radio3:checked~.slides {
    margin-left: -846px;
}

#radio4:checked~.slides {
    margin-left: -1269px;
}

#radio5:checked~.slides {
    margin-left: -1692px;
}

#radio6:checked~.slides {
    margin-left: -2115px;
}

.carrosel .navigation-auto div {
    border: 2px solid #D1D1D1;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.carrosel .navigation-auto {
    position: absolute;
    width: 423px;
    margin-top: 552px;
    left: 0;
    display: flex;
    justify-content: center;
}

.carrosel .navigation-auto div:not(:last-child) {
    margin-right: 40px;
}

#radio1:checked~.navigation-auto .auto-btn1 {
    background-color: #ffffff;
}

#radio2:checked~.navigation-auto .auto-btn2 {
    background-color: #ffffff;
}

#radio3:checked~.navigation-auto .auto-btn3 {
    background-color: #ffffff;
}

#radio4:checked~.navigation-auto .auto-btn4 {
    background-color: #ffffff;
}

#radio5:checked~.navigation-auto .auto-btn5 {
    background-color: #ffffff;
}

#radio6:checked~.navigation-auto .auto-btn6 {
    background-color: #ffffff;
}

.carrosel .manual-btn2 {
    border: 2px solid #ffffff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: .05s;
}

.carrosel .manual-btn2:not(:last-child) {
    margin-right: 40px;
}

.carrosel .manual-btn2:hover {
    background: #ffffff;
}

#c2radio1:checked~.slides {
    margin-left: 0;
}

#c2radio2:checked~.slides {
    margin-left: -423px;
}

#c2radio3:checked~.slides {
    margin-left: -846px;
}

#c2radio4:checked~.slides {
    margin-left: -1269px;
}

#c2radio5:checked~.slides {
    margin-left: -1692px;
}

#c2radio6:checked~.slides {
    margin-left: -2115px;
}

#c2radio1:checked~.navigation-auto .auto-btn1 {
    background-color: #ffffff;
}

#c2radio2:checked~.navigation-auto .auto-btn2 {
    background-color: #ffffff;
}

#c2radio3:checked~.navigation-auto .auto-btn3 {
    background-color: #ffffff;
}

#c2radio4:checked~.navigation-auto .auto-btn4 {
    background-color: #ffffff;
}

#c2radio5:checked~.navigation-auto .auto-btn5 {
    background-color: #ffffff;
}

#c2radio6:checked~.navigation-auto .auto-btn6 {
    background-color: #ffffff;
}

.pod-cast {
    padding: 4vw;

}

.pod-cast a {
    margin: 2vw 0;
    display: flex;
    justify-content: center;
}

/*==========================================================
APLICATIVOS
==========================================================*/

.aplicativosHtml {
    background: #540B24;
}

.bannerAplicativo {
    display: flex;
    justify-content: space-between;
    padding: 4vw;
}

.bannerAplicativo h1 {
    font-size: 5rem;
    font-family: "Abril Fatface", serif;
    line-height: 90px;
}

.bannerAplicavo h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.bannerAplicativo p {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.89);
    line-height: 40px;
}

.bannerAplicativo div {
    border: 1px solid rgba(255, 255, 255, 0.795);
    border-radius: 80px;
    padding: 2vw;
    max-width: 700px;
}

.apliDois {
    margin: 0 auto;
    display: flex;
    gap: 4vw;
    width: 90%;
    transition: transform 0.4s ease;
}

.apliDois:hover {
    transform: translateY(-20px);
}

.apliDois>div {
    width: 80%;
    margin: 2vw 0;
    background-color: #1D1D1D;
    border-radius: 60px;
    padding: 20px;
    border: 15px solid #F4F4F4;

}

.apliDois div div {
    display: flex;

}

.apliDois div div img {
    width: 15%;
    border: 5px solid #ffffff;
    border-radius: 20px;
    margin-right: 20px
}

.apliDois div div h3 {
    font-weight: bold;
    font-size: 2rem;
}

.apliDois div p {
    margin: 2vw 0;
    line-height: 2rem;
    font-size: 1.4rem;
}

.foco {
    background-color: #FFFFFF;
}

.brancoAzul {
    background-color: #D9D9D9 !important;
    border-color: #2C3E50 !important;
    color: #000;
}


/*==========================================================
DADOS
==========================================================*/

.bannerDados h1 {
    font-family: "Abril Fatface", serif;
    font-size: 5rem;
    padding: 0 0 2vw 0;
}

.bannerDados {
    display: flex;
    padding: 5vw;
    margin: 5vw 8vw 0 8vw;
    border: 2px solid #000;
    border-radius: 80px;
}

.bannerDados div {
    border: 2px solid #000;
    border-radius: 80px;
    padding: 2vw 0 2vw 2vw;
    margin: 0 2vw 0 0;
}

.bannerDados h2 {
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 1.4rem;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    padding: 0 3vw 0 0;
    max-width: 500px;
}

.bannerDados img {
    border-radius: 30px;
    width: 50%;
}

.estudantes {
    border-bottom: 1px solid rgb(202, 202, 202);
    padding: 4vw;
    margin: 5vw 0 0 0;
}

.dados span {
    font-weight: bold;
}

.estudantes h3 {
    font-family: "Jacques Francois", serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: #000;
    text-align: center;
}

.estudantes div.texto p {
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 1.5rem;
    padding: 1vw 0 0 0;
    line-height: 35px;
    color: #000;
}

.estudantes div.texto {
    background-color: white;
    border-radius: 40px;
    padding: 2vw;
}

.estudantes div.grafico {
    display: flex;
    justify-content: space-between;
    padding: 4vw 0 0 0;
}

.estudantes div.grafico img {
    border-radius: 30px;
    margin: 0 2vw 0 0;
}

.estudantes div.grafico p {
    font-size: 1.5rem;
    font-weight: bold;
}

.grafico div  ul {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
    gap: 2vw;
}
.grafico div ul li ul {
    display: flex;
    flex-direction: column;
}
.grafico div ul li ul li {
    background-color: #FFFFFF;
    padding: 20px;
    border: 10px solid #fff;
    color: #000;
    list-style-type: disc ;
    list-style-position: inside;
}
.equipamento {
    border-bottom: 1px solid rgb(202, 202, 202);
    padding: 4vw;
    display: flex;
    justify-content: space-between;
}

.equipamento h3 {
    font-family: "Jacques Francois", serif;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: right;
    padding: 0 0 2vw 0;
}

.equipamento p {
    line-height: 35px;
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    font-style: normal;
    padding: 2vw 0 0 0;
    text-align: right;
}

.equipamento .textoBorda p {
    color: #000;
    text-align: left;
}

.equipamento .textoBorda {
    padding: 3vw;
    margin: 2vw 0;
    text-align: left;
    background-color: #FFFFFF;
    color: #000;
    border-radius: 20px 20px 20px 0px;
}

.equipamento div.textoEqui {
    color: #000;
    background-color: white;
    width: 40%;
    padding: 3vw;
    border: 80px solid #000;
}

.equipamento div ul {
    list-style-type: disc;
    font-size: 1.5rem;
    width: 70%;
}

.equipamento img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.idade {
    border-bottom: 1px solid rgb(202, 202, 202);

}

.idade h3 {
    font-family: "Jacques Francois", serif;
    font-size: 3rem;
    font-weight: bold;
}

.idade p {
    line-height: 35px;
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    padding: 2vw 0 0 0;
    max-width: 1100px;
}

.idade .textosIdade {
    display: block;
}

.idade .textosIdade p {
    background-color: #FFFFFF;
    border-radius: 50px;
    margin: 2vw;
    padding: 2vw;
    color: #000;
}

.idade div {
    display: flex;
    justify-content: space-between;
}

.idade div img {
    width: 130%;
    border-radius: 20px;
}

.conclusao {
    background-color: #1B1B1B;
    margin: 2vw;
}

.conclusao h3 {
    font-family: "Jacques Francois", serif;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.conclusao p {
    line-height: 35px;
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 1.5rem;
}

.conclusao>div {
    justify-content: space-between;
    display: flex;

}

.conclusao img {
    padding: 0 4vw 0 0;
}


/*==========================================================
SOBRE O PROJETO
==========================================================*/

.sobre {
    background-color: #1B1B1B;
}

.sobreProj {
    display: flex;
    justify-content: space-between;
}

.sobreProj h1 {
    font-size: 8rem;
    font-family: "Abril Fatface", serif;
    padding: 0 0 4vw 0;
}

div.imgSobreBanner p {
    font-size: 0.9rem;
}

.sobreProj div {
    display: block;
}

.sobreProj div img {
    width: 100%;
}

.sobreProj div legend {
    text-align: right;
}

.sobreProj p {
    font-size: 1.8rem;
    margin: 4vw 0 0 0;
}

.centro {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5vw 0 5vw 0;
}

.border {
    font-weight: bolder;
}

.projeto {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5vw 0 5vw 0;
}

.projeto ul {
    display: flex;
    justify-content: center;
    gap: 4vw;
    width: 90%;

}

.projeto ul li {
    width: 40%;
}

.projeto ul li p {
    line-height: 2rem;
    color: #000;
    text-align: center;
    background-color: #ffffff;
    border-radius: 80px;
    padding: 2vw;
    border: 30px solid #540B24;

}

.projeto p.primeiraAzul {
    border: 30px solid #2C3E50;
    line-height: 2.5rem;
}

.botao {
    background-color: #2C3E50;
    color: #ffffff;
    border-radius: 40px;
    text-decoration: none;
    font-size: 2.5rem;
    padding: 1.5vw 3vw;
    font-weight: bold;
    margin: 33.5vw;
}

.pessoas h3 {
    text-align: center;
    font-size: 2rem;
}

.grupo1sobre,
.grupo2sobre {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2vw;
    margin: 2vw auto;

}

.card {
    position: relative;
    background-color: #FFFFFF;
    padding: 2vw;
    width: 20%;
    box-shadow: 0 20px 20px #53061F;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-20px);
    box-shadow: 0 60px 60px #53061F;
    /* aumenta a sombra */
}

.card div {
    color: #000;
    font-size: 1.4rem;

    margin: 20px;
}

.card div h4 {
    margin: 2vw 0;
    text-align: center;
}

.card img {
    display: block;
    border-radius: 4px;
    margin-bottom: 1vw;
    width: 80%;
    margin: 0 auto;
}

/*==========================================================
REFERÊNCIAS
==========================================================*/
.refs {
    background-color: #D1D1D1;
}

.refs main {
    padding: 2vw;
    margin: 4vw;
}

.refs a {
    text-decoration: none;
    color: #1B1B1B;
}

.refs a.link {
    text-decoration: underline;
    color: #1B1B1B;
}

.refs .inicio h1 {
    font-size: 8rem;
    font-family: "Abril Fatface", serif;
    padding: 2vw 0 10vw 0;
    color: #1B1B1B;
    text-align: center;
}

.refs .inicio h2 {
    padding: 5vw 0 2vw 0;
    font-size: 3vw;
    color: #1B1B1B;
    font-family: "IBM Plex Sans Thai", "Atkinson Hyperlegible", sans-serif;

}

.refs .inicio h2 a {
    transition: transform 0.8s ease, box-shadow 0.8s ease;
}

.refs .inicio h2.Preto a:hover {
    background: #1B1B1B;
    border-radius: 200px;
    padding: 15px 40px;
    color: #ffffff;
}

.refs .inicio h2.Vermelho a:hover {
    transform: translateY(-10px);
    background: #540B24;
    border-radius: 200px;
    padding: 15px 40px;
    color: #ffffff;
}

.refs .inicio h2.Azul a:hover {
    transform: translateY(-10px);
    background: #2C3E50;
    border-radius: 200px;
    padding: 15px 40px;
    color: #ffffff;
}

.refs .inicio ul li {
    list-style-type: disc;
    color: #1B1B1B;
    padding: 10px 0;
    font-size: 25px;
}

.refs .inicio p {
    list-style-type: disc;
    color: #1B1B1B;
    padding: 10px 0;
    font-size: 25px;
}



@media only screen and (max-width: 900px) {
    /*HEADER*/

    .nav-bar {
        padding: 1rem 1rem;

    }

    .nav-item {
        display: none;
    }

    .menu-mobile-icon {
        display: block;
    }

    .menu-mobile-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }

    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }

    .open {
        display: block;
    }
    
    /*FOOTER*/

    footer nav.mapaFooter {
        display: none;

    }

    footer .footerCont {
        display: block;
    }


    footer nav p {
        display: flex;
        justify-content: center;
    }

    footer div.creditos p {

        font-size: 0.8rem;
        line-height: 14px;
    }

    footer div.p p {
        font-size: 0.8rem;
        text-align: center;
        line-height: 12px;
        margin: 0vw 0 5vw 0;
    }



    /*BANNER*/
    .banner {
        display: block;
        border-bottom: 1px solid rgb(211, 211, 211);
        padding-bottom: 40px;
    }

    .banner div a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .banner h1 {
        font-size: 2rem;
        margin: 5vw 10vw 1vw 10vw;
    }

    .banner p {
        font-size: 1.2rem;
        line-height: 24px;
        margin: 0 0 25px 0;
    }

    .banner a.botaoInicio {
        font-size: 1rem;
        padding: 10px 20px;

    }

    /*INTRODUCAO*/

    .introducao {
        display: grid;
    }

    .introducao h2 {
        font-size: 1.8rem;
        padding: 4vw ;
    }

    .introducao div.textoInt p {
        font-size: 1.1rem;


    }

    .introducao img {
        display: grid;
        width: 90%;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto;
    }

    /*MAPA*/

    .mapa {
        width: 100%;
    }
    .mapa h2 {
        font-size: 2rem;
        margin: 0 0 13vw;
    }

    .mapa p {
        font-size: 0.8rem;
    }
    .blocos {
        width: 100%;
        gap: 8vw;
    }

    .mapa div.bloco2 {
        position: relative;
        padding: 3vw;
        margin: 2vw;
        border-radius: 20px;
        width: 100%;
        line-height: 30px;
        font-size: 0.9rem;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .mapa div.bloco2 img.lupa {
        position: absolute;
        top: -50%;
        left: 40%;
        transform: translateX(-50%);
        width: 35%;
        
    }

    .mapa div.bloco2 img.comp {
        display: none;
    }

    /*NOTICIAS - Primeira página*/

    .noticiasInicio h2 {
        font-size: 1.6rem;

    }

    .noticiasInicio h4 {
        font-size: 1.2rem;
        text-align: center;
        padding: 1px 0 0 0;
    }

    .noticiasInicio ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
        padding: 0 10px;

    }


    .noticiasInicio div.texto1Ini p {
        font-size: 1rem;
        text-align: center;
        margin: 2vw 4vw 8vw 4vw;

    }

    .noticiasInicio div.texto2Ini p {
        font-size: 1rem;
        text-align: center;
        margin: 2vw 4vw 8vw 4vw;
    }

    .noticiasInicio ul li {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        margin-bottom: 15vw;
        border-radius: 40px;
        box-sizing: border-box;
    }

    /*QUIZZ*/
    .quiz h2 {
        font-size: 1.5rem;
    }

    .quiz>p {
        font-size: 1rem;
    }

    #btn-modalQuizz {
        font-size: 1.5rem;
        margin-top: 20px;
        padding: 10px 20px;
    }

    div#modal {
        padding: 10px;
        height: 100%;
    }

    #modal-content {
        padding: 20px;
        max-width: 100%;
        width: 100%;

        height: fit-content;
        margin-top: 0;
        border-radius: 10px;
    }

    #graficoHoras.mostrar {
        display: block;
        text-align: left;
    }

    .hobbie {
        display: block;
    }

    .graficoQuizz {
        width: 80px !important;
        height: 80px !important;
    }

    .usoMedio {
        width: 110px !important;
        height: 110px !important;
    }

    .graficoQuizz::after,
    .usoMedio::after {
        font-size: 15px;
        left: 50%;
    }

    #videoContainer.mostrar {
        display: block;
    }


    /*CIÊNCIAS*/

    .bannerCien {
        display: block;
        border: none;
    }

    .bannerCien div a img {
        width: 90%;
        margin: 0 0 10vw 6vw;
    }

    .bannerCien h1 {
        font-size: 1.5rem;
    }

    .bannerCien h2 {
        color: rgb(214, 214, 214);
        text-align: center;
        margin: 6vw;
    }




    .introCien div.cinza p {
        font-size: 1rem;
        line-height: 25px;

    }

    .introCien h3 {
        font-size: 1.6rem;
    }

    .introCien p {
        font-size: 1rem;
        line-height: 20px;
    }

    .introCien div.neuro {
        display: block;
    }

    .introCien div.neuro ul li  ul {
        display: block;
       
    }

    .introCien div.neuro ul li ul  {
        margin: 4vw;
    }

    .neurodopamina div.neuros {
        display: block;
    }

    .neurodopamina div.textoEsquerda h3 {
        text-align: center;
        font-size: 1.3rem;

    }

    .neurodopamina div.textoEsquerda p {

        font-size: 1rem;
        line-height: 20px;
        margin: 3vw;
    }

    .dopa p {
        font-size: 1rem;
        padding: 4vw;
        text-align: center;
        line-height: 25px;
    }

    .dopa img {

        width: 70%;
        margin: 4vw 0 0 10vw;
    }

    .cerebroParte {
        padding-bottom: 15vw;
    }

    .cerebroParte h3 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 5vw;
    }

    .cerebroParte p {
        font-size: 1rem;
        line-height: 20px;
        margin: 5vw 5vw 0 5vw;
    }

    .cerebroParte a img.imgcerebro {

        width: 45%;
        bottom: -2vw;
        z-index: 5;
    }

    .conclusaoCien h3 {
        font-size: 1.5rem;
        color: white;
    }

    .conclusaoCien div.maquinaCassino {
        display: block;
    }

    .conclusaoCien div.maquinaCassino p {
        font-size: 1rem;
        line-height: 25px;

    }

    .conclusaoCien div.maquinaCassino img {
        height: 60%;
        width: 90%;
    }

    .conclusaoCien div.texImgCere {
        display: block;
    }
    .conclusaoCien div.texImgCere img {
        width: 45%;
        align-items: center;
    }

    .textosCere {
        padding: 0;
    }

    .textosCere p {
        font-size: 1rem;
        text-align: center;
        line-height: 22px;
        padding: 4vw;
    }
    div.texImgCere div {
       display: grid;
       justify-content: center;
       align-items: center;
      
    }
    .conclusaoCien div.texImgCere  img {
        width: 60%; 
        margin:  0 auto;
    }

    .conclusaoCien p.mencao {
        font-size: 1rem;
        line-height: 20px;
        padding: 5vw;
        text-align: center;
    }

    .conclusaoCien div.psico {
        display: block;
    }

    .conclusaoCien div.psico p {
        font-size: 1rem;
        line-height: 20px;
        padding:
            5vw 0 0 0;
    }

    .conclusaoCien h3.conclusaoh3 {
        font-size: 1.5rem;
    }

    .conclusaoCien p {
        font-size: 1rem;
        line-height: 20px;
    }

    .referenciasCere h3 {
        font-size: 1.5rem;
        margin: 6vw 0 0 0;
    }

    .referenciasCere a {

        font-size: 1rem;
    }


    /*MALEFICIOS*/



    .maleficios {
        background: #540B24;
        margin: 2vw;
        max-width: 1000px;


    }


    .inicioMal {
        border-bottom: 1px solid rgb(202, 202, 202);
        padding: 6vw 3vw;
        margin-bottom: 8vw;
        display: block;
        border: none;
    }

    .inicioMal div.texto {
        border: 1px solid #000000;
        border-radius: 40px;
        padding: 4vw 8vw;
        margin-left: 6vw;
        gap: 20px;
    }


    .inicioMal h2 {
        font-size: 15px;
        line-height: 13px;
        margin: 0;
        padding-bottom: 5vw;
    }




    .inicioMal h1 {
        font-family: "Abril Fatface", serif;
        font-size: 1.5rem;
        margin: 20px 20px 10px 20px;
        text-align: center;
    }


    .inicioMal div a img {
        margin: 6vw 16vw;
        width: 60%;
        height: 30%;
    }




    /*pesquisa*/




    .pesquisaMal h3 {
        font-size: 1.8rem;
        margin: 5vw 4vw;
    }


    .pesquisaMal p {
        font-size: 1.1rem;
        margin-bottom: 9vw;
    }


    .pesquisa-2Mal h3 {
        font-size: 2.5rem;
        line-height: 10vw;
    }


    .pesquisa-2Mal div.tabelaTexto {
        display: block;
    }


    .pesquisa-2Mal div.tabelaTexto p {
        font-size: 1.1rem;
        line-height: 5vw;
    }


    .pesquisa-2Mal div.tabelaTexto p span {
        line-height: 6vw;
    }


    .pesquisa-2Mal div.tabelaTexto img {
        width: 100%;
        height: 160%;
    }




    .enfermidades >h3 {
        top: 0;
        text-align: center;
        font-size: 1.1rem;
        padding: 3vw;
        margin: 0 15vw;
        width: 200px;
        word-break: break-word;


    }


    .enfermidades div.enfermidadesEx {
        padding-top: 9vw
    }

    .enfermidades div.enfermidadesEx ul {
        display: block;

    }


    .enfermidades div.enfermidadesEx ul li p {
        line-height: 6vw;
        padding: 2vw 3vw;
    }

    .modal-content {
        background: white;
        padding: 20px;
        max-width: 300px;
        border-radius: 8px;
    }
   
    .pesquisa-3Mal {
        width: 100%;
        margin: 5px;
    }
    .pesquisa-3Mal h3 {
        font-family: "Abril Fatface", serif;
        font-size: 2.5rem;
        margin-bottom: 40px;
        display: block;
        margin-top: 20px;

    }
   .pesquisa-3Mal div {
        margin: 1px;
        display: block;

    }
    .pesquisa-3Mal p {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .pesquisa-3Mal div p {
        width: 90%;
        margin: 2vw;
        padding: 20px;
    }
    .pesquisa-3Mal div img {
        width: 261px;
        height: 261px;
        margin: 0 10px;
    }

 

    .finalMale h3 {
        font-size: 2.3rem;
        font-weight: bold;
        margin: 2vw 0.5vw;
    }
     .finalMale div {
      display: block;
     }
    .finalMale div p {
       
        margin: 3vw 0;
        font-size: 1.1rem;
        padding-right: 5vw;
    }


    .finalMale div iframe {
        width: 80%;
        height: auto;
        margin: 2vw;
    }


    .referenciasMale h4 {
        font-size: 1.8rem;
    }

    .referenciasMale a {
        margin: 6vw 2vw;
        font-size: 0.9rem;
        line-height: 2rem;
    }


    /*PERIGOSSSSSSSSSS*/

    .inicioPerigos {
        display: block;
        border-bottom: 1px solid rgb(202, 202, 202);
        padding: 12vw 6vw;
        margin-bottom: 8vw;
        border: none;

    }



    .inicioPerigos div.texto {
        border: 1px solid #000000;
        border-radius: 40px;
        padding: 4vw 8vw;
        margin-left: 6vw;
    }


    .inicioPerigos h2 {
        font-size: 16px;
        line-height: 18px;
        padding: 4vw;
    }




    .inicioPerigos h1 {
        font-family: "Abril Fatface", serif;
        font-size: 1.8rem;
        margin: 20px 20px 10px 20px;
        text-align: center;
    }


    .inicioPerigos img {
        margin: 6vw 10vw;
        width: 80%;
        height: 65%;
    }

    .comentariosPerigos div.blocoPeri {
        display: block;

    }


    .comentariosPerigos div.blocoPeri div.texto1Peri p {
        font-size: 1.2rem;
        line-height: 25px;
        padding: 4vw 0;
    }

    .comentariosPerigos h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin: 0 0 2vw;
    }

    .comentariosPerigos ul li {
        font-size: 1.2rem;
    }

    .comentariosPerigos ul li span {
        font-weight: bold;
        font-size: 1.2rem;

    }

    .comentariosPerigos p {
        font-size: 1.2rem;
    }

    .comentariosPerigos div.imagem img {
        margin: 6vw auto;
        width: 90%;
    }

    .comentariosPerigos div.imagem p {
        font-size: 1.2rem;
        line-height: 25px;
        margin: 0;
        margin-top: 2vw;
    }


    .cyberbullying h3 {
        font-size: 2rem;
        font-weight: bold;
        margin: 4vw 0;
    }

    .cyberbullying p {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }


    .cyberbullying p.caixaAjuda {
        line-height: 1.3rem;
        font-size: 1.1rem;

    }

    .menores h3 {
        font-size: 2rem;
    }

    .menores h4 {
        font-size: 1.2rem;

    }

    .menores details.grupoUm div p {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    .menores details.grupoUm p span {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    .menores details.grupoDois p {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    .menores a {
        font-size: 0.9rem;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.384);
        border-radius: 1.5vw;
        line-height: 3rem;
    }



    .referenciasPeri h5 {
        font-size: 1.8rem;
    }

    .referenciasPeri a {
        margin: 2vw;
        text-align: left;
        font-weight: bolder;
        color: #ffffff;
        text-decoration: none;
        line-height: 2rem;
        font-size: 0.9rem;
    }


    /*NOTÍCIAS*/

    .bannerNot h1 {
        font-size: 3rem;
        letter-spacing: 0.5rem;
    }
    .bannerNot h2 {
        font-size: 2rem;
    }
    .bannerNot p.textBot {
        font-size: 1.6rem;
        letter-spacing: 1px;
        margin-bottom: 3rem;
    }

    .bannerNot div {
        display: flex;
        flex-direction: column;
        line-height: 1.1rem;
    }

    .bannerNot div p {
        font-size: 1rem;
        max-width: 700px;
    }

    .bannerNot div img {
        width: 100%;
    }

    .texto1 {
        padding: 0vw 4vw 4vw 4vw;
        line-height: 1.1rem;
    }

    .texto1 div {
        display: block;
        font-size: 1.5rem;
    }

    .texto1 div iframe {
        width: 90%;
        height: auto;
    }

    .texto1 div p {
        max-width: 1000px;
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .texto1 p {
        margin-top: 40px;
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .texto2 p {
        font-size: 1rem;
    }

    .texto2 div h4 a {
        font-size: 1.3rem;
    }

    .texto2 div h4 {
        margin-bottom: 3vw;
    }

    .texto2 div.bloco {
        display: block;

    }

    .texto2 div.bloco div {
        margin-bottom: 2rem;
    }

    .texto2 a img {
        width: 80%;
        padding: 2vw 0 0 10vw;
    }

    .ultimosTextos {
        margin: 6vw 2vw;
        font-size: 1rem;
    }

    .ultimosTextos div {
        display: block;
    }

    .ultimosTextos div iframe {
        width: 90%;
        height: auto;
        margin-bottom: 2vw;
        padding: 0 1.5vw 0 0;
    }

    .ultimosTextos div p {
        line-height: 1rem;
        text-align: left;
        margin: 0 0 0 -9px;
    }

    .ultimosTextos p {
        line-height: 1rem;
        padding: 0 0 2vw 0vw;
    }

    .conjuntoCarro h3 {
        font-size: 3rem;
    }

    .conjuntoCarro div.pod-cast {
        padding: 2vw;
    }

    .conjuntoCarro div.pod-cast a img {
        width: 100%;
    }

    .carrosel-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0 5vw;
        justify-content: center;

        align-items: center;
    }

    .carrosel .slider {
        width: 90vw;
        max-width: 100%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }

    .carrosel .slides {
        width: 600%;
        display: flex;

    }

    .carrosel .slide {
        max-width: 100%;
        height: auto;
        overflow: hidden;
    }

    .carrosel .slide img {
        width: 100%;
        height: auto;
        display: block;
    }

    #radio1:checked~.slides {
        margin-left: 0;
    }

    #radio2:checked~.slides {
        margin-left: -100%;
    }

    #radio3:checked~.slides {
        margin-left: -200%;
    }

    #radio4:checked~.slides {
        margin-left: -300%;
    }

    #radio5:checked~.slides {
        margin-left: -400%;
    }

    #radio6:checked~.slides {
        margin-left: -500%;
    }

    #c2radio1:checked~.slides {
        margin-left: 0;
    }

    #c2radio2:checked~.slides {
        margin-left: -100%;
    }

    #c2radio3:checked~.slides {
        margin-left: -200%;
    }

    #c2radio4:checked~.slides {
        margin-left: -300%;
    }

    #c2radio5:checked~.slides {
        margin-left: -400%;
    }

    #c2radio6:checked~.slides {
        margin-left: -500%;
    }

    .carrosel .manual-navigation {
        margin-top: -200px;
    }

    .carrosel .manual-btn:not(:last-child),
    .carrosel .manual-btn2:not(:last-child) {
        margin-right: 20px;
    }


    .conjuntoCarro div.carrosel-container div.carrosel div.slider div.slide img {
        width: 90% !important;
        height: auto !important;
    }

    .referenciasMale h4 {
        font-size: 1.8rem;
    }

    .referenciasMale a {
        margin: 7vw 2vw;
        font-size: 0.8rem;
        line-height: 1.5rem;
    }


    /*APLICATIVOS*/
    .bannerAplicativo {
        display: block;
    }

    .bannerAplicativo h1 {
        font-size: 2.5rem;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .bannerAplicativo h2 {
        font-weight: 700;
    }

    .bannerAplicativo p {
        font-size: 1.2rem;
        line-height: 35px;
    }

    .bannerAplicativo div {
        padding: 7vw;
    }

    .apliDois {
        display: block;
        width: 100%;
        margin-bottom: 2vw;
    }

    .apliDois>div {
        width: 100%;
        margin-bottom: 4vh;
    }


    /*DADOS*/
    .bannerDados div {
        border: none;
    }

    .bannerDados {
        border: none;
        display: block;
    }

    .bannerDados h1 {
        font-size: 4rem;
        text-align: center;
        margin: 0 0 10vw 0;
    }

    .bannerDados h2 {
        padding: 0;
        line-height: 25px;
        font-weight: 500;
        text-align: center;
    }

    .bannerDados img {
        border-radius: 0;
        margin: 10vw 0 0 0;
        width: 100%;
    }
    .estudantes div.grafico {
        flex-direction: column;
        align-items: center;
    }
    .estudantes div.grafico div p {
        margin-top: 4vw;
    }
   
    .estudantes div.grafico img {
        width: 80%;
    }
    .grafico ul li ul li  {
      height: 13vh;
    }
    .equipamento {
        flex-direction: column;
        align-items: center;
    }
    .equipamento div {
        max-width: 100%;
    }
    .equipamento div ul {
      width: 100%;
      list-style-position: inside;
    }
    .equipamento div.textoEqui{
        border-width: 40px;
        width: 100%;
        margin: 2vw 0;
    }
    .idade div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .idade .textosIdade p {
        padding: 3vw ;
        border-radius: 20px;
    }
    .idade div a {
        text-align: center;
    }
    .idade div a img {
        width: 85%;

        margin: 2vw auto;
    }
    .conclusao >div {
     flex-direction: column;
    }
    /* DESCONECTA */
    .bannerDesconecta {
        display: block;
        margin: 0 auto;
    }

    .bannerDesconecta div {
        margin-top: 4vw;

    }

    .bannerDesconecta div h1 {
        font-size: 2.5rem;
    }

    .bannerDesconecta img {
        width: 80%;
    }

    .introDesc .ponto {
        top: -55px;
    }
 .abandonar ul li {
    display: block;
  
 }

    .passos {
        display: block;
    }

    .passos div p {
        width: 100%;
        margin-bottom: 4vh;
    }
   
    .hobbieSquare {
        width: 100%;
    }

    .imagem-direita {
        display: block;
    }

    .imagem-direita img {
        width: 80%;
    }

    .imagem-direita div p {
        line-height: 25px;
    }

    .fotosAlternadas {
        flex-direction: column;
        align-items: center;

    }

    .fotosAlternadas img {
        width: 60%;
    }

    .fotosAlternadas img.imgCima,
    .fotosAlternadas img.azulBaixo {
        width: 70%;
        position: relative;

        top: 20px;
        margin-top: 20px;
    }

    img.azulBaixo {
        top: -10px;
    }


.svgCasa h3 {
    font-size: 1.1rem;
}

.container {
       flex-direction: column;
       position: relative;
}
 .container svg {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 50px;

   
  }


  /* Caixa de texto */
  .info-box {
    width: 100%;
    position: relative;
    overflow: auto;
    line-height: 2rem;
    margin: 4vw 0;
  }


  .info-box.active {
    display: block;
     
  }
/* referências */
 .refs .inicio h1 {
        font-size: 2.5rem;
    }

    .refs .inicio h2 {
        font-size: 1.9rem;
    }
  
    .refs .inicio ul li p {
        font-size: 20px;
    }
     .refs .inicio ul li a {
        font-size: 20px;
        word-break: break-all;
     }
    .refs .inicio h2.Azul a:hover {
        padding: 5px;
    }

    .refs .inicio h2.Vermelho a:hover {
        padding: 5px;
    }

    .refs .inicio h2.Preto a:hover {
        padding: 5px;
    }
    .sobreProj h1 {
        font-size: 3rem;


    }





    .subtitulo {


        font-size: 1.3rem;


        color: white;


        padding: 0;


        font-weight: normal;


        line-height: 20px;


    }





    .projeto {


        display: block;


    }





    .projeto ul {


        display: block;


    }





    .projeto ul li {


        width: 110%;


        line-height: 10px;


        margin: 5vw 0;


    }
    .projeto ul li p.segunda {


        padding: 4vw;
        font-weight: 600;
        line-height: 20px;
    }

    .projeto ul li p.primeiraAzul {
        padding: 4vw;
        font-weight: 600;
        line-height: 20px;
    }

    .grupo1sobre {
        display: block;
    }
    .grupo2sobre {
        display: block;
    }

    .card {
        width: 100%;
        margin: 15vw 0;
    }
}