html{
    width: 100%;
    height:100%;
    overflow-x: hidden;
}

body{
	font-size: 62.5%;
    width: 100%;
    height:100%;
}

*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

img,
picture,
video,
embed {
	max-width: 100%;
}

a{
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}
 
.clearfix:after {
   clear: both;
}
 
.clearfix {
   *zoom: 1;
}

p{
    margin:0;
}


.main-wrapper{
	height: 100%;
	width: 100%;
	top: 0;
	font-family: 'Roboto', sans-serif;
	overflow-y:auto;
    overflow-x: hidden;
    text-align:center;
    font-size: 1.6em; 
    background-repeat: no-repeat;
background-position: center top;
background-color: #043263;
}

.main-wrapper header{
	background: url(../../img/bg_header_interceptacao.png) repeat 0 0;
	width: 100%;
    height:57px;
	top: 0;
	left: 0;
    z-index: 2;
    position: relative;
}

.main-wrapper header img{
    margin: 11px 0;
}

/*.main-wrapper footer{
    position: absolute;
    top: 91.3%;
    top: 10.3%;
    top:12%;
    position: relative;
}*/

.container-fluid {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
    float: left;
}

.row-fluid{
	width: 100%;
	height: 100%;
}

.content-section{
    padding: 0 1.5em;
    width: 100%;
    z-index: 2;
    position: relative;
}

.coluna{
    float: left;
}

.main-wrapper section{
    background-repeat: no-repeat;
    background-size: cover;
    height: 82.6%;
}

.main-wrapper section .content-section{
     top: 5%
}

.main-wrapper figure{
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: -75px;
}

.main-wrapper figure img{
    width: 100%;
    display: block;
}

.main-wrapper section .area-livre{
    height: auto;
    margin: 0;
}

.main-wrapper section .area-livre .logo{margin-bottom: 25px;}
.main-wrapper section .area-livre .titulo{font: 23px "Teuton";color: #1a4078; text-transform: uppercase;}
.main-wrapper section .area-livre .descricao{font: 12px/16px "Open Sans", sans-serif;color: #79797a;}
/*.main-wrapper section .area-livre .titulo{font: 24px "Teuton";color: #1a4078;}*/

.main-wrapper section .bt-app{
    /*width: 210px;*/
    margin: 30px auto;
}

.main-wrapper section .bt-site-movel{
    /*margin-top: 75px;*/
    margin-bottom:0;
}

.vgn-ext-component div div {
    display: inline-block;
}

.main-wrapper section .area-livre .logo {
    display: block;
}

.main-wrapper section .bt-app {
    margin: 0;
}


/* media queries */

@media only screen and (min-width: 1201px) {

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

}

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

    
}

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

}

@media screen and (min-width: 480px) and (max-width: 640px) and (orientation:landscape){

}

@media (max-width: 390px) {
    

    .area-livre p:nth-child(3) span {
        font-size: 12px!important;
    }

     .area-livre p:nth-child(4) {
        margin-top: 10px!important;
    }

    .main-wrapper section .area-livre .logo {
        margin-bottom: 10px!important;
    }

    .main-wrapper section .bt-app {
    margin: -2px;
    }

}