/* geral */



@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

p {
    color: var(--neutrals-background-neturals-neutral-color-500, #BDBDBD);
}

.title {
    font-weight: bold;
}

h1 {
    color: var(--neutrals-background-neturals-neutral-color-400, #E0E0E0);
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
}

* {
    margin: 0;
    padding: 0;
}

/* transição */
a,
.btn {
    transition: all 300ms ease;
}

/* nav-bar */
nav,
.nav-links {
    display: flex;
}

nav {
    justify-content: space-around;
    align-items: center;
    height: 18vh;
    background: #1E1E1E;
}

.nav-links {
    gap: 2rem;
    list-style: none;
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
    max-height: 0;
}

.nav-links.active {
    max-height: 300px;
}

a {
    color: rgba(255, 255, 255, 0.822);
    text-decoration: none;
    font-style: normal;
    text-decoration-color: white;
}

a:hover {
    color: #ffffff;
}

/* button */
.btn-container {
    justify-content: center;

}

.btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    font-weight: 600;
}

.btn-1 {
  
    background: rgba(255, 255, 255, 0.822);

}

.btn-1:hover {
    cursor: pointer;
    background: rgb(252, 252, 252);

}

/* logo */
.logo {
    justify-content: center;
}

.logo:hover {
    cursor: default;
}

.logo img {
    height: 90px;
}


/* mobile-menu */
.mobile-menu {

    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
    cursor: pointer;
    right: 2rem;
}

.mobile-menu span {
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.mobile-menu.active span:first-child {
    transform: rotate(45deg) translate(10px, 5px);
}

.mobile-menu.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu.active span:last-child {
    transform: rotate(-45deg) translate(10px, -5px);
}

.mobile-menu span:first-child {
    transform: none;
}

.mobile-menu span:first-child {

    opacity: 1;
}

.mobile-menu span:first-child {
    transform: none;
}

/* seções */

.section-container {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}

.section__text {
    align-self: center;
    text-align: center;
}

/* seção home */

#home {
    background-image: url('./assets/background-pic.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.text-container {
    position: relative;
    left: 27.5rem;
    top: -7rem
}

.p1-text {
    margin-top: 1.2rem;
    text-align: center;
    line-height: 1.2;
}

.p1-color {
    color: var(--neutrals-background-neturals-neutral-color-500, #BDBDBD);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
    text-align: justify;
}

.btn-2 {
    position: relative;
    top: 8vh;
    left: -4rem
}

/* seção sobre nos */

#sobre {
    background-color: rgb(17, 17, 17);
    height: 100vh;
    position: relative;
    z-index: 0;
    overflow: visible;
    isolation: isolate; 
    
}

.forma-1,
.forma-2,
.forma-3,
.forma-4{
    position: absolute;
    width: clamp(150px, 25vw, 250px);
    height: auto;

}


.forma-1 {
    right: -5%;
    top: -45%;
    transform: rotate(-25deg);

}

.forma-2 {
    left: -5%;
    top: -33%;
    transform: rotate(30deg);

}

.forma-3 {
    left: -2%;
    bottom: -30%;


}

.forma-4 {
    right: -5%;
    bottom: -19%;
    
}


.section__text {
    text-align: center;
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}

.p2-color {
    color: var(--neutrals-background-neturals-neutral-color-500, #BDBDBD);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 1.75rem;
    color: #ffffff;
}

.section-container-2 {
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px);
    width: 100%;
    justify-content: center;
    position: relative;
}

.conteudo-central {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;

    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pic-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0rem;
}

.texto-sobre {
    width: 50%;
    max-width: 460px;
    
}

.imagem-sobre {
    width: 50%;
    display: flex;
    justify-content: center;
}
.imagem-sobre img{
    height: 60vh;
}
.texto-sobre p {
    color: white;
    font-weight: 300;
    line-height: 150%;
    font-size: 18px;
    text-align: justify;
}

.text-about {
    text-align: center;
    width: 100%;
    margin-top: 2.5rem;

}

.text-about h2 {
    font-size: 40px;
}

.text-about .title-2 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding: 0 40px;
}

.text-about .title-2::before,
.text-about .title-2::after {
    content: '"';
    color: #FDDB3A;
    font-size: 2.5rem;
    position: absolute;

    transform: translate(-50%);
    font-family: serif;
}

.text-about .title-2::before {
    left: 1.2rem;
}

.text-about .title-2::after {
    right: 0;
}

/* planos */

#planos {
    background-color: rgb(17, 17, 17);
    min-height: 100vh;
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.centro {
  top:5rem;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;

}

.planos-container {
  
    display: flex;
    width: 87vw;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 1400px;
    padding: 20px;
}


.plano-card {
    width: 390px;
    background: #111;
    height: 480px;
    border-radius: 10px;
    padding: 0px;
    border: 1px solid #FDDB3A;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    scroll-snap-align: center;
}

.plano-card h3 {
    color: #ffffff;
    font-size: 1.5rem;
}



.plano-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s;
}

.plano-card hr {
    margin: 0;
    border: none;
    height: 1px;
    background-color: #FDDB3A;
    width: 100%;
}

.card-top,
.card-bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.plano-branco {
    color: #E0E0E0;
}

.amarelo {
    font-weight: 400;
    color: #FDDB3A;
}

.card-bottom {
    position: relative;

    gap: 2rem;
}

.btn-3{
    position: relative;
    top: 2rem;
    padding: 16px 54px;
    background-color:#FDDB3A;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
}

.btn-3:hover {
    cursor: pointer;
    background: #f5d11d;

}

/* contato */

#contato {
    background-color:#111;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 70wh;
}
.contact-info-upper-container {
    display: flex;
    justify-content: center;
    border-radius: 2rem;
    border:rgb(53, 53,53) 0.1rem solid;
    border-color: rgb(163,163,163);
    background: (250,250,250);
    margin: 2rem auto;
    padding: 0.5rem;
}

.contact-info-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 1rem;
    transition: all 0.3s ease;
}

.contact-info-container p{
    font-size: larger;
}
.contact-info-container:hover {
    transform: scale(1.05);
}
.contact-icon{
    cursor:default;
  
    height: 2rem;
    margin-left: 0;
}
.maps {
    width: 100%;
    max-width: 600px;
    height: 400px;
    border: 4px solid #f5d11d;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.maps:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.maps-div {
    display: flex;
    margin: 4rem auto;
    padding: 0 20px;
    justify-content: center;
    position: relative;
}

.maps-div::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: url('assets/marker-icon.png') no-repeat center;
    background-size: contain;
    z-index: 10;
}
/*  footer section */
footer{
    display: flex;
    background-color: #111;
    height:auto;

    width: 100%;
    align-items:flex-start;
  
}
footer p{
    text-align: center;
  
    bottom: 0;
    background-color:#111;
    margin: auto;
}