@charset "UTF-8";

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
}

/* Main Settings */

:root {
    --cor01: #EB5400;
    --cor02: #cecece;
    --cor05: #ffffff;
    --cor06: #16508b;
    --cor07: #000000; 
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Nimbus sans regular', sans-serif;
    font-size: 14px;
    
}
 
html, body {
    width: 100%;
    height: 100%;
}

section {
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 40px;
    align-items: center;
    padding: 5px;
}

div h1 {
    text-transform: uppercase;
    color: var(--cor05);
    text-align: center;
    font-size: 2.2em;
    line-height: 1.5em;
    font-weight: bold;
    box-sizing: border-box;
}

div h4#h1-laranja {
    color: #f5722c;
    text-align: center;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: bold;
    box-sizing: border-box;
}

div h2 {
    font-weight: bold;
    font-size: 2.2em;
    box-sizing: border-box;
}

div h3 {
    font-size: 1.5em;
    color: var(--cor05);
    font-weight: lighter;
    text-align: center;
    box-sizing: border-box;
}

div a.btn {
    text-decoration: none;
    padding: 20px;
    background-color: var(--cor01);
    color: var(--cor05);
    border-radius: 40px;
    font-size: 1em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.395);
}

a.btn:hover {
    background-color: darkorange;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.395);
    animation: shake 0.5s ease;  
}

p {
    text-align: justify;
    line-height: 1.8em;
    padding-top: 10px;
    box-sizing: border-box;
}

img.move {
    max-width: 100%;
    overflow: hidden;
    transition: 0.3s;
}

img.move:hover {
    transform: scale(1.1);
}

/* Primeira */

section#primeira {
    background-color: var(--cor06);
}

div#pri {
    padding-top: 60px;
    padding-bottom: 60px;
}

div#a {
    display: flex;
    justify-content: center;
}

video {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    margin: auto;
}

@media (max-width: 940px) {
    video {
        width: 560px;
        height: 420px;
    }
}
@media (max-width: 620px) {
    video {
        width: 430px;
        height: 350px;
    }
}

@media (max-width: 480px) {
    video {
        width: 350px;
        height: 280px;
    }
}

/* Segunda */

section#segunda {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 15px;
    justify-content: center;
    margin: auto;
}

section#segunda img {
    padding-left: 20px;
}



@media (max-width: 1100px) {
    
    section#segunda {
        grid-template-columns: 100%;
        justify-content: center;
        margin: auto;
        padding: 60px;
    }

    img {
        padding-bottom: 20px;
        display: block;
        margin: auto;
    }
}

/* Terceira */

section#terceira {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 45% 50%;
    gap: 100px;
    justify-content: center;
    margin: auto;
    align-items: center;
    margin-top: 40px;
    padding: 40px;
}

div.mudar-position {
    display: block;
    margin: auto;
}
@media (max-width: 500px) {
    img.img-presets {
        width: 300px;
        height: 400px;
    
    }
}

p.p-especial {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

span {
    color: var(--cor01);
    font-weight: bold;
}

@media (max-width: 1100px) {
    
    section#terceira {
        grid-template-columns: 100%;
        justify-content: center;
        margin: auto;
        padding: 60px;
    }
}
/* Quarta*/

section#quarta {
    background-color: var(--cor06);
    color: white;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

section#quarta h2 {
    text-align: center;
    font-weight: lighter;
}

section#quarta div.depoimentos {
    gap: 20px;
    max-width: 920px;
    padding: 20px;
}

section#quarta div {
    margin: auto;
}

/* Quinta*/

section#quinta {
    background-color: var(--cor02);
    padding-top: 60px;
    padding-bottom: 60px;
}

section#quinta h2 {
    text-align: center;
    font-weight: lighter;
}

div.depoimentos {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 100px;
    justify-content: center;
    margin: auto;
    padding: 40px;
}

@media (max-width: 1150px) {
    
    div.depoimentos {
        grid-template-columns: 50% 50%;
        align-items: center;
        justify-content: center;
        margin: auto;
    }
}

@media (max-width: 840px) {
    
    div.depoimentos {
        grid-template-columns: 100%;
    }
}

img.dep {
    width: 300px;
    height: 540px;
    opacity: 70%;
}

img.dep:hover {
    opacity: 100%;
}

/* Sexta */

section#sexta div.grid-foto-texto {
    gap: 30px;
}

section#sexta p{
    padding-right: 40px;
}

span.simbolo {
    font-size: 30px;
    color: var(--cor01);
    display: inline;
}

/* Setima*/
section#setima {
    background-color: var(--cor06);
    color: white;
    margin-bottom: 0px;
}

@media (max-width: 540px) {
    
    img.autores {
       width: 300px;
       height: 300px;
    }
}


/* Oitava */

section#oitava {
    background-color: var(--cor02);
}

.preco {
    text-align: center;
    font-weight: bold;
}

h2.preco {
    margin-bottom: 40px;
}


/* Nona */

div.grid-foto-texto {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 60px;
    justify-content: center;
    margin: auto;
    align-items: center;
    padding: 80px 40px;

}

@media (max-width: 840px) {
    
    div.grid-foto-texto {
        grid-template-columns: 100%;
    }
}

/* Decima */

section#decima div {
    max-width: 1000px;
    text-align: center;
    margin: auto;
}

@media (max-width:1100px) {
    section#decima div {
        width: 700px;
    }
}

@media (max-width: 840px) {
    section#decima div {
        width: 450px;
    }
}

@media (max-width: 500px) {
    section#decima div {
        width: 380px;
    }
}

/* Footer*/

footer {
    background-color: var(--cor06);
    color: white;
}

footer p#texto-footer {
    font-size: 8px;
    padding: 40px;
}

footer div {
    max-width: 770px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 10px;
}

footer p {
    text-align: center;
}

a#grow {
    text-decoration: none;
    color: var(--cor05);
    
}