@charset "UTF 8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-color: #181714;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    margin: 0;
    overflow-x: hidden;
}
.main{
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section{
    width: 100%;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

.btn-black{
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 12px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffc72e;
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.btn-black:hover{
    background-color: #FFBB00;
    color: #1a1a1a;
    transition: all 0.5s;
}
.btn-yellow{
    color: rgb(255, 255, 255);
    background-color: #ffbb00;
    border-radius: 10px;
    border-style: none;
    border-width: 0px;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.btn-yellow:hover{
    background-color: #3e3e3e;
    color: #fff;
    transition: all 0.5s;
}
a{
    text-decoration: none;
}

.nav-index {
    top: 0;
    left: 0;
    display: flex;
    position: fixed;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    z-index: 999;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    background: linear-gradient(95.71deg, #ffe59e 9.4%, #ffbb00 127.12%);
}

.nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.svg-container {
    position: absolute;
    width: 100vw;
    height: 70vh;
    padding: 0;
}

.svg-container img {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.logo img {
    position: relative;
    padding: -5px;
    width: 100px;
}

.nav-list {
    display: flex;
    position: relative;
    justify-content: space-around;
    color: #1a1a1a;
    list-style: none;
    padding-right: 60px;
}

.nav-list a {
    text-decoration: none;
    color: #1a1a1a;
    transition: 0.3s;
}

.nav-list a:hover {
    opacity: 0.7;
}

.nav-list.active {
    transform: translateX(0);
}

.nav-list li {
    cursor: pointer;
    margin-left: 30px;
    font-weight: 5000;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    line-height: 25px;
}

.mobile-menu {
    display: none;
    position: relative;
    cursor: pointer;
    top: 20px;
    padding-right: 60px;
}

.mobile-menu div {
    width: 32px;
    height: 2px;
    background: #1a1a1a;
    margin: 8px;
    transition: 0.3s;
}

.header-presentation {
    top: 20px;
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
}

.informacao {
    top: 20%;
    left: 60%;
    position: absolute;
    text-align: center;
    background-image: linear-gradient(to right, #fdfdfd23, #ffffff2a);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    width: 25rem;
    height: auto;
    padding: 10px;
}

.img-van-header {
    margin: auto;
    min-width: 405.3px;
    max-width: 900px;
    position: relative;
    align-items: center;
    width:70%;
    top: 5vh;
}

.app-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.img-bg-citis {
    position: absolute;
    width: 150%;
    opacity: 10%;
    margin: auto;
    object-fit:  contain;
    align-items: center;
    z-index: -2;
}
.card-app {
    position: relative;
    background-color: #000000dc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 40px;
    box-sizing: border-box;
    width: 550px;
    height: fit-content;
    border-radius: 20px;
}
.card-app::before{
    border-radius: 20px;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    position: absolute;
    z-index:-1;
    background-image: linear-gradient(45deg, #ffffff6c 15%, #000000 100%);
}
.logo-citi{
    width: 170px;
}
.div-btn-lojas{
    display: flex;
    cursor: pointer;
    width: 50%;
    justify-content: center;
}
.btn-lojas{
    width: 150px !important;
    margin: 5px;
}

.mockup-celular img{
    width: 550px;
    position: relative;
    margin-left: -70px;
    margin-top: 20px;
}


.sobre-section {
    padding-top: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.sobre-itens {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
}
.sobre-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px;
    padding: 30px;
    box-sizing: border-box;
    width: 340px;
    height: fit-content;
    background: linear-gradient(132.7deg, #FFE9AD 5.66%, #FFBB00 73.99%);
    border-radius: 30px;
    position: relative;
}
.sobre-icon{
    width: 60px;
    padding-bottom: 20px;
}

.servicos-section {
    width: 100%;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    background-color: #0f0f0fef;
}

.tipos-servicos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 20px;
    color: #1a1a1a;
    font-size: 10px;
}

.containerServicos {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(80.7deg, #ffe59f 5.66%, #ffc72e 73.99%);
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    width: 400px;
}

.titulo {
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 1.30;
    font-family: 'Poppins', sans-serif;
    margin: 10px;
}

details {
    padding: 10px;
    text-align: right;
}

details h2 {
    font-size: 14px;
}

.subTextoServicos:hover {
    display: none;
}

.containerServicos:hover {
    transition: 0.3s;
    color: #ebebeb;
    background-image: linear-gradient(80.7deg, #7e7e7e 5.66%, #383838 73.99%);
}

.logos-clientes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.logos-clientes img {
    cursor: pointer;
    width: 130px;
    margin: 10px;
    object-fit: contain;
    transition: 0.3s;
    border-radius: 5px;
    opacity: 100%;
}

.localizacao-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.img-mapa{
    height: 140%;
    position: absolute;
    right: 0;
    z-index: -1;
}
.infos-localizacao{
    width: 50%;
}

.nossaLocalizacao img {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    z-index: -1;
}

.textoLocalizacao {
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    top: 180px;
    left: 10%;
    width: 520px;
    font-size: 20px;
    text-align: center;
}

.textoLocalizacao h2 {
    position: absolute;
    top: 100px;
    font-size: 15px;
    text-align: center;
}


.section-fale-conosco {
    background-image: linear-gradient(80.7deg, #79797920 5.66%, #5c522521 73.99%);
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}
.infos-contato{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.div-tipo-contato{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: #0f0f0fef;
}
.footer-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}

.footer-col-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    width: 400px;
    box-sizing: border-box;

}
.footer-col-2{
    padding: 30px;
    width: 400px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;

}
.footer-col-2 a{
    text-decoration: none;
    color: #1a1a1a;
    cursor: pointer;

}
.footer-col-2{
    padding: 30px;
    width: 400px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;

}
.logo-orgao{
    height: 20px;
    margin-right: 40px;
}

.rsdev{
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto;
    align-items: center;
}
.logo-rsdev{
    width: 150px;
}

.politica-section{
    margin-top: 150px;
    margin-bottom: 100px;
}

@media (max-width: 576px) {
    
}

@media (max-width: 768px) {
    .section{
        width: 100vw;
        margin-bottom: 50px;
    }
    .mobile-menu {
        display: block;
        margin-bottom: 40px;
    }
    .nav-index li {
        margin-left: 0;
        opacity: 0;
        margin-top: 25px;
        margin-bottom: 25px;
        color: #fff !important;
        font-size: 1.8rem !important;
      }
      .nav-list {
        position: absolute;
        top: 85px;
        right: 0;
        z-index: 998;
        width: 50vw;
        height: fit-content;
        border-radius: 20px 0px 0px 20px;
        background-color: #18171493;
        backdrop-filter: blur(15px);
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
        font-size: 2.8rem !important;
    }
    .svg-container{
        height: 420px;
        width: 100vw;
    }
    .header-presentation{
        height: 600px;
    }
    .img-van-header{
        width: 90%;
        min-width: 50px;
    }
    .informacao{
        top: 135px;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        padding: 20px;
    }
    .app-section{
        width: 100vw;
    }
    .card-app {
        width: 100%;
    }
    .mockup-celular img{
        width: 100%;
        margin-left: 0;
    }
    .sobre-item{
        width: 100%;
    }
    .infos-localizacao{
        width: 100%;
    }
    .img-mapa{
        opacity: 30%;
    }
    .infos-contato{
        justify-content: center;
    }
    .div-tipo-contato{
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer-section {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-col-1{
        width: 100%;
    }
    .footer-col-2{
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 992px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 1400px) {
    body {
        overflow-x: hidden;
    }
    
   
}


@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
    opacity: 0;
}

.mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -7px);
}


/*##########   APP CITI   ##########*/

.nav-citi {
    display: flex;
    position: fixed;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: #18171493;
    z-index: 999;
    width: 100%;
    backdrop-filter: blur(15px);
}

.nav-citi ul {
    display: flex;
    align-items: center;
}

.nav-citi li {
    list-style: none;
    margin-right: 20px;
}

.nav-citi img {
    width: 100px;
    padding: 10px;
}
.apresentacao{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;

}
.apresentation-app-citi{
    height: fit-content;
    width: 60%;
}
.mockup-celular-citi{
    width: 550px;
    position: relative;
    margin-top: 20px;
}


.projeto-citi-section{
    display: flex;
}
.opcoes-app{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}
.item-opcao-app{
    max-width: 300px;
    margin-bottom: 50px;

}
.div-icon{
    margin: auto;
    margin-bottom: 20px;
    height: 100px;
    width: 100px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    background-image: linear-gradient(95.71deg, #ffd153 9.4%, #FFBB00 127.12%);
}
.img-tecnologia{
    margin: 40px;
    width: 80%;
    max-width: 700px;
}

.destinos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    margin-top: 20px;
}
.destino-item{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-top: 20px;
    max-width: 340px;
    height: fit-content;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #383838;
}
.destino-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}
.destino-qr-code{
    width: 180px;
    object-fit: cover;
    border-radius: 20px;
}
.destino-detalhes{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    text-align: start;
    padding: 15px;
}
.avaliacao-destino{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #383838;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    width: 33px;
    margin-bottom: 5px;
}
.download-citi-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    width: 100vw;
}
.baixe-agora{
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.baixe-agora p{
    text-align: start;
}
.mockup-celular-2{
    width: 400px;
}



.card-fim {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 100px;
    width: 100%;
}
.card-fim li{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
}
.img-bg-citis {
    position: absolute;
    width: 150%;
    opacity: 10%;
    transform: translateY(-100px);
    object-fit:  contain;
    align-items: center;
    z-index: -2;
}

.logo-citi{
    width: 170px;
}
.div-btn-lojas{
    display: flex;
    cursor: pointer;
    width: 50%;
    justify-content: center;
}
.btn-lojas{
    width: 150px !important;
    margin: 5px;
}

.informacao-app {
    width: 600px;
}

@media (max-width: 576px) {
    
}

@media (max-width: 768px) {
    .mockup-celular-citi{
        width: 100%;
    }
    .destinos{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .destino-item{
        width: 100%;
        max-width: 100%;
    }
    .destino-qr-code{
        display: none;
    }
}

@media (max-width: 992px) {
    .apresentacao {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        padding-top: 150px;
        padding-left: 20px;
        height: fit-content;
    }
    .apresentation-app-citi{
        width: 100%;
    }
    .baixe-agora{
        align-items: center;
        margin-top: 30px;
    }
    .baixe-agora p{
        text-align: center;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 1400px) {

}