:root {
    --blue: #004976;
    --white: #ffffff;
    --beje: #f1eeec;
    --whiteNPuro: #f6f6f6;
    --bejeEscuro: #cdc2ba;
    --cinzaClaro: #c9c9c9;
    --darkGrey: #363636;
    --cinzaClaro2: #e8e8e8;
    --rosita: #cdbabc;
}

html {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

* {
  -webkit-tap-highlight-color: transparent;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: var(--blue);
}
*,
::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

.menu-index {
    display: none;
}
.menu {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--beje);
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu > img,
.menu > a {
    width: 50%;
    margin-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.portuguese-button {
    padding-top: 20px;
    font-family: 'PNA Solarithm';
    font-size: 20px;
}
.menu .english-button {
    padding-top: 20px;
}

.menu > .menu-button  {
    margin-right: 250px;
}

.menu > .container {
    position: absolute;
    right: 11.5%;
}

.menu > a > .logo {
    margin-left: 10%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: grayscale(100%); Black & White effect */
    overflow: hidden;
}

.logo-banner {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    opacity: 0;
    filter: blur(4px);
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.video-container > .container {
    position: absolute;
    top: 3%;
    right: 11.5%;
    opacity: 0;
    filter: blur(4px);
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.video-container > .container img,
.menu > .container > img {
    padding-right: 3px;
}

.slogan-blue {
    color: var(--blue);
}

body > .slogan-white {
    color: var(--white);
    font-size: 30px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(
        -50%,
        -50%
    ); /* Center both horizontally and vertically */
    height: auto;
    line-height: 66px;
    font-family: 'PNA Solarithm';
    text-align: center;
}

.sobre-nos-body {
    background-color: var(--beje);
    padding-top: 100px;
}

.sobre-nos {
    margin-left: 30%;
    margin-right: 40%;
}

.sobre-nos > .title {
    color: var(--blue);
    font-family: 'PNA Solarithm';
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 1px;
    padding-bottom: 10%;
    opacity: 0;
    filter: blur(4px);
}

.sobre-nos > .title.animation {
    animation: fade-in 0.5s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.sobre-nos-body > .container-text.animation {
    animation: fade-in 0.5s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.title-italic {
    color: var(--blue);
    font-family: 'PNA Solarithm Book';
    font-style: italic;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 1px;
}

.sobre-nos-body .container-text {
    opacity: 0;
    filter: blur(4px);
    margin-left: 45%;
    margin-right: 30%;
}

.sobre-nos-body .description {
    font-family: 'Brother 1816';
    font-weight: 200;
    font-size: 16px;
    color: var(--blue);
    line-height: 22px;
    padding-bottom: 25px;
}

.container-arrow {
    display: flex;
    align-content: center;
    justify-content: start;
    transition: all 0.4s ease-in-out;
}

.container-arrow > img {
    margin-top: 8px;
    transition: all 0.4s ease-in-out;
}
.container-arrow .button {
    font-family: 'PNA Solarithm';
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 1px;
    color: var(--blue);
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    padding-right: 4px;
    font-style: italic;
}

.container-arrow:hover > img {
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
    body > .slogan-white {
        font-size: 30px;
        line-height: 66px;
    }

    .sobre-nos > .title,
    .title-italic {
        font-size: 38px;
    }

    .sobre-nos {
        margin-left: 20%;
        margin-right: 30%;
    }

    .sobre-nos-body .container-text {
        margin-left: 30%;
        margin-right: 20%;
    }

    .sobre-nos-body .description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    body > .slogan-white {
        font-size: 30px;
        line-height: 20px;
    }

    .sobre-nos > .title,
    .title-italic {
        font-size: 35px;
        line-height: 50px;
    }

    .sobre-nos {
        margin-left: 20%;
        margin-right: 30%;
    }

    .sobre-nos-body .container-text {
        margin-left: 30%;
        margin-right: 20%;
    }
}

@media only screen and (max-width: 720px) {
    body > .slogan-white {
        font-size: 18px;
        line-height: 20px;
    }

    .sobre-nos > .title,
    .title-italic {
        font-size: 30px;
    }

    .sobre-nos {
        margin-left: 15%;
        margin-right: 20%;
    }

    .sobre-nos-body .container-text {
        margin-left: 30%;
        margin-right: 20%;
    }

    .sobre-nos-image .image-4 {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .logo-banner {
        max-width: 35%; /* Smaller screens get a larger logo */
    }

    body > .slogan-white {
        font-size: 16px;
        line-height: 20px;
    }

    .sobre-nos > .title,
    .title-italic {
        font-size: 30px;
        line-height: 40px;
    }

    .sobre-nos {
        margin-left: 30px;
        margin-right: 30px;
    }

    .sobre-nos-body .container-text {
        margin-left: 30px;
        margin-right: 30px;
    }
    .sobre-nos-image .image-4 {
        display: none;
    }

    .video-container > .container {
        right: 30px;
    }

    .menu > .container {
        right: 30px;
    }

    .menu > a > .logo {
        margin-left: 30px;
    }
    
    .sobre-nos-body{
        padding-top: 60px;
    }
}

.gradiente a,
.gradiente a:link,
.gradiente a:visited,
.gradiente a:hover,
.gradiente a:active {
    text-decoration: none;
    color: var(--blue);
}

.container-arrow .button:hover {
    padding-right: 10px;
    transition: padding 0.4s ease-in-out;
}

.sobre-nos-image > .images {
    width: 100%;
    padding-top: 100px;
    position: relative;
    height: 1300px;
    background: var(--whiteNPuro);
}
.sobre-nos-image > p {
    position: absolute;
    left: 50%;
    top: 0;
    color: var(--blue);
}

.sobre-nos-image > .images::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: var(--beje);
}

/*IMAGES COLOR AND BLUE**/
.sobre-nos-image > .images > .image-1 {
    position: absolute;
    left: -100%;
    width: 57%;
}

.sobre-nos-image > .images > .image-2 {
    position: absolute;
    right: -100%;
    width: 57%;
    bottom: 0%;
}

.sobre-nos-image > .images > .image-3 {
    position: absolute;
    left: 27%;
    bottom: 31%;
    width: 10%;
    max-width: 160px;
    opacity: 0;
}

.sobre-nos-image > .images .image-4 {
    position: absolute;
    left: 65%;
    top: 4%;
    width: 100px;
    z-index: 1;
}

@media only screen and (max-width: 1630px) {
    .sobre-nos-image > .images {
        height: 1000px;
    }

    .sobre-nos-image > .images .image-4 {
        top: 5%;
        left: 64%;
        width: 80px;
    }
}

@media only screen and (max-width: 1330px) {
    .sobre-nos-image > .images {
        height: 900px;
    }
}

@media only screen and (max-width: 1070px) {
    .sobre-nos-image > .images {
        height: 800px;
    }
}

@media only screen and (max-width: 980px) {
    .sobre-nos-image > .images {
        height: 600px;
    }

    .sobre-nos-image > .images > .image-3 {
        width: 20%;
        max-width: 100px;
    }

    .sobre-nos-image > .images .image-4 {
        top: 10%;
        left: 63%;
        width: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .sobre-nos-image > .images {
        height: 500px;
    }

    .sobre-nos-image > .images > .image-3 {
        width: 20%;
        bottom: -8%;
        left: 20%;
    }
}

@media only screen and (max-width: 480px) {
    .sobre-nos-image > .images {
        padding-top: 60px;
        height: 350px;
    }
    
    .sobre-nos-image > .images > .image-1 {
        width: 79%;
    }
    
    .sobre-nos-image > .images > .image-2 {
        width: 69%;
    }
    
    .sobre-nos-image > .images > .image-3 {
        bottom: -3%;
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.o-que-fazemos {
    text-align: center;
    background: var(--whiteNPuro);
    padding-top: 200px;
    padding-bottom: 200px;
}

.o-que-fazemos > .description .beje {
    color: var(--bejeEscuro);
    font-family: 'Brother 1816';
    margin-left: 20px;
    margin-right: 20px;
    letter-spacing: 0;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}

.o-que-fazemos > .description .muito-mais {
    color: var(--bejeEscuro);
    font-size: 65px;
}

.o-que-fazemos > .title {
    font-family: 'Brother 1816';
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
    color: var(--bejeEscuro);
    font-weight: 400;
    padding-bottom: 50px;
}

.o-que-fazemos > .description {
    color: var(--blue);
    font-family: 'PNA Solarithm';
    font-weight: 300;
    font-size: 70px;
    line-height: 65px;
    padding-bottom: 25px;
    letter-spacing: 2px;
    text-transform: lowercase;
}

@media only screen and (max-width: 1710px) {
    .o-que-fazemos > .description {
        font-size: 60px;
        padding-bottom: 25px;
        line-height: 45px;
    }

    .o-que-fazemos > .description .beje {
        font-size: 29px;
    }

    .o-que-fazemos > .description .muito-mais {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1500px) {
    .o-que-fazemos > .description {
        font-size: 55px;
        padding-bottom: 25px;
        line-height: 40px;
    }

    .o-que-fazemos > .description .beje {
        font-size: 22px;
    }
    .o-que-fazemos > .description .muito-mais {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .o-que-fazemos > .description {
        font-size: 43px;
        padding-bottom: 25px;
        line-height: 35px;
    }

    .o-que-fazemos > .description .beje {
        font-size: 17px;
    }
    .o-que-fazemos > .description .muito-mais {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .o-que-fazemos > .description {
        font-size: 35px;
        padding-bottom: 15px;
        line-height: 30px;
    }

    .o-que-fazemos > .description .beje {
        font-size: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .o-que-fazemos > .description .muito-mais {
        font-size: 34px;
    }
}

@media only screen and (max-width: 810px) {
    .o-que-fazemos > .description {
        font-size: 30px;
        padding-bottom: 10px;
        line-height: 25px;
    }

    .o-que-fazemos > .description .beje {
        font-size: 15px;
    }

    .o-que-fazemos > .description .muito-mais {
        font-size: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .o-que-fazemos > .title {
        padding-bottom: 30px;
    }
    .o-que-fazemos > .description {
        font-size: 15px;
        padding-bottom: 0;
        line-height: 21px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .o-que-fazemos {
        padding-bottom: 70px;
        padding-top: 75px;
    }

    .o-que-fazemos > .description .beje {
        font-size: 10px;
    }

    .o-que-fazemos > .description .muito-mais {
        font-size: 14px;
    }
}

.banner2-video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transform: scaleX(-1);
}

.second-video {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.second-slogan-white {
    color: var(--white);
    font-size: 30px;
    position: absolute;
    top: 80%;
    right: 10%;
    height: auto;
    line-height: 66px;
    font-family: 'PNA Solarithm';
}

.second-slogan-white > .slogan-beje {
    color: var(--bejeEscuro);
}

@media only screen and (max-width: 480px) {
    .second-slogan-white {
        font-size: 28px;
    }

    .second-slogan-white > .slogan-beje {
        color: var(--blue);
    }
}

.background-fale-connosco {
    background-color: var(--beje);
}

.background-fale-connosco > .gradiente {
    width: 100%;
    height: 100%;
}

.container-moodboard {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Image stays behind */
.container-moodboard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 0;
}

/* Overlay with background-color above image */
.container-moodboard .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e1dcd7;
    z-index: 1;
    opacity: 1; /* adjust to make it semi-transparent */
    pointer-events: none; /* allows clicks to pass through */
}

@media screen and (max-width: 1500px) {
    .container-moodboard .overlay {
        opacity: 0;
    }
}

.background-fale-connosco > .gradiente {
    position: relative;
    overflow: hidden;
    background-color: var(--whiteNPuro);
}

.background-fale-connosco > .gradiente::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%; /* Adjust this */
    background: linear-gradient(
        180deg,
        rgba(241, 238, 236, 1) 9%,
        rgba(241, 238, 236, 0.74) 50%,
        rgba(241, 238, 236, 0) 100%
    );
    z-index: 20;
}

.gradiente > .description {
    color: var(--blue);
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 10%;
    max-width: 28%;
    height: auto;
    line-height: 22px;
    font-family: 'Brother 1816';
    opacity: 0;
    filter: blur(4px);
    z-index: 10;
}
.gradiente > .description p {
    padding-bottom: 20px;
}

.gradiente > .description.animation {
    animation: fade-in 0.3s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fale-connosco {
    margin-left: 11.7%;
    padding-top: 225px;
}

.fale-connosco > .container > .frase {
    color: var(--blue);
    font-family: 'PNA Solarithm';
    font-size: 50px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 1px;
    padding-bottom: 6px;
}

.fale-connosco > .container > .frase .italic {
    font-family: 'PNA Solarithm Book';
    font-style: italic;
}

.fale-connosco > .container .right {
    float: right;
}

.fale-connosco > .container-text.animation {
    animation: fade-in 0.5s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0),
        fadeSlideInRight 0.8s ease-out forwards;
}

.fale-connosco > .container-text {
    color: var(--blue);
    width: 100%;
    margin-left: 200px;
    margin-right: 30px;
    opacity: 0;
    filter: blur(4px);
    font-family: 'Brother 1816';
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 25px;
    max-width: 800px;
    transform: translateX(200px);
    transition: all 0.5s ease-out;
}

.fale-connosco > .container-text > .frase {
    padding-bottom: 20px;
}

.fale-connosco {
    display: flex;
    overflow: hidden;
}

.gradiente > .container-text .description,
.gradiente > .container-text .container-arrow {
    display: none;
}

@media only screen and (max-width: 1450px) {
    .fale-connosco > .container-text {
        margin-left: 100px;
    }
    .fale-connosco > .container > .frase {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1300px) {
    .fale-connosco > .container-text {
        width: 40%;
    }

    .fale-connosco > .container > .frase {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1030px) {
    .gradiente > .description {
        top: 33%;
        font-size: 17px;
    }
}
@media only screen and (max-width: 933px) {
    .fale-connosco > .container > .frase {
        font-size: 38px;
        line-height: 40px;
    }

    .fale-connosco > .container-text {
        font-size: 16px;
        width: 30%;
        margin-left: 30px;
    }

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

    .gradiente > .description {
        top: 10%;
        font-size: 17px;
    }

    .background-fale-connosco > .gradiente::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20%; /* Adjust this */
        background: linear-gradient(
            180deg,
            rgba(241, 238, 236, 1) 9%,
            rgba(241, 238, 236, 0.74) 20%,
            rgba(241, 238, 236, 0) 100%
        );
        z-index: 1;
    }

    .background-fale-connosco > .gradiente {
        background-color: var(--beje);
    }

    .fale-connosco {
        display: flex;
        flex-direction: column;
    }

    .fale-connosco > .container-text {
        font-size: 16px;
        width: 95%;
        margin-top: 50px;
        margin-left: 0;
    }

    .fale-connosco .right {
        margin-right: 100px;
    }

    .gradiente > .container-text {
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 820px) {
    .fale-connosco .right {
        margin-right: 30px;
    }
    .gradiente .description,
    .gradiente .container-arrow {
        display: none;
    }
    .gradiente .container-text .description.cor {
        padding-top: 40px;
        color: var(--blue);
        height: auto;
        font-family: 'Brother 1816';
        font-weight: 200;
        font-size: 16px;
        line-height: 22px;
    }
    .gradiente .container-text .description {
        padding-top: 15px;
        color: var(--blue);
        height: auto;
        line-height: 22px;
        font-family: 'Brother 1816';
        font-weight: 200;
        font-size: 16px;
    }
    .gradiente .container-text .description,
    .gradiente .container-text .container-arrow {
        display: block;
    }
    .fale-connosco > .container > .frase {
        padding-bottom: 0;
        font-size: 35px;
    }

    .fale-connosco {
        padding-top: 50px;
        margin-left: 30px;
        margin-right: 30px;
    }
}

.vertente-evento {
    height: 450px;
    background-color: var(--darkGrey);
    position: relative;
}

.vertente-evento > .title {
    padding-top: 150px;
    font-family: 'Brother 1816';
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--bejeEscuro);
    text-align: center;
    font-weight: 400;
}

.vertente-evento > .escolha {
    color: white;
    font-family: 'PNA Solarithm';
    font-size: 40px;
    text-align: center;
    line-height: 65px;
    letter-spacing: 2px;
}

.vertente-evento > .description {
    color: white;
    font-family: 'Brother 1816';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 200;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 70%;
    text-align: center;
    max-width: 100%;
}

.vertente-evento-video {
    display: flex;
    position: relative;
    height: auto;
}

.vertente-evento-video > .evento-privado {
    width: 50%;
    cursor: pointer;
    height: 100vh;
    object-fit: cover;
    filter: grayscale(100%);
}

@media screen and (min-width: 1000px) {
    .vertente-evento-video > .evento-privado {
        filter: grayscale(100%);
    }

    .vertente-evento-video > .evento-corporativo {
        filter: grayscale(100%);
        transform: scaleX(-1);
    }
}

.vertente-evento-video > .evento-corporativo {
    width: 50%;
    cursor: pointer;
    height: 100vh;
    object-fit: cover;
    filter: grayscale(100%);
}

.vertente-evento-video > .open-modal-evento-privado img {
    text-align: center;
    font-size: 24px;
    font-family: 'Brother 1816';

    font-weight: 350;
}

.vertente-evento-video > .open-modal-evento-corporativo img {
    text-align: center;
    font-size: 24px;
    font-family: 'Brother 1816';

    font-weight: 350;
}

.vertente-evento-video > .frase1 {
    position: absolute;
    color: white;
    top: 85%;
    left: 25%;
    text-align: center;
    font-size: 24px;
    font-family: 'Brother 1816';
    transform: translate(-50%, -50%);
    font-weight: 350;
}

.vertente-evento-video .arrow {
    transition: transform 0.3s ease-in-out;
}
.vertente-evento-video .button1 {
    font-family: 'PNA Solarithm';
    font-size: 20px;
    font-weight: 350;
    padding-right: 10px;
    font-style: italic;
    cursor: pointer;
}

.open-modal-evento-corporativo {
    position: absolute;
    top: 90%;
    left: 75%;
    display: flex;
    width: 50%;
    transform: translate(-50%, -50%);
    flex-direction: row;
    color: white;
    justify-content: center;
    align-content: center;
    line-height: 60px;
    cursor: pointer;
}
.open-modal-evento-privado {
    position: absolute;
    top: 90%;
    left: 25%;
    display: flex;
    width: 50%;
    transform: translate(-50%, -50%);
    flex-direction: row;
    color: white;
    justify-content: center;
    align-content: center;
    line-height: 60px;
    cursor: ponter;
}

.open-modal-evento-privado > img,
.open-modal-evento-corporativo > img {
    margin-top: 8px;
}

.vertente-evento-video > .frase2 {
    position: absolute;
    color: white;
    top: 85%;
    left: 75%;
    text-align: center;
    font-size: 24px;
    font-family: 'Brother 1816';
    transform: translate(-50%, -50%);
    font-weight: 350;
}

.vertente-evento-video .button2 {
    font-family: 'PNA Solarithm';
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    font-weight: 350;
    font-style: italic;
    padding-right: 15px;
}

.open-modal-evento-privado:hover .arrow,
.open-modal-evento-corporativo:hover .arrow {
    transform: translate(10px, 0%); /* Moves arrow 10px to the right */
}

@media only screen and (max-width: 480px) {
    .vertente-evento > .title {
        padding-top: 70px;
        font-size: 16px;
    }

    .vertente-evento > .escolha {
        font-size: 25px;
    }

    .vertente-evento > .description {
        transform: none;
        left: 0;
        margin-left: 30px;
        margin-right: 30px;
        top: 55%;
    }

    .vertente-evento {
        height: 340px;
    }

    .vertente-evento-video {
        height: 600px;
    }
}
@media only screen and (max-width: 480px) {
    .vertente-evento > .title {
        padding-top: 80px;
        font-size: 16px;
    }

    .vertente-evento > .escolha {
        font-size: 25px;
    }
    .vertente-evento-video {
        display: flex;
        flex-direction: column;
    }

    .vertente-evento-video > .evento-privado,
    .vertente-evento-video > .evento-corporativo {
        width: 100%;
        height: 50%;
    }

    .vertente-evento-video > .frase1 {
        top: 41%;
        left: 50%;
        font-size: 18px;
    }

    .open-modal-evento-privado {
        top: 45%;
        left: 50%;
    }
    .vertente-evento-video .button1 {
        font-size: 16px;
    }

    .vertente-evento-video > .frase2 {
        top: 91%;
        left: 50%;
        font-size: 18px;
        width: 100%;
    }

    .open-modal-evento-corporativo {
        top: 95%;
        left: 50%;
    }
    .vertente-evento-video .button2 {
        font-size: 16px;
    }
}
.onde-estamos {
    height: 450px;
    color: var(--blue);
    font-family: 'Raleway';
    display: flex;
    justify-content: center;
    padding-top: 150px;
    width: 100wh;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 14px;
}

.onde-estamos > .container {
    margin-right: 15%;
}
.onde-estamos > .container .title,
.onde-estamos > .container-last .title {
    font-weight: 600;
    padding-bottom: 18px;
}

.onde-estamos > .container-last {
    max-width: 26%;
}

.onde-estamos > .container > .description,
.onde-estamos > .container-last > .description {
    font-weight: 350;
    line-height: 19px;
    letter-spacing: 0.3px;
}

@media only screen and (max-width: 1180px) {
    .onde-estamos {
        padding-top: 150px;
    }
}

.banner3-video {
    position: absolute;
    width: 420px;
    max-height: 500px;
    right: 10%;
    top: 39%;
    filter: grayscale(100%);
    transform: translateX(0);
    object-fit: cover;
    opacity: 0;
}

.text-video {
    position: absolute;
    width: 120px;
    height: auto;
    right: 7%;
    top: 33%;
    z-index: 1;
    transform: translateX(0);
}

.onde-estamos.mobile {
    display: none;
}
@media only screen and (max-width: 970px) {
    .onde-estamos > .container {
        margin-right: 8%;
    }

    .banner3-video {
        max-height: 340px;
        top: 40%;
        right: 7%;
    }

    .text-video {
        width: 100px;
        top: 35%;
        right: 5%;
    }
}

@media only screen and (max-width: 840px) {
    .onde-estamos {
        font-size: 12px;
        margin: 0;
    }

    .onde-estamos-container > .onde-estamos.desktop {
        display: none;
    }
    .onde-estamos.mobile {
        display: flex;
    }

    .onde-estamos.mobile .container-contacts {
        padding-top: 30px;
    }

    .text-video {
        height: 70px;
        right: -1%;
        top: 37%;
    }
}

@media only screen and (max-width: 500px) {
    .onde-estamos {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 480px) {
     .banner3-video {
        top: 42%;
    }
    
    .text-video {
        height: 60px;
        right: -4%;
        top: 39.5%;
    }
    .onde-estamos {
        padding-top: 0;
    }
    .onde-estamos.mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
        margin-bottom: 100px;
    }

    .onde-estamos.mobile > .container-last,
    .onde-estamos.mobile > .container {
        max-width: 100%;
        margin: 0 30px;
    }

    .onde-estamos.mobile > .container-last {
        padding-top: 20px;
    }
}
.banner3 {
    overflow: hidden;
    height: 580px;
    background-color: var(--beje);
    color: var(--blue);
    padding-left: 10%;
    padding-top: 240px;
    position: relative;
}

.banner3 > p {
    font-family: 'PNA Solarithm';
    font-size: 49px;
    line-height: 68px;
    letter-spacing: 1px;
    max-width: 540px;
    transform: translateX(0);
}
.banner3 > p > span {
    font-family: 'PNA Solarithm';
    font-style: italic;
}

@media only screen and (max-width: 1265px) {
    .banner3 > p {
        max-width: 50%;
    }
    .banner3-video {
        width: 340px;
    }
}

@media only screen and (max-width: 850px) {
    .banner3 > p {
        font-size: 35px;
        line-height: 58px;
    }

    .banner3 > p {
        max-width: 40%;
    }
}

@media only screen and (max-width: 700px) {
    .banner3 {
        padding-top: 350px;
    }

    .banner3 > p {
        max-width: 100%;
        padding-right: 13px;
    }
    
    .banner3 > p {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .banner3 {
        padding-top: 280px;
    }
    .banner3 {
        height: 490px;
    }
}

.onde-estamos-container {
    position: relative;
    background-color: white;
}

.footer {
    background-color: var(--blue);
    color: white;
    height: 310px;
    padding-top: 70px;
}
.footer > div {
    display: flex;
    justify-content: space-between; /* Evenly distributes the columns */
    align-items: center; /* Centers items vertically */
    max-width: 80%; /* Ensures 150px margin on both sides */
    margin: 0 auto; /* Centers the footer */
}

.container1,
.container2,
.container3 {
    flex: 1; /* Distributes equal width to all containers */
}

.footer > div > .container1 {
    max-width: 12%;
    margin-right: 20%;
}

.footer > div > .container1 > img {
    padding-bottom: 50px;
}

.footer > div > .container1 > p {
    font-family: 'Brother 1816';
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 350;
    font-size: 14px;
}

.footer .container2 {
    margin-right: 0;
    width: 480px;
    padding-top: 50px;
    font-size: 48px;
    color: var(--bejeEscuro);
}

.footer .container2 > .frase1 {
    padding-bottom: 28px;
    font-family: 'PNA Solarithm';
}

.footer .container2 > .frase2 {
    text-align: right;
    font-style: italic;
    font-family: 'PNA Solarithm';
}

.footer .container2 > p {
    font-family: 'Brother 1820';
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 350;
}

.footer > div > .container3 {
    text-align: right;
}

.footer > div > .container3 > a > img {
    padding-bottom: 60px;
    margin-right: 0;
}

.footer > div > .container3 > .frase1,
.footer > div > .container3 > .frase1 > a {
    font-family: 'Brother 1816';
    font-size: 16px;
    color: white;
    line-height: 16px;
    font-weight: 200;
    text-align: right;
    padding-bottom: 20px;
}

.footer > div > .container3 > .frase2 span {
    font-family: 'PNA Solarithm';
    font-size: 18px;
    color: white;
    text-align: right;
    line-height: 16px;
    letter-spacing: 1px;
}

.footer > div > .container3 .facebook:hover,
.footer > div > .container3 .instagram:hover {
    color: var(--rosita);
    cursor: pointer;
}
.footer > .container2 {
    display: none;
}

.footer .container3 > img {
    display: none;
}

.footer > a {
    display: none;
}

@media only screen and (max-width: 1570px) {
    .container2 {
        flex: auto;
    }

    .footer > div > .container2 > .frase2 {
        padding-right: 50px;
    }

    .footer > div > .container1 {
        margin-right: 5%;
        max-width: 80%;
    }
}

@media only screen and (max-width: 950px) {
    .footer > div > .container2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 770px) {
    .footer > div > .container2 {
        font-size: 30px;
    }

    .footer > div > .container1 > p {
        font-size: 14px;
    }

    .footer > div > .container1 > img {
        width: 100px;
    }
}

@media only screen and (max-width: 770px) {
    .footer > div .container2 {
        display: none;
    }

    .footer {
        height: 400px;
    }

    .footer .container2 {
        width: 100%;
        padding-top: 0px;
    }

    .footer > .container2 {
        font-size: 30px;
        width: 400px;
        justify-content: center;
        align-content: center;
        display: flex;
        margin: 0 auto;
    }

    .footer .container2 > .frase2 {
        text-align: center;
        padding-right: 5%;
        padding-top: 30px;
    }

    .footer > div > .container3 > a > img {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .footer > .container2 {
        font-size: 24px;
    }

    .footer .container3 > a,
    .footer .container3 img {
        display: none;
    }

    .footer > a {
        display: flex;
    }

    .footer > div > .container1 {
        display: none;
    }
    .footer > div > .container3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }
    .footer > div > .container3 > img {
        display: flex;
        height: 35px;
        margin-bottom: 20px;
    }
    .footer > div > .container3 > p {
        font-family: 'Brother 1816';
        line-height: 20px;
        letter-spacing: 0;
        font-weight: 350;
        font-size: 13px;
        padding-bottom: 20px;
    }

    .footer > div > .container3 > .frase1,
    .footer > div > .container3 > .frase1 > a {
        text-align: center;
        padding-bottom: 8px;
    }

    .footer > div > .container3 > .frase2 span {
        text-align: center;
    }

    .footer > a > img {
        height: 40px;
        margin-left: 40%;
        margin-top: 30px;
    }
}
.footer-nor {
    background-color: var(--beje);
}

.footer-nor > .footer-text {
    max-width: 80%;
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 50px;
    color: var(--blue);
    font-weight: 350;
    font-family: 'Brother 1816';
    font-size: 12px;
    line-height: 24px;
}

.footer-nor > p {
    display: none;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 50px;
    color: var(--blue);
    font-weight: 350;
    font-family: 'Brother 1816';
    font-size: 12px;
    line-height: 24px;
}

.footer-nor > .footer-text a:hover,
.footer-text > p:last-child:hover {
    color: var(--rosita);
}

.footer-nor > .footer-text > .made-by-nor {
    font-family: 'Courier';
}

.footer-nor > .footer-text a,
.footer-nor > .footer-text a:link,
.footer-nor > .footer-text a:visited,
.footer-nor > .footer-text a:active {
    text-decoration: none;
}

@media only screen and (max-width: 610px) {
    .footer-nor > p {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-content: center;
    }

    .footer-nor > .footer-text > .termos {
        display: none;
    }

    .footer-text.primeiro {
        padding-top: 24px;
        margin-bottom: 20px;
    }

    .footer-text.primeiro > p:first-child {
        max-width: 50%;
    }

    .footer-text.primeiro .reclamacao {
        height: 30px;
    }
    
    .reclamacao.mobile, .reclamacao.mobile img {
        height: 50px;
    }
}

.only-mobile {
    display: none;
}

@media only screen and (max-width: 480px) {
    .only-desktop {
        display: none;
    }

    .only-mobile {
        display: block;
    }
    
    .image-rotating {
        top: 8.5%;
        right: 9%;
    }
    
    
}
