
#conteudo{
    margin:auto;
    width:100%;
    height:100%;
    border:0;
    display:block
}

section {
    display: flex;
    flex-direction: row;
}

article {
    padding: 0px;    
    
}

.box1 {
	width: 58vw;
}

.box2 {
	 width: 42vw;
}

.banner-img {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
}

.barra-lareal {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
}


.box-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-center .logo {
	margin-right: 4vw;
    margin-top: 4vh;
    margin-bottom: 3vw;

}
    

 .box-center .logo img {
 	width: 213px;
     margin-right: 2vw;

 }


 .escolha {
    background: url(extrato.png) no-repeat center;   
    width: 300px;
    height: 152px;
}

 .escolha2 {
    background: url(2via.png) no-repeat center;   
    width: 300px;
    height: 152px;
}

.links {
    position: absolute; 
    width: 300px;
    height: 152px;
    cursor: pointer;
}

.links a.col1 {
    width: 50%;
    height: 50%;
    float: left;
    margin-top: 64px;
}


.links a.col2 {
    width: 50%;
    height: 50%;
    float: left;
    margin-top: 64px;
}
  

.espaco1 {
    margin-right: 80px;
    margin-bottom: 5vh;
}

.espaco2 {
    margin-right: 80px;
}

.botao-lupa {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.box {
    background: #084639;
    width: 300px;
    border-radius: 15px;
    margin-bottom: 6vh;
    margin-right: 5vw;
}

.box h2 {
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #e4e0cd;
    font-weight: bold;
    margin-bottom: 0px;
}

.box h3 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #bd9045;
    margin-top: 0px;
    font-weight: bold;
}

.box a {
    float: left;
    width: 100px;
    border: 2px solid #e4e0cd;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;    
    line-height: 13px;
    margin-top: 5px;
    margin-bottom: 25px;
    cursor: pointer;
}

.box > a.bx {
    margin-left: 39px;
}
.box > a.bx-space {
    margin-left: 25px;
}

.box a > div {
    margin-top: 0px;
    margin-bottom: 0px;
}
.box a > div:nth-child(1n) {
    margin-top: 10px;
    color: #e4e0cd;
    font-weight: bold;
    font-size: 12px;
}

.box a > div:nth-child(2n) {
    margin-top: 3px;
    margin-bottom: 10px;
    color: #e4e0cd;
    font-weight: bold;
    font-size: 13px;
}


@media (min-width: 768px) and (max-width:991px) { 

      html, body {
        margin:0;
        height:100%;
        overflow:hidden;
        background: #f2efde;
    }

  
    section {
        display: block;
        flex-direction: row;
    }

    .espaco2 {
        margin-right: 15px;
    }

    .botao-lupa {
        position: relative;
        bottom: auto;
        right: auto;
        background: #f2efde;
    }

    .botao-lupa .center {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .botao-lupa .center img {
       margin-top: 30px;
       margin-bottom: 30px;
   }
    


    .box-center .logo {
        margin-right: 15px;
        margin-top: 20px;
        margin-bottom: 5vw;
    }

    .espaco1 {
        margin-right: 15px;
        margin-bottom: 5vh;
    }

    .barra-lareal {
    background: #f2efde!important;
    min-height: auto;
    }

    .box1 {
        display: none;
    }

    .box2 {
        width: 100%;
    }

}

@media (min-width: 768px) {


}

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

    html, body {
        margin:0;
        height:100%;       
        background:  #f2efde;
    }



    section {
        display: block;
        flex-direction: row;
    }

    .espaco2 {
        margin-right: 15px;
    }

    .botao-lupa {
        position: relative;
        bottom: auto;
        right: auto;
        background: #f2efde;
    }

    .botao-lupa .center {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .botao-lupa .center img {
       margin-top: 30px;
       margin-bottom: 30px;
   }
    


    .box-center .logo {
        margin-right: 15px;
        margin-top: 20px;
        margin-bottom: 5vw;
    }

    .espaco1 {
        margin-right: 15px;
        margin-bottom: 5vh;
    }

    .barra-lareal {
    background: #f2efde!important;
    min-height: auto;
    }

    .box1 {
        display: none;
    }

    .box2 {
        width: 100%;
    }

}


@media (min-width: 992px) and (max-width:1199px) {

      html, body {
        margin:0;
        height:100%;
        overflow:hidden;
        background: #f2efde;
    }


    section {
        display: block;
        flex-direction: row;
    }

    .espaco2 {
        margin-right: 15px;
    }

    .botao-lupa {
        position: relative;
        bottom: auto;
        right: auto;
        background: #f2efde;
    }

    .botao-lupa .center {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .botao-lupa .center img {
       margin-top: 30px;
       margin-bottom: 30px;
   }
    


    .box-center .logo {
        margin-right: 15px;
        margin-top: 20px;
        margin-bottom: 5vw;
    }

    .espaco1 {
        margin-right: 15px;
        margin-bottom: 5vh;
    }

    .barra-lareal {
    background: #f2efde!important;
    min-height: auto;
    }

    .box1 {
        display: none;
    }

    .box2 {
        width: 100%;
    }

}

@media (min-width: 1200px) {
    html, body {
        margin:0;
        height:100%;
        overflow:hidden
    }
}

@media  (min-height: 500px) and (max-height:700px){

    .box-center .logo img {
      width: 116px;
    }

    .box {      
        margin-bottom: 3vh;
    }


    .box-center .logo {    
    margin-top: 3vh;
    margin-bottom: 6vw;
    margin-right: 6vw;
    }

    .espaco1 {       
        margin-bottom: 3vh;
    }

{