/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@200;300;400;700;800&display=swap');

/* Var CSS */
:root {
    --cor-primaria: rgb(6, 191, 139);
    --cor-primaria-20: rgba(108, 166, 217, .3);
    --amarelo: rgb(242, 164, 68);

    --texto: #0c0c0c;
    --texto-secundario: #83848b;

    --branco: #fff;
    --cinza-claro: #f8f8f8;
    --preto: #000;

    --font-extra-light: 200;
    --font-light: 300;
    --font-relugar: 400;
    --font-bold: 700;
    --font-extra-bold: 800;
}

/*Reset*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*Global Inicio*/
html {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Sarabun", sans-serif;
    color: #333333;
}

.container {
    width: 100%;
    max-width: 1300px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

::selection {
    background: var(--cor-primaria);
    color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

a.btn-experimente {
    padding: .7rem 1.5rem;
    border: 1px solid var(--cor-primaria);
    font-weight: var(--font-extra-light);
    background: none;
    color: var(--cor-primaria);
    border-radius: 5px;
    transition: ease-out 0.3s;
    outline: none;
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
}

a.btn-experimente:hover {
    color: #fff;
    cursor: pointer;
    border: 1px solid var(--cor-primaria);
    transition: 0.5s;
}

a.btn-experimente:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--cor-primaria);
    border-radius: 5px;
}

a.btn-experimente:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
}

a.btn-experimente.inverse {
    padding: .7rem 1.5rem;
    border: 1px solid var(--branco);
    font-weight: var(--font-extra-light);
    background: none;
    color: var(--branco);
    border-radius: 5px;
    transition: ease-out 0.3s;
    outline: none;
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
}

a.btn-experimente.inverse:hover {
    color: #fff;
    cursor: pointer;
    border: 1px solid var(--branco);
    color: var(--texto);
    transition: 0.5s;
}

a.btn-experimente.inverse:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--branco);
    border-radius: 5px;
}

a.btn-experimente.inverse:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
}

#radio-ambiente,
#recursos,
#duvidas,
#contato {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    margin-top: -150px;
    background-color: transparent;
    z-index: -1;
}


/*Header Menu Inicio*/
.navbar {
    position: fixed;
    width: 100%;
    z-index: 998;
    padding: 1rem 0;
    transition: 0.5s;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar.sticky {
    background: var(--preto);
    transition: 0.5s;
}

.navbar.sticky .logo img {
    transition: 0.5s;
}

.logo img {
    width: 120px;
    z-index: 999;
}

.navbar .menu li {
    list-style: none;
    display: inline-block;
}

.navbar .menu li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: var(--font-light);
    margin-left: 15px;
    transition: color 0.3s ease;
}

.menu li a.menu-btn:hover {
    color: var(--cor-primaria);
}

/*Menu*/
.menu-btn {
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
}

.menu li a.menu-btn.btn-login {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: .5rem 1.5rem;
}

.menu li a.menu-btn.btn-login:hover {
    background-color: var(--branco);
    color: var(--texto);
    transition: .5s;
}

/* Whats */
.whats-app {
    position: fixed;
    bottom: .3rem;
    right: .3rem;
    text-align: center;
    justify-content: center;
    z-index: 999;
    opacity: 0.8;
    transition: 0.5s;
}

.whats-app:hover {
    opacity: 1;
    transition: 0.5s;
}

.whats-app img {
    width: 90px;
    height: 90px;
    padding: 1.5rem;
}

.instagram {
    position: fixed;
    bottom: .3rem;
    left: .3rem;
    text-align: center;
    justify-content: center;
    z-index: 999;
    opacity: 0.8;
    transition: 0.5s;
}

.instagram:hover {
    opacity: 1;
    transition: 0.5s;
}

.instagram img {
    width: 90px;
    height: 90px;
    padding: 1.5rem;
}

/*Inicio*/
#inicio {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    margin-bottom: 7rem;
}

.home-inicio {
    position: relative;
    width: 100%;
    height: 85vh;
    padding: 0;
    margin: 0;
}

.degrade {
    position: absolute;
    background: linear-gradient(80deg, rgba(0, 0, 0, 1) 15%, var(--cor-primaria-20));
    width: 100%;
    height: 100%;
}

.img-home-inicio {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-home-inicio img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.cont-home-inicio {
    position: absolute;
    width: 500px;
    max-width: 90%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.cont-home-inicio h1 {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-weight: var(--font-extra-bold);
}

.cont-home-inicio h1 span {
    color: var(--cor-primaria);
}

.cont-home-inicio p {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    font-weight: var(--font-extra-light);
}

.cont-home-inicio a {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: .7rem 1.5rem;
    font-weight: var(--font-extra-light);
}

.cont-home-inicio a:hover {
    background-color: var(--branco);
    color: var(--texto);
    transition: .5s;
}

/*Radio Ambiente*/
.box-como-funciona {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem;
}

.box-img-player {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.box-img-player img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-infos-como-funciona {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 700px;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    background-color: var(--branco);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    padding: 3rem;
    border-radius: 10px;
}

.box-infos-como-funciona h3 {
    font-size: 2rem;
}

.box-infos-como-funciona hr {
    opacity: .2;
}

.box-infos-como-funciona p {
    font-size: 1.1rem;
    font-weight: var(--font-light);
    color: var(--texto-secundario);
}

.box-infos-como-funciona i {
    margin-right: .5rem;
    color: var(--texto);
}

.box-infos-como-funciona span {
    color: var(--cor-primaria);
}

/*Recursos*/
.box-recursos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 5rem;
}

.recurso {
    position: relative;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 3rem;
    transition: 0.5s ease;
    border-top: 1px solid var(--cor-primaria);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.recurso:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.recurso h3 {
    font-size: 1.2rem;
    margin: 1rem 0 1.5rem 0;
}

.recurso p {
    color: var(--texto-secundario);
    font-weight: var(--font-light);
}

.icone {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -15%;
    left: 10%;
    border: 1px solid var(--cor-primaria);
    border-radius: 10px;
    background-color: #fff;
    color: var(--cor-primaria);
    font-size: 25px;
    text-align: center;
    justify-content: center;
    transition: 0.5s ease;
}

.recurso:hover .icone {
    background-color: var(--cor-primaria);
    color: #fff;
    transition: 0.5s ease;
}

.icone i {
    position: absolute;
    top: 32%;
    transform: translateX(-50%);
}

/*Conheca*/
.conheca {
    position: relative;
    width: 100%;
    height: 40vh;
    background: url('../img/hero.jpg') center;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 5rem;
}

.conheca .degrade {
    height: 40vh;
}

.box-conheca {
    position: absolute;
    width: 100%;
    top: 47%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.box-conheca h2 {
    font-size: 2rem;
}

.box-conheca p {
    font-weight: var(--font-extra-light);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/*Segmento*/
.box-section-segmentos {
    margin-bottom: 5rem;
}

.box-section-segmentos h2 {
    text-align: center;
}

.box-section-segmentos>p {
    text-align: center;
    margin-bottom: 5rem;
    color: var(--texto-secundario);
    font-weight: var(--font-light);
}

.segmentos {
    display: flex;
    flex-direction: column;
}

.box-btns-segmentos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.box-btns-segmentos button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    padding: 2rem 0;
    cursor: pointer;
    border: 1px solid var(--cinza-claro);
    background-color: var(--branco);
    color: var(--texto-secundario);
    font-size: 1rem;
}

.box-btns-segmentos button:nth-child(1) {
    border-top-left-radius: 10px;
}

.box-btns-segmentos button:nth-child(6) {
    border-top-right-radius: 10px;
}

.box-btns-segmentos button.segmento:hover {
    color: var(--cor-primaria);
    border-top: 1px solid var(--cor-primaria);
    transition: 0.5s ease;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

.box-img-segmento {
    height: 400px;
}

.img-segmento {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.img-segmento img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Duvidas */
.box-titulo-pagina {
    text-align: center;
    margin-bottom: 2rem;
}

.box-titulo-pagina p {
    color: var(--texto-secundario);
    font-weight: var(--font-light);
}

.box-perguntas {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 5rem;
}

.perguntas-item {
    border: 1px solid var(--cinza-claro);
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.pergunta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    column-gap: .5rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    border-radius: 5px;

}

.pergunta span {
    color: var(--texto);
    font-weight: var(--font-relugar);
}

.pergunta i {
    font-size: 1.3rem;
    color: var(--cor-primaria);
}

.box-respostas {
    overflow: hidden;
    height: 0;
}

.resposta {
    margin-top: 0.5rem;
    padding: 1rem 1.5rem;
    text-align: left;
    background-color: var(--cor-primaria);
    color: var(--branco);
    border-radius: 5px;
    font-weight: 300;
}

.resposta a {
    color: var(--branco);
    font-weight: 700;
}

.perguntas-item,
.pergunta,
.box-respostas,
.resposta {
    transition: 0.5s;
}

/* Contato */
.contato {
    background-color: var(--texto);
    padding: 5rem 0;
}

.box-contato {
    display: flex;
    justify-content: space-between;
    color: var(--branco);
}

.box-infos-contato {
    display: flex;
    gap: 1.5rem;
}

.infos-contato {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.infos-contato i {
    padding: 1rem;
    border: 1px solid var(--cor-primaria);
    color: var(--branco);
    border-radius: 5px;
    transition: .5s;
}

.infos-contato:hover i {
    background-color: var(--cor-primaria);
    color: var(--branco);
}

.info-texto p {
    font-weight: var(--font-light);
}

/* Footer */
footer {
    background-color: var(--preto);
    color: var(--texto-secundario);
    padding: 2rem 0;
    font-size: .9rem;
    text-align: center;
}

@media (max-height: 610px) {
    .home-inicio {
        height: 95vh;
    }
}

@media screen and (max-width: 1200px) {
    .box-infos-como-funciona {
        left: 65%;
    }
}

@media screen and (max-width: 1050px) {
    .box-infos-como-funciona {
        left: 60%;
    }
}

@media screen and (max-width: 1000px) {
    .box-recursos {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 900px) {
    .box-infos-como-funciona {
        left: 55%;
    }
}

@media screen and (max-width: 850px) {
    .menu-btn {
        display: block;
        z-index: 999;
    }

    .menu-btn i.active:before {
        content: "\f00d";
    }

    .navbar .menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: -100%;
        top: 0;
        background: var(--preto);
        text-align: center;
        transition: all 0.3s ease;
    }

    .navbar .menu.active {
        left: 0;
    }

    .navbar .menu li:first-child {
        padding: 7rem 0 0 0;
    }

    .navbar .menu li {
        display: block;
        padding: 1.5rem 0 0 0;
    }

    .navbar .menu li a {
        display: inline-block;
        font-size: 25px;
        margin: 0;
    }
}

@media screen and (max-width: 820px) {
    #inicio {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .home-inicio {
        height: 95vh;
    }

    .box-como-funciona {
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .box-img-player {
        display: flex;
        justify-content: center;
    }

    .box-infos-como-funciona {
        width: 100%;
        position: relative;
        top: 70%;
        left: 0;
        transform: translate(0%, -30%);
    }

    .box-contato {
        flex-direction: column;
    }

    .texto-contato {
        text-align: center;
        margin-bottom: 2rem;
    }

    .box-infos-contato {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
    }
}

@media screen and (max-width: 770px) {
    .box-btns-segmentos {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 700px) {
    .box-recursos {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 550px) {
    #inicio {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .home-inicio {
        height: 100vh;
    }

    .box-btns-segmentos {
        grid-template-columns: 1fr 1fr;
    }

    .box-infos-contato {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 400px) {
    #inicio {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .home-inicio {
        height: 110vh;
    }

    .img-home-inicio img {
        height: 110vh;
    }

    .box-como-funciona {
        margin-bottom: 7rem;
    }

    .box-infos-como-funciona {
        transform: translate(0%, -5%);
    }
}