/*layout >>>>>>>>>>>>>>>>>>>>>>> */

/* Váriaveis */
:root {
    --Vermelho: #911600;
    --Preto: #000000;
    --Azul: #0c131f;
    --Branco: #ffffff;
    --VermelhoCabeçalho: #680606;
}

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

body {
    font-family: "PT Serif", serif;
}

.container {
    display: flex;
    margin: 0 auto;
}

.btn {
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    background-color: #0c131f;
    padding: 5px 30px;
    color: var(--Branco);
    border-radius: 50px;
    border: 2px solid var(--Branco);
}

/*card*/
.card {
    width: 290px;
    height: 700px;
    background-color: #0c131f;
    margin-bottom: 25px;
    border: 2px solid var(--Vermelho);
    text-align: center;
    border-radius: 30px;
}

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

/*Scroll suave*/
html {
    scroll-behavior: smooth;
}

.card img {
    border-radius: 30px;
    padding-top: 15px;
}

.card h2 {
    color: var(--Vermelho);
    font-size: 1.3rem;
}

.card p {
    color: var(--Branco);
    text-align: center;
    padding: 0px 15px 30px 15px;
    padding-top: 10px;
}

.btn2 {
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 400;
    background-color: var(--Vermelho);
    padding: 5px 15px;
    color: var(--Branco);
    border-radius: 50px;
    border: 2px solid var(--Branco);
}

/* Fim - Layout <<<<<<<<<<<<<<<<< */

/* Smartphone Portrait >>>>>>>>>>>>>>>>> */

/* Cabeçalho */
header {
    background-color: var(--Azul);
    height: 55px;
}

#logo img {
    width: 55px;
    height: 55px;
    margin-top: 20px;
    margin-left: 10px;
}

#check {
    display: none;
}

label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 2rem;
    position: fixed;
    right: 15px;
    top: 3px;
}

nav ul {
    height: 100vh;
    background-color: var(--Azul);
    position: fixed;
    top: 55px;
    right: -55%;
    width: 55%;
    transition: all 0.5s;
}

/* açâo para a caixa checkbox */
/* quando selecionado mudar propriedades ul */
#check:checked~ul {
    right: 0px;
}

nav ul li {
    list-style: none;
    padding: 20px;
    text-align: right;
    border: 1px solid var(--Preto);
    text-align: left;
}

nav ul li a {
    text-decoration: none;
    color: var(--Branco)
}

/*Principal*/
main {
    height: 50vh;
    background: url(./img/banner.jpg);
    background-size: cover;
    background-position: center;
}

main .container {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main h1 {
    color: var(--Vermelho);
    font-family: 'PT Serif';
    text-shadow: 0px 5px 10px var(--Azul), 0px 10px 10px rgba(110, 5, 5, 0.849), 0px 15px 15px rgb(255, 0, 0), 0px 20px 20px rgb(255, 0, 0);
}

main h2 {
    font-size: .90rem;
    color: var(--Branco);
    text-shadow: 0px 5px 10px var(--preto), 0px 10px 10px rgba(110, 5, 5, 0.849), 0px 15px 15px rgb(255, 0, 0), 0px 20px 20px rgb(255, 0, 0);
    margin-bottom: 30px;
}

/* Destaque */
#destaque {
    padding: 30px 20px;
    background: url(img/backgroudd.png);
    background-size: cover;
    background-position: center;
}

#destaque .container {
    flex-direction: column;
}

#hero {
    text-align: center;
}

#hero img {
    width: 180px;
    height: 230px;
}

#hero-text h2 {
    margin-bottom: 15px;
    margin-top: -20px;
    padding-top: 20px;
}

.topics {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.topics p {
    margin-left: 15px;
    color: var(--Azul);
    font-size: 16px;
}

#hero-text h2 {
    color: var(--Vermelho);
    text-align: center;
}

#hero-text p {
    font-size: 20px;
    color: var(--Branco);
}

#sobre .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#texto h2 {
    color: var(--Vermelho);
    padding: 10px 5px 10px;
    text-align: center;
}

#texto p {
    padding: 10px;
    font-size: 20px;
    color: var(--Preto);
}

#sobre iframe {
    width: 370px;
    padding: 10px 10px 10px 10px;
}

#movie .container {
    display: flex;
    flex-direction: column;
}

#movie {
    padding: 30px 20px;
    background: url(img/backgroudd.png);
    background-size: cover;
    background-position: left;
}

#titulo h2 {
    color: var(--Vermelho);
    text-align: center;
    font-size: 20px;
    padding: 15px 5px;
}

#titulo p {
    color: var(--Branco);
    font-size: 17px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
}

#titulo p {
    text-align: center;
}

#titulo .btn2 {
    text-decoration: none;
    font-size: 0.80rem;
    font-weight: 800;
    background-color: var(--Vermelho);
    padding: 9px 30px;
    color: var(--Branco);
    border-radius: 30px;
    border: 2px solid var(--Branco);
    align-items: center;
    display: inline-block;
    margin: 30px auto 0 auto;
    width: auto;
    max-width: fit-content;
}

#movie img {
    display: none;
}

/*Cards*/
#spiders {
    background: var(--Branco);
    padding: 80px 0px 40px 0px;
}

#spiders .container {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

#spiders img {
    height: 400px;
}

#contato .info {
    padding-right: 80px;
}
#contato {
    display: flex;
    background: url(img/backgroudd.png);
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 30px;
}

#contato iframe {
    display: none;
}

#contato p {
    font-size: 18px;
    color: var(--Branco);
}

.contato #email {
    font-size: 15px;
}

#imgemail {
    padding-top: 10px;
}

#mapa {
    padding-top: 10px;
}

#contato .hora {
    display: none;
}

/*footer*/
footer {
    background-color: var(--Vermelho);
    display: flex;
    flex-direction: column;
}

footer .container {
    flex-direction: column;
    color: var(--Branco);
    padding-top: 90px;
    align-items: center;
    font-size: 0.9rem;
    padding-top: 20px;
}

footer img {
    padding-top: 20px;
    text-decoration: none;
}

/* Fim - Smartphone Portrait <<<<<<<<<<<<<<<< */

/* Smartphone Landscape >>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 576px) {
    /* Layout */
    .container {
        max-width: 540px;
    }

    /*Cabeçalho*/
    nav ul {
        width: 40%;
        height: -40%;
    }

    /*Principal*/
    main {
        height: 75vh;
    }

    main h1 {
        font-size: 2.75rem;
        color: var(--Vermelho);
    }

    main h2 {
        font-size: 1.30rem;
    }

    /* Destaque */
    #destaque {
        padding: 50px 0px;
    }

    #destaque .container {
        flex-direction: row;
        align-items: center;
    }

    #hero {
        text-align: left;
    }

    #hero img {
        width: 200px;
        height: 300px;
        margin: 0px 50px 0px 0px;
    }

    .topics {
        display: none;
    }

    #sobre iframe {
        width: 560px;
    }

    #texto h2 {
        font-size: 30px;
    }

    #movie img {
        display: none;
    }
}
/* Fim - Smartphone Landscape <<<<<<<<<<<<<<<<<< */

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

    /* Layout */
    .container {
        max-width: 720px;
    }

    /* Principal */
    main h1 {
        font-size: 4.2rem; 
    }

    main h2 {
        font-size: 2.2rem; 
    }

    .btn {
        padding: 12px 28px;
        font-size: 1.8rem; 
    }

    #texto h2 {
        font-size: 3rem; 
    }

    #texto p {
        font-size: 1.6rem; 
        line-height: 1.7;
    }

    #sobre iframe {
        width: 720px;
        height: 400px;
        border-radius: 15px;
    }

    #titulo h2 {
        font-size: 2.2rem; 
    }

    #movie p {
        font-size: 1.4rem; 
        text-align: center;
        margin-bottom: 25px;
    }

    #titulo .btn2 {
        display: inline-block;
        margin: 35px auto 0 auto;
        padding: 12px 30px;
        width: auto;
        font-size: 1.5rem; 
    }

    #movie img {
        display: none;
    }

    /* Cards */
    #spiders .card {
        width: 360px; 
        font-size: 1.4rem; 
        margin: 18px;
    }

}
/* Tablet Portrait <<<<<<<<<<<<<<<<<< */

/* Tablet Landscape >>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 992px) {
    /* Layout */
    .container {
        max-width: 960px;
        justify-content: space-between;
    }

    label {
        display: none;
    }

    nav ul {
        position: static;
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: -2px;
    }

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

    nav ul li a {
        font-size: 20px;
    }

    nav ul li a:hover {
        color: var(--Vermelho);
    }

    #sobre iframe {
        width: 960px;
        height: 500px;
    }

    #movie img {
        display: none;
    }

    #spiders .container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .card {
        margin-right: 25px;
    }
}
/* Tablet Landscape <<<<<<<<<<<<<<<<<< */

/* Notebook/Pc >>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 1200px) {

    /* Layout */
    .container {
        max-width: 1140px;
        justify-content: space-between;
    }

    /*cabeçalho*/
    header {
        height: 100px;
    }

    #logo img {
        height: 100px;
        width: 100px;
        margin-top: 45px;
    }

    label {
        display: none;
    }

    nav ul {
        position: static;
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-top: 17px;
    }

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

    nav ul li a {
        font-size: 20px;
    }

    nav ul li a:hover {
        color: var(--Vermelho);
    }

    /* Principal */
    main {
        height: 77vh;
    }

    /* Destaque */
    #destaque {
        background-attachment: fixed;
        height: 540px;
    }

    #destaque .container {
        flex-direction: row;
    }

    #hero img {
        width: 300px;
        height: 350px;
    }

    .topics {
        display: flex;
    }

    #hero-text h2 {
        font-size: 50px;
    }

    #hero-text p {
        font-size: 20px;
    }

    #sobre .container {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: left;
        padding-top: 60px;
    }

    #sobre #texto {
        max-width: 55%;
        font-size: 90px;
    }

    #sobre iframe {
        max-width: 860px;
        height: 400px;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border: none;
    }

    #sobre p {
        font-size: 25px;
        padding-right: 50px;
        font-family: "open sans";
        color: var(--Preto);
    }

    #sobre h2 {
        font-size: 50px;
        text-align: left;
        margin-top: -80px;
    }

    #titulo h2 {
        text-align: left;
        font-size: 40px;
    }

    #titulo .btn2 {
        margin: 40px 0 0 0;
        float: left;
    }

    #qrcode img {
        width: 350px;
        height: 350px;
        padding: 20px;
        margin-left: 30px;
        padding-top: 50px;
        display: block;
    }

    #movie .container {
        flex-direction: row;
    }

    #movie p {
        font-size: 25px;
        font-family: "open sans";
    }

    #movie {
        padding: 10px 20px;
        background: url(img/backgroudd.png);
        background-size: cover;
        background-position: left;
        background-attachment: fixed;
        height: 50vh;
    }

    #spiders {
        background: var(--Branco);
        padding: 50px 0px 25px 0px;
    }

    #spiders .container {
        flex-direction: row;
        align-items: center;
        padding-top: 30px;
    }

    #spiders img {
        height: 400px;
    }

    #contato {
        background-color: var(--Azul);
        color: #fff;
        padding: 60px 0;
    }

    #contato .contato {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-left: 140px;
    }

    #contato iframe {
        display: flex;
    }

    #contato .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 80px;
    }

    #contato .item {
        display: flex;
        align-items: center;
    }

    #contato .item img {
        width: 56px;
        height: 56px;
        margin: 15px;
    }

    #contato .item p {
        font-size: 23px;
    }

    footer {
        background-color: var(--Vermelho);
        height: 105px;
        display: flex;
        display: block;
    }

    footer .container {
        flex-direction: row;
        font-size: 1.3rem;
    }

    footer img {
    padding-top: 20px;
    text-decoration: none;
}



}
/* Notebook/Pc <<<<<<<<<<<<<<<<<< */

/* Full HD/4K >>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width: 1400px) {
    /* Layout */
    .container {
        max-width: 1320px;
    }

    main h1 {
        font-size: 6rem;
    }

    main h2 {
        font-size: 3rem;
    }
}
/* Full HD/4K <<<<<<<<<<<<<<<<<< */
