@charset "UTF-8";
/* CSS Document */
body {
    margin: 0;
    font-family: 'Be Vietnam', sans-serif;
    font-weight: 400;
    color: #163465;
    font-size: 16px;
}
.bg_light_blue {
    background-color: #EBF3FB;
}
br {
    display: none;
}
p {
    line-height: 26px;
}
a {
    webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.container {
    max-width: 1200px;
    margin: auto;
    display: block;
    justify-content: space-between;
    text-align: center;
    padding: 60px 30px;
}
.hero {
    background-color: #2D6EDA;
    min-height: 300px;
    text-align: center;
    color: #fff;
}
.hero .container {
    padding: 30px 30px 0px 30px;
}
.hero .hero-itens {
    padding: 72px 0 0 0 !important;
}
header {
    display: block;
}
.hero header .logo {
    margin: auto;
    width: 150px;
}
.hero header .container {
    padding: 0;
}
.hero-itens ul {
    list-style: none;
    padding: 32px 0 0 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.hero-itens ul li h3 {
    margin: 0;
}
.menu {
    display: none;
    justify-content: space-between;
    list-style: none !important;
    min-width: 620px;
}
.menu a {
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
    margin-top: 12px;
    display: block;
}
.menu a:hover {
    font-size: 16px;
    color: #F7C30D;
    font-weight: 900;
}
.btn {
    font-size: 18px;
    background-color: transparent;
    border: solid 2px;
    border-color: #163465;
    color: #163465;
    padding: 15px 38px 17px 30px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 30px;
    font-weight: 600;
    justify-content: center;
    display: flex;
}
.btn img {
    margin-left: 30px;
}
.menu .btn img {
    margin-right: 30px;
    margin-left: 0;
}
.btn:hover {
    background-color: #F7C30D;
    border-color: #F7C30D !important;
    color: #163465 !important;
}
.hero .btn {
    border-color: #7DA4EC !important;
    color: #fff;
    padding: 15px 32px 17px 32px;
    /* border-color: #7DA4EC!important; */
}
.left-margin-img {
    margin-left: 30px;
    margin-right: 0 !important;
}
.menu .btn {
    padding: 10px 30px 11px 30px;
    border: solid 2px #7DA4EC;
    font-size: 14px;
    margin-top: 0;
}
.menu .btn:hover {
    color: #2D6EDA !important;
}
.menu .btn img {
    margin-right: 9px;
}
.img-big {
    width: 100%;
}
.text-box {
    padding-top: 0px;
    padding-bottom: 30px;
}
.small-title {
    display: inline-flex;
    font-size: 16px;
    margin-bottom: 20px;
}
.small-title img {
    margin-right: 12px;
}
.titulo {
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
    margin: 10px 0px 20px 0px;
}
.titulo-big {
    font-size: 34px;
    font-weight: 300;
    line-height: 44px;
    margin: 10px 0px 20px 0px;
}
.features {
    list-style: none;
    padding: 0px;
}
.features li a {
    text-decoration: none;
    color: inherit;
    width: auto;
    padding: 30px;
    border: 1px solid #D6DDF9;
    display: block;
    border-radius: 20px;
    margin: 30px 0px;
}
.features li a:hover {
    color: #163465;
    border: 1px solid #F0F6FF;
    background-color: #F0F6FF;
    padding: 45px 30px;
}
.features li a h2 {
    font-size: 22px;
}
.features li a h3 {
    font-size: 26px;
    margin-bottom: 6px;
}
.card {
    background-color: #fff;
    padding: 24px;
    text-align: center;
    border-radius: 10px;
    margin: 24px 0;
}
.card ul {
    list-style: none;
    padding: 0;
	font-weight: bold;
}
.card h3 {
    font-size: 24px;
    color: #2D6EDA;
    margin: 8px 0;
}
.card img {
    width: inherit;
}
.bar {
    height: 4px;
    background-color: #D5E6FF;
    border-radius: 20px;
    text-align: left;
}
.bar hr {
    border: 2px solid #2D6EDA;
    border-radius: 20px;
    margin: 0;
}
.order-atomic-01 {
    display: flex;
    flex-direction: column;
    /* padding-top: 0px; */
    padding-bottom: 0px;
}
.order-atomic-01 .text-box {
    order: 1;
}
.order-atomic-01 .img-big {
    order: 2;
}
.order-atomic-02 {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
}
.order-atomic-02 .text-box {
    order: 1;
}
.order-atomic-02 .img-big {
    order: 2;
}
.social-hero {
    text-align: center;
    color: #fff;
    background-color: #2D6EDA;
}
.social {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    max-width: 320px;
    margin: 10px auto 30px;
}
.social li a img {
    width: 32px;
}
.social li a {
    opacity: 0.8;
    width: 42px;
    display: block;
    webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.social li a:hover {
    opacity: 1;
    width: 60px;
}
.social li a img {
    width: 100%;
}
footer .container {
    display: list-item;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 14px;
}
footer ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
}
footer ul li {
    margin: 10px 0px;
}
footer ul li a {
    text-decoration: none;
    color: inherit;
}
footer ul li a:hover {
    text-decoration: underline;
    color: #2667D3;
}
footer .social {
    width: 360px;
    padding-top: 10px;
}
footer .social li a {
    opacity: 1;
    width: 32px;
    overflow: hidden;
    border-radius: 100px;
}
footer .social li a:hover {
    opacity: 1;
    width: 42px;
    height: 42px;
    background-color: #D9E4F5;
}
footer .copyr {
    text-align: center;
    padding: 40px 20px;
    margin: auto;
    border-top: 1px solid #EDEDED;
    max-width: 300px;
    font-size: 14px;
}
.wpp {
    display: block;
}
.wpp ul {
    padding: 0 0 0 15px;
}
.wpp ul li {
    margin: 0;
}
.wpp ul li h3 {
    margin: 5px 0 0 0;
}
@media screen and (min-width: 1000px) {
    br {
        display: block;
    }
    .flex {
        display: flex;
        justify-content: space-between;
    }
    .btn {
        max-width: 208px;
    }
    .img-big {
        width: inherit;
    }
    .hero {
        background-image: url("imgs/bg.jpg");
        background-position: top;
        background-repeat: no-repeat;
        min-height: 740px;
        text-align: left;
        background-color: #fff;
        background-size: cover;
    }
    .hero-itens ul {
        padding: 64px 0 0 0;
        width: 500px;
    }
    .hero-itens ul li {
        display: flex;
        justify-content: space-between;
        width: 200px;
    }
    .container {
        text-align: inherit;
        padding: 90px 0;
    }
    .menu {
        display: flex;
    }
    .hero header .logo {
        margin: 0;
    }
    .hero .container {
        padding: 8px 0px 0px 0px;
    }
    .hero .btn {
        max-width: 196px;
    }
    .hero .btn:hover {
        background-color: #7DA4EC !important;
        color: #fff !important;
    }
    .hero .text-box {
        padding-top: 30px;
    }
    .hero strong {
        font-size: 52px;
    }
    .titulo-big {
        font-size: 42px;
        line-height: 78px;
        margin: 0px 0px 30px 0px;
    }
    .titulo {
        font-size: 42px;
        line-height: 61px;
        margin: 10px 0px 30px 0px;
    }
    .margin-top-100 {
        margin-top: 100px !important;
    }
    .margin-top-40 {
        margin-top: 40px !important;
    }
    .features li {
        width: 264px;
    }
    .features li a {
        padding: 45px 30px 30px 30px;
    }
    .features li a section {
        padding: 0;
    }
    .margin-text-box {
        /* margin-top: 50px; */
    }
    .box-btns {
        display: flex;
        width: 450px;
        justify-content: space-between;
    }
    .features li a p {
        margin: 0 0 12px 0;
    }
    .features li img {
        padding-bottom: 80px;
    }
    .card {
        text-align: left;
        margin: 12px 0;
    }
    .card-title {
        display: flex;
    }
    .card-title img {
        padding-right: 24px;
    }
    .card ul {
        display: flex;
        justify-content: space-between;
    }
    .order-atomic-01 {
        display: flex;
        flex-direction: row;
        /* padding-top: 0px; */
        padding-bottom: 0px;
    }
    .order-atomic-01 .text-box {
        order: 2;
    }
    .order-atomic-01 .img-big {
        order: 1;
    }
    .order-atomic-02 {
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .order-atomic-02 .text-box {
        order: 1;
    }
    .order-atomic-02 .img-big {
        order: 2;
    }
    .social-hero {
        background-image: url("imgs/bg.jpg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .social-hero .container {
        display: flex;
        justify-content: space-between;
        padding: 30px 0px;
    }
    footer .container {
        display: flex;
        justify-content: space-between;
        max-width: 1100px;
    }
    .wpp {
        display: flex;
    }
    footer .copyr {
        text-align: center;
        max-width: 100%;
    }
}