/* sm */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    #media-query {
        /*green*/
        background-color: #28a745;
    }

    #colecao-exclusiva .each {
        max-width: 160px;
    }

    #text-welcome {
        padding-bottom: 80%;
    }
}

/* md */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #media-query {
        /*orange*/
        background-color: #fd7e14;
    }
    #text-welcome {
        background-size: cover;
        background-position: right;
        padding-bottom: 0;
        background-image: url('../images/text-welcome-md.jpg');
    }
    #text-welcome .text-box {
        max-width: 600px;
        padding-left: 10%;
    }

    #text-video .cta img {
        display: block;
        position: absolute;
        width: 150px;
        top: 5px;
        left: -25px;
    }

    #text-video .cta .text {
        text-align: left;
        font-size: 22px;
        padding-left: 140px;
    }

    #porque-participar .wrapper {
        margin-left: 35%;
    }

    #experiencias .title {
        font-size: 30px;
    }

    #recursos .cta img {
        display: block;
        position: absolute;
        width: 130px;
        top: -20px;
        left: 10px;
    }
    #recursos .cta .texts {
        text-align: left;
        padding-left: 140px;
    }

    #recursos .cta .texts .title {
        font-size: 22px;
    }

    /* OLDS */
    .clube-faixa img {
        max-width: 90%;
    }

    .clube-faixa .title-main {
        font-size: 22px;
    }

    #clube-curadoria .curadoria img {
        height: 350px;
    }

    #colecao-exclusiva .custom-container {
        padding: 0 1rem;
    }

    #colecao-exclusiva .each {
        max-width: 24%;
    }

    #colecao-exclusiva .each:nth-child(odd) {
        top: 20px;
    }
}

/* lg */
/* Large devices (desktops, 992px and)*/
@media (min-width: 992px) {
    #media-query {
        /*blue*/
        background-color: #007bff;
    }

    #text-welcome {
        background-position: center;
    }

    #text-welcome .text-box {
        padding-left: 0;
        margin-left: 48%;
        width: 50%;
        max-width: 600px;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    #text-video .cta img {
        top: -15px;
    }

    #porque-participar .background {
        left: calc(-575px + 48%);
    }

    #recursos .content {
        margin-left: 0;
    }
    #recursos .background {
        right: calc(-235px + 8%);
    }

    /* OLDS */
    .clube-text .image {
        max-width: 400px;
    }

    .clube-video .detail {
        width: 35px;
    }

    .clube-video .detail.left {
        left: -65px;
    }

    .clube-video .detail.right {
        right: -65px;
    }

    .clube-faixa .title-main {
        font-size: 26px;
    }

    #clube-curadoria .curadoria img {
        height: 375px;
    }

    #colecao-exclusiva .each {
        max-width: 16%;
    }

    .mitologia-video .detail.left {
        left: -45px;
    }

    .mitologia-video .detail.right {
        right: -45px;
    }

    .detail-bar-i {
        width: 40px;
    }
}

/* xl */
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #media-query {
        /*red*/
        background-color: #dc3545;
    }

    #text-welcome .text-box {
        margin-left: 48%;
        width: 50%;
    }

    #text-welcome .text-box .title {
        font-size: 32px !important;
        line-height: 40px;
    }

    #text-welcome .text-box .text {
        font-size: 20px !important;
        line-height: 27px;
    }

    #porque-participar .background {
        left: 0;
    }

    #recursos .content {
        margin-left: 7%;
    }

    /***/
    #clube-curadoria .curadoria img {
        height: 400px;
    }

    #colecao-exclusiva .custom-container {
        max-width: 1440px;
        margin: 0 auto;
    }

    .detail-bar-i {
        width: 50px;
    }
}

@media (min-width: 1460px) {
    #media-query {
        /*cyan*/
        background-color: #2aeaff;
    }

    #text-welcome {
        background-image: url('../images/text-welcome-xl.jpg') !important;
    }

    #text-welcome .text-box {
        padding-top: 6%;
        padding-bottom: 6%;
    }
    #recursos .content {
        margin-left: 13%;
    }
    #recursos .background {
        right: calc(-235px + 13%);
    }
}

/*******************************************************************************
Media queries that go in the other direction (the given screen size or smaller)
*******************************************************************************/

/* xs */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* sm */
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* md */
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* lg */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/************************************************************************
There are also media queries and mixins for targeting a single
segment of screen sizes using the minimum and maximum breakpoint widths.
*************************************************************************/

/* xs */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* sm */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* md */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* lg */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* xl */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
