@import url('fonts.css');

body {
    font-family: 'Agrandir', sans-serif;
    color: white;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: linear-gradient(144deg, #B38BD1 4.39%, #8358C4 14.2%, #3D3881 27.89%, #060911 65.88%);
}

.d-logo {
    width: 56px;
}

.d-logo img {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    color: #000;
}

h1 {
    color: #FFF;
    font-family: 'Agrandir-GrandHeavy';
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

h2 {
    /* Títulos/H2 - Title */
    font-family: 'Agrandir';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin: 20px 10px;
    /* 100% */
}


p {
    /* Reading/Body | M - Regular */
    font-family: 'Agrandir';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}


.phone1 {
    width: calc(129% - 200px);
}

.box-text {
    margin: 20px 0;
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.box-text-2 {
    margin: 20px 0;
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.box-text-3 {
    margin: 20px 0;
    display: flex;
    max-width: 440px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}


.box-text img {
    width: 120px;
}

.box-text-2 {
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.img-bloco {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.color-dark h1,
.color-dark h2,
.color-dark p {
    color: #1E2C51;
}

.color-dark h1 {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 30px;
}


.container-78 {
    width: 78%;
    margin: 150px auto;
    max-height: 580px;
    border-radius: 24px;
    border: 1px solid #060911;
    background: linear-gradient(105deg, #AE8ADB 0.71%, #855CC2 10.34%, #523F83 20.05%, #060911 48.03%);
    box-shadow: 0 0 20px 1px rgba(168, 85, 247, 0.40);
}

.phones {
    height: 110%;
    max-height: 700px;
    margin: 0 auto;
    margin-top: -50px;
}

.line {
    width: 100%;
    height: 230px;
    background: #C5FA7C;
    background-image: url('../assets/images/bg-faixa.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 100px;
    margin-bottom: -280px;
}

.line-btn {
    width: 110px;
}

header {
    width: 100%;
    height: 85vh;

    margin-bottom: 170px;
    box-shadow: -6px 9px 41px #000;

    position: relative;
    z-index: 1;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/background.jpg');
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: -1;
}


nav {
    width: 100%;
    display: flex;
    padding: 21px 25px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    border-radius: 0 0 24px 24px;
    border: 1px solid rgba(226, 232, 240, 0.10);
    background: rgba(226, 232, 240, 0.05);
    backdrop-filter: blur(12.5px);


}




nav a {
    color: #FFF;
    /* Reading/Body | M - Bold */
    font-family: Agrandir;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.btn-download-app {
    display: flex;
    width: 174px;
    height: 56px;
    padding: 3px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;

    border-radius: 100px;
    background: #C5FA7C;
    color: #1E2C51;

    font-family: Agrandir;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.uses {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.uses .item {
    display: flex;
    padding: 8px 24px 8px 8px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: rgba(30, 44, 81, 0.90);
    width: 100%;
}

.uses .item p {
    margin: 0;
    padding: 0;
}

.uses .item img {
    width: 42px;
}

footer {
    width: 100%;
    min-height: 270px;
    border-radius: 24px 24px 0 0;
    border: 1px solid #060911;
    background: linear-gradient(0deg, #060911 0%, #060911 100%);
    box-shadow: 0 0 20px 1px rgba(168, 85, 247, 0.40);
}

.map {
    width: 100%;
    height: 400px;
    background-image: url(../assets/images/Map.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.f-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 30px 0;
}

.f-nav a {
    color: #FFF;
}

.modal-title,
.modal-body {
    color: #1E2C51;
}

.nav-pills .nav-link {
    color: #888;
    font-size: 0.8rem;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 5px 0;
}

.nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #C5FA7C !important;
    border-bottom: 2px solid #C5FA7C !important;
}

.form-control:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border-color: #C5FA7C;
}

#ContatoNaRua .modal-title,
#ContatoNaRua .modal-body {
    color: #FFF;
}

#ContatoNaRua .modal-dialog {
    width: 80% !important;
    max-width: 80% !important;
}


#ContatoNaRua .modal-content {
    background-color: #1E2C51;
}

#EmBreve .modal-content {
    background-color: #1E2C51;
}

#EmBreve .modal-title,
#EmBreve .modal-body {
    color: #FFF;
}


.wx-75 {
    max-width: 1000px;
}


.timer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.time-box {
    background: #cb6ee3;
    /* Cor temática */
    color: white;
    padding: 15px 5px;
    border-radius: 10px;
    text-align: center;
}

.time-box span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
}

.time-box label {
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.9;
}