.items-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.span1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.span2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.span3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.span4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.span5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.span6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.span7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.span8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.span9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.span10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.span11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.span12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media all and (max-width: 991px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: calc(100% - var(--bs-gutter-x, 1.5rem));
    }
}

@media (max-width: 767px) {

    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6,
    .span7,
    .span8,
    .span9,
    .span10,
    .span11,
    .span12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media all and (max-width: 639px) {

    .intercode-bs-carousel-slideshow .texto,
    .intercode-bs-carousel-slideshow .texto .btn {
        font-size: 0.66rem;
    }
}

@media all and (max-width: 991px) {

    h1,
    .h1,
    display-1 {
        font-size: 1.95rem;

    }

    h2,
    .h2,
    display-2 {
        font-size: 1.75rem;

    }

    h3,
    .h3,
    display-3 {
        font-size: 1.55rem;

    }

    .celebrando {
        padding-left: 0px;
        padding-right: 0px;
    }

    .intercode-bs-carousel-slideshow .inspirar .texto {
        padding-left: 10%;
        width: auto;
    }

    .intercode-bs-carousel-slideshow .inspirar .texto .btn {
        margin-left: 0;
        margin-right: -110%;
        background: #1E89CE;
        margin-top: -5%;
    }

    .intercode-bs-carousel-slideshow .lista .texto .btn {
        margin-left: 0;
        background: #F8A301;
    }

    .intercode-bs-carousel-slideshow .lista .texto {
        top: 0;
        left: 0;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 5%;
    }
}

@media all and (max-width: 1199px) {
    .header>.container {
        background: none !important;
    }

    .colecao-de-obras .header .logo::after {
        display: none;
    }

    .page-item {
        display: none;
    }

    .page-item.pagination-start,
    .page-item.pagination-end,
    .page-item.pagination-prev,
    .page-item.pagination-next {
        display: block;
    }

    #above-a-section {
        padding: 15px;
    }

    .premio section,
    .premio header {
        padding: 15px 0;
    }

    .offCanvas .module-title {
        padding-left: 0;
        padding-right: 0;
    }

    .header>.container>.row {
        align-items: center;
    }

    .logo,
    .logo h1 {
        margin-bottom: 0;
    }

    .header-left,
    .header-right {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        min-height: auto;
    }

    .header {
        background-image: none !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .premio .numeros .top>div {
        border-left: 0px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .premio .celebrando h3 {
        font-size: 1.25rem;
    }

    .premio .custom.homem-subindo {
        margin: 0;
    }

    .premio .numeros .bottom>div {
        border: 0;
    }

    .premio .numeros .bottom .huge-title,
    .premio .numeros .top .huge-title {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3rem;
    }

    .header-top-a {
        font-size: 16px;
    }

    .feature-footer-menu {
        display: flex;
        flex-direction: column;
        justify-content: ;
    }

    .feature-footer-menu>div {
        margin-bottom: 15px;
    }

    .feature-animation-section .container {
        width: 100%;
        padding: 0;
    }

    .feature-animation-section,
    .feature-animation-section .container>.row {
        margin: 0;
        padding: 0;
    }

    .header-right .bloco-interno {
        padding: 15px;
    }


    .feature-photos .module-title {
        font-size: 32px;
    }
}

@media all and (max-width: 767px) {

    .premio .numeros .bottom .huge-title,
    .premio .numeros .top .huge-title {
        flex-direction: column;
    }

    .logo img {
        height: auto;
        width: 100%;
    }

    .feature-top .moduletable>div {
        font-size: 5vw;
    }

    .feature-footer-menu ul {
        font-size: 4vw;
    }

    .feature-footer-menu {
        padding-left: 15px;
        padding-right: 15px;
    }

    .feature-footer-menu ul {
        flex-direction: column;
    }

    .feature-footer-menu ul li {
        margin-bottom: 15px;
    }

    .feature-slideshow-section .camera_caption>div div.camera_caption_desc {
        font-size: 4.6vw;
        font-weight: 300;
    }
}

@media all and (orientation: landscape) {}

@media all and (orientation: portrait) {}

@media all and (min-width: 992px) {
    .logos-rodape .row>div {
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }

    .nacional-left,
    .nacional-right,
    .nacional-bottom {
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: ;
    }

    /* .custom-categorias-nacional-top-left,
    .custom-categorias-nacional-left,
    .custom-categorias-nacional-bottom-left {
        padding-right: 10%;
    }
    .custom-categorias-nacional-top-right,
    .custom-categorias-nacional-right,
    .custom-categorias-nacional-bottom-right {
        padding-left: 10%;
    } */
}

@media all and (min-width: 1700px) {
    /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1600px;
    } */

    .nossas-categorias .custom {
        margin-bottom: 0;
    }

    .logos-rodape .row>div img {
        max-height: 64px;
    }
}
