/*
 * Theme Name: Poloiguassu
 * Description: Tema do site do Instituto Polo Internacional Iguassu
 * Author: Helcio Laurentino do Carmo Junior
*/

.text-block-3 p {
    margin: 0;
}

.div-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-bg {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.alignwide {
    /* Set these margins to work with your own theme. */
    margin-left: -80px;
    margin-right: -80px;
    max-width: 100vw;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.alignfull img {
    width: 100vw;
}

.footer-menu-link {
    color: #585858;
}

.link-publish {
    color: #fff;
}

.menu-list {
    align-items: center;
}

.w-nav-overlay {
    overflow: visible;
}

.table {
    margin-bottom: 2rem;
    width: 100%;
}

.table-header {
    padding: 0.5rem;
    background-color: #ddd;
    font-weight: 600;
    text-transform: uppercase;
}

.table-cell {
    padding: 0.5rem 0.35rem;
    border: 0px solid #dedede;
    background-color: #f2f2f2;
}

.table-cell.no {
    background-color: #ddd;
}

.slide-link {
    width: 100%;
}

.slide-link img {
    width: 100%;
}

.pesquisa-mercado img {
    width: 80%;
}

.case-sucesso {
    grid-column-start: span 1;
    grid-column-end: span 1;
    grid-row-start: span 1;
    grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
    .grid-item, .grid-sizer {
        width: 100%;
    }

    .grid-item {
        margin-left: 0;
    }

    .case-sucesso {
        grid-column-start: span 3;
        grid-column-end: span 3;
        grid-row-start: span 1;
        grid-row-end: span 1;
    }
}

@media screen and (max-width: 479px) {
    .banner-h1 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
}