.section {
    width: 100%;
    padding: 30px;
}

.wrapper {
    max-width: 1000px;
    margin: 60px auto;
    width: 100%;
}

.title-gl-primary {
    font-size: 3rem;
}

.title-gl-secondary {
    font-size: 1.6rem;
}

@media (max-width: 426px) {
    .title-gl-primary {
        font-size: 2rem;
    }
    .title-gl-secondary {
        font-size: 1.6rem;
    }
}

.font-bold {
    font-weight: 700;
}

.font-bold-ex {
    font-weight: 900;
}

.color-yellow {
    color: #f4b334;
}

.bg-yellow {
    background: #f4b334;
}

.color-purple {
    color: #663479;
}

.bg-purple {
    background: #663479;
}

.color-orange {
    color: #fe6b00;
}

.bg-orange {
    background: #fe6b00;
}

.bg-white {
    background: #fff;
}

.color-white {
    color: #fff;
}

.text-center {
    margin: 0 auto;
    text-align: center;
}

.event {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    margin-bottom: 0.5rem;
    gap: 20px;
}

@media (max-width: 768px) {
    .event {
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 30px;
    }
}

.event-date {
    padding: 12px 60px;
    border-radius: 60px;
    max-width: 376px;
    width: 100%;
    text-align: center;
}
.event-title {
    text-align: center;
    margin: 0;
    padding: 0;
}

.event-local {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 4px;
}

.event-title-secondary {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.card-gl {
    position: relative;
    width: fit-content;
    border-radius: 30px;
    padding: 30px 30px 50px;
}

.card-gl-ex {
    position: relative;
    width: fit-content;
    border-radius: 60px;
    padding: 60px 40px;
}

.card-gl-ex__title {
    font-size: 3rem;
}

@media (max-width: 426px) {
    .card-gl-ex__title {
        font-size: 2rem;
    }
}

.music-title {
    font-size: 1.2rem;
}

.music-img {
    object-fit: cover;
    width: 300px;
    height: 300px;
    border-radius: 15px;
}

.music-img__secondary {
    object-fit: cover;
    width: 230px;
    height: 230px;
    border-radius: 15px;
}

.card-gl-info {
    width: 80%;
    border-radius: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%)
}

.card-gl-info__text {
    font-size: 1.4rem;
}

.music-more-info__bg {
    width: 80%;
    border-radius: 30px;
}

.music-info__description {
    font-size: .8rem;
}

.wave-section {
    position: relative;
    overflow: hidden;
}

.wave-wrapper {
    position: relative;
    z-index: 10;
}

.wave-img {
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.wave-svg {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media (max-width: 1060px) {
    .cta-section {
        margin-top: 180px;
    }
    
}

.image-kids {
    z-index: 3;
    position: absolute;
    bottom: -250px;
    height: 940px;
    width: auto;
    max-width: unset;
    object-fit: cover;
}

.big-button {
    border-radius: 60px;
    padding: 20px 60px
}

.header-svg {
    min-width: 2700px;
    position: absolute;
    object-fit: cover;
    top: -500px;
    bottom: 0
}

.draw-foods-wrapper {
    width: 150px;
}

.draw-foods {
    position: absolute;
    height: 650px;
    min-width: 120px;
    top: -330px;
    left: 0;
}

.gl-draw-smile {
    height:200px;
    bottom: -100px;
    right: -80px
}

.section-3 {
    margin-top: -5px;
    margin-bottom: -280px;
    padding-bottom: 200px;
    padding-top: 170px;
}

.wrapper-3 {
    margin-top: -160px;
}

.music_col_1 {
    z-index: 20;
    margin-top: 200px;
}

.fish_col_1 {
    margin-top: 200px;
}

/**
 * Draws
 */

.draw-parrot {
    position: absolute;
    height:300px;
    top: -320px;
    right: 0
}

.draw-fish {
    height:120px;
    top: -20px;
    right: 30px
}

.draw-sun {
    height:200px;
    top: -220px;
    left: 0
}

.draw-two_lines {
    bottom: 20px;
    left: 0;
    height: 400px;
    width: 70%;
    z-index: 15;
}

.draw-two_lines_header {
    right: 0;
    min-width: 500px;
    z-index: 15;
    height: auto;
    top: 690px;
    bottom: 110px;
    width: 280px;
}

.draw-two_lines_full_header {
    min-width: 840px;
    top: 630px;
    right: 0;
    z-index: 15;
    height: auto;
    bottom: 110px;
    width: 280px;
}

.draw-two_lines_full_bottom {
    min-width: 840px;
    left: 0;
    z-index: 15;
    height: auto;
    bottom: 50px;
    width: 280px;
}

/** */

.wrapper-4 {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.section-2 {
    background: url('../img/bg/section_image_1.webp') no-repeat bottom;
    background-size: 1920px;
    background-position-y: -140px;
    height: 1200px;
    padding-top: 200px;
    padding-bottom: 200px;
    margin-bottom: -290px;
}

.section-5 {
    padding-bottom:340px;
    margin-bottom: -300px;
    margin-top: -299px;
    background: url('../img/bg/section_image_2.webp') no-repeat center;
    background-size: cover;
    padding-top: 60px;
}

.section-7 {
    padding-top: 240px;
    padding-bottom: 140px;
    margin-top: -920px;
    background: url('../img/bg/section_pattern.webp') center, #663479;
    background-size: cover
}

.section-8 {
    top: -300px;
    height: 1480px;
}

.wrapper-8 {
    margin-top: 300px;
}

.section-9 {
    padding-top: 240px;
    padding-bottom: 280px;
    margin-top: -730px;
    background: url(../img/bg/section_image_5.webp) center;
    background-size: cover;
}

.section-10 {
    top: -480px;
    height: 1050px
}

.section-11 {
    margin-top: -750px;
    padding-bottom: 10px;
    padding-top: 60px;
    margin-bottom: 0;
    position: relative;
    z-index: 4
}

.section-11-h2 {
    margin-top: 60px;
}

.section-12 {
    margin-top: -350px;
    padding-top: 220px;
    padding-bottom: 200px
}

.section-12-h2 {
    padding-top: 60px;
}

.wrapper-13 {
    margin-top: -100px;
}

.bk-767-sm {
    display: block;
}

.bk-767-full {
    display: none;
}

.wave-3 {
    object-position: -410px -190px;
    width: 1930px;
    max-width: none;
    height: 1300px;
    object-fit: cover
}

@media (min-width: 767px) {
    .bk-767-sm {
        display: none;
    }
    .bk-767-full {
        display: block;
    }
}

@media (max-width: 1024px) {
    .header-svg {
        left: -310px;
    }
}

@media (max-width: 930px) {
    .image-kids {
        bottom: -260px;
    }
}

@media (min-width: 1600px) {
    .wave-3 {
        object-position: -280px -190px;
    }
}
@media (min-width: 1900px) {
    .wave-3 {
        object-position: -140px -190px;
    }
}

@media (max-width: 768px) {
    /*
     * Draws
    */
    .draw-foods-wrapper {
        display: none;
    }

    .draw-foods {
        display: none;
    }

    .draw-guitar {
        display: none;
    }

    .draw-parrot {
        height: 180px;
        top: -260px;
    }

    .draw-fish {
        height: 90px;
    }

    .draw-sun {
        height: 150px;
        top: -260px;
    }
    /** */

    .image-kids {
        bottom: -260px;
    }

    .section {
        padding: 30px 20px;
    }

    .section-2 {
        height: 1700px;
        padding-top: 70px;
        padding-bottom: 200px;
        margin-bottom: -720px;
        background-size: 1460px;
        background-position-y: 220px;
    }

    .section-3 {
        padding-bottom: 200px;
    }

    .wrapper-3 {
        margin-top: -100px;
    }

    .wrapper-4 {
        margin-top: 60px;
    }

    .section-5 {
        padding-bottom: 340px;
        margin-bottom: -300px;
        margin-top: -299px;
        padding-top: 60px;
    }

    .section-7 {
        padding-top: 310px;
        padding-bottom: 230px;
    }

    .wave-3 {
        object-position: center;
        width: 100%;
        max-width: 100%;
        height: 870px;
        object-fit: cover;
        top: 180px;
    }

    .wrapper-13 {
        margin-top: -120px;
    }

    .section-9 {
        padding-top: 460px;
        padding-bottom: 360px;
        margin-top: -730px;
    }

    .section-12 {
        margin-top: -330px;
        padding-top: 180px;
        padding-bottom: 240px
    }

    .column-13 {
        margin-bottom: 60px;
    }

    .column-kid {
        margin-top: 40px;
    }

    .gl-mirante-img {
        padding: 0;
        margin: 0;
    }

    .gl-draw-smile {
        bottom: -40px;
        right: -59px;
    }

    .header-svg {
        top: 40px;
        min-width: 1110px;
        left: -120px;
    }

    .music_col_1 {
        margin-top: 60px;
    }

    .music-wave-img {
        min-width: 1320px;
        left: -550px;
    }

    .section-8 {
        height: 1560px!important;
    }

    .family_col_1 {
        margin-top: 360px;
    }

    .fix-margins {
        margin: 0!important;
        padding: 0!important;
    }

    .image-kids {
        bottom: 0px;
    }

    .big-button {
        padding: 20px 20px;
    }

    .card-gl-ex {
        padding: 60px 20px;

    }

    .card-gl-ex__title {
        font-size: 2rem;
    }

    .card-gl-info {
        padding: 0 20px;
    }

    .card-gl-info__text {
        font-size: 1.1rem;
    }
}

@media(min-width: 509px) and (max-width: 768px) {
    .wrapper-6 {
        margin-top: 120px;
    }
    .wave_2_sm {
        object-position: -460px center;
    }
}

@media(max-width: 480px) {
    .draw-two_lines_header {
        top: 670px;
        min-width: 380px;
    }
    .draw-two_lines {
        height: 300px;
        width: 70%;
        bottom: 60px;
    }
    .wrapper-3 {
        margin-top: -160px;
    }
    .wrapper-4 {
        margin: 0 auto;
    }
    .section-2 {
        padding-top: 20px;
        margin-bottom: -650px;
    }

    .header-svg {
        top: -93px;
        min-width: 1110px;
        left: -120px;
    }
}

@media(max-width: 375px) {
    .section-8 {
        height: 1650px!important;
    }

    .draw-two_lines {
        height: 300px;
        bottom: 60px;
        width: 70%;
    }

    .draw-two_lines_header {
        min-width: 300px;
        height: auto;
        bottom: 110px;
        width: 100%;
    }

    .section-2 {
        padding-top: 10px;
    }
    .header-svg {
        top: -150px;
    }
}

#scrollUp {
background: #d92e39!important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
background: #fe6b00!important;
}