:root {
    --laranjaoficial: #D64C3E;
    --laranjacomum: #EB6424;
    --azuloficial: #0A4140;
    --branco: #FFFFFF;
    --bg-white: #FFF9F1;
    --verdetrip:#34E0A1;
    --azulclaro: #50B5B5;
    --amareloclaro: #FFF7D7;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

    #slogan-header-nav{
        display: none;
    }

    .swiper, .mySwiper, .swiper-wrapper{
        height: 450px;
    }

    .swiper-slide img{
        height: 100%;
        object-fit: cover;
    }

    .menu-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav {
        margin: 0 auto;
        width: 80%;
    }

    nav ul {
        display: none;
    }

    section {
        display: none;
    }

    .background-header {
        display: flex;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .header-container {
        margin: 0 auto;
        width: 80%;
    }

    .header-content {
        width: 100%;
    }

    #btn-mobile {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        border: none;
        background: var(--azulroyal);
        color: #FFF;
        padding: 22px 0;
        margin-left: -10px;
    }

    #burger {
        border-top: 4px solid var(--laranjaoficial);
        width: 30px;
    }

    #burger::after,
    #burger::before {
        content: '';
        display: block;
        width: 30px;
        height: 4px;
        background-color: var(--laranjaoficial);
        margin-top: 5px;
        transition: .3s;
        position: relative;
    }


    #navmobile.active #burger {
        border-top-color: transparent;
    }

    #navmobile.active #burger::before {
        transform: rotate(135deg);
    }

    #navmobile.active #burger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

    #navmobile.active #menu {
        height: auto;
        visibility: visible;
        overflow-y: auto;
        background-color: var(--laranjaoficial);
    }

    #navmobile.active #btns-header-menu-mobile{
       display: flex;
       flex-direction: column;
       overflow: hidden;
    }

    .btn-promo-mobile a{
        color: #FFF !important;
    }

    #btn-fidelidade img{
        display: none;
    }

    #menu{
        text-align: center;
        display: block;
        position: absolute;
        width: 100%;
        top: 8.0rem;
        right: 0;
        height: 0;
        z-index: 1000;
        visibility: hidden;
        transition: .5s;
        overflow-y: hidden;
        background-color: var(--laranjaoficial);
    }

    #menu a {
        display: flex;
        justify-content: center;
        color: var(--bg-white);
        padding: 22px 0;
        font-size: 18px;
        font-weight: 600;
    }

    .swiper {
        margin-top: 8rem;
    }

    marquee{
    font-size: 15px;
    }

    .navigation-words marquee{
        margin-top: 10px;
    }

    .container-institucional-header{
        flex-wrap: wrap;
    }

    .left-inst-content-inst{
        padding: 3rem;
    }

    .bird-moving{
        width: 75px;
    }

    .left-inst-content-inst h2{
        margin: 2rem 0;
        line-height: 48px;
    }

    .right-content-inst img{
        display: block;
        width: 100%;
        margin-top: 7rem;
        object-fit: cover;
        height: 560px;
    }

    .barra-icon-floating, .divisor-space-middle{
        display: none;
    }

    .main-container-star{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .left-content-star img{
        width: 100%;
    }
    
    .right-content-star img{
        width: 100%;
    }
    
    .main-container-star{
        margin: 10rem auto;
        width: 90%;
    }

    .border-bottom-img{
        border-bottom: 42px solid var(--laranjacomum);
    }
    
    .right-content-star h3{
        margin: 3rem 0;
    }

    .container-slogan{
        display: none;
    }
    
    .main-cia-dance{
        width: 90%;
        flex-wrap: wrap;
    }

    .header-cia{
        width: 100%;
        flex-direction: column-reverse;
        margin: 0 auto;
        text-align: center;
    }

    .header-cia img{
        width: 7rem;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 40px;
    }

    .left-content-cia p{
        margin: 0 auto;
        text-align: justify;
        width: 90%;
    }

    .width-img-coqueirinhos{
        width: 100%;
        margin: 0 auto;
        margin-bottom: -5px;
    }

    .cia-mobile-width{
        width: 100%;
    }

    .right-content-cia img{
        width: 100%;
    }

    .main-content-beach-favorite{
        width: 90%;
        margin: 0 auto;
        padding: 1rem;
        text-align: center;
    }
    
    .main-content-beach-favorite h1{
        font-size: 3rem;
        color: var(--bg-white);
        padding: 2rem 0;
    }

    .main-topics-beach-favorite{
        width: 70%;
        flex-wrap: wrap;
    }
    
    .main-topics-beach-favorite p{
        font-size: 18px;
        color: var(--bg-white);
        text-transform: uppercase;
    }
    
    .main-topics-beach-favorite img{
        width: 30px;
    }
    
    #display-none-img-coqueiro{
        display: none;
    }

    #margin-top-mobile-topic{
        margin-top: 20px;
    }

    .container-testimonial{
        width: 100%;
    }

    .testimonial {
        width: 90%;
    }
    
    .header-footer img{
        width: 100%;
    }

    .footer-copyright{
        flex-wrap: wrap;
        width: 90%;
        text-align: center;
        justify-content: center;
    }

    .footer-copyright p{
        margin: 4px;
    }

    .mobile-partnes{
        flex-wrap: wrap;
    }

    .mobile-partnes img{
        padding: 20px 0;
    }
    
    .title-events{
        margin: 2rem auto;
        width: 90%;
    }

    .title-events h1{
        line-height: 48px;
    }

    .title-events-topicos{
        text-align: center;
        width: 100%;
        margin: 2rem auto;
        margin-top: 90px;
    
    }
    
    .title-events-topicos span{
        padding: 20px;
        background-color: var(--laranjaoficial);
        color: var(--bg-white);
    }

    .title-events-topicos-old{
        text-align: center;
        width: 100%;
        margin: 2rem auto;
        margin-top: 90px;
    
    }
    
    .title-events-topicos-old span{
        padding: 20px;
        background-color: var(--laranjaoficial);
        color: var(--bg-white);
    }

    .content-inst-item{
        margin: 2rem 0;
    }

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

    .container-inst-imgs{
        padding: 8rem 0;
        width: 90%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 10px;
        text-align: center;
    }
    
    #container-inst-imgs{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding: 2rem 0;
        width: 90%;
    }

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

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

}

