@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;600&display=swap');

html {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*,

*:before,

*:after {
    box-sizing: inherit;
}

.blogContainer {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #e5e5e5;
    margin: 0px;
    padding: 0px;

}

.clear {
    clear: both;
}

.col16 {
    width: 16%;
}

.col20 {
    width: 20%;
}

.col25 {
    width: 25%;
}

.col33 {
    width: 33%;
}

.col50 {
    width: 50%;
}

.col60 {
    width: 60%;
}

.col75 {
    width: 75%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.modal {
    text-align: left;
}

.modal h3 {
    border-bottom: 4px solid #95c752;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#container {
    margin: 0 auto;
    background-color: #ffffff;
}

header {
    text-align: center;
    padding-top: 40px;
    margin: 0px;
    border-bottom: 2px solid #eeeeee;
    background: white;
    height: 150px;
    /* position: fixed; */
    z-index: 999;
    width: 100%;
}

header #logo {
    float: left;
    width: 20%;
}

header #logo img {
    margin-left: 20px;
    width: 80%;
}

header nav {
    /* background-color: #1f347c; */
    text-align: right;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    float: right;
    width: 80%;
    margin-top: 10px;
}

header nav .content {
    margin: 0 auto;
    padding: 0px;
    float: right;
    margin-right: 20px;
}

header nav .content .item {
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
}

header nav .content .item a {
    color: #666666;
    text-decoration: none;
}

header nav .content .item a:hover {
    color: #1f347c;
    border-bottom: 3px solid #eeeeee;
}

/* SOBRE */

#sobre .content {
    background-color: #f2f8f8;
}

#sobre .content .right .title h3,
#sobre .content .right .text {
    padding: 0px 45px;
}

#sobre .content .right .title h3 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: #163762;
    margin: 25px 45px 0px 45px;
    padding: ffffff0px;
    border-bottom: 3px solid #95c752;
    border-bottom-right-radius: 40px;
}

/* #sobre .content .right .title .separator {
    margin-bottom: 40px;
}

#sobre .content .right .title .separator div {
    float: right;
    max-width: 300px;
    background-color: #95c752;
    height: 8px;
} */

#sobre .content .right .text {
    text-align: left;
    color: #666666;
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 18px;
}

#sobre .content .left img {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/* PILARES */

#pilares {
    background: white;
    padding: 40px 0px;
}

#pilares .title {
    padding: 0px 45px;
    text-align: center;
    color: #666666;
}

#pilares .title h3 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    color: #163762;
    margin: 35px 0px;
}

#pilares .title .separator {
    margin-bottom: 40px;
}

#pilares .title .separator div {
    /* max-width: 450px; */
    width: 100%;
    background-color: #95c752;
    height: 4px;
    margin: 0 auto;
}

#pilares .content .block {
    float: left;
    width: 33.333%;
    text-align: center;
}

#pilares .content .block h3 {
    color: #163762;
}

#pilares .content .block img {
    width: 70%;
    max-width: 250px;
}

#pilares .content .block p {
    padding: 0px 20px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 18px;
}

/* ESCOLHA */

#escolha {
    background-color: #09264c;
    background-image: url(/images/bgr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
}

#escolha .content {
    padding: 45px;
    text-align: center;
    font-weight: 400px;
    font-size: 18px;
}

#escolha .content h3 {
    color: #95c752;
    font-size: 36px;
    font-weight: 700px;
    padding-bottom: 20px;
}

#escolha .content .destaque {
    font-weight: 700px;
    color: #96c3ff;
    border: 1px solid #95c752;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
}

#servicos {
    background: white;
    padding: 40px 0px;
}

#servicos .content {
    text-align: left;
    color: #666666;
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 18px;
    display: flex;
}

#servicos p {
    text-align: center;
    margin: 40px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 24px;
}

#servicos .content .item {
    float: left;
}

#servicos .content .item ul {
    padding: 40px;
    list-style: none;
}

#servicos .content .item li {
    border-left: 4px solid #79ad33;
    padding: 0px 10px;
    margin: 15px 0px;
}

#servicos .content .item img {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/* BLOG */

#blog .title,
#servicos .title {
    padding: 0px 45px;
    text-align: center;
    color: #666666;
}

#blog .title h3,
#servicos .title h3 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    color: #163762;
    margin: 35px 0px;
    padding: 0px;

}

#blog .title .separator,
#servicos .title .separator {
    margin-bottom: 40px;
}

#blog .title .separator div,
#servicos .title .separator div {
    /* max-width: 450px; */
    width: 100%;
    background-color: #95c752;
    height: 4px;
    margin: 0 auto;
}

#blog .content {
    padding: 30px 90px;
}

#blog .content .item {
    background-color: #f3f3f3;
    margin: 0px 10px 20px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    height: calc(100% - 20px);
}

#blog .content .item img {
    width: 100%;
}

#blog .content .item h4,
#blog .content .item span,
#blog .content .item p,
#blog .content .item .read-more {
    padding: 0px 30px;
}

#blog .content .item h4 {
    color: #003661;
    width: 100%;
    text-align: center;
}

#blog .content .item span {
    font-size: 14px;
}

#blog .content .item p {
    text-align: left;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#blog .content .item .read-more {
    text-align: right;
    padding-bottom: 30px;
}

#blog .content .item .read-more a {
    color: #163762;
    text-decoration: none;
    font-weight: 400;
}

#blog .content .item .read-more a:hover {
    color: #79ad33;
}

#blog-search input,
#blog-search select {
    font-family: 'Noto Sans', sans-serif;
    background-color: #d1deee;
    border: 1px solid #5d7da7;
    border: 0px;
    color: #09264c;
    font-size: 16px;
    padding: 6px 20px;
    width: 200px;
    margin-bottom: 20px;
    /* border-radius: 10px; */
    margin-right: 10px;
}

#blog-search input:focus,
#blog-search select {
    outline: none;
}

#blog-search label {
    padding-bottom: 10px;
}

#blog-search button {
    background-color: #95c752;
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0px auto;
    cursor: pointer;
    text-align: center;
    border: none;
    /* border-radius: 10px; */
}

#blog-search button:hover {
    background-color: #79ad33;
}

/* FOOTER */

footer {

    background-color: #1f347c;

    color: #ffffff;

}

#footer-content {

    display: flex;

    padding: 20px;

}

#footer-content h3 {

    font-family: 'Noto Sans', sans-serif;

    font-size: 38px;

    line-height: 38px;

    font-weight: 400;

    margin-bottom: 50px;

    border-left: 4px solid #95c752;

    padding-left: 20px;

    text-transform: uppercase;

}

#footer-left h3 {

    color: #ffffff;

}

#footer-left .content {

    margin: 45px;

    position: relative;

    height: 90%;

}

#footer-left .content #social .item {

    margin-bottom: 10px;

    font-size: 16px;

    font-weight: 300;

}

#footer-left .content #social .item span {

    color: #96c3ff;

    height: 22px;

    line-height: 22px;

}

#footer-left .content #social .item img {

    margin-right: 10px;

}

#footer-left .content #social .item a {

    color: #ffffff;

    text-decoration: none;

}

#footer-left .content #social .item a:hover {

    color: #bcbcbc;

    text-decoration: none;

}

#contact {

    margin: 45px;

}

#contact input,

#contact textarea {
    font-family: 'Noto Sans', sans-serif;
    background-color: #5d7da7;
    border: 0px;
    color: #09264c;
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
}

#contact input:focus,

#contact textarea:focus {
    outline: none;
}

#contact textarea {
    resize: none;
    height: 130px;
}

#contact label {
    padding-bottom: 10px;
}

#contact input[type=button] {
    background-color: #95c752;
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0px auto;
    cursor: pointer;
    text-align: center;
    max-width: 200px;
}

#contact input[type=button]:hover {
    background-color: #79ad33;
}

#developer {
    text-align: center;
    color: #666666;
    padding: 20px;
}

ul {
    margin: 15px;
    margin-left: 35px;
}

li {
    vertical-align: bottom;
}

ul.clear,

ul.inline {
    list-style-type: none;
    margin: 0px;
}

ul.clear li,

ul.inline li {
    list-style: none;
    list-style-type: none;
    vertical-align: bottom;
}

ul.inline li {
    display: inline;
}

ul.inline li div {
    float: left;
    display: inline;

}

ul.paging li {
    padding: 0 10px;
    color: #999999;
}

ul.paging a {
    text-decoration: none;
    color: #333333;
}

ul.inline a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 991px) and (max-width: 1230px) {

    header {
        height: 150px;
    }

    header #logo {
        width: 100%;
    }

    header #logo img {
        width: 250px;
    }

    header nav {
        width: 100%;
        text-align: center;
        font-size: 14px;
        background: #003661;

    }

    header nav .content .item a {
        color: #ffffff;
        text-decoration: none;
    }

    header nav .content .item a:hover {
        color: #ffffff;
        border-bottom: 3px solid #95c752;
    }

    #blog .content {
        padding: 30px 45px;
    }

}

@media only screen and (min-width: 769px) and (max-width: 990px) {

    .col50 {

        width: 100%;

    }

    header #logo {
        width: 100%;
    }

    header #logo img {
        width: 250px;
    }

    header nav {
        width: 100%;
        text-align: center;
        font-size: 14px;
        background: #003661;

    }

    header nav .content .item a {
        color: #ffffff;
        text-decoration: none;
    }

    header nav .content .item a:hover {
        color: #ffffff;
        border-bottom: 3px solid #95c752;
    }

    .blogContainer {
        grid-template-columns: repeat(2, 1fr);
    }

    #menu {

        padding-left: 40px;

    }

    #nav-bar nav {

        font-size: 16px;

    }

    #nav-bar nav .item {

        text-align: center;

    }

    #sobre .content .right .text {

        font-size: 14px;

    }

    #sobre .content .left {
        text-align: center;
    }

    #sobre .content .left img {
        width: 50%;
        margin-top: 40px;
    }

    #sobre .content .right .title h3,
    #pilares .title h3,
    #blog .title h3 {
        font-size: 24px;
    }

    #pilares .content .block img {
        width: 50%;
        max-width: 250px;
    }

    #blog .content {

        padding: 30px 20px;

    }

    #blog .content .item h4 {

        font-size: 16px;

    }

    #blog .content .item p,

    #blog .content .item .read-more a {

        font-size: 14px;

    }

    #footer-content h3 {

        font-size: 32px;

    }

}

@media only screen and (min-width: 530px) and (max-width: 768px) {

    .blogContainer {
        grid-template-columns: repeat(1, 1fr);
    }

    .col20 {

        width: 40%;

    }

    .col25 {

        width: 50%;

    }

    .col33 {

        width: 100%;

    }

    .col50 {

        width: 100%;

    }

    header {
        height: inherit;
        border-bottom: 0px;
    }

    header #logo {
        width: 100%;
    }

    header #logo img {
        width: 250px;
    }

    header nav {
        width: 100%;
        text-align: center;
        font-size: 14px;
        background: #003661;

    }

    header nav .content .item a {
        color: #ffffff;
        text-decoration: none;
    }

    header nav .content .item a:hover {
        color: #ffffff;
        border-bottom: 3px solid #95c752;
    }

    #menu {

        display: none;

    }


    .dropdown {

        display: inline-block;

        width: 20%;

    }

    #sobre .content .right .text {

        margin-bottom: 45px;

    }

    #sobre .content .right .title h3,
    #pilares .title h3,
    #blog .title h3 {
        font-size: 24px;
    }

    #pilares .content .block {
        float: none;
        width: 100%;
        margin-bottom: 45px;
    }

    #pilares .content .block img {
        width: 200px;
    }

    #servicos p {
        font-size: 18px;
    }

    #servicos .content {
        display: block;
    }

    #blog .content .item h4 {

        max-width: 200ch;

    }

    #footer-content {

        display: block;

    }

    #footer-content h3 {

        font-size: 32px;

    }

    #footer-left .content {

        padding: 0px;

        height: auto;

    }

    #footer-left .content #social .item {

        float: left;

        width: 50%;

    }

}

@media only screen and (max-width: 529px) {

    .blogContainer {
        grid-template-columns: repeat(1, 1fr);
    }

    .col20 {

        width: 50%;

    }

    .col25 {

        width: 50%;

    }

    .col33 {

        width: 100%;

    }

    .col50 {

        width: 100%;

    }

    #nav-bar .content #wpp {

        display: none;

    }

    header {
        height: inherit;
        border-bottom: 0px;
    }

    header #logo {
        width: 100%;
    }

    header #logo img {
        width: 250px;
    }

    header nav {
        width: 100%;
        text-align: center;
        font-size: 14px;
        background: #003661;

    }

    header nav .content .item a {
        color: #ffffff;
        text-decoration: none;
    }

    header nav .content .item a:hover {
        color: #ffffff;
        border-bottom: 3px solid #95c752;
    }

    #banner #slogan {

        left: 40px;

        font-size: 16px;

        max-width: 300px;

    }

    #banner #slogan span {

        font-size: 22px;

    }

    #sobre .content .right .title h3,
    #pilares .title h3,
    #blog .title h3 {
        font-size: 24px;
    }

    #sobre .content .right .text {

        margin-bottom: 45px;

    }

    #pilares .content .block {
        float: none;
        width: 100%;
        margin-bottom: 45px;
    }

    #pilares .content .block img {
        width: 200px;
    }

    #servicos p {
        font-size: 18px;
    }

    #servicos .content {
        display: block;
    }

    #blog .content {

        padding: 30px 40px;

    }

    #blog .content .item h4 {

        max-width: 200ch;

    }

    #blog-search input,
    #blog-search select {
        width: 100%;
    }

    #footer-content {

        display: block;

    }

    #footer-content h3 {

        font-size: 24px;

    }

    #footer-left .content {

        padding: 0px;

        height: auto;

    }

    #contact {

        margin: 45px 20px;

    }

    #contact input[type=button] {

        font-size: 20px;

    }

}