
/*------------------------------------*\
   MEDIA QUERIES
\*------------------------------------*/

@media only screen and (min-width: 30em) { /* 480px */

}

@media only screen and (min-width: 35em) { /* 560px */

}

@media only screen and (min-width: 40em) { /* 640px */

}

@media only screen and (min-width: 48em) { /* 768px - Small */

}

@media only screen and (min-width: 60em) { /* 960px */

}

@media only screen and (min-width: 62em) { /* 992px - Medium */
    .secao-header .direita {
        text-align: right;
        margin-top: 0;
    }

    .secao-main .material-slider .slider__frame {
        padding: 40px 0;
        margin: 30px 0 50px;
    }
}

@media only screen and (min-width: 68em) { /* 1088px */

}

@media only screen and (min-width: 75em) { /* 1200px - Large */
    html,
    body {
        height: 100%;
    }

    .copyright {
        text-align: right;
    }

    .slider-content .closes {
        position: absolute;
        padding-bottom: 0;
        text-align: center;
    }

    .slider-content .closes > .container {
        text-align: left;
    }

    .slider-content .textos {
        z-index: 11;
        -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
                clip-path: polygon(100% 0, 0 100%, 100% 100%);
    }

    .slider-content .textos .container .content {
        position: absolute;
        margin-top: 30px;
        max-width: 60%;
    }
}

@media only screen and (min-width: 80em) { /* 1280px */

}
