/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@font-face {
    font-family: Adam;
    src: url("../font/Adam.woff") format("woff"), url("../font/Adam.otf") format("otf");
}

@font-face {
    font-family: LevSerif;
    src: url("../font/LevSerif.woff") format("woff"), url("../font/LevSerif.otf") format("otf");
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4rem) scale(.8);
        transform: translateY(-4rem) scale(.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4rem) scale(.8);
        transform: translateY(-4rem) scale(.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Titillium Web', Helvetica, sans-serif;
    font-size: 18px;
    background-color: #000;
}

header {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #000;
    color: #fff;
    height: 50px;
    z-index: 1;
    margin-top: -70px;
}

.hamb-icon {
    display: inline;
    text-shadow: none;
    text-align: center;
    position: fixed;
    top: 0;
    left: 5px;
    width: 40px;
    height: 40px;
    line-height: 50px;
    padding-left: 0;
    padding-top: 0px;
    font-size: 150%;
    z-index: 1;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(241, 235, 235);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
    margin-top: 0;
    text-align: left;
    -webkit-box-shadow: #333 1px 2px 2px;
    box-shadow: #333 1px 2px 2px;
}

.sidenav a {
    font-family: 'Adam', Helvetica, sans-serif;
    padding: 8px 8px 18px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #a52a2a;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-shadow: none;
}

.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 60px;
    margin-left: 50px;
}

nav {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-top: 10px;
}

li {
    font-family: 'Adam', Helvetica, sans-serif;
    list-style: none;
}

nav li {
    letter-spacing: 3px;
}

li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    padding-bottom: 10px;
    -webkit-transition: color linear 0.2s;
    -o-transition: color linear 0.2s;
    transition: color linear 0.2s;
}

li a:visited {
    color: #fff;
}

li a:hover {
    color: #a52a2a;
}

.logomarca {
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 80px;
}

.myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.hero {
    height: 85vh;
    margin-top: 70px;
}

.titulo {
    font-family: 'LevSerif', Helvetica, sans-serif;
    color: #fff;
    text-shadow: #555 -1px 1.2px;
    text-align: right;
    position: absolute;
    top: 35%;
    right: 8%;
    font-size: 1.9em;
    font-weight: bolder;
    line-height: 1.2;
    width: 80%;
}

.animate {
    -webkit-animation: pop-in .6s ease-out forwards;
    animation: pop-in .6s ease-out forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    opacity: 0;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.rolagem {
    color: #ccc;
    margin: 0 auto;
    width: 25%;
    position: absolute;
    bottom: 3px;
    left: 40%;
    font-size: 0.8rem;
    text-transform: uppercase;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.quem-sou article,
.clientes article,
.depoimentos article,
.galeria article,
.contato article,
.servicos article {
    width: 90%;
    background-color: rgb(241, 235, 235);
    margin: 30px auto;
    padding: 25px 20px;
    text-align: left;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 21px;
}

h1 {
    font-family: 'LevSerif', Helvetica, sans-serif;
    color: #a52a2a;
    font-size: 1.7rem;
    margin-bottom: 15px;
    margin-top: 0;
}

h2,
.observacoes {
    font-family: 'LevSerif', Helvetica, sans-serif;
    color: #a52a2a;
    font-size: 1.4rem;
    margin-top: 20px;
}

.observacoes {
    text-align: center;
}

hr {
    width: 75%;
    margin: 55px auto;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
    background-image: -o-linear-gradient(left, transparent, #fff, transparent);
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    height: 2px;
    border: 0;
}

.cinza {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#000), to(transparent));
    background-image: -o-linear-gradient(left, transparent, #000, transparent);
    background-image: linear-gradient(90deg, transparent, #000, transparent);
}

.avatar {
    height: 120px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}

.logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logos img {
    height: 80px;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    margin: 15px 7px;
}

.slider {
    width: 100%;
    /* height: 300px; */
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.slide {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
    scroll-snap-align: start;
    text-align: center;
}

.slide-links {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.slide-links a {
    font-size: x-small;
    display: inline-block;
    text-decoration: none;
    /* border: solid 1px black; */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 25px;
    color: #a52a2a;
    margin: 10px 5px;
    background-color: #a52a2a;
}

.slide-links a {
    display: none;
}

.deslizar {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-top: 15px;
    color: #a52a2a;
}

.comment,
.autor {
    width: 95%;
    margin: 0 auto;
    font-style: italic;
}

.autor {
    text-align: right;
    font-weight: bolder;
    font-size: 1rem;
}

.galeria,
.contato,
.servicos {
    min-height: calc(100vh - 250px);
    margin-top: 70px;
    padding-top: 0px;
}

.foto-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.zoom {
    margin: 0 auto 15px auto;
    width: 95%;
    max-height: 260px;
    overflow: hidden;
}

.thumb {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contato p {
    margin-bottom: 10px;
}

.galeria p {
    text-align: center;
}

input {
    height: 50px;
    padding-left: 5px;
}

input,
textarea {
    margin-bottom: 10px;
    padding-left: 5px;
}

textarea {
    resize: none;
}

button {
    width: 50%;
    height: 50px;
}

#envio {
    visibility: hidden;
    font-size: 0.9rem;
    color: #a52a2a;
    margin-top: 5px;
}

footer {
    color: rgb(221, 168, 168);
    background-color: #a52a2a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    line-height: 2;
    font-size: 1rem;
    text-align: center;
}

footer a,
footer a:visited {
    color: rgb(221, 168, 168);
    text-decoration: none;
    font-size: 0.85rem;
}

.footer-block {
    padding: 0px;
    height: 120px;
}

.footer-block:not(:last-of-type) {
    /* border-right: rgb(221, 168, 168) solid 1px; */
    padding-left: 15px;
    margin-bottom: 35px;
}

.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.icone {
    height: 50px;
}

.desenvolvido {
    font-size: 0.8rem;
    text-align: center;
    color: rgb(221, 168, 168);
    background-color: #a52a2a;
}

.desenvolvido a,
.desenvolvido a:visited {
    color: rgb(221, 168, 168);
    font-weight: bold;
    text-decoration: none;
}

@media all and (min-width: 768px) {
    header {
        display: initial;
        height: 85px;
        margin-top: -70px;
    }
    .hamb-icon,
    .logomarca {
        display: none;
    }
    nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        padding-top: 0;
    }
    nav li {
        font-size: 1rem;
    }
    li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.2em;
        padding-bottom: 10px;
        -webkit-transition: color linear 0.2s;
        -o-transition: color linear 0.2s;
        transition: color linear 0.2s;
    }
    li a:visited {
        color: #fff;
    }
    li a:hover {
        color: #a52a2a;
    }
    .logo {
        display: initial;
    }
    .logo:hover {
        border-bottom: none;
    }
    li:not(.logo) {
        margin-top: -40px;
    }
    li img {
        width: 125px;
        margin-top: 0;
        top: 0;
    }
    .hero {
        height: 90vh;
    }
    .galeria,
    .contato,
    .servicos {
        min-height: calc(100vh - 250px);
        padding-top: 40px;
    }
    .slide-links a {
        display: inline-block;
    }
    .deslizar {
        display: none;
    }
    .zoom {
        width: 25%;
        min-width: 280px;
        /* margin: 0 20px 35px 20px; */
        margin: 0;
        overflow: hidden;
    }
    .thumb {
        display: block;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }
    .thumb:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .titulo {
        top: 35%;
        right: 8%;
        font-size: 3.6rem;
        line-height: 1.2;
        width: 80%;
    }
    hr {
        width: 45%;
    }
    .logos img {
        height: 100px;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        margin: 15px 7px;
    }
    .comment,
    .autor {
        width: 80%;
    }
    form {
        width: 60%;
        margin: 0 auto;
    }
    footer {
        /* height: 160px; */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: initial;
    }
    .footer-block {
        -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    }
    .icone {
        height: 40px;
    }
}

@media all and (min-width: 1024px) {
    li {
        font-size: 1.2rem;
    }
    .titulo {
        width: 64%;
    }
    .rolagem {
        left: 48%;
    }
    .quem-sou article,
    .clientes article,
    .depoimentos article,
    .galeria article,
    .contato article,
    .servicos article {
        width: 75%;
        line-height: 1.7;
        text-align: justify;
        padding: 40px 30px;
    }
    .footer-block {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media all and (min-width: 1280px) {
    header {
        height: 95px;
        margin-top: -90px;
    }
    li img {
        width: 130px;
    }
    .hero {
        margin-top: 90px;
    }
    .titulo {
        font-size: 4.7em;
        top: 30%;
    }
    .galeria,
    .contato,
    .servicos {
        margin-top: 90px;
    }
    .slider {
        overflow-x: hidden;
    }
}