@import "styles.css";

html {
    scroll-behavior: smooth;
}

section {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    section {
        position: relative;
        height: fit-content;
        padding: 30px 0px;
    }
}

/*======================================
	Start Hero CSS
========================================*/

.section-hero {
    height: 90vh;
    margin-top: 80px;
}

.hero-content {
    height: 60vh;
}

.agente-gif {
    width: 70% auto;
    max-height: 60vh;
}

.info-box {
    height: 30vh;
}

#splide-agente {
    display: flex;
    width: 100%;
    height: 98%;
}

.splide__slide img {
    width: 60% auto;
    max-height: 52vh;
}

.icon-topicos {
    width: 40px;
    height: 40px;
    margin-top: 8px;
}

.light-point {
    position: absolute;
    width: 1050px;
    height: 1050px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: cover;
    background-image: url("../img/elements/Light_01.png");
    z-index: -1;
}

.wave {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 10%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("../img/elements/Wave_01.png");
    opacity: 0.1 !important;
    z-index: -1;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {

    .section-hero {
        height: fit-content;
        margin-top: 60px;
    }

    .hero-content {
        height: fit-content;
    }

    .agente-gif {
        width: 70% auto;
        max-height: 60vh;
    }

    .info-box {
        height: fit-content;
    }

    #splide-agente {
        display: flex;
        height: fit-content;
        padding: 20px 0px;
    }

    .splide__slide img {
        width: 70% auto;
        max-height: 60vh;
    }

    .icon-topicos {
        width: 32px;
        height: 32px;
    }

    .margin-responsive {
        margin: 20px 0px;
    }

    .wave {
        background-size: 200%;
    }

    .light-point {
        width: 100%;
        height: 1050px;
        background-size: 200%;
    }
}

/*======================================
	Start Contrucao CSS
========================================*/

.wave-construcao {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("../img/elements/Wave_03.png");
    z-index: -1;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .wave-construcao {
        background-size: 200%;
    }
}

/*======================================
	Start Contrucao CSS
========================================*/

.wave-func {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: -10%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
    background-image: url("../img/elements/Wave_02.png");
    z-index: -1;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .wave-func {
        background-size: 200%;
    }
}


/*======================================
	Start Conversa CSS
========================================*/
.bg-conversa {
    background-image: url("../img/cards/conversa_agente.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-flex {
    flex: 1;
    position: relative;
}

.background-container {
    position: relative;
    /* background-image: url("../img/cards/conversa_agente.png");
    background-size: cover; */
    /* ou 'contain' se você quiser que a imagem inteira esteja visível */
    /* background-repeat: no-repeat;
    background-position: center; */
    width: 100%;
    height: auto;
}

.balao-conversa {
    position: absolute;
    width: 60%;
    height: 23%;
}

.balao-conversa img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    height: 28%;
}

.balao-conversa img:nth-child(2) {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
}

.balao-limpeza {
    top: 6%;
    left: 50%;
    transform: translateX(-53%);
}

.balao-manutencao {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.balao-avaliacao {
    bottom: 6%;
    left: 50%;
    transform: translateX(-53%);
}