body {
    margin: auto 0;
}



/*frescuras de boniteza*/

body::-webkit-scrollbar {
    width: 12px;

}

::-webkit-scrollbar-thumb {
    background-color: rgb(58, 127, 255);

}

/* ////////////////////*/







/*HEADER*/
.Home {

    background: #ffffff;
    padding: 3rem;
    margin: auto;

}

.Home ul {

    display: flex;
    list-style: none;
    padding-left: 30rem;


}

.Home ul li a {

    text-decoration: none;
    margin-left: 2rem;
    margin-right: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Lilita One", sans-serif;
    border-radius: 0.5rem;
    padding: 0.2rem;

}

.Home ul li:nth-child(1) {

    text-decoration: none;
    margin-left: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Lilita One", sans-serif;
    background: rgb(94, 138, 233);
    border-radius: 0.5rem;
    padding: 0.2rem;
    font-size: 20px;
    display: flex;
}

.Home ul li:nth-child(1):hover {

    background: #1b17f3;
    transition: 0.3s;
}

.Home ul li:nth-child(2) {

    text-decoration: none;
    margin-left: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Lilita One", sans-serif;
    background: #ffabcb;
    border-radius: 0.5rem;
    padding: 0.2rem;
    font-size: 20px;
    display: flex;

}

.Home ul li:nth-child(2):hover {
    background: #ff29bf;
    transition: 0.3s;


}

.Home ul li:nth-child(3) {

    text-decoration: none;
    margin-left: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Lilita One", sans-serif;
    background: #96ff92;
    border-radius: 0.5rem;
    padding: 0.2rem;
    display: flex;

}

.Home ul li:nth-child(3):hover {
    background: #23af00;
    transition: 0.3s;

}

.Home ul li:nth-child(4) {

    text-decoration: none;
    margin-left: 2rem;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Lilita One", sans-serif;
    background: #00eb9c;
    border-radius: 0.5rem;
    padding: 0.2rem;
    display: flex;

}

.Home ul li:nth-child(4):hover {
    background: #006141;
    transition: 0.3s;

}

.banner img {

    width: 30rem;

}

.Logo {
    background: url(../img/logosemfundo.png) no-repeat;
    padding: 10rem;
    margin: 0 auto;
    position: absolute;
    margin-top: -2rem;

}

/* ////////////////////////////////////////////// */


/*SOBRE O PROJETO*/
.Sobre {


    padding: 8rem;
    margin: auto;
    background: #ffb6db;

}

.TextoeImagem {

    display: flex;
}

.Sobre p {

    text-align: left;
    font-size: 2rem;
    font-family: "Lilita One", sans-serif;
    color: #ffffff;
    margin-left: -5rem;
}

.FundoSobre h1 {

    font-family: "Lilita One", sans-serif;
    text-transform: uppercase;
    color: #ff306e;
    font-size: 3rem;
}

.FundoSobre {

    padding: 2rem;
    background-attachment: fixed;
    background: rgb(250, 255, 204);
    text-align: center;

}

.Sobre img {
    padding: 10px;
    max-width: 60rem;
    max-height: 30rem;
    width: auto;
    height: auto;
    margin-left: 10rem;
}

.Buttonssobre {

    margin-left: -6rem;
    margin-top: -1rem;


}

.Buttonssobre button {

    font-size: 1rem;
    color: #c5003b;
    cursor: pointer;
    width: 15rem;
    margin-left: 3rem;
    margin-right: 3rem;
    border-radius: 0.9rem;
    border-style: none;
    padding: 1rem;
    font-family: "Lilita One", sans-serif;
    text-transform: uppercase;
    color: #c5003b;
    background: #baff6c;

}

.Buttonssobre button a {
    text-decoration: none;
    color: #c5003b;

}

.Buttonssobre button:hover {

    background: #ffc2d4;
    transition: 0.5s;


}

/* ////////////////////////////////////////////// */

/*DUVIDAS SOBRE O PROJETO*/
.Duvidas {

    padding: 8rem;
    background: #dbdbdb;
    margin: auto;

}

.duvidaum {
    background: #b4ffb2;
    width: 100%;
    height: 15rem;
    padding-top: 3rem;

}

.duvidaum h2 {

    color: #006141;

}

.duvidadois {
    background: #f9b2ff;
    width: 100%;
    height: 15rem;
    padding-top: 3rem;


}

.duvidadois h2 {
    color: #58004d;
}

.duvidatres {
    background: #ffad76;
    width: 100%;
    height: 15rem;
    padding-top: 3rem;
}

.duvidatres {
    color: #813400;
    padding-top: 3rem;
}

.duvidaquatro {
    background: #94c6ff;
    width: 100%;
    height: 15rem;
    padding-top: 3rem;
}

.duvidaquatro h2 {

    color: #001c68;
}

.FundoDuvidas {

    padding: 2rem;
    background-attachment: fixed;
    background: rgb(247, 255, 178);
    text-align: center;

}

.FundoDuvidas h1 {
    font-family: "Lilita One", sans-serif;
    text-transform: uppercase;
    color: #c5003b;
    font-size: 3rem;

}

.Duvidas h2 {

    font-family: "Lilita One", sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;

}

.Duvidas p {

    font-family: "Lilita One", sans-serif;
    text-transform: uppercase;
    color: #000a14;
    font-size: 2rem;
    text-align: center;

}

/*FOOTER*/

.main_footer {
    background-color: #58afff;
    color: #fff;
    font-size: 0.875em;
}

.main_footer .content {
    float: left;
    width: 90%;
    margin: 0 5%;
    padding: 5em 0;
}

.container {
    float: left;
    width: 100%;
}

.colfooter {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 2em;
}

.colfooter ul {
    width: 100%;
    float: left;
}

.colfooter ul li {
    padding: 0.2em 0em;
}

.colfooter ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1em;
}

.colfooter ul li a i {
    font-size: 0.5em;
}

.colfooter ul li a:hover {
    text-decoration: underline;
}

.colfooter .titleFooter {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.3em;
    color: #ffffff;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px #4ec0db solid;
}

.colfooter p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1em;
    height: 25px;
}

.botao {
    padding: 10px 12px;
    color: #fff;
    font-family: "Lilita One", sans-serif;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: none;
    margin-right: 7px;

}

.botao::before {

    content: '';
    position: absolute;
    bottom: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #6098FF;
    display: block;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.botao:hover::before {

    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.botao {
    font-size: 1em;
    color: #ffffff;
    text-align: center;
    display: none;
    font-family: "Lilita One", sans-serif;
    border: 1px solid #ffffff;
    border-radius: 3px;
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: transparent !important;
    z-index: 10;

}

.botao:hover {
    border: 1px solid #262626;
    color: #2adee3 !important;
}

.botao::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    color: #ffffff;
    background: #262626;
    position: absolute;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.botao::after {

    content: '';
    width: 0%;
    height: 100%;
    display: none;
    background: #2adee3;
    position: absolute;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.botao:hover::before,
.botao:hover::before {

    opacity: 1;
    width: 120%;
}

.botao:hover::after,
.botao:hover::after {
    opacity: 1;
    width: 150%;
}

.main_footer_copy {
    background-color: #116477;
    width: 100%;
    float: left;
    text-align: center;
    padding: 1.5em 0em;
}

.main_footer_copy p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #e1e0e0;
    height: 20px;
}

.main_footer_copy .m-b-footer {
    margin-bottom: 0.5em;
}

.main_footer_copy .by {
    font-size: 0.96em;
}

.main_footer_copy .by a {
    color: #ffffff;
    text-decoration: none;
}

.main_footer_copy .by a:hover {
    text-decoration: underline;
}

.main_footer_copy .by i {
    font-size: 0.96em;
    margin-right: 3px;
    color: #e82626;
}

/*Responsivo FOOTER*/
/*768PX BREAKPOINT*/
@media (min-width:48em) {
    .colfooter {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 0;
    }

    .colfooter:nth-of-type(3n+0) {
        margin-right: 0;
        border-right: 0;
    }
}

/*//////////////////////////////////////////////////////*/

/*PJT BRINQUEDOS*/

.Explicacaoprojeto h1 {

    font-family: "Lilita One", sans-serif;
    text-transform: uppercase;
    color: #c5003b;
    font-size: 3rem;
    text-align: center;

}

.FundoH1Doação {

    background: #fdffa4;
    padding: 1rem;

}

.objetivopjt {

    padding: 8rem;
    background: #94d8ff;
    margin: auto;

}

.objetivopjt h2 {
    font-family: "Lilita One", sans-serif;
    text-transform: uppercase;
    color: #c5003b;
    font-size: 3rem;
    text-align: center;



}

.objetivopjt p {
    font-family: "Lilita One", sans-serif;
    color: #000000;
    font-size: 2.5rem;
    text-align: center;



}

.objetivopjt div {


    display: flex;
}

.botaoDoar {

    background: #759aff;
}

.botaoDoar button {
    margin-left: 34rem;
    text-decoration: none;
    margin-top: 2rem;
    background: #116477;
    border-radius: 1rem;
    padding: 1.5rem;
    border-color: #ffffff;
    border: 0.3rem solid rgb(255, 255, 255);
    color: white;
    font-family: "Lilita One", sans-serif;
    text-transform: uppercase;
    font-size: 1rem
}

.botaoDoar button a {


    color: white;
    text-decoration: none;
    text-align: center;
}

.explicacaoconfianca {
    padding: 4rem;
    background: #759aff;
    margin: auto;


}

.explicacaoconfianca p {
    font-family: "Lilita One", sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 1.8rem;
    text-align: center;

}

.explicandosedentarismo {

    padding: 2rem;
    background: #6afaca;
    color: black;
    text-align: center;
    font-size: 2rem;
    font-family: "Lilita One", sans-serif;

}

.explicandosedentarismo h4 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.ImagensCriancas {

    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* ////////////////////////////////////////// */


/*FORMULÁRIO DE INSCRIÇÃO*/
.EntreEmContato {

    padding: 2rem;
    background: #4778fc;
    margin: 0 auto;
}

.EntreEmContato h1 {

    font-family: "Lilita One", sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    color: white;
    text-align: center;

}

.btnwpp {

    background: #1ca700;
    border: 2px solid white;
    padding: 0.7rem;
    border-radius: 1rem;

}

.btnemail {
    background: #ffffff;
    border: 2px solid rgb(216, 0, 0);
    padding: 0.7rem;
    width: 7.2rem;
    border-radius: 1rem;


}

.DoisBotõesContato {

    text-align: center;

}

.formularioinfos {

    background-color: #fff6a7;
    width: 100%;
    height: 100%;
    margin-top: -15px;
    padding: 2rem;
}

form {

    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 500px;
    padding: 1rem;
    margin: 0 auto;

}

label {

    font-family: "Lilita One", sans-serif;

}

input {

    width: 100%;
    padding: 10px;
    border: 2px solid #1b17f3;
    border-radius: 3px;
    font-size: 1rem;

}

#ButtonEnviar {

    padding: 10px;
    background: #1b17f3;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
}

/* //////////////////////////// */

/*RESPONSIVO CELULAR*/

@media screen and (max-width:480px) {

    .Home ul {
        flex-direction: column;
        margin-left: -9rem;
        top: 5rem;
        margin-top: 9rem;
        margin-right: 40px;
        padding-left: 30px;
    }

    .Logo {
        position: absolute;
        padding: 6.5rem;
        margin-top: -4rem;
        height: -2rem;
    }

    .Home ul li a {

        margin-left: 5rem;



    }

    .Home nav {

        margin-right: -5rem;


    }


    .banner img {

        display: none;
        width: 15rem;

    }

    .FundoSobre h1 {

        font-size: 2rem;
    }

    .Sobre p {

        margin-right: -4rem;
        margin-left: -4rem;

    }

    .TextoeImagem img {

        display: none;

    }

    .TextoeImagem {
        height: 150px;
    }

    .TextoeImagem p {

        font-size: 1rem;
        text-align: center;
        margin-top: -7rem;


    }

    .Buttonssobre {

        padding: 5rem;
        margin-left: -13rem;
    }

    .Buttonssobre button {
        margin-top: 2rem;
        margin-left: 5rem;
    }

    .FundoDuvidas h1 {
        font-size: 2rem;
    }

    .Duvidas {

        padding: 0.8px;
    }

    .Duvidas h2 {

        padding: 2rem;
    }

    .duvidaum,
    .duvidadois,
    .duvidatres,
    .duvidaquatro {
        width: 100%;
        height: 40rem;
        padding-top: 3rem;
    }

    .Duvidas p {

        padding: 1rem;
        font-size: 1.5rem;
    }


    .objetivopjt div {
        width: 23rem;
        margin-left: -8rem;

    }

    .explicandosedentarismo {

        font-size: 20px;
    }

    .ImagensCriancas {

        display: none;

    }

    .mapa {

        display: none;
    }

    .botaoDoar {

        margin-left: -28rem;
        margin-top: -2rem;
    }

    .Explicacaoprojeto h1 {

        font-size: 1.5rem;
    }













    form {

        width: 240px;
    }

    .formularioinfos {
        background-color: #fff6a7;
        width: auto;
        height: 100%;
        margin-top: -15px;
        padding: 1rem;
    }

}

/* RESPONSIVO DESKTOP */
@media screen and (min-width:1200px) {

    .Home ul {
        display: flex;
        list-style: none;
        padding-left: 25rem;
    }

    .Sobre img {
        max-width: 60rem;
        max-height: 30rem;
        margin-left: auto;

    }

    .Sobre img {
        max-width: 60rem;
        max-height: 30rem;
        margin-left: 1rem;
    }

    .duvidaum, .duvidadois, .duvidatres, .duvidaquatro {
        width: auto;
        height: 21rem;
        padding-top: 3rem;
        margin-left: -5rem;
        margin-right: -5rem;
    }

} 



