@import url('https://fonts.googleapis.com/css?family=Quicksand');

body{
    background-color: #FFF;
    margin: 0 auto;
    min-width: 320px;
    font-family: 'Quicksand';
}
.container{
    max-width: 1115px;
}
.mainbody {
    max-width: 1620px;
    margin: 0 auto;
}
h1 {
    margin-top: 10px;
    font-weight: bold;
}
h2 {
    font-weight: bold;
    margin-bottom: 40px;
}
h3 {
    font-weight: bold;
}
h4 {
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0;
}
p {
    line-height: 2.5rem;
    font-size: 15px;
    margin: 20px 0;
}
p.center {
    text-align: center;
}
h2 + p {
    margin-top: -20px;
}
/* TOPO */
.navbar {
    background-color: #ffffff;
}
#navbar {
    position: relative;
}
@media (min-width: 950px) {
    #navbar {
        text-align: right;
    }
    .navbar-nav {
        margin-top: 27px;
    }
}
.navbar-header {
    height: 97px;
}
.navbar-nav {
    display: inline-block;
}
.top{
    background-color: #FFF;
    color: #424242;
    font-weight: bold;
    display: inline-flex;
    height: 100px;
}
.container_text_top {
    position: absolute;
    top: 18px;
    left: 15px;
    z-index: 1;
}
.text_topo{
    font-size: 38px;
    font-weight: bold;
    color: #424242;
}
.text_topo:hover{
    text-decoration: none;
}
.text{
    color: #424242;
    font-size: 14px;
    margin-top: 6px;
    text-decoration: none;
    text-transform: uppercase;
}
.text a{
    text-decoration: none;
    color: #424242;
    font-size: 14px;
}

/* TOPO COM BACKGROUND / IMAGEM */
.top_img{
    background: url(../images/topo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 597px;
    color: white;
    text-align: right;
}
.top_right{
    float: right;
    margin-top: 8%;
    margin-right: 25%;
}
.top_right_tit{
    font-size: 38px;
    font-weight: bold;
    max-width: 350px;
    margin: 100px 0px 25px auto;
}
.top_right_text{
    max-width: 300px;
    margin: 0px 0px 75px auto;
    line-height: 26px;
    font-size: 16px;
}

/* MEIO INÍCIO */
.begin_middle{
    height: 375px;
    color: white;
    padding-top: 70px;
}
.recursos{
    background: url(images/recursos.png) no-repeat top;
    height: 50px;
}
.populacao{
    background: url(images/populacao.png) no-repeat top;
    height: 50px;
}
.investimentos{
    background: url(images/investimentos.png) no-repeat top;
    height: 50px;
}
.contingencia{
    background: url(images/contingencia.png) no-repeat top;
    height: 50px;
}
.economia{
    background: url(images/economia.png) no-repeat top;
    height: 50px;
}

/* MEIO CINZA */
.grey_middle{
    background-color: #e6e6e6;
    padding-top: 70px;
    padding-bottom: 70px;
}
.grey_middle_tit{
    color: #3b3b3b;
    font-size: 38px;
}

/* GAME */
.game{
    padding-top: 70px;
    padding-bottom: 70px;
}
.blue_list ul{
    list-style: none;
    font-size: 15px;
}
.blue_list ul li{
    margin: 20px;
}

/* DESTINO */
.destino{
    padding-top: 70px;
    padding-bottom: 70px;
    color: white;
}
.aqua ~ p {
    margin-left: 60px;
}

/* BACKGROUND E BOTÕES */
.bar{
    height: 30px;
}
.blue{
    color: #187cee;
}
.bg_blue{
    background-color: #187cee;
}
.bg_blue_2{
    background-color: #1675e0;
}
.bg-separator {
    height: 5px;
    width: 100%;
}
.aqua{
    color: #1de4cc;
}
.bg_aqua{
    background-color: #1de4cc;
}
.lightblue{
    color: #1882ea;
}
.bg_lightblue{
    background-color: #1882ea;
}
.transparent{
    color: transparent;
}
.bg_transparent{
    background-color: transparent;
}

.bottom_blue{
    padding: 12px 40px 12px 40px;
    border: 3px solid #187cee;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin: 5px;
    color: white;
    background-color: #187cee;
    cursor: pointer;
}
.bottom_aqua{
    padding: 12px 40px 12px 40px;
    border: 3px solid #1de4cc;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin: 5px;
    color: white;
    background-color: #1de4cc;
    cursor: pointer;
}
.bottom_lightblue{
    padding: 12px 40px 12px 40px !important;
    border: 3px solid #1882ea;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin: 5px;
    background-color: transparent;
    cursor: pointer;
}
.bottom_blue:hover, .bottom_aqua:hover, .bottom_lightblue:hover {
    text-decoration: none;
}
.white, .white:hover {
    color: white;
}
.circle{
    padding: 1px 10px 1px 10px;
    border-radius: 50px;
    border: solid #187cee 1px;
    margin: 10px 15px 10px 15px;
}
input.input_email {
    border: solid 2px white;
    background-color: transparent;
    border-radius: 200px;
    line-height: 42px;
    width: 65%;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding: 0 50px 0 20px;
    outline: none;
}
input.input_email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

input.input_email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

input.input_email::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
input.input_email ~ .bottom_aqua.bg_aqua {
    margin-left: -44px;
}
.icones {
    background: url(../images/icones.png) center bottom no-repeat;
    width: 100%;
    height: 115px;
    background-size: contain;
}
.screenshot {
    background: url(../images/screenshot.png) center center no-repeat;
    width: 100%;
    height: 500px;
    background-size: contain;
}
.row.blue_list .col ul {
    padding: 0;
}
.row.blue_list .col ul li {
    margin-left: 0;
    margin-right: 0;
}
.row.blue_list .col:first-child ul li a {
    margin-right: 0;
}
.row.blue_list .col:last-child ul li a {
    margin-left: 0;
}
.row.blue_list .col:first-child {
    text-align: right;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.foto {
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.center {
    text-align: center;
}
.responsaveis, .contato {
    padding-top: 70px;
    padding-bottom: 70px;
}
.responsaveis .col.center {
    width: 14%;
}
.responsaveis .glyphicon {
    font-size: 16px;
    color: black;
    cursor: pointer;
}
.responsaveis strong {
    margin: 10px 0;
    display: inline-block;
}
.logos img {
    margin: 20px 20px 0 0;
}
#blog .box {
    background-color: white;
    overflow: hidden;
    height: 425px;
}
#blog .box img {
    width: 100%;
    max-height: 234px;
    object-fit: cover;
    height: 234px;
}
#blog a {
    text-decoration: none;
    color: inherit;
}
#blog .box p {
    margin: 30px;
    text-align: center;
}
.date {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 50px;
    background-color: rgba(0,0,0,0.8);
    color: white;
    text-align: center;
    padding: 10px;
    line-height: 1.5rem;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .email {
        text-align: center;
    }

    .begin_middle {
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .row.blue_list .col:first-child {
        text-align: left;
    }

    .row.blue_list .col:first-child .circle {
        float: left;
        margin: 0;
        padding-top: 20px;
    }

    .row.blue_list .col:first-child ul li a {
        margin-right: 15px !important;
    }
}

@media only screen and (max-width: 511px) {
    h2 {
        text-align: center;
    }

    .top_img .col a {
        text-align: center;
        margin-left: 8.33333333%;
    }

    .top_right_text {
        margin-bottom: 45px;
    }

    .begin_middle {
        padding-top: 40px;
        height: 650px;
    }

    .input_email {
        width: 100%!important;
    }

    .bottom_aqua {
        margin-left: 0!important;
        width: 100%;
        text-align: center
    }
    
    .row.blue_list {
        max-width: 100%;
    }
}

.__gratis{
    text-align: center;
    padding-top: 30px;
    margin-bottom: -30px;
}