/* 
    Folha de estilo do site one page HTML5 e CSS3
    @author Francisco Manuel Domingos junior
*/

/*CSS Reset*/
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 1em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

/* Layout */
.Container {
    margin: 0 auto;

}

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

.Flex2 {
    display: flex;
    align-items: center;

}

.Flex3 {
    display: flex;
    flex-direction: column;
}

.Flex4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.flex5 {
    display: flex;
    flex-direction: column-reverse;
}

.Flex6 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.Botao {
    text-decoration: none;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #cc0000;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 40px;
}



/* Topo do site */
#topo {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

/*Cartões*/
.card {
    margin-top: 25px;
    width: 338px;
    height: 520px;
    background-color: #e8e8e8;
    border: 1px solid #a1a1a1;
    border-radius: 25px;
    text-align: center;
}

.card img {

    border-radius: 25px 25px 0px 0px;

}

.card h3 {
    margin-top: 15px;

}

.card p {
    text-align: left;
    color: #434343;
    padding: 10px 30px 50px 30px;
}

.card a {

    padding: 10px 100px;
    border: 0;
}

address {
    background: url(../img/background2.png);
    background-size: cover;
    background-position: center;
}


/* Smartphone portrait-------------------------------------------------------------------------------------------------*/
header {
    height: 60px;
}

#logo img {
    width: 128px;
    height: 128px;
}

#check {

    display: none;
}

label {
    font-size: 3em;
    position: fixed;
    top: 5px;
    right: 15px;
    color: rgba(0, 0, 0, 0.5);

}

nav ul {
    list-style: none;
    background-color: #343538;
    height: 100vh;
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    transition: all 0.5s;

}

nav ul li {

    padding: 20px;
    border-bottom: 1px solid #a9a9a9;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
}

#check:checked~ul {
    right: 0;

}

/*destaque*/
main {
    display: flex;
    height: 75vh;
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


main h1 {
    font-size: 2.5em;
}

main h2 {
    font-size: 1em;
    margin: 20px 0px 50px 0px;
}

/* sobre*/
#sobre {
    padding: 50px 0px;
    background: url(../img/background.png);
    background-size: cover;
    background-position: center;
}

#destaque-sobre {
    display: none;

}

#textsobre {
    color: #fff;
    padding: 0px 10px 0px 10px;
}

#textsobre h2 {
    margin-bottom: 10px;
}

.Topicosobre {

    margin-top: 20px;

}

.Topicosobre img {

    margin-right: 15px;

}

/*one page*/
#onepage {
    padding: 50px 10px;

}

#onepage h2 {
    margin-bottom: 10px;
}

#onepage p {
    margin-bottom: 10px;
}

#video iframe {
    width: 340px;
    height: 191px;
    border: 0;
}


/*wireframe*/

#wireframe {
    padding: 50px 0px;
    background: url(../img/background.png);
    background-size: cover;
    background-position: center;

}

#textowire {
    color: #fff;
    padding: 0px 10px;
}

#textowire h2 {
    margin-bottom: 10px;

}

#textowire p {

    margin-bottom: 40px;
}

#textowire span {

    display: none;
}

#qrcode {
    display: none;
}


/*Conteudo*/
#conteudo {
    padding: 50px 0px;
}

#conteudo h2 {
    margin-bottom: 25px;
    text-align: center;
}

#todos {

    margin-top: 50px;
    text-align: center;
}

#todos a {
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-size: 1.25em;
}

/* rodape*/

address {
    padding: 35px 10px 50px 10px;
    background: url(../img/background2.png);
    background-size: cover;
    background-position: center;
    color: #fff;
}

address a {
    text-decoration: none;
    color: #fff;
}

address img {
    padding-top: 15px;
}

#local {
    display: none;
}

#googlemap {
    display: none;
}

footer {
    padding: 50px;
    color: #fff;
    background-color: #343538;
    text-align: center;
}

#social {
    margin-bottom: 25px;
}


/*Smartphone Landscape-----------------------------------------------------------------------------------------------*/
@media(min-width:576px) {


    .Container {
        max-width: 540px;
    }


    /* destaque*/
    main h1,
    main h2 {
        text-shadow: #0000 0.5em 0.05em 0.05em;
    }

    /*one page*/
    #video {
        width: 560px;
        height: 315px;
    }

    #video iframe {
        width: 560px;
        height: 315px;
    }

    /* Rodape*/
    .flex5 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #social {

        margin: 0;
    }

}

/*Tablet
portrait-----------------------------------------------------------------------------------------------------*/
@media(min-width:768px) {


    .Container {
        max-width: 720px;

    }

    /*Destaque*/
    main {

        height: 45vh;
    }

    main h1 {
        font-size: 5.5em;
    }

    main h2 {
        font-size: 2em;
    }


}


/* Tablet Landscape-------------------------------------------------------------------------------------------------------*/

@media(min-width:992px) {


    .Container {
        max-width: 960px;
    }

    /*Destaque*/
    main {

        height: 70vh;
    }

}


/*PC--------------------------------------------------------------------------------------------------------------------*/

@media(min-width:1200px) {


    .Container {
        max-width: 1140px;
    }

    header {

        height: 120px;
    }

    #logo img {
        margin: 30px;
        width: 189px;
        height: 189px;
    }

    label {
        display: none;

    }

    nav ul {
        position: static;
        height: auto;
        background-color: transparent;
        margin-top: 50px;

    }

    nav ul li {
        float: left;
        border: 0;
    }

    nav ul li a {
        color: #343538;
        font-weight: bold;
    }

    nav ul li a:hover {
        color: #cc0000;

    }

    /*sobre*/

    #sobre {
        background-attachment: fixed;
    }


    #destaque-sobre {
        display: inline;

    }

    #destaque-sobre img {
        border-radius: 50%;
        margin-right: 50px;
    }

    /*one page*/

    .Flex3 {
        flex-direction: row;
        align-items: center;
    }

    /*wireframe*/

    #wireframe {
        background-attachment: fixed;

    }

    #wireframe span {
        display: inline;
    }

    #qrcode {
        display: inline;

    }

    #qrcode img {
        width: 225px;
        height: 225px;
    }


    /*rodape*/
    #local {
        display: inline;
    }

    #iconemap {
        display: none;
    }

    #googlemap {
        display: inline;
    }

    .Flex6 {
        flex-direction: row-reverse;
    }
}