body {
    padding: 0; margin: 0;
    background: url('../images/bg.png') no-repeat top center;
    font-family: "Poppins", sans-serif;
    background-position-y: -963px;
}

#bg {
    background: url('../images/bg.png') no-repeat top center;
    /* height: 220vw; */
}

.container {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    flex-direction: column;
}

.container.inline {
    flex-direction: row;
}

.container-full {
    width: 100%;
}

.logo img {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin-top: 50px; 
}

.section-compre {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 60px;
    box-sizing: border-box;
    text-align: center;
}

.section-compre h2 {
    font-size: calc(4vw + 3px);
    font-size: 40px;
    line-height: 1.2;
    color: #457284;
    margin-bottom:10px
}

.section-compre h2 span{
    color: #5c787b;
}

.section-compre a {
    font-size: calc(5.5vw + 3px);
    font-size: 40px;
    font-weight: 900;
    text-decoration: none;
    color: #457284;
    background-color: #fff;
    display: block;
    transition: all 0.3s ease;
}

.section-compre a:hover {
    background-color: #5c787b;
    color: #fff;
}

.section-form {
    padding-top:0;
}

.section-form form {
    width: 100%;
    max-width: 650px;
}

.section-form h2 {
    font-size: calc(4vw + 3px);
    font-size: 28px;
    color: #457284;
    margin-bottom:0;
    letter-spacing: -2px;
    font-weight: 900;
    line-height: 1;
}

.section-form h3 {
    font-size: calc(4vw + 3px);
    font-size: 40px;
    color: #5c787b;
    margin-bottom:10px;
    margin-top:0;
    letter-spacing: -2px;
    font-weight: 900;
}

.section-form input {
    background-color: #ffffffa4;
    border: none;
    border-radius: 50px;
    width: 100%;
    padding: 24px 36px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 30px;
    outline: none;
    font-family: "Poppins", sans-serif;
}

.section-form button[type="submit"] {
    background-color: #457284;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    margin: 0 auto;
    display: table;
    padding: 20px 40px;
    box-sizing: border-box;
    border: none;
    font-size: calc(2vw + 3px);
    font-size: 18px;
    border-radius: 25px;
    text-transform: uppercase;
}

.section-form button[type="submit"]:hover {  
    background-color: #5c787b;
}

.section-video {
    margin-top: 10vw;
    margin-top: 120px;
}

.section-video .container {
    gap: 20px;
}

.fluid-width-video-wrapper {
    border-radius: 35px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 66.25%;
    width: 40%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed, .fluid-width-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.section-video p {
    font-size: calc(2.8vw + 3px);
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #457284;
    width: 60%;
}

.section-mapa {
    margin-top: 14vw;
    margin-top: 120px;
    background-color: #fff;
    height: 24vw;
    min-height: 415px;
    max-height: 415px;
}

.section-mapa iframe {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    margin-top: -40px;
    /* Garante que o conteúdo do iframe fique arredondado */
    clip-path: inset(0 round 20px);
}

.section-mapa .content {
    margin-top: -2vw;
    width: 40%;
}

.section-mapa .content h2 {
    font-size: clamp(1px, calc(5vw + 3px), 85px);
    font-size: 38px;
    line-height: .9;
    color: #457284;
    font-weight: 300;
    margin: 0;
}

.section-mapa .content h2 span {
    color: #4898b8;
}

.section-mapa .content p {
    font-size: calc(1.2vw + 3px);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    color: #457284;
    margin: 0;
    margin-top: 10px;
}

.section-mapa .sombra {
    margin-top: -35px;
}

.section-social {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 40px;
    box-sizing: border-box;
    padding-top: 0;
}

.section-social img {
    max-width: 550px;
}

.section-social img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

#footer {
    padding-bottom: 100px;
}

#footer.container {
    align-items: flex-end;
    gap: 50px;
    flex-wrap: wrap;
}

#footer .logo {
    max-width: 200px;
}

#footer .logo-2gb {
    max-width: 200px;
}

/* @media (max-width: 1680px) {
    #bg {
        height: 245vw;
    }
}

@media (max-width: 1460px) {
    #bg {
        height: 275vw;
    }
}

@media (max-width: 1199px) {
    #bg {
        height: 308vw;
    }
} */

@media (max-width: 819px) {
    #bg {
        height: auto;
    }
    .section-video p {
        color: #457284;
    }
}


@media (max-width: 767px) {
    .section-video .container {
        flex-flow: column;
    }    
    .section-video p {
        color: #fff;
        width: 100%;
    }
    .fluid-width-video-wrapper {
        padding-top: 148.25%;
        width: 90%;
    }
    .section-mapa {
        margin-top: 14vw;
        background-color: #fff;
        height: auto;
        min-height: fit-content;
        max-height: fit-content;
        padding-bottom: 20px;
    }
    
    .section-mapa .container {
        flex-flow: column;
    }
    .section-mapa iframe {
        width: 100%;
    }
    .section-mapa .content {
        width: 90%;
        margin-top: 0;
    }
    .section-mapa .content p {
        font-size: calc(2vw + 3px);
    }
    .section-mapa .sombra {
        display: none;
    }
}

@media (max-width: 610px) {
    .section-video p {
        color: #457284;
        font-size: 18px;
    }
    .section-compre h2 {
        font-size: 18px;
    }
    .section-compre a {
        font-size: 28px;
    }
    .section-form h2 {
        font-size: 24px;
    }
    .section-form h3 {
        font-size: 28px;
    }
    .section-form input {
        padding: 18px 26px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section-mapa .content h2 {
        font-size: 28px;
    }
    #footer .logo {
        max-width: 120px;
    }

    #footer .logo-2gb {
        max-width: 120px;
    }
}

@media (max-width: 530px) {
    .section-form input,
    .section-form button[type="submit"] {
        font-size: 18px;
    }
}