*{
    margin: 0;
    padding: 0;
}


body{
    font-family: "Poppins", "PT Mono", sans-serif;
    overflow-x: hidden;
}


:root {
    --laranja: #FA5B31;
    --azulroyal: #1D2F83;
    --branco: #FFFFFF;
    --bg-white: #F7F6F1;
}


*::-webkit-scrollbar {
    width: 15px;
    cursor: pointer;
}


*::-webkit-scrollbar-track {
    background: var(--laranja);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--azulroyal);
}


#btn-mobile{
    display: none;
}


header{
    position: absolute;
    top: 0;
    margin-top: 0;
    width: 100%;
    z-index: 10;
}

#menu{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin-top: 50px;

}

#menu a{
    color: var(--branco);
    padding: 1rem;
    text-decoration: none;
}

#menu img{
    padding: 0 20px;
}

.navigation-words-container{
    background-color: var(--laranja);
    margin-top: -10px;
    padding: 2ch 0;
    font-family: monospace;
    color: var(--branco);
    font-family: "PT Mono" !important;
    text-transform: uppercase; 
    font-weight: 500;
}

.navigation-words{
    margin-top: 6px;
}

.navigation-words span{
    margin: 0 50px;
}

.container-institucional{
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #F7F6F1;
}

.content-beat-institucional h2{
    font-family: "PT Mono";
    font-size: 40px;
    font-weight: 200;
    width: 50%;
    margin: 0 auto;
    color: #737373;
    padding: 30px;
}

.text-portoseguro{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-color: var(--bg-white);
}

.text-portoseguro-item{
    display: flex;
    font-family: "PT Mono";
    padding: 30px 0;
    font-size: 26px;
}

.text-portoseguro-item span{
    padding: 0 20px;
}


.container-inst-imgs{
    padding: 8rem 0;
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 10px;
}

#container-inst-imgs{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 8rem 0;
    width: 70%;
}

.title-events-topicos{
    width: 70%;
    margin: 2rem auto;

}

.title-events-topicos span{
    padding: 20px;
    background-color: var(--laranja);
    color: var(--bg-white);
}

.title-events-topicos-old{
    width: 70%;
    margin: 2rem auto;
    margin-top: 8rem;

}

.title-events-topicos-old span{
    padding: 20px;
    background-color: var(--laranja);
    color: var(--bg-white);
}

.content-inst-item img{
    border-radius: 10px;
}

.content-inst-item h3{
    font-size: 28px;
    font-weight: 300;
    color: #737373;
    width: 70%;
}

.content-inst-item a img:hover{
    scale: 0.9;
    transition: 0.2s;
}

#width-img-inst{
    width: 80%;
}

.container-beat-bio{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 70%;
}

.left-bio-beat{
    width: 30%;
}

.right-bio-beat{
    width: 50%;
}

.left-bio-beat{
    text-align: right;
}

/* ALINHOU A IMAGEM A DIREITA */
.left-bio-beat img{
    width: 80%;
    margin-right: 25%;
}

.right-bio-beat{
    display: inline-flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.right-bio-beat img{
    width: 30%;
}

.right-bio-beat h4{
    color: #737373;
    letter-spacing: 10px;
    font-size: 12px;
}

.right-bio-beat P{
    width: 90%;
}

#divisor-img-laranja{
    margin-top: 10rem;
    background-image: url("../imagens/institucional/separador-full.png");
    width: 100%;
    height: 100px;
    color: pink;
}

.container-gastronomia{
    background-color: var(--bg-white);
    padding: 8rem;
}

.container-gastronomia-content{
    width: 70%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.left-content-gastronomia{
    width: 50%;
    text-align: right;
}

.right-content-gastronomia{
    width: 50%;
    text-align: left;
}

.right-content-gastronomia h2{
    font-size: 40px;
    color: var(--azulroyal);
    padding: 2rem 0;
}

#img-gastronomia{
    border: solid var(--azulroyal) 20px;
    width: 70%;
    margin-right: 4rem;
}

.btn-menu{
    display: inline-flex;
}

.btn-menu a{
    margin-top: 2rem;
    padding: 20px 40px;
    background-color: var(--azulroyal);
    color: var(--bg-white);
    text-decoration: none;
}

.btn-menu a:hover{
    scale: 1.1;
    transition: 0.3s ease-in-out;
    background-color: var(--laranja);
}

.container-live-beat {
    background-color: var(--azulroyal);
    background-image: url('../imagens/institucional/beatbeach-bg-vivaobeach.png');
    background-size: cover; /* Ajusta a imagem de fundo para cobrir todo o contêiner */
    position: relative; /* Torna o contêiner um contêiner de posicionamento */
}
  
.container-live-beat img {
    width: 8%;
    margin-bottom: 1 rem;
}

.content-live-beat{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.content-live-beat ul{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.content-live-beat{
    padding: 6rem 0;
    color: var(--bg-white);
}

.content-live-beat h1{
    font-size: 38px;
    color: var(--bg-white);
}

.content-live-beat ul li{
    margin: 0 20px;
    padding: 16px 32px;
    border: solid 1px var(--bg-white);
    list-style-type: none;
    font-size: 18px;
}

.content-live-beat p{
    margin: 1rem;
    font-size: 22px;
}

.container-kids-full{
    background-color: #cdfff7af;
    padding: 8rem 0;
}

.container-kids{
    display: flex;
    margin: 0 auto;
    width: 70%;
}

.left-container-kids{
    width: 50%;
    padding-right:8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-content-kids h1{
    margin: 2rem 0;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 38px;
    color: var(--laranja);
}

.left-content-kids p{
    width: 70%;
    margin: 0 auto;
}

.right-container-kids{
    width: 50%;
}

.divisor-kids img{
    width: 100%;
}

/* TRIPADVISOR */

.container-testimonial {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
}

.testimonial {
    position: relative;
    width: 80%;
    overflow: hidden;
    background-color: #F5F6F9;
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 350px;
    padding-bottom: 2rem;
}

.testimonial .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F5F6F9;
}

.testi-content{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.slide{
    margin: 0 auto;
    padding: 90px 0;
}

.slide h2{
    padding-bottom: 12px;
    color: var(--azulmarinho);
    font-weight: 800;
    font-size: 28px;
}

.swiper-slide h2{
    color: #00AA6C;
}

.slide p {
    padding: 0 92px;
    text-align: center;
    color: var(--azulmarinho);
    font-size: 18px;
}

.swiper-button-next{
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 55 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--azulroyal, var(--azulroyal))
}

.tripadvisor-container{
    display: flex;
    justify-content: center;
    margin: 4rem 0;
}

.img-bottom-trip-dots{
    margin: 2rem 0;
}

.btn-trip a{
    padding: 20px 32px;
    background-color: #34E0A1;
    color: #000000;
    font-size: 22px;
    text-decoration: none;
    display: inline-flex;
    margin-top: 2rem;
}

.btn-trip a:hover{
    scale: 1.1;
    transition: 0.3s ease-in-out;
    background-color: #000000;
    color: #FFFFFF;
}

.map{
    margin-top: 8rem;
    width: 100%;
}

.map iframe{
    width: 100%;
    height: 550px;
}

.header-footer{
    margin: 0 auto;
    width: 70%;
    display: flex;
    justify-content: center;
}

.header-footer img{
    margin-top: 6rem;
}

.social-icons{
    margin: 0 auto;
    width: 70%;
    display: flex;
    justify-content: center;
    padding: 4rem 0;
}

.social-icons a:hover{
    scale: 1.1;
    transition: 0.3s ease-out;
    opacity: 0.6;
}

.social-icons img:nth-child(1){
    margin-right: 20px;
}

.partnes-elements{
    width: 70%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.mobile-partnes img{
    opacity: 0.4;
    margin: 0 2rem;
    width: 90px;
}


#mobile-trip-dots{
    width: auto;
    height: 10px;
}

.footer-copyright{
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 20px;
}

.footer-copyright p{
    font-size: 12px;
    font-weight: 600;
}

.footer-copyright p a{
    text-decoration: none;
    color: #1D2F83;
}

.div-margin-pages{
    margin-bottom: 8rem;
    background-image: url("../imagens/institucional/separador-full.png");
    width: 100%;
    height: 50px;
}

.title-events{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: var(--azulroyal);
    margin-top: 6rem;
    font-size: 22px;
}


.title-event-selected h1{
    text-align: center;
    color: var(--laranja);
    margin: 3rem;
    font-size: 6rem;
    font-weight: 300;
}

.container-event-selected{
    margin: 0 auto;
    width: 70%;
}

.container-event-selected h2{
    text-align: center;
    color: var(--laranja);
    margin: 3rem;
    font-size: 6rem;
    font-weight: 300;
}

.container-event-selected p{
    width: 70%;
    text-align: justify;
    margin: 0 auto;
}

/* GALERIA & MODAL */

.gallery {
    margin: 6rem auto;
    width: 60%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 10px;
}

.gallery-item {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
    border-radius: 10px;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lightbox-slide {
    display: none;
}

.lightbox img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.prev, .next {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transform: translateY(-50%);
    user-select: none;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.btn-instagram{
    display: flex;
    justify-content: center;
    margin: 4rem 0;
}

.btn-instagram a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: var(--laranja);
    font-weight: 400;
    color: var(--bg-white);
    text-decoration: none;
}

.btn-instagram a:hover{
    background-color: var(--azulroyal);
    transition: 0.3s ease-in;
}

.btn-instagram a img{
    width: 30px;
    margin-right: 20px;
}