* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Noto Sans Bold, sans-serif;
    height: 100%;
    /* Location of the image */
    background-image: url(../imagens/fundobranco.jpg);
    /* Image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color: #464646;
    /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

header {
    left: 0;
    top: 0;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 100px;
}

#contato-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 2%;
}

.contato_inicio {
    background-image: url(../imagens/fundologo.png);
    /* Image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.contato_inicio2 {
    background-color: white;
    text-align: center;
    justify-content: center;
}

.contato_inicio3 {
    margin-left: 15%;
    width: 30%;
    justify-content: left;
    display: inline-block;
}

.contato_inicio4 {
    margin-right: 15%;
    width: 30%;
    justify-content: right;
    display: inline-block;
}

.video {
    width: 100%;
    height: 510px;
    text-align: center;
    justify-content: center;
}

iframe {
    max-width: 920px;
    max-height: 506px;
}

.evento {
    background-color: #4dabb9;
    width: 100%;
    text-align: center;
    justify-content: center;
}

#sobreNos {
    background-image: url(../imagens/fundologo.png);
    /* Image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
}

#divImgSobre {
    width: 35%;
    margin-left: 14%;
    margin-top: 1%;
    display: inline-grid;
    float: left;
}

#divTextoSobre {
    width: 35%;
    margin-right: 14%;
    display: inline-grid;
    margin-left: 1%;
    margin-bottom: 25%;
}

#divTextoClube {
    width: 35%;
    margin-right: 14%;
    display: inline-grid;
    margin-left: 1%;
    margin-bottom: 1%;
}

#linksClube {
    margin-left: 15%;
    margin-right: 15%;
    text-align: justify;
    margin-top: 1%;
    justify-content: left;
}

#clubeEscola {
    background-image: url(../imagens/clubeescola.png);
    /* Image is centered vertically and horizontally at all times */
    /* Image doesn't repeat */
    background-repeat: repeat-x;
    /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
    /* This is what makes the background image rescale based on its container's size */
    background-size: 192px;
    width: 100%;
    height: 120px;
    background-color: white;
    border-top: #EF6B08 solid 10px;
    border-bottom: #EF6B08 solid 10px;
}

#redeOlimpica {
    background-image: url(../imagens/redeolimpica.jpeg);
    /* Image is centered vertically and horizontally at all times */
    /* Image doesn't repeat */
    background-repeat: repeat-x;
    /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
    /* This is what makes the background image rescale based on its container's size */
    background-size: 228px;
    width: 100%;
    height: 150px;
    background-color: white;
}

.contato {
    width: 370px;
    height: 206px;
}


/* For mobile devices */

@media only screen and (max-width: 1366px) {
    /* body {
                /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections 
        background-image: url(../imagens/fundocelular.jpg);
    }*/
    #content-wrap {
        padding-bottom: 150px;
    }
    .contato_inicio {
        float: none;
        border: none;
    }
    .contato_inicio3 {
        display: block;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }
    .contato_inicio4 {
        display: block;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }
    .video {
        width: 470px;
        height: 256px;
        text-align: center;
        justify-content: center;
        margin-left: 2%;
        margin-right: 2%;
    }
    #eventos {
        width: 370px;
        height: 206px;
    }
    #contato {
        width: 370px;
        height: 206px;
    }
    #divTextoSobre {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
        margin-left: 1%;
        margin-bottom: 25%;
        margin-top: 5%;
    }
    #divImgSobre {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 1%;
    }
    #divTextoClube {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
        margin-left: 1%;
        margin-bottom: 25%;
        margin-top: 1%;
    }
    #linksClube {
        width: 90%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 1%;
    }
}


/* Inicio texto */

.titulo {
    color: black;
    height: 100px;
    width: 100%;
    font-family: 'Ace Sans', sans-serif;
    text-align: center;
    background-color: #4dabb9;
    padding-top: 25px;
}

h1 {
    text-align: center;
    justify-content: center;
}

h2 {
    margin-left: 2%;
    margin-top: 2%;
}

#h2Cambuci {
    text-decoration: underline;
    color: black;
}

h3 {
    color: black;
    margin-left: 2%;
}

h4 {
    text-align: center;
    justify-content: center;
}

a {
    text-decoration: none;
}

p {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    font-size: 22px;
}

#index {
    margin-right: 18%;
    margin-left: 18%;
    justify-content: center;
}

#textocontato {
    text-align: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    color: #434343;
    font-size: 16px;
    float: left;
    margin-left: 28%;
}

#textocontato1 {
    text-align: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    color: #434343;
    font-size: 16px;
    justify-content: right;
}

#textoCambuci {
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #434343;
    font-size: 32px;
    text-decoration: underline;
}


/* Inicio imagens */

#LogoMovimento {
    height: 170px;
    width: 220px;
}

#LogoSampa {
    height: 65px;
    width: 170px;
    float: right;
    margin-top: -75px;
}

#instagram {
    height: 45px;
    width: 45px;
}

#sobre {
    width: 490px;
    height: 280px;
    margin-bottom: 1%;
}

#sobre1 {
    width: 490px;
    height: 180px;
    margin-bottom: 1%;
}

#cambuci {
    width: 490px;
    height: 380px;
    margin-bottom: 1%;
}

#cambuci1 {
    width: 490px;
    height: 500px;
    margin-bottom: 1%;
}

#clube {
    width: 490px;
    height: 250px;
    margin-bottom: 1%;
}


/* Inicio tabela */

table tr:nth-child(odd) {
    background-color: #FFE4C4;
}

table {
    border: solid 2px #008080;
    margin-bottom: 5px;
    background-color: white;
    color: black;
    margin-left: 2%;
    margin-right: 2%;
}

thead {
    text-align: center;
    font-weight: bold;
    background-color: #DCDCDC;
}

td {
    border: solid 2px #008080;
}


/* fim tabela */


/* Inicio Formulário */

.div_contato {
    margin-left: 34%;
    width: 35%;
}

.label {
    color: black;
}

.label1 {
    margin-left: -10%;
    color: black;
}

form input {
    display: block;
    width: 90%;
}

.botao1 {
    max-width: 120px;
    height: 40px;
    width: 100%;
    background-color: #F5A329;
    border-radius: 5px;
    color: black;
    margin-left: 2%;
    margin-bottom: 2%;
    margin: 10px 0;
    border: none;
}

.botao2 {
    max-width: 250px;
    height: 40px;
    width: 100%;
    background-color: #F5A329;
    border-radius: 5px;
    color: black;
    margin-left: 2%;
    margin-bottom: 2%;
    margin: 10px 0;
    border: none;
}

.botao3 {
    max-width: 250px;
    height: 40px;
    width: 100%;
    background-color: #4dabb9;
    border-radius: 30px;
    color: black;
    border: none;
}

.botao4 {
    max-width: 250px;
    height: 40px;
    width: 100%;
    background-color: #4dabb9;
    border-radius: 30px;
    color: black;
    border: none;
    margin-left: -10%;
}

#mensagem {
    width: 90%;
    margin-left: -10%;
}

.div_cadastro {
    margin-left: 3%;
    width: 50%;
    margin-bottom: 2%;
}

.form-publicacao {
    margin-bottom: 2%;
}

#descricao {
    width: 90%;
}

#arquivo {
    color: black;
}


/* fim Formulário */


/* Inicio Rodapé */

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 2%;
    color: black;
    text-align: center;
    justify-content: center;
    background-color: #4dabb9;
}

#textoRodape {
    margin-top: 1%;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    font-size: 17px;
    text-align: center;
    justify-content: center;
    color: #363636;
}

@media (max-width: 1366px) {
    .div_contato {
        float: none;
        width: 90%;
        margin-left: 5%;
    }
    footer {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 170px;
    }
    #LogoMoviRodape {
        float: none;
        margin-top: 2%;
        margin-left: 25%;
        margin-right: 25%;
    }
    #LogoMovimento {
        height: 340px;
        width: 388px;
    }
    #LogoSampa {
        float: none;
        margin-top: -3%;
    }
    #textoRodape {
        font-size: 17px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    p {
        margin-left: 2%;
        margin-right: 2%;
    }
    h2 {
        font-size: 22px;
    }
    .titulo {
        height: 140px;
        font-size: 42px;
        top: 0;
    }
    #sobre {
        width: 390px;
        height: 230px;
        margin-bottom: 1%;
        margin-left: 2%;
    }
    #sobre1 {
        width: 390px;
        height: 180px;
        margin-bottom: 1%;
        margin-left: 2%;
    }
    #clube {
        width: 390px;
        height: 180px;
        margin-bottom: 1%;
        margin-left: 2%;
    }
    #cambuci {
        width: 390px;
        height: 280px;
        margin-bottom: 1%;
        margin-left: 2%;
    }
    #cambuci1 {
        width: 390px;
        height: 400px;
        margin-bottom: 1%;
        margin-left: 2%;
    }
}


/* Inicio Menu */

nav {
    font-family: 'Archivo Black', sans-serif;
    /* Location of the image */
    background-image: url(../imagens/fundobranco.jpg);
    /* Image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when 
      the content height is greater than the image height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color: #464646;
    /* SHORTHAND CSS NOTATION
    * background: url(background-photo.jpg) center center cover no-repeat fixed;
    */
}

nav:after {
    content: '';
    clear: both;
    display: table;
}

nav .logo {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    bottom: 2px;
}

nav .logoinstagram {
    float: right;
    margin-right: 5px;
}

nav ul {
    text-align: center;
    align-items: center;
    list-style: none;
    position: relative;
}

nav ul li {
    float: none;
    display: inline-block;
    text-align: center;
    align-items: center;
    margin: 0 5px;
}

nav ul li a {
    color: #192666;
    line-height: 100px;
    text-decoration: none;
    font-size: 20px;
    padding: 8px 10px;
}

nav ul li a:hover {
    color: white;
    border-radius: 5px;
    background-color: #4dabb9;
}

nav ul ul li a:hover {
    box-shadow: none;
}

nav ul ul {
    position: absolute;
    top: 90px;
    opacity: 0;
    background-color: #4dabb9;
    border-radius: 5px;
    visibility: hidden;
    transition: top .3s;
}

nav ul li:hover>ul {
    top: 75px;
    opacity: 1;
    visibility: visible;
}

nav ul ul li {
    position: relative;
    margin: 0px;
    width: 180px;
    float: none;
    display: list-item;
    text-align: left;
}

nav ul ul li a {
    line-height: 43px;
}

.show,
.mostra,
.icon,
input {
    display: none;
}

.fa-plus {
    font-size: 15px;
    margin-left: 40px;
}

@media all and (max-width: 1366px) {
    nav {
        margin-right: 0%;
    }
    nav ul {
        margin-right: 0px;
        float: right;
        width: 75%;
        background-color: white;
    }
    nav .logo {
        margin-bottom: 5px;
    }
    .show+a,
    ul {
        display: none;
    }
    nav ul li,
    nav ul ul li {
        display: block;
        width: 100%;
    }
    nav ul li a:hover {
        box-shadow: none;
    }
    .show {
        display: block;
        color: #192666;
        font-size: 18px;
        padding: 0 5px;
        line-height: 70px;
    }
    .mostra {
        display: block;
    }
    .show:hover {
        color: cyan;
    }
    .icon {
        display: block;
        color: #192666;
        background-color: #4dabb9;
        position: absolute;
        top: 0px;
        right: 5px;
        cursor: pointer;
        font-size: 25px;
        width: 40px;
        height: 50px;
        padding: 8px 8px 8px 8px;
    }
    nav ul ul {
        top: 50px;
        border-top: 0px;
        float: none;
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    nav ul ul a {
        padding-left: 0;
    }
    nav ul ul ul a {
        padding-left: 80px;
    }
    nav ul ul ul li {
        position: static;
    }
    [id^=btn]:checked+ul {
        display: block;
    }
    nav ul ul li {
        border-bottom: 0px;
    }
    span.cancel:before {
        content: '\f00d';
    }
}


/* Fim Menu */