* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Nunito Sans", serif;
    font-optical-sizing: auto;
    background-color: #faffff;
    line-height: 1.3em;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

.text-center {
    text-align: center;
}

.data-from {
    background-color: #006746;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    font-weight: 700;
}

#footer {
    padding: 3rem 1rem;
    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 4rem;
    }

    .apoios {
        /* border: solid 1px red; */
        display: flex;
        gap: 2rem;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        @media (min-width: 996px) {
            gap: 4rem;
        }
    }
}

.main {
    background-color: #173a5a;
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

.main-container {
    padding: 0 1rem;
}

#header {
    /* outline: solid 1px yellow; */
    margin-bottom: 5rem;
    margin-top: 5rem;
    @media (min-width: 996px) {
        display: flex;
        align-items: center; justify-content: space-between; max-width: 1200px; margin-left: auto; margin-right: auto; }
}

.logo {
    margin: 2rem 0;
    text-align: center;
}

.logo .img-fluid {
    max-width: 320px;
    @media (min-width: 996px) {
        max-width: 400px;
    }
}

.logo-player {
    @media (min-width: 1000px) {
        display: flex;
    }
}

.player {
    @media (min-width: 996px) {
        margin-top: 60px;
    }

    
    display: flex;
    justify-content: center;
    
}

.player a {
    display: block;
    position: relative;
    width: fit-content;
}

.player a .bt {
    position: absolute;
    z-index: 3;
    left: 30px;
    bottom: 50px;
    transition: all .3s ease;
}

.player a:hover .bt {
    transform-origin: 0 100%;
    transform: scale(1.2);
}

.player a .ply {
}

.btn-group {
    @media (min-width: 800px) {
        text-align: center;
    }

    @media (min-width: 996px) {
        display: flex;
        align-items: flex-end; flex-direction: column; }
}

.btn-group .btn {
    margin: 0.3rem;
}

.btn-primary {
    background-color: #faffff;
    background: linear-gradient(90deg, #f6dc34 0%, #e3a427 100%);
    color: #184240;
    border: 2px solid #e3a427;
    padding: 0.7rem 1rem;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    &:hover {
        background: linear-gradient(90deg, #f6dc34 70%, #e3a427 100%);
    }
}

.content {
    max-width: 1000px;
    margin: 0 auto;
}

.btns1 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.btn-l {
    align-content: center;
}

.btn-r {
    display: flex;
    justify-content: flex-end;
}

.btns2 {
    position: relative;
    margin-top: -3.5rem;
    margin-bottom: 3rem;
}

.world {
    position: relative;
}

.marc {
    /* border: solid 3px #2d76d5; */
    /* border-radius: 20px; */
    /* background: linear-gradient(90deg, #234176 0%, #2d76d5 100%); */
    display: flex;
    align-items: center;
    gap: 1rem;
    /* margin: .5rem 0; */
    font-size: 1.1em;
    overflow: hidden;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); */
    /* outline: solid 1px red; */
    position: relative;
    transition: all .3s ease;
}

.marc:hover {
    transform: scale(1.1);
}

.marc .bg {
    max-width: 100%;
    height: auto;
    display: block;
}

.marc-1 {
    /* margin-right: 10%; */
}

.marc-1 .marc-body {
}

.marc-2 {
    /* margin-left: 10%; */
    text-align: right;
    /* justify-content: flex-end; */
}

.marc-2 .marc-body {
    max-width: 387px;
}

.marc-3 {
    /* margin-left: 5%; */
    /* margin-right: 5%; */
}

.marc-3 .marc-body {
}

.marc-4 {
    /* margin-left: 0%; */
    /* margin-right: 15%; */
    text-align: right;
}

.marc-4 .marc-body {
}

.marc-5 {
    /* margin-left: 5%; */
    /* margin-right: 0%; */
}

.marc-5 .marc-body {
    max-width: 360px;
}

.marc-6 {
    /* margin-left: 7%; */
    /* margin-right: 0%; */
    text-align: right;
}

.marc-6 .marc-body {
    max-width: 380px;
}

.marc-7 {
    margin-left: 0%;
    margin-right: 7%;
}

.marc .img {
    align-self: flex-end;
    flex: 0 0 50px;
    display: flex;
}

.marc .icon {
    width: 100%;
    height: auto;
}

.marc-4 .img, .marc-6 .img {
    align-self: center;
    margin: 1rem 0 1rem 1rem;
}

.marc-1 .img, .marc-2 .img, .marc-3 .img, .marc-7 .img {
    margin: 1rem 0 0 1rem;
}

.marc-body {
    /* outline: solid 1px blue; */
    padding: 1rem 3rem 1rem 3rem;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    flex: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
    width: fit-content;
    max-width: 410px;
}

.marc-body strong {
    /* color: #cdeb00; */
    font-size: 1.1em;
}

@media (min-width: 850px) {
    .btns1 {
        /* margin-right: -8%; */ z-index: 3;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

@media (min-width: 1200px) {
    #header {
        margin-bottom: 50px;
    }

    .content {
        /* display: flex; */
        max-width: 1400px;
        /* margin-bottom: 4rem; */
        /* align-items: center; */
    }

    .btns2 {
        margin: 0;
        margin-left: -8%;
        z-index: 3;
    }

    .world {
        flex: 0 0 45%;
        margin-top: -30rem;
    }

    .marc {
        /* margin-top: 2rem; */
        /* margin-bottom: 2rem; */
    }

    .marc .img {
        flex: 0 0 65px;
    }

    .btns2 .marc {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .marc-1 {
        margin-left: 30%;
    }

    .marc-2 {
        /* margin-left: 20%; */
        margin-right: 35%;
    }

    .marc-3 {
        margin-left: 19%;
        /* margin-right: 13%; */
    }

    .marc-4 {
        /* margin-left: 40%; */
        margin-right: 19%;
    }

    .marc-5 {
        /* margin-left: 5%; */
        /* margin-right: 20%; */
    }

    .marc-6 {
        /* margin-left: 20%; */
        /* margin-right: 0%; */
    }

    .marc-7 {
        margin-left: 0%;
        margin-right: 10%;
    }
}

@media (min-width: 1400px) {
    .world {
        flex: 0 0 50%;
    }
}
