/* ==============================
   SEÇÃO press-kit
================================= */
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}
.press-kit {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-position: bottom;
    background-size: cover;
    padding: 0 0 450px 0;
}

/* ==============================
   CONTAINER
================================= */

.press-kit-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


/* ==============================
   CONTEÚDO
================================= */

.press-kit-content {
    padding: 60px 30px 80px 30px;
}

.press-kit-content h1 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #008c8c;
}


.press-kit-intro {
    /*  max-width: 640px;*/
    font-size: 26px;
    line-height: 1.3;
    color: #333;
}
.cnt-press-kit {
}
.cnt-press-kit ul {
    margin-left: 20px;
}

.cnt-press-kit img {
    max-width: 100%!important;
    width: 100%!important;
    height: auto!important;
}


.cnt-press-kit .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%!important;
    /*height: 27px;*/

    padding: 0 20px;

    background: #22959d;
    border-radius: 30px;

    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;

    text-decoration: none;
    box-sizing: border-box;
    margin: 15px 0 0 0;
    padding: 10px;    
}

/* ==============================
   RESPONSIVO
================================= */

@media (max-width: 1100px) {

    .press-kit-container {
        grid-template-columns: 50% 50%;
    }

    .press-kit-content {
        padding-left: 30px;
    }

    .press-kit-intro {
        font-size: 15px;
    }
}


/* Tablet */

@media (max-width: 768px) {

    .press-kit-container {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .press-kit-content {
        padding: 40px 25px 20px;
    }

    .press-kit-content h1 {
        font-size: 28px;
    }

    .press-kit-intro {
        max-width: 100%;
        font-size: 16px;
    }

}


/* Mobile */
@media (max-width: 480px) {
    .press-kit-content {
        padding: 30px 20px;
    }

    .press-kit-content h1 {
        font-size: 26px;
    }

    .press-kit-intro {
        font-size: 15px;
    }

}