html {
    scroll-behavior: smooth;
}

p {
    font-size: 15px;
    color: #777777;
}

h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5em;
}


body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    background-color: #f9f9ff;
}

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
}

.banner {
    position: sticky;
}

li {
    display: inline-block;
    width: 4.5%;
}

.drop-seta {
    width: 11px;
    margin-left: 6%;
}

li:hover a,
li:hover svg {
    color: #AD9966;
    fill: #AD9966;
}


.nav-link {
    letter-spacing: 2px;
    font-weight: 500;
    width: 50px;
    font-style: bold;
    text-decoration: none;
    color: black;
    font-size: 13px;
    transition: 0.3s ease;
}

.ativado {
    color: #AD9966
}

.nav-logo img {
    width: 66.81px;
    height: 79.38px;
    vertical-align: middle;
}

header>ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

header {
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: white;
}

.nav-logo {
    width: 20%;
    vertical-align: middle;
}

#sec01 {
    background-image: url(imagens/img-header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 750px;
    width: 100%;
}

.seta-down {
    position: absolute;
    top: 230%;
    left: 45%;
    cursor: pointer;
    animation: cair 2s linear infinite;
}


@keyframes cair {
    0% {
        top: 205%;
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 240%;
        opacity: 0;
    }
}

/*setas-----------------------------------------------------------------*/
.setabranca {
    position: sticky;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    bottom: 20px;
    position: absolute;
}

.setadourada {
    position: sticky;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    bottom: 20px;
    position: absolute;
}

.texto-view-menu {
    position: absolute;
    left: -0.7%;
    top: 49%;
    transform: rotate(90deg);
    transition: 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.setabranca:hover~.texto-view-menu {
    transform: rotate(0deg);
    left: 0.4%;
}

.texto-book-table {
    position: absolute;
    left: 96%;
    top: 50%;
    transform: rotate(270deg);
    transition: 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: white;
    z-index: 100;
    font-size: 13px;
}

.setadourada:hover~.texto-book-table {
    transform: rotate(360deg);

}

/*setas-----------------------------------------------------------------*/

#roof {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.roofHeader {
    color: white;
    font-size: 72px;
    letter-spacing: 10.8px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    text-align: center;
}

.roofSub {
    position: relative;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

#drop {
    position: relative;
}

#dropdown {
    text-align: left;
    padding-left: 20px;
    position: absolute;
    background-color: white;
    width: 180%;
    height: 15vh;
    top: 100%;
    padding-top: 5vh;
    opacity: 0;
    z-index: -100;
    transition: 0.3s ease;
    gap: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;

}

#drop:hover #dropdown {
    opacity: 1;
    z-index: 99;
}

.dptp {
    transition: 0.3s ease;
    white-space: nowrap;
}

#dropdown .dptp {
    text-decoration: none;
    color: black;
}

#dropdown .dptp:hover {
    color: #AD9966;
}

.space {
    margin: 15px;
    right: -10px;
}

.sequenciaimgs {
    margin-top: 10%;
    width: 100%;
    text-align: center;

}

.img1 {
    position: relative;
    display: inline-block;
    background-image: url(imagens/cat-widget1.jpg);
    width: 350px;
    height: 213px;
    margin: 10px;
}

.img2 {
    position: relative;
    display: inline-block;
    background-image: url(imagens/cat-widget2.jpg);
    width: 350px;
    height: 213px;
    margin: 10px;
}

.img3 {
    position: relative;
    display: inline-block;
    background-image: url(imagens/cat-widget3.jpg);
    width: 350px;
    height: 213px;
    margin: 10px;
}

.back1 {
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.85);
    width: 301px;
    height: 80%;
    transform: translate(-50%, 15%);
    transition: 0.3s ease;
}

.back1:hover {
    background-color: #ad9966;
    opacity: 0.9;
}

.back2 {
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.85);
    width: 301px;
    height: 80%;
    transform: translate(-50%, 15%);
    transition: 0.3s ease;
}

.back2:hover {
    background-color: #ad9966;
    opacity: 0.9;
}

.back3 {
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.85);
    width: 301px;
    height: 80%;
    transform: translate(-50%, 15%);
    transition: 0.3s ease;
}

.back3:hover {
    background-color: #ad9966;
    opacity: 0.9;
}

.hrsim {
    position: absolute;
    color: white;
    bottom: 80px;
    width: 80%;
    transform: translate(12.5%);
}

.titulo {
    position: absolute;
    color: white;
    bottom: 90px;
    left: 130px;
}

.dl {
    position: absolute;
    color: white;
    bottom: 60px;
    left: 70px;
}

.dl2 {
    left: 110px;
}

.dl3 {
    left: 90px;
}

.t2 {
    left: 140px;
}

.t3 {
    left: 150px;
}

.sec02 {
    width: 60%;
    margin: auto;
}

.pt1 {
    display: inline-block;
}

.mark {
    text-decoration: none;
    color: black;
    transition: 0.3s ease;
}

.mark20 {
    position: relative;
    left: 50px;
}

.mark1 {
    position: relative;
    position: relative;
    bottom: 680px;
    left: -90px;
}

.mark2 {
    position: relative;
    position: relative;
    bottom: 530px;
    left: -90px;
}

.mark3 {
    position: relative;
    position: relative;
    bottom: 380px;
    left: -90px;
}

.mark4 {
    position: relative;
    position: relative;
    bottom: 200px;
    left: -90px;
}

.mark5 {
    position: relative;
    position: relative;
    bottom: 20px;
    left: -90px;
}

.wiens {
    display: inline-block;
    position: relative;
    top: 10px;
    right: -60px;
    color: #777777;
    text-decoration: none;
    transition: 0.3s ease;
}

.wiens:hover {
    color: #AD9966;
}

.icone1 {
    display: inline-block;
    position: relative;
    top: -15px;
    right: -150px;
}

.icone2 {
    display: inline-block;
    position: relative;
    top: -15px;
    right: -150px;
}

.icone3 {
    display: inline-block;
    position: relative;
    top: -15px;
    right: -150px;
}

.icone4 {
    display: inline-block;
    position: relative;
    top: -15px;
    right: -155px;
}

.pt2 {
    display: inline-block;
    width: 40%;
}

.feature1 {
    position: relative;
    top: 50px;
    right: 80px;
}

.feature2 {
    position: relative;
    top: 90px;
    right: 80px;
}

.feature3 {
    position: relative;
    top: 130px;
    right: 80px;
}

.feature4 {
    position: relative;
    top: 170px;
    right: 80px;
}

.feature5 {
    position: relative;
    top: 210px;
    right: 80px;
}

.fttl {
    text-decoration: none;
    font-size: 20px;
    color: black;
    transition: 0.3s ease;
}

.view-more {
    text-decoration: none;
    color: black;
    border: 1px solid #ad9966;
    background-color: #fff;
    letter-spacing: 2px;
    padding: 8px 30px;
    transition: 0.5s ease;
}

.view-more:hover {
    color: white;
    background-color: #AD9966;
}

.fttl:hover {
    color: #AD9966;
}

.count-pags {
    position: relative;
    top: 350px;
    right: 20px;
    color: #777777;
    fill: #777777;
}

.e01 {
    position: relative;
    padding: 0.5rem 1.50rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.e01:hover {
    background-color: #AD9966;
    color: white;
}

.e02 {
    position: relative;
    right: -20px;
    background-color: #AD9966;
    color: white;
    padding: 0.5rem 1.50rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.e02:hover {
    background-color: #AD9966;
    color: white;
}

.e03 {
    position: relative;
    right: -40px;
    padding: 0.5rem 1.50rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.e03:hover {
    background-color: #AD9966;
    color: white;
}

.e04 {
    position: relative;
    right: -60px;
    padding: 0.5rem 1.50rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.e04:hover {
    background-color: #AD9966;
    color: white;
}

.e09 {
    position: relative;
    right: -80px;
    padding: 0.5rem 1.50rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.e09:hover {
    background-color: #AD9966;
    color: white;
}

.i1 {
    position: relative;
    top: -32.5px;
    right: -350px;
    fill: #777777;
}

.i2 {
    position: relative;
    right: 27.5px;
    top: 37.5px;
    fill: #777777;
}

.ft1 {
    width: 540px;
}

.pt3 {
    float: right;
    width: 32%;
    padding: 500px 0px;
    border: 1px solid #eee;
    text-align: center;
}

.botao-pesquisar {
    align-items: center;
    background-color: #b39b6b;
    border-radius: 20px;
    padding: 12px 22px;
    font-size: 14px;
    width: 80%;
    border: none;
    position: relative;
    right: -30px;
    top: -450px;
}

.lupa {
    width: 30px;
    position: relative;
    fill: white;
    top: -440px;
    right: 15px;
}

.usuario {
    position: relative;
    top: -340px;
    right: -70px;
}

.charlie {
    position: relative;
    right: 60px;
    top: -300px;
    font-size: 18px;
    text-decoration: none;
    color: black;
}

.senior-blog {
    position: relative;
    top: -290px;
}

.div-icones {
    position: relative;
    top: -270px;
}

.icone {
    width: 30px;
    fill: black;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 7px;
}

.icone:hover {
    fill: #AD9966;
}

.botcamp {
    position: relative;
    top: -230px;
}

.popular-posts {
    position: relative;
    top: -170px;
}

.pop {
    text-align: center;
    padding: 12px;
    margin: auto;
    width: 80%;

    color: #fff;
    background-color: #ad9966;
}

.popular-space {
    position: relative;
    top: 30px;
}

.popular-space2 {
    position: relative;
    top: 30px;
    right: 12px;
}

.popular-space3 {
    position: relative;
    top: 30px;
}

.popular-space4 {
    position: relative;
    top: 30px;
    right: 12px;
}

.referencia {
    position: relative;
    top: -30px;
    right: -10px;
    color: black;
    text-decoration: none;
    font-style: oblique;
    cursor: pointer;
    transition: 0.3s ease;
}

.referencia:hover {
    color: #AD9966;
}

.pref {
    position: relative;
    top: -25px;
    right: -30px;
}

.imagem-em-branco {
    position: relative;
    top: -100px;
}

.categoria {
    position: relative;
    white-space: nowrap;
    margin: 20px;
    text-decoration: 2px underline dotted;
    text-decoration-color: #777777;
    text-underline-offset: 15px;
    cursor: pointer;
}

.categoria:hover {
    color: #AD9966;
    text-decoration-color: #AD9966;
}

.tituloct:hover {
    color: #AD9966;
}

.pagct:hover {
    color: #AD9966;
}

.ct0 {
    position: relative;
    right: 35px;
}

.ct01 {
    position: relative;
    top: -18px;
    right: -227px;
}

.ct1 {
    position: relative;
    top: 50px;
    right: 92px;
}

.ct11 {
    position: relative;
    top: 30px;
    right: -172px;
}

.ct2 {
    position: relative;
    top: 99px;
    right: 150px;
}

.ct21 {
    position: relative;
    top: 80px;
    right: -112px;
}

.ct3 {
    position: relative;
    top: 150px;
    right: 210px;
}

.ct31 {
    position: relative;
    top: 135px;
    right: -52px;
}

.ct4 {
    position: relative;
    top: 200px;
    right: 272px;
}

.ct41 {
    position: relative;
    top: 180px;
    right: 2px;
}

.ct51 {
    position: relative;
    top: 155px;
    right: -142px;
}

.ct5 {
    position: relative;
    top: 170px;
    right: 122px;
}

.ct6 {
    position: relative;
    top: 222px;
    right: 182px;

}

.ct61 {
    position: relative;
    top: 205px;
    right: -92px;
}

.jornal {
    position: relative;
    top: 285px;
}

.new {
    text-align: center;
    padding: 12px;
    margin: auto;
    width: 80%;

    color: #fff;
    background-color: #ad9966;
}

.icone-email {
    width: 30px;
    fill: #777777;
    position: relative;
    top: 37px;
    left: -125px;
}

.email-enter {
    padding: 9px;
    text-align: center;
}

.botao {
    background-color: #AD9966;
    color: white;
    border: none;
    padding: 9px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    right: 4.5px;
}



.jornal2 {
    position: relative;
    top: 355px;
}

.tag {
    text-align: center;
    padding: 12px;
    margin: auto;
    width: 80%;

    color: #fff;
    background-color: #ad9966;
}

.cl1 {
    margin: auto;
    display: inline-block;
}

.clouds-tag ul {
    padding: 15px;
    margin: 10px;
}

.clouds-tag ul div {
    margin-bottom: 10px;
    margin-left: -32px;
}

.elemento {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
    width: auto;
}

.elemento:hover {
    background-color: #AD9966;
    color: white;
}

/*----------------------------------------------------------------------------------*/
.secfinal {
    margin: auto;
    position: relative;
    margin-top: 25%;
    background-color: #04091e;
    padding: 120px 0;

}

.tamanho {
    width: 55%;
    margin: auto;
    position: relative;
    padding-bottom: 90px;
}

.final1 {
    display: inline-block;
}

.final2 {
    display: inline-block;
    position: relative;
    right: -20px;
}

.final3 {
    display: inline-block;
    position: relative;
    right: -45px;
}

.final4 {
    display: inline-block;
    position: relative;
    right: -65px;
}

.final5 {
    display: inline-block;
    position: relative;
    right: -120px;
    top: -45px;
}

.email-final {
    position: relative;
    bottom: -15px;
    padding: 10px 50px;
    background-color: #04091e;
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: white;
}

.seta-final {
    position: relative;
    width: 37px;
    bottom: -30px;
    right: 40px;
    fill: white;
    background-color: #AD9966;
    padding: 7px;
}

.link-final {
    color: #777777;
    text-decoration: none;
    transition: 0.5s ease;
}

.link-final:hover {
    color: #AD9966;
}

.space {
    margin: 15px;
    right: -10px;
}

.division-final {
    position: relative;
    bottom: -60px;
}

.coração {
    fill: #AD9966;
    width: 20px;
}

.icone-final {
    width: 30px;
    fill: #AD9966;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 7px;
}

.div-icones {
    position: relative;
    right: -850px;
    top: auto;
}
