@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: 1100px;
	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;
}
.hero header .container{
	padding: 0;
}
.menu{
	display: none;
	justify-content: space-between;
	list-style: none!important;
	min-width: 680px;
}
.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_portal{
	font-size: 18px;
	background-color: transparent;
	border: solid 2px;
	border-color: #0062C3;
	color: #0062C3;
	padding: 15px 38px 17px 30px;
	border-radius: 10px;
	text-decoration: none;
	margin-top: 30px;
	font-weight: 600;
	justify-content: center;
	display: flex;
}
.btn_portal img{
	margin-right: 30px;
}
.btn_portal:hover{
	background-color: #F7C30D;
	border-color: #F7C30D!important;
	color: #2D6EDA!important;
}
.hero .btn_portal{
	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_portal{
	padding: 10px 30px 11px 30px;
	border: solid 2px #7DA4EC;
	font-size: 14px;
	margin-top: 0;
}
.menu .btn_portal:hover{
	color: #2D6EDA!important;
}
.menu .btn_portal 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: 9px;
}
.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;
}

.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;
}
.ebook .features li .text-box {
    padding-bottom: 0px;
}
.ebook h3{
	font-weight: 400;
}
.ebook .features li{
    width: auto;
    padding: 34px;
    border: 1px solid #D6DDF9;
    display: block;
    border-radius: 20px;
}
.ebook .btn_portal{
	font-size: 14px;
	padding: 15px 20px;
    background-color: transparent;
    border: solid 2px;
    border-color: #0062C3;
    color: #0062C3;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 600;
    justify-content: center;
    display: flex;
	margin-bottom: 0;
}
.ebook .btn_portal img{
	margin-right: 15px;
}
.ebook .btn_portal:hover{
	background-color: #F7C30D;
}
.order-atomic-02{
  display: flex;
  flex-direction: column;
	margin-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_portal{
		max-width: 240px;
}
		.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;
}
	.container{
	text-align: inherit;
	padding: 90px 0;
}
	.menu{
	display: flex;
}
	.hero header .logo{
	margin: 0;
}
	.hero .container {
    padding: 32px 0px 0px 0px;
}
	.hero .btn_portal{
		max-width: 196px;
}

.hero .btn_portal: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: 324px;
		text-align: center;
	}
	.features li a {
     padding: 45px 30px 30px 30px;
}
	.features li a section{
    padding: 0;
}
	.margin-text-box{
		margin-top: 50px;
	}
.box-btn_portals {
    display: flex;
    width: 450px;
    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;
}
.order-atomic-02 .text-box {
  order:1;
}
.order-atomic-02 .img-big {
  order: 2;
}
.ebook .features li{
    width: 180px;
    padding: 34px;
}
.ebook .btn_portal {
    max-width: 130px;
}
.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%;
}
}