html, body{
    min-height: 100%;
    overflow-x: hidden;
    font-family: "Open Sans", Helvetica, sans-serif !important;
    font-size: 12px!important;
    background-color: #FFFFFF!important;
    color: #ffffff;
    line-height: 1.2;
}
body{
    /*padding-top: 105px;*/
    padding-top:0px;
    overflow: visible;
}
a.linkDownloadFA:before{
    color: #8CC63E;
    text-decoration: none;
    font-family: "FontAwesome";
    content: "\f019";
    padding-right: 5px;
    padding-left: 5px;
}
a.linkDownloadFA{
    color: #8CC63E;
    text-decoration: none;
}
#contFloat{
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /*border:1px solid red;*/
}

#menuPrincipal{
  
}


#logotipo{
    position: relative;
    right:0;
    width: 185px;
    top: 0;
    margin-top: 26px;
    float: right;
}
#logotipo img{
    width: 100%;
}



#logo{
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top:25px;
    background-image: url(../img/logo.png);    
    width: 190px;
    height: 88px;
    background-size: 100% 100%;     
}

#logo_folha{
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 25px;
    background-image: url(../img/icon.png);    
    width: 190px;
    height: 88px;
    background-size: 100% 100%;     
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    opacity: 0.999;
}

#banner{
    position: relative;
    width: 100%;
    padding-top: 100px;
    /*height: 400px !important;*/
}

.container{
    z-index: 999;
}

.fundo_banner{
    position: absolute;    
    margin-top: -300px;
    height: 300px;
    width: 100%;
    background-image: url(../img/banner/fundo_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 0;    
}
.faixa-vermelha{
  height:30px;
  background-color:#ED1C24;
  z-index: 999999;
}
.faixa-vermelha ul{
    padding-left: 0;
    display: block;
    text-align: justify;
}
.faixa-vermelha ul:after{
    display: inline-block;
    width: 100%;
    text-align: justify;
    visibility: hidden;
    content: ' ';
}
.faixa-vermelha ul li.justify{
    display: inline-block;
    list-style: none;
}

.faixa-vermelha ul li.justify a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.faixa-vermelha ul li.justify a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.faixa-vermelha ul li.justify a:hover {
    color: #FDB813;
    text-decoration: none;
}

.faixa-vermelha ul li.justify.sep:before{
    font-family: "FontAwesome";
    display: inline-block;
    list-style: none;
    font-size: 6px;
    content: '\f111';
}

.faixa-vermelha ul li{
    padding-top: 6px;
    font-size: 15px;
    font-weight: 600;
}

#page{
    padding-top: 35px;
    background-color: #FFFFFF;   
    padding-bottom: 50px;
}
footer{
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 95px;
    background-color: #ED1C24;
    color: #333333;
    z-index: 50;
}
footer .logotiposRodape{
    color: #333;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}
footer .logotiposRodape div:first-of-type{
      padding-bottom: 15px;
}
footer .logotiposRodape img{
    margin-right: 10px;
}
footer .telefoneFooter{
    padding-top: 20px;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;    
}

footer .telefoneFooter a:link{
    color: #FFFFFF;
    text-decoration: none;
}

footer .telefoneFooter a:visited{
    color: #FFFFFF;
    text-decoration: none;
}

footer .telefoneFooter a:hover{
    color: #FFFFFF;
    text-decoration: none;
}

footer .telefoneFooter{    
    text-decoration: none;
    font-weight: 600;
}
footer .copyright{    
    height: 100%;
    text-align: right;
    font-size: 12px;
}
footer .copyright .assinatura{
    margin-top: 20px;
    font-size: 9px;
    color: #FFFFFF;
}
footer .copyright a{
    color: inherit;
    text-decoration: none;
}


.elementos_laterais{
    margin-top: 25px;
}

@media (max-width: 767px) {

    .divisoria_menu_principal{
        display:  none !important;
    }


    footer .copyright{
        text-align: left;
    }  
    
    body{
       /* padding-top: 95px;*/
       padding-top:12px;
    }

    #logo{      
        width: 130px !important;
        height: 60.2105px !important;
        margin-top: 60px !important;
    }

    #logo_folha{
        width: 130px !important;
        height: 60.2105px !important;
        margin-top: 60px !important;      
    }

    .telefoneFooter{
        text-align: left !important;
    }

}

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

    #logotipo{
        margin-top: 35px !important;
    }



    footer .copyright{
        text-align: left;
    }
    body{
       /* padding-top: 95px;*/
       padding-top:20px;
    }
    footer .mapa{
        text-align: left
    }

    .telefoneFooter{
        text-align: left !important;
    }
}

@media (min-width: 992px) AND (max-width: 1209px){
   
}

@media (min-width: 1210px) {

}


/************************/

.element-animation{
  animation: animationFrames ease-in-out 2s;
  animation-iteration-count: infinite;
  transform-origin: 45% 100%;
  -webkit-animation: animationFrames ease-in-out 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 45% 100%;
  -moz-animation: animationFrames ease-in-out 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 45% 100%;
  -o-animation: animationFrames ease-in-out 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 45% 100%;
  -ms-animation: animationFrames ease-in-out 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 45% 100%;
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) ;
  }
  20% {
    transform:  rotate(15deg) ;
  }
  40% {
    transform:  rotate(-10deg) ;
  }
  60% {
    transform:  rotate(5deg) ;
  }
  80% {
    transform:  rotate(-5deg) ;
  }
  100% {
    transform:  rotate(0deg) ;
  }
}
@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  20% {
    -moz-transform:  rotate(15deg) ;
  }
  40% {
    -moz-transform:  rotate(-10deg) ;
  }
  60% {
    -moz-transform:  rotate(5deg) ;
  }
  80% {
    -moz-transform:  rotate(-5deg) ;
  }
  100% {
    -moz-transform:  rotate(0deg) ;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  rotate(15deg) ;
  }
  40% {
    -webkit-transform:  rotate(-10deg) ;
  }
  60% {
    -webkit-transform:  rotate(5deg) ;
  }
  80% {
    -webkit-transform:  rotate(-5deg) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  20% {
    -o-transform:  rotate(15deg) ;
  }
  40% {
    -o-transform:  rotate(-10deg) ;
  }
  60% {
    -o-transform:  rotate(5deg) ;
  }
  80% {
    -o-transform:  rotate(-5deg) ;
  }
  100% {
    -o-transform:  rotate(0deg) ;
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  20% {
    -ms-transform:  rotate(15deg) ;
  }
  40% {
    -ms-transform:  rotate(-10deg) ;
  }
  60% {
    -ms-transform:  rotate(5deg) ;
  }
  80% {
    -ms-transform:  rotate(-5deg) ;
  }
  100% {
    -ms-transform:  rotate(0deg) ;
  }
}


/********************************/

.botao_export{
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 65px;
    background-image: url(../img/bt_exportacao.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.frase_botao_export{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    text-align: center;   
    margin-top: 25px;    
}

.frase_botao_export span{
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 13px;
}

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

}

.meteorolgia{
    position: relative;
    top: 0;
    right: 0;
    margin-top: 80px;   
    float: right;  
}


.border_meteo{
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    height: 189px;
    border: 1px solid #666666;
    background-color: transparent;
}

.tapar_border{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 189px;
    background-color: #FFFFFF;
    width: 170px;
    height: 40px;
}

.conversor{
    position: relative;
    top: 0;
    right: 0;      
    float: right; 
    width: 170px;
    margin-top: 30px;
}

.title_converter{
    margin-top: 15px;
}

.hide_converter{
    display: none;     
    width: 170px;
}

.converter_border_left{
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 180px;
    background-color:  #666666;
}

.converter_border_right{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 1px;
    width: 1px;
    height: 180px;
    background-color:  #666666;
}

.converter_border_top{
    position: absolute;
    top: 0;
    left: 0;
    width: 169px;
    height: 1px;
    background-color:  #666666;
}

.converter_border_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 169px;
    height: 1px;
    background-color:  #666666;
}

.first_hide{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 72px;
    margin-left: 2px;
    width: 166px;
    height: 15px;
    background-color: #FFFFFF;    
    z-index: 99999;
}

.second_hide{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 113px;
    margin-left: 2px;
    width: 166px;
    height: 15px;
    background-color: #FFFFFF;    
    z-index: 99999;
}

.third_hide{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -23px;
    width: 166px;
    height: 20px;
    margin-left: 2px;
    background-color: #FFFFFF;
    z-index: 99999;
}




@media (max-width: 767px) {
    .elementos_laterais{
        height: 300px;
    }

    .botao_export{
        position: absolute !important;
        top: 0;
        left: 0;
        margin-left: 10px;
    }

   .meteorolgia{
        position: absolute !important;
        top: 0;
        left: 0;
        margin-left: 10px;
   }

   .conversor{
        position: absolute !important;
        top: 0;
        left: 0;
        margin-left: 220px;  
        margin-top: 80px;      
   }

}

@media (max-width: 460px) {
    #logo{      
        width: 100px !important;
        height: 46.3157px !important;
        margin-top: 60px !important;
    }

    #logo_folha{
        width: 100px !important;
        height: 46.3157px !important;
        margin-top: 60px !important;      
    }

    .navbar-default button{
        margin-right: 15px !important;
    }


     .elementos_laterais{
        height: 600px;
    }   

    .conversor{       
        margin-left: 10px;  
        margin-top: 320px;      
   }
}

@media (max-width: 370px) {
    #logotipo {
        width: 100px !important;
        margin-top: 70px;
    }
}