/* grid */
.grid {
    position: relative;
    width: 100%;
    padding: 50px 100px;

}

/* buttonMenu */
.buttonMenu {
    position: relative;
    width: 100%;
    height: 200px;
    background: #1C8FC8;
    padding: 0 100px;
    display: flex;
}

.buttonMenu .buttonBx {
    position: relative;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 10px;
}

.buttonMenu .buttonBx p {
    color: #fff;
    font-weight: 500;
    font-size: 1.5vw;
}

.MenubuttonDivImg {
    text-align: center;
    margin: auto;
}

.tamanhoImgbuttonBx {
    width: 50%;

}

@media screen and (min-width: 1600px) {
    .tamanhoImgbuttonBx {
        width: 38%;

    }
}

.buttonMenu .buttonBx:hover {
    background: #075e8a;
}

/* fique por dentro */
.fique-por-dentro {
    position: relative;
    width: 100%;
    padding: 80px 30px;
}

.fique-por-dentro h2 {
    color: #1C8FC8;
    text-align: center;
    text-transform: uppercase;
}

.fique-por-dentro .cardBx {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.fique-por-dentro .cardBx .card {
    position: relative;
    width: 350px;
    height: 400px;
    margin-right: 20px;
    background: #1C8FC8;
    margin-top: 20px;
    padding: 20px;
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

.fique-por-dentro .cardBx .card img {
    position: relative;
    width: 100%;
    border: 2px solid #fff;
}

.fique-por-dentro .cardBx .card p {
    color: #fff;
    text-align: center;
}

/* videos */
.videos {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.videos h2 {
    color: #1C8FC8;
    text-align: center;
    text-transform: uppercase;
}

.videos .cardVideos {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}


.videos .cardVideos .card h3 {
    color: #fff;
    text-align: center;
}

.videos .cardVideos .card .video-frame {
    position: relative;
    max-width: 330px;
}

.grid .gridBx {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

/* .grid .gridBx .gridItem 
{
position: relative;
width: 253px;
height: 320px;
border-radius: 30px;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 10px;
justify-content: space-around;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.24);
}*/

.grid .gridBx .gridItem {
    position: relative;
    max-width: 260px;
    max-height: 320px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    justify-content: space-around;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.24);
    transition: .5s;
    margin-top: 20px;
    margin-left: 20px;
}

.grid .gridBx .gridItem:hover {
    transform: translateY(-4px);
}

.grid .gridBx .gridItem img {
    position: relative;
    max-width: 70%;
}

.grid .gridBx .gridItem .textBx {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grid .gridBx .gridItem .textBx h2 {
    color: #fff;
}

.grid .gridBx .gridItem .textBx p {
    padding: 2px 10px;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 700;
    transition: .5s;
    cursor: pointer;
}

.grid .gridBx .gridItem .textBx a {
    text-decoration: none;
    transition: .5s;
}

.grid .gridBx .gridItem .textBx a:hover {
    transform: scaleX(1.1)
}

.content {
    position: relative;
    width: 100%;
    min-height: 700px;
    margin: 80px 0 0px 0;
    /* overflow-x: hidden; */
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

/* .content .fullImage
{
position: absolute;
transform: rotate(0);
right: 5%;
top: 50px;
z-index: 10;
width: 12%;
} */

.content>img {
    width: 620px;
    position: absolute;
    right: 10px;
    top: 33px;
    transform: rotate(187deg);
}

.content .contentBx {
    position: relative;
    width: 100%;
    height: 700px;
    background: #1C8ECA;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
    padding: 90px 100px;
    display: flex;
}

.content .contentBx .textBx {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content .contentBx .textBx2 {
    margin-top: 20px;
    position: relative;
    width: 100%;
    display: flex;
}

.content .contentBx .textBx2 .col1,
.content .contentBx .textBx2 .col2 {
    width: 50%;
}

.content .contentBx .textBx2 h3 {
    color: #ffff;
    text-align: left;
    letter-spacing: 1px;
}

.content .contentBx .textBx2 .col2 p,
.content .contentBx .textBx2 .col1 p {
    color: #fff;
    margin-top: 10px;
}

.content .contentBx .textBx h2 {
    color: #ffff;
    text-align: left;
    letter-spacing: 1px;
    font-size: 2rem;
    margin-bottom: 20px;
}

.content .contentBx .textBx p {
    color: #fff;
    margin-top: 10px;
    text-align: justify;
    font-size: 20px;
}

.fullImageLADO {
    margin-top: 14rem;
}

.fullImageLADO2 {
    margin-top: 11rem;
}

.content .contentBx img {
    position: absolute;
    top: 80px;
    right: 200px;
    max-width: 35%;
}

/* projetos */
.projetos {
    position: relative;
    width: 100%;
    padding: 40px 100px;
}

.projetos h3 {
    text-align: center;
    color: #1C8FC8;
    margin-bottom: 30px;
    font-size: 2rem;
}

.projetos p {
    text-align: center;
    color: #1C8FC8;
    font-size: 20px;
}

/* nossos-eventos */
.nossos-eventos {
    position: relative;
    width: 100%;
    padding: 40px 100px;
}

.nossos-eventos h3 {
    text-align: center;
    color: #1C8FC8;
    margin-bottom: 30px;
    font-size: 2rem;
}

.nossos-eventos p {
    color: #1C8FC8;
    font-size: 20px;
}

.nossos-eventos .eventosBx {
    position: relative;
    width: 75%;
    height: 175px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
}

.left {
    align-self: flex-start;
}

.right {
    align-self: flex-end;
}

/* quem somos */
.quemsomos {
    position: relative;
    width: 100%;
    padding: 60px 300px;
    background: #1C8FC8;
}

.quemsomos h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

.quemsomos p {
    margin-top: 10px;
    text-align: justify;
    color: #fff;
}

/* contato */
.content-contact {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 110px 0;
    /* margin: 80px 0 0px 0; */
}

.content-contact2 {
    height: 750px;
    padding-bottom: 50px;
}

.content-contact3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 750px;

}

.formBx {
    width: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.content-contact .formBx {
    color: #fff;
    font-size: 1.3vw;
}

.borda-0 {
    border: 0;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
}

input[type=tel],
input[type=email],
input[type=text] {
    color: #1C8FC8 !important;
}

select,
textarea {
    color: #1C8FC8 !important;
}

.hidde {
    display: none;
}

/* toggle */

/* sidebar */
.sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #12222d;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    transition: 0.5s;
}

.sidebar.active {
    right: 0;
}

.sidebar ul {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar ul {
    list-style: none;
    margin: 5px 0;
}

.sidebar ul li a {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
}

.sidebar ul li a:hover {
    color: #3f8ffc;
}

/* main */
/* .main
{
position: relative;
transition: 0.5s;
left: 0;
}

.main.active
{
left: -400px;
} */


.sublinhar:hover {
    text-decoration: underline;
}


.imgensfoto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagemfoto {
    margin-top: 2rem;
    width: 20%;
    padding-right: 1rem;
    border-radius: 10%;
}

@media screen and (max-width: 800px) {
    .desktop {
        display: none;
    }

}

@media screen and (min-width: 600px) {
    .mobi {
        display: none;
    }


}


.imgensfoto2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagemfoto2 {
    width: 50%;
    border-radius: 15%;
    padding: 1em;
}

.imgens2 {
    margin-top: -4rem;
}

.imgens3 {
    margin-top: -15rem !important;
}

.campeaodiv {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.campeao {
    width: 350px;
    margin: 10px;
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));

}

.noticiasCenter {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noticias {
    margin: 0;
    background-color: #1c8fc8;
    padding: 10px;
    width: 200px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
}



.fique-por-dentro .cardBx2 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}


.fique-por-dentro .cardBx2 .card img {
    position: relative;
    width: 100%;
    border: 2px solid #fff;
}

.fique-por-dentro .cardBx2 .card p {
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 900px) {
    .divFicaPorDentro {
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    
    .textoFicaPorDentro {
        width: 70%;
        text-align: justify;
    }
    
    .marginficapordentro {
        padding: 10px 50px;
    }

    .imgTmh{
        width: 30rem !important;
        height: 320px;
    }

    .fique-por-dentro .cardBx2 .card {
        position: relative;
        height: 420px;
        margin-right: 100px;
        background: #1C8FC8;
        margin-top: 20px;
        padding: 20px;
        filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
    }

    .videos .cardVideos .card {
        position: relative;
        width: 550px;
        height: 350px;
        margin-right: 20px;
        background: #1C8FC8;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 10px;
        margin-top: 20px;
        filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
    }

    .card2 {
        margin-bottom: 50rem!important;
    }
   
    .videoMob {
        width: 500px;
        height: 250px;
        margin-bottom: 2rem;
    }
    
}


.mobidivFicaPorDentro {
    margin-top: -4rem
}


.sublinhar {
    text-transform: uppercase;
}

a {
    text-decoration: none;
}
