@import url(./fonts.css);
@import url(./media_query.css);

html {
    scroll-behavior: smooth;
}

body {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: Poppins-Light;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

#top-page {
    background: #cccccc;
    color: #ffffff;
    padding: 1rem;
    text-align: center;
}

.wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
}

.learn-skydive-today {
    width: 100%;
    max-width: 275px;
}

.learn-skydive-today-end{
    width: 100%;
    max-width: 360px;
}

.banner-page {
    position: relative;
    background: url("../images/bg_page.jpg") center / cover no-repeat;
    overflow: hidden;
}

.banner-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(2, 68, 168, 0.6);
    z-index: 1;
}

/* Conteúdo fica acima do overlay */
.banner-page>* {
    position: relative;
    z-index: 2;
}

/* Banner Rotate! */
.slide.active {
    opacity: 1;
}

.banner-text {
    position: absolute;
    right: 30px;
    bottom: 20px;
    text-align: right;
    color: #ffffff;
    font-family: Poppins-Thin;
    z-index: 10;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.banner-text h2 {
    font-size: 2.6rem;
    font-style: italic;
}

.banner-text h1 {
    font-size: 2rem;
    font-weight: 600;
}

/* Indicadores */
.controls {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.controls .dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #cccccc;
    cursor: pointer;
}

.controls .dot.active {
    background-color: #ffffff;
}

.about-page {
    padding: 4.2rem 0rem;
    background-color: #00508a;
    text-align: center;
}

.title-about {
    padding: 2rem 0rem;
    color: #ffffff;
    font-family: Poppins-SemiBold;
}

.title-about h2{
    font-size: 2rem;
}

.media-page {
    padding: 4.2rem 0rem;
    background-color: #2d2d2d;
    text-align: center;
}

.media-page h2 {
    color: #ffffff;
    font-size: 1.4rem;
}

.box-text-media h2{
    margin: 1.4rem 0rem;

}

.title-media h2 {
    padding: 2rem 0rem;
    color: #ffffff;
    font-family: Poppins-SemiBold;
    font-size: 2rem;
}

.title-media p {
    color: #ffffff;
}

.title-info-media {
    margin-bottom: 2.4rem;
}

.title-gallery {
    padding-top: 3.2rem;
    font-size: 1.2rem;
    text-align: left;
}

.gallery-section {
    background: #2f2f2f;
    padding: 40px 20px;
}

.gallery-section h3 {
    color: #ffffff;
    margin-bottom: 20px;
}

.gallery-wrapper {
    max-width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.gallery-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
    display: none;
}

/* Botões */
.gallery-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border: none;
    font-size: 28px;
    padding: 10px 14px;
    cursor: pointer;
    z-index: 10;
}

.gallery-btn.left {
    left: 10px;
}

.gallery-btn.right {
    right: 10px;
}

.video-page {
    padding: 4.2rem 0rem;
    background-color: #ffffff;
    text-align: center;
}

.video-page h2 {
    padding: 2rem 0rem;
    font-family: Poppins-SemiBold;
    font-size: 2rem;
}

/* Videos! */
.video-player {
    width: 100%;
    max-width: 425px;
    border-radius: 4px;
    overflow: hidden;
    background: #000000;
    box-shadow: 2px 2px 8px #00000059;
}

.video-player-sg {
    width: 100%;
    max-width: 650px;
    overflow: hidden;
    border-radius: 4px;
    background: #000000;
    box-shadow: 2px 2px 8px #00000059;
}

.video-player-sg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-video {
    text-align: justify;
}

.text-video h2{
    font-size: 1.6rem;
}

.trainings-page {
    padding: 4.2rem 0rem;
    background-color: #070056;
    color: #ffffff;
    text-align: center;
}

.trainings-page h2 {
    padding: 2rem 0rem;
    font-family: Poppins-SemiBold;
    font-size: 2rem;
}

.box-trainings h3 {
    padding: 0.8rem 0rem;
    font-size: 2.2rem;
}

.box-trainings div {
    margin: 1.8rem 0rem;
}

.btn-whatsapp-trainings {
    padding: 1rem 3.8rem;
    text-decoration: none;
    color: #ffffff;
    background-color: #ff4800;
    letter-spacing: 0.5rem;
    border-radius: 6px;
    box-shadow: 2px 2px 8px #00000059;
    transition: .5s;
}

.btn-whatsapp-trainings:hover {
    background-color: #ff2600;
}

.contact-page{
    padding: 4.2rem 0rem;
    background-color: #ffffff;
    color: #070056;
    text-align: center;
}

.contact-page h2 {
    font-size: 2rem;
    padding: 2rem 0rem;
    font-family: Poppins-SemiBold;
}

.icon-whatsapp{
    width: 100%;
    max-width: 75px;
    transition: .3s;
}

.icon-whatsapp:hover{
    transform: scale(1.05);
}

.icon-instagram{
    width: 100%;
    max-width: 75px;
    transition: .3s;
}

.icon-instagram:hover{
    transform: scale(1.05); 
}

.data-form{
    width: 100%;
    height: 48px;
    font-size: 0.8rem;
    font-family: Poppins-Regular;
    outline: none;
    border: none;
    border-radius: 8px;
    background-color: #070056;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 1rem;
    box-shadow: 2px 2px 8px #00000059;
}

.data-form-msg{
    width: 100%;
    height: 90px;
    font-size: 0.8rem;
    font-family: Poppins-Regular;
    outline: none;
    border: none;
    border-radius: 8px;
    background-color: #070056;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 1rem;
    box-shadow: 2px 2px 8px #00000059;
}

.btn-to-send{
    background-color: #070056;
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 0.8rem 1.4rem;
    cursor: pointer;
    box-shadow: 2px 2px 8px #00000059;
}

.btn-to-send:hover{
    background-color: #267dff;
}

.end-page{
    padding: 1.8rem 0rem;
    background-color: #ececec;
    color: #070056;
}

.link-privacy-policy{
    text-decoration: none;
    color: #070056;
    font-family: Poppins-Regular;
}

.link-privacy-policy:hover{
    color: #267dff; 
}

.privacy-policy-page{
    padding: 2.4rem 1rem;
    color: #070056;
}

#btnTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    background-color: #070056;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: opacity 0.3s, transform 0.3s;
}

#btnTop:hover {
    background-color: #267dff;
    transform: translateY(-3px);
}

.text-trainings p{
    margin: 0px;
}

.info-card {
    max-width: 900px;
    margin: 1.1rem auto;
    padding: 1rem 1.2rem;
    border-radius: 2px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.02)
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.35);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}

.info-card p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(0, 229, 255, 0.25);
}

.info-card {
    animation: fadeUp 0.8s ease both;
}