﻿:root {
    --section-max-width: 90vw;
}


.playBtn {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    border: none;
    border-radius: 5px;
    z-index: 10;
}

#playBtnScanMap {
    bottom: 5%;
    font-size: 13px;
    padding: 15px 15px;
}


.div-principal {
    padding: 0 !important;
}

.div-principal section {
    padding: 0 !important;
}

.como-funciona-scanmap {
    max-width: 800px;
}

.header {
    position: sticky;
    top: 0;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    z-index: 100;
}

.header .container-especial {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo img {
    max-width: 300px;
}

.section-header {
    max-width: var(--section-max-width);
    margin: 0 auto;
    display: flex;
    gap: var(--spacing-8);
}


.line {
    display: block;
    background: var(--gray-50);
    width: calc(100% - 300px);
    height: 1px;
    margin-bottom: var(--spacing-6);
}

.section-image {
    width: 45%;
}
.section-images {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* clip-path: inset(0% 0 15% 0% round 5% 20% 0 10%); */
}

.section-images img {
    width: 33%;
   -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    filter: blur(1px);
}

.buy-btn {
    border-radius: 1rem;
    max-width: 200px;
}

.section-header h1 {
    text-align: left;
}

h2.scanmap-title {
    color: var(--astronaut-500);
}

.section-video {
    background: #D9D9D9;
    border-radius: 40px;
    border: solid 2px var(--astronaut-500);
    max-width: 50%;
    width: 100%;
    margin-left: auto;
    justify-items: center;
    align-items: center;
}

.video-container {
    max-width: 650px;
    margin: 20px auto; /* Centraliza e dá espaçamento */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Sombra sutil */
}

#localPlayer, #localPlayerScanMap {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    background: #FFF;
    border-radius: 38px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    object-fit: contain; /* Garante que o vídeo preencha todo o espaço */
}

#localPlayerScanMap {    
    object-fit: contain;
}

.section-text p {
    margin: 0 0 2rem !important;
}
.section-text {
    max-width: 40%;
}

.section-video iframe {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.agregar-valor {
    max-width: var(--section-max-width); 
    margin: 0 auto;
}

.agregar-valor-texto span {
    display: block;
    max-width: 700px;
}

.agregar-valor-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.agregar-valor-texto h1 {
    text-align: left;
}


#scanmap {
    max-width: var(--section-max-width);
    margin: 0 auto;
}

.ul-list li:not(:first-child) {
    margin-top: 2rem;
}

section p, span {
    line-height: 25px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--astronaut-950);
    /*font-size: var(--font-size-md0);*/
}


.scanmap-card p {
    font-size: var(--font-size-small);
    line-height: 120%;
}

.scanmap-card h5 {
    width: 200px; 

    font-size: var(--font-size-md);
    line-height: 120%;
    letter-spacing: 0.01em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--astronaut-500);
}

.scanmap-card .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;

    width: 54px;
    height: 54px;

    background: #DEEBFB;
    border-radius: 64px;
    border: solid 2px var(--astronaut-500);
    position: relative;

    --vline-height: 50px;

}

.scanmap-texto {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.scanmap-texto::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 2px;
    height: calc(20rem - 50px); 
    background: var(--astronaut-500);
}

#comprar h2 {
    color: var(--astronaut-50);
}


#comprar .comprar-text {
    color: var(--astronaut-50);
    font-size: calc(var(--font-size-md) - 2px);
}

#comprar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 40px 0px;
    max-width: 1114px;
    border-radius: 40px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    background: linear-gradient(96.33deg, #498BE8 3.24%, #2B5BCA 96.76%);
    margin-top: 15rem;
}

.scanmap-card:not(:last-of-type)::after  {
    content: '';
    position: absolute;
    left: 50%;
    bottom: calc(100% + var(--vline-height));
    width: calc(197px + var(--spacing-2) * 3);
    height: 2px;
    background: var(--astronaut-500);
}

.scanmap-card::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    height: var(--vline-height);
    border-left: 2px dashed var(--astronaut-500);
}

.scanmap-card {
    position: relative;
    display: flex;
    border: 1px solid var(--astronaut-500);
    flex-direction: column;
    align-items: center;
    padding: 0.8rem;
    width: 200px;
    gap: 0.8rem;
    background: var(--astronaut-100); 
    border-radius: 12px;

    --vline-height: 50px;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    height: 30px;
}

.menu ul.dep-ul {
    display: flex;
    margin-top:10px;
    align-items:center;
    height: 100%;
}

.menu ul.dep-ul li{
    font-size:22px;
    padding-left:15px;
}

.menu ul.dep-ul li a:hover {
    cursor: pointer;
}

.menu ul.dep-ul li a img {
    width: 25px;
    margin-top: 0px;
    padding-bottom: 10px;
}

.menu .btn-login {
    border: 1px solid #498BE8;
    background: #FFF;
    color: #498BE8;
    border-radius: 5px;
    width:99px;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top:-5px;*/
    /*padding: 5px 0 0;*/
}

.menu .btn-login:hover {
    border: 1px solid #FFF;
    background: #498BE8;
    color: #FFF;
}

    .menu .btn-demonstracao {
        border: 1px solid #498BE8;
        background: #498BE8;
        color: #FFF;
        border-radius: 5px;
        width: 211px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px !important;
        /*margin-top: -5px;*/
        /*padding: 5px 0 0;*/
    }
.menu .btn-demonstracao:hover {
    border: 1px solid #498BE8;
    background: #FFF;
    color: #498BE8;
}


/*@media (min-width: 1540px) {*/
/*    .scanmap-texto::before {*/
/*        height: 150px !important;*/
/*    }*/
/*}*/

@media (max-width: 1024px) {
    .section-header {
        flex-direction: column;
        gap: var(--spacing-4);
    }

    .section-header > .section-text { 
        max-width: 100% !important;
    }

    .section-header > .section-video {
        max-width: 100% !important;
        min-height: 300px;
    }
    .agregar-valor {
        margin-top: 5rem !important;
    }
    #scanmap .cards {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .section-header {
        margin-top: var(--spacing-4) !important;
    }
    .section-images {
        flex-direction: column;
        clip-path: none !important;
    }

    #scanmap > div {
        margin-top: var(--spacing-3) !important;
        margin-bottom: var(--spacing-3) !important;
        gap: var(--spacing-3) !important;
    }

    #produtos > .produtos-content {
        margin-top: var(--spacing-3) !important;
    }

    #produtos .produtos-cards {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .section-image {
        width: 100% !important;
    }
    .section-images img {
        width: 100% !important;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .breadcrumb {
        margin-left: 0;
        justify-content: center;
    }

    .header {
        justify-content: center;
    }

    .logout {
        font-size: 16px;
    }
}


#produtos .produtos-card::after {
    position: absolute;
    content: '';
    bottom: 100%;
    display: block;
    width: 1px;
    height: 11%;    
}
#produtos .produtos-card:nth-child(3)::after {
    height: 20%;
}

#produtos .produtos-card {
    margin: 0 auto;
    width: 300px;
    position: relative;
}

#produtos .produtos-card a {
    margin-left: 50%;
}

#produtos .produtos-card div p {
    font-size: 1.6rem;
}

#produtos .produtos-card img {
    max-width: 242px;
    height: auto;
}


#produtos .produtos-content {
    max-width: var(--section-max-width);
    margin: 0 45px;
    border-radius: 12px;
}

#produtos .produtos-cards {
    width: 100%;
}

#produtos .produtos-card {
    padding: var(--spacing-5);
    height: 400px; 

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;

    background: var(--gray-50); 
    border-radius: 40px;
    padding: 24px;

}

@media (max-width: 480px) {
    .agregar-valor {
        margin-top: 2rem !important;
    }

    #scanmap .scanmap-cards {
        grid-template-columns: 1fr !important;
    }

    .header {
        padding: 10px;
    }

    .logout {
        font-size: 14px;
    }
}

#scanmap .text {
    flex: 0.3;
}


.cards-section {
    height: 550px;
}

#scanmap .cards {
    flex: 0.7;
}

.cards {
    max-width: fit-content; 
}

@media (max-width: 800px) {
    .agendamento-form-wrapper {
        flex-direction: column;
    }
    .agendamento-modal .modal-content .agendamento-form > div > label {
        font-size: var(--font-size-small) !important;
    }
    .agendamento-modal .modal-content {
        padding: 0 10px !important;
    }
}

@media (max-width: 1224px) {
    .line {
        display: none;
    }
    #produtos .produtos-card::after {
        content: none; 
    }

	#cronomax {
		grid-template-columns: 1fr !important;
		grid-template-rows: 1fr 1fr;
		gap: 1rem !important;
	}
}

@media (max-width: 1200px) {
    .cards {
        max-width: 100%; 
    }

    /*.scanmap-cards {*/
    /*    display: grid !important;*/
    /*    grid-template-columns: 1fr 1fr !important;*/
    /*}*/

    .cards {
        align-items: center !important;
    }

    #produtos .produtos-cards {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    /*#scanmap  div {*/
    /*    flex-direction: column !important;*/
    /*}*/
    #scanmap .text {
        flex: 1 !important;
    }

    #scanmap .cards {
        flex: 1 !important;
    }


    .agendamento-modal {
        top: 0 !important;
        left: 0 !important;
        margin-top: 0 !important;
        height: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .agendamento-modal .modal-content {
        max-width: 100% !important;
        max-height: 100% !important;
    }
}

#scanmap .cards {
    margin-top: var(spacing-7);
}

.scanmap-cards {
    margin-top: 20rem;
}

.produto-image {
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.produto-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

@media (max-width: 850px) {
    #scanmap .cards {
        margin-top: 0;
    }
    .scanmap-cards {
        margin-top: 2rem;
    }
    #scanmap .scanmap-cards {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    #scanmap .scanmap-card::before {
        content: none;
    }
    #scanmap .scanmap-card::after {
        content: none;
    }
    #scanmap .scanmap-texto::before {
        content: none;
    }
}

@media (max-width: 1480px) {
    #scanmap .text {
        flex: 0.5;
    }

    #scanmap .cards {
        flex: 0.5;
        margin-top: var(--spacing-5);
    }

    .cards-section {
        flex-direction: column;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    /*#scanmap .scanmap-cards {*/
    /*    display: grid !important;*/
    /*    grid-template-columns: 1fr 1fr;*/
    /*    gap: 1rem;*/
    /*}*/

    #scanmap .scanmap-card {
        transition: all 0.3s;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    /*#scanmap .scanmap-card::before {*/
    /*    content: none;*/
    /*}*/
    /*#scanmap .scanmap-card::after {*/
    /*    content: none;*/
    /*}*/
    /*#scanmap .scanmap-texto::before {*/
    /*    content: none;*/
    /*}*/
}

footer {
    padding: 20px;
    background-color: #f6f6f6;
    text-align: center;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.agendamento-modal .modal-content .close svg {
    color: red;
}

.agendamento-modal .modal-content .close-agendamento-modal:hover {
    background: transparent; 
}

.agendamento-modal .modal-content .close-agendamento-modal {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;

    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: var(--astronaut-500);
    cursor: pointer;
}

.agendamento-modal {
    padding-bottom: 5rem;

    position: fixed;
    left: 0;
    top: -3rem; 
    margin-top: var(--spacing-8);
    width: 100%;
    height: 100%;
    z-index: 9999999;
}


.modal-content .footer p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-feature-settings: 'pnum' on, 'lnum' on;

    color: #1C2A4F;
}

.modal-content .footer div {
    display: flex;
    flex-direction: column;
}

.agendamento-modal-header span {
    display: flex;
    flex-direction: column;
}

.agendamento-modal-header p, .agendamento-modal-heading{
    /* p 2 */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    display: flex;
    align-items: flex-start;
    font-feature-settings: 'pnum' on, 'lnum' on;

    /* Astronaut - Primary-Info/Astronaut - 950 */
    color: #1C2A4F;
}

.modal-content .footer div { 
    margin-top: 2rem;
}

.modal-content .footer > div > span {
    font-size: 20px;
}

.modal-content .footer > div > b {
    font-size: 20px;
}

.modal-content .footer div > b {
    margin-top: -0.7rem;
}

.agendamento-modal .modal-content .agendamento-form > div > input[type="checkbox"] {
    width: 14px;
    height: 14px;

    background: #498BE8;

    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 2;
    margin-right: 10px;
} 

.agendamento-modal .modal-content .agendamento-form label small {
    color: var(--red-500);
}

.agendamento-modal .modal-content .agendamento-form > div > label {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: var(--font-size-md);
    line-height: 25px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1C2A4F;
}

.agendamento-modal .modal-content .agendamento-form > label > p {
    font-size: inherit;
}

.agendamento-modal .modal-content {
    overflow: auto;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    padding: 11px 80px;
    gap: 40px;
    isolation: isolate;

    position: relative;
    max-width: 850px;
    max-height: 95vh;
    margin: 0 auto;

    background: rgba(255, 255, 255, 0.8);
    box-shadow: -15px 0px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 40px 0px 0px 40px;
}


.agendamento-form-contact button[type="submit"] {
    padding: 12px 24px;
    border-radius: 8px;
}

.agendamento-form-contact input {
    box-sizing: border-box;
    height: 40px;

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 18px;
    gap: 10px;

    background: #F6F6F6;
    border: 1px solid #888888;
    border-radius: 8px;

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.agendamento-form-contact input::placeholder {

    /* Desktop/Placeholder */
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    font-feature-settings: 'pnum' on, 'lnum' on;

    /* Astronaut - Primary-Info/Astronaut - 950 */
    color: #1C2A4F;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}


