/*----------------------------------------------------
@File: Default Styles
@Author: Rocky Ahmed
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


@Template Name: Honey Wedding 
@Author: Rocky Ahmed
@Developed By: Rocky Ahmed
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

---------------------------------------------------- */
@font-face {
    font-family: 'GothamBook';
    src: url('fonts/GothamBook.eot')/*Para navegadores Internet Explorer*/;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('fonts/GothamBook.ttf') /*Para os demais navegadores*/;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('fonts/gothambold1.eot')/*Para navegadores Internet Explorer*/;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('fonts/gothambold1.ttf') /*Para os demais navegadores*/;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url('fonts/GothamLight.eot')/*Para navegadores Internet Explorer*/;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url('fonts/GothamLight.ttf') /*Para os demais navegadores*/;
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 15px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #777777;
    overflow-x: hidden;

}

html{
    overflow-x: hidden;
    overflow-y: hidden;
}

.p_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad_top {
    padding-top: 120px;
}

.mt-25 {
    margin-top: 25px;
}



/* Header Area css
============================================================================================ */

.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: background 0.4s, all 0.3s linear;
    -o-transition: background 0.4s, all 0.3s linear;
    transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background-color: #9e9e9e17;
}

.ClsMunicipio, .ClsPrograma, .ClsMidia, .ClsObraEquipamento, .ClsOrgaoDemandante{
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    color: #004085;
    height: 10px;
    font-family: system-ui;
    border: solid 1px #ede8e885;
    border-radius: 5px;
    padding: 5px 0px 55px 5px;
    background-color: #ffffffa1;
}

.ClsLabelProjeto, .ClsLabelLote{
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    color: #ffffff;
    height: 10px;
    font-family: system-ui;
    border: solid 1px #ede8e885;
    border-radius: 5px;
    padding: 5px 0px 55px 5px;
    background-color: #000000a1;
}


.ClsColRight{
    display: none;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    color: #004085;
    font-family: system-ui;
    border: solid 1px #ede8e885;
    border-radius: 5px;
    padding: 0px 5px 5px 5px;
    background-color: #ffffffa1;
}
.ClsDadosGerais{

    margin-bottom: 5px;
    display: inline-flex;
    width: 100%;
}
.ClsLabelValorObra, .ClsLabelPrazoExecucao, .ClsLabelConvenioAno, .ClsLabelTrechoDescricao, .ClsLabelAreaExtensao, .ClsLabelExecutor, .ClsLabelNomeEstabelecimento, 
.ClsLabelNomePrefeito, .ClsLabelDataInauguracao{
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    color: #004085;  
}

#IdMunicipio, #IdPrograma, #IdMidia, #IdObraEquipamento, #IdProjeto, #IdLote{
    margin-bottom: -10px;
    margin-top: 5px;
}
.header_area .navbar .nav .nav-item .nav-link {
    font: 500 12px/100px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #222222;
    padding: 0px 10px 0px 10px;
    display: inline-block;
    min-width: 100px;
    text-align: center;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
    color: #ffffff;
    background-color: #465e70;
    background-image: linear-gradient(180deg, #465e70, #656e9d);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #ffffff !important;
    color: #161846 !important;
    text-decoration: underline;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}

.ClsLogoTitulo {
    background-image: url(https://paranainterativo.pr.gov.br/placas/img/logo_23.png);
    background-size: 100%;
    width: 351px;
    background-repeat: no-repeat;
    height: 100px;
}

.clsVersao {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: -16px;
    text-align: right;
    margin-right: 10%;
}

.clsSubTitulo {
    font-family: "GothamBold", sans-serif;
    font-size: 14px;
}

.ClsBarraRodape{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #f3f3f3;
    width: 100%;
    height: 60px;
    border-top: #bdbdbd solid 1px;
    padding: 5px 20px 20px 5px;
    font-size: smaller;
    color:#cce6ef;
}

.clsForm {
    background-color: #547c8870;
    padding: 15px 0px 15px 0px;
    height: 500px;
}
.clsFormContatos {
    background-color:#5596ab70;
    padding-top: 15px;
    height: 100%;
    border-radius: 5px;
}
.ClsLogoRodape{
    float: right;
    padding: 25px;
}

.right{
    float: right;
    right: 53px;
    bottom: 2px;
    position: relative;
}

.left{
    left: 70px;
    bottom: -2px;
    position: relative;
    padding-top: 0px;
    color: #b15b12;
}

a.left{
    color: #b15b12; 
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222222;
    padding: 0px 25px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #f5204b;
    color: #fff;
}



.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.header_area .navbar .search {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    color: #222222;
    margin-left: 214px;
}

.header_area .navbar .search i {
    font-weight: 600;
}

.header_area + section, .header_area + row, .header_area + div {
    margin-top: 50px;
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.top_menu {
    border-bottom: 1px solid #eeeeee;
}

.top_menu .header_social li {
    display: inline-block;
    margin-right: 15px;
}

.top_menu .header_social li a {
    font-size: 12px;
    color: #ccc;
    display: inline-block;
    line-height: 45px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.top_menu .header_social li:last-child {
    margin-right: 0px;
}

.top_menu .header_social li:hover a {
    color: #f5204b;
}

.top_menu .ac_btn {
    line-height: 28px;
    border: 1px solid #eeeeee;
    display: inline-block;
    background: #f9f9ff;
    padding: 0px 19px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #777777;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-right: 1px;
    margin-top: 8px;
}

.top_menu .ac_btn:hover {
    background: #f5204b;
    color: #fff;
    border-color: #f5204b;
}

.top_menu .dn_btn {
    line-height: 28px;
    border: 1px solid #f5204b;
    display: inline-block;
    background: #f5204b;
    padding: 0px 19px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.top_menu .dn_btn:hover {
    background: transparent;
    color: #777777;
    border-color: #f5204b;
}

.top_menu .lan_pack {
    height: 25px;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    line-height: 28px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-left: 19px;
    padding-right: 36px;
    color: #777777;
    background: #f9f9ff;
    margin-right: 5px;
    margin-top: 8px;
}

.top_menu .lan_pack .current {
    color: #777777;
}

.top_menu .lan_pack:after {
    content: "\f0d7";
    border: none !important;
    font: normal normal normal 12px/1 FontAwesome;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    height: auto;
    margin-top: -6px;
    right: 20px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/

/* Titulo Area css
============================================================================================ */
.titulo_area {
    padding-top: 50px;
}

.ClsGeradorTitulo{
    font-family: "GothamBold", sans-serif;
    font-size: 25px;
    margin-bottom: 18px;
    text-align: center;
    color: #004489;
    background-color: #fff;
    border-bottom: 3px solid lightslategray;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 60px;
}

.ClsTabulacao{
    margin-left: 60px;
    color: #727272;
}


/* End Titulo Area css
============================================================================================ */

/* Formulario Area css
============================================================================================ */
.formulario_area {
    padding-top: 20px;
}

.formulario_text h4 {
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 18px;
}

.formulario_text p {
    max-width: 495px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 40px;
}

/* End Formulario Area css
============================================================================================ */

/*============== container-area css ===============*/
.container-area {
    background: #222222;
}
.clsTituloCategoria{
    font-size: initial;
    background-color: #263540;
    color: white;
    padding: 10px;
}
.clsSubTituloCategoria{
    margin-top: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
    font-weight: 600;
}

.clstopico{
    padding-top: 20px; 
    padding-bottom: 20px;
}

.clsDimensao{
    font-size: medium;
    font-weight: 700;
    color: darkblue;
}


/*---------------------------------------------------- */

#IdMidia, #IdObraEquipamento, #idTipoDeDado, #IdPrograma, #IdProjeto, #IdLote, .ClsOrgaoDemandante, .ClsMidia, .ClsObraEquipamento, .ClsPrograma, .ClsLabelProjeto, .ClsLabelLote{
    display: none;
}

.ClsValorObra, .ClsPrazoExecucao,.ClsConvenioAno, .ClsTrechoDescricao, .ClsEmpresaExecutora, .ClsAreExtensao, .ClsData, .ClsNomePrefeito, .ClsNomeEstabelecimento{
    width: 90%;
    padding-bottom: 5px;
}

.ClsConvenioAno{
    display: none
}

.ClsLote, .ClsProjeto{
    width: 100%;
    padding-bottom: 5px;
}
.ClsProjeto{
    margin-right: 5px;
}

#IdDadosPlacaObra, #IdDadosPlacaInauguracao{
    display: none;
}

#IdGenero{
    margin-bottom: 10px;
}

.ClsInformaçãoBotao{
    color: #263540;
    font-family: "GothamBold", sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
}

#IdBotaoBaixarPdf, #IdBotaoGerar{
    display: none;
}

.ClsValidacao{
    border: solid 2px red !important;
}

.clsAreaBotao{
    padding: 20px;
    text-align: center;
    border: solid 1px #e7e7e7;
    background-color: white;
    height: 30%;
    margin-bottom: 10px;
    border-radius: 5px;
}  

.clsBotaoGerarPDF{
    color: azure;
    background-color:  #262646; 
}

.ClsValidacaoTexto{
    background-color: crimson;
    color: white;
    padding: 5px;
    width: 100%;
    height: 60px;
}

.containerPlaca{
    background-size: 100%;
    position: absolute;
    top: 2000px;
}
.ClsPlacaObra{
    width: 12000px;
    height: 6000px; 
}
.ClsAdesivoEquipamento{
    width: 4150px;
    height: 2400px; 
}
.ClsPlacaInauguracao{
    width: 1943px;
    height: 2807px;
}

#IdQRcode {
    z-index: 1000;
    position: absolute;
}



#IdLogoSecretaria{
    z-index: 200;
    position: absolute;
    bottom: 280px;
    height: 630px;
    right: 332px;
}

.ClsEspacoLogos{
    width: 2760px;
    /* height: 530px; */
    z-index: 200;
    position: absolute;
    bottom: 120px;
    left: 160px;
}

#IdLogoPrograma, #IdLogoAgenciaFomento, #IdLogoParanacidade, #IdLogoPam{
    padding-right: 50px;
}

#IdBrasaoMunicipio{
    height: 400px;
    /* padding-right: 50px; */
    width: 644px;
    position: absolute;
    bottom: 343px;
    left: 1900px;
}

.ClsBrasaoPlaca{
    /* max-width: 100%; */
    /* max-height: 100%; */
    height: 400px;
    /* position: absolute; */
    bottom: 0%;
    left: 1800px;
}


.ClsBrasaoPlacaInauguracao{
    width: 200px;
    position: absolute;
    bottom: -147px;
    left: -1525px;
}

.ClsBrasaoEquipamento{
    height: 220px;
}

.ClsBrasaoMunicipioPlaca{
    text-align: center;
}

.ClsBrasaoPlacaMista{
    text-align: center;
}

.ClsBrasaoMunicipioEquipamento{
    bottom: -33px !important;
    left: 2139px !important;
}

.ClsBrasaoAdesivoMisto{
    bottom: -28px !important;
    left: 2554px !important;
}

.ClsBrasaoAdesivoSFM{
    bottom: -30px !important;
    left: 2200px !important;
}


#IdIconeODS{
    z-index: 200;
    background-size: 100%;
    position: absolute;

}

.ClsOdsPlaca{
    bottom: 345px;
    left: 2586px;
}
.ClsOdsEquipamento{
    bottom: 160px;
    left: 500px;
}
.ClsOdsPlacainauguracao{
    bottom: 191px;
    left: 758px;
}

.ClsMetaOdsPlaca{
    z-index: 200;
    text-align: right;
    left: 0px;
    bottom: -40px;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    position: absolute;
    font-size: 40px;
}
.ClsMetaOdsEquipamento{
    z-index: 200;
    position: absolute;
    bottom: -39px;
    left: 322px;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    position: absolute;
    font-size: 25px;
    width: 190px;
}
.ClsMetaOdsPlacainauguracao{
    z-index: 200;
    position: absolute;
    bottom: -26px;
    left: -3px;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    position: absolute;
    font-size: 20px;
    width: 158px;
}

.ClsOdsAtivoPlaca{
    width: 300px;
}
.ClsOdsAtivoEquipamento{
    width: 200px;
}
.ClsOdsAtivoPlacaInauguracao{
    width: 109px;
}
.ClsQrCodePlaca {
    bottom: 178px;
    left: 3160px;
    width: 80px;
}


.ClsQrCodeEquipamento{
    left: 823px;
    bottom: 163px;
}
.ClsQrCodePlacaInauguracao{
    right: 378px;
    bottom: 171px;
}

#IdTextoValorObra, #IdTextoPrazoExecucao, #IdTextoConvenioAno, #IdTextoTrecho, #IdTextoExtensao, #IdTextoEmpresaExecutora, #IdTextoCNPJEmpresaExecutora, #IdTextoFonteRecurso{
    z-index: 100;
    color: #11345c;
    font-size: 84px;
    display: flex;
}

.ClsAreaTextos{
    top: 5110px;
    position: absolute;
    line-height: 120px;
}

.ClsLeft {
    left: 4036px;
    display: inline-table;
    width: 2215px;
    height: 575px;
    padding: 20px 40px 20px 40px;
}

.ClsRight{
    left: 6383px;
    display: inline-table;
    width: 3173px;
    height: 806px;
    padding: 20px 40px 20px 40px;
}

.ClsItens{
    font-family: "GothamBook", sans-serif;
    position: relative;
}

.ClsTextoItem{
    font-family: "GothamBold", sans-serif;
    margin-right: 25px;
}

.ClsItemTrecho{
    width: 2695px;
}

#IdNmMunicipio{
    z-index: 100;
}

.ClsGoverno{
    display: block;
    color: white;
    font-family: Verdana,Arial,sans-serif;
    position: absolute;
    text-transform: uppercase;
    top: 360px;
    left: 565px;
    line-height: 241px;
    font-size: 215px;
    font-weight: bolder;
    width: 4500px;
}

.ClsNmMunicipioPlacaBrasao{
    color: #11345c;
    font-family: Verdana, Arial, sans-serif;
    line-height: 46px;
    position: unset;
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
    width: 600px;
}
.ClsNmMunicipioPlacaInauguracaoBrasao{
    color: #11345c;
    font-family: Verdana, Arial, sans-serif;
    line-height: 25px;
    position: absolute;
    font-size: 21px;
    bottom: -215px;
    font-weight: bolder;
    text-align: center;
    width: 395px;
    left: -1637px;
}

.ClsNomeMunicipio{
    text-transform: uppercase;
}

.ClsNmMunicipioEquipamento{
    color: white;
    font-family: "GothamBook", sans-serif;
    position: absolute;
    text-transform: uppercase;
    top: 190px;
    text-align: center;
    left: 295px;
    font-size: 84px;
    font-weight: bolder;
    width: 3510px;
    line-height: 100px;
}


#IdNmObra{
    z-index: 100;
    color: #103458;
    font-family: "GothamLight", sans-serif;
    position: absolute;
    top: 4165px;
    left: 1912px;
    font-size: 400px;
    font-weight: bolder;
    width: 7996px;
    text-transform: uppercase;
    text-align: center;
    line-height: 380px;
}


#IdTextosPlacaInauguracao{
    width: 1608px;
    height: 1586px;
    position: absolute;
    top: 800px;
    left: 155px;
    font-family: Verdana,Arial,sans-serif;
    font-size: 50px;
    text-align: center;
    color: #243741;
}

.ClsTextosPlacaInauguracao{
    line-height: 80%;
}

.ClsNomes{
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 50px;
}

.ClsSecretario{
    line-height: 55px !important;
}

#DataInauguracao{
    line-height: 60px;
}

#TextoNomeObra{
    font-family: Verdana,Arial,sans-serif;
    font-size: 80px;
    color: #243741;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 105px;
    padding-top: 80px;
    padding-bottom: 50px;
    font-style: italic;
}
#TextoNomeEstabelecimento{
    font-family: Verdana,Arial,sans-serif;
    font-size: 70px;
    text-align: center;
    padding-bottom: 150px;
    color: #243741;
}

.ClsInstrucao {
    color: #004085;
    font-size: 15px;
    border-bottom: solid #a4a4a7 1px;
    font-weight: bold;
    padding-top: 10px;
}

.ClsInstrucao:hover {
    background-color: #5976b733;
}

.btnInstrucao{
    margin-bottom: 10px;
}

.TextoInstrucao{
    padding-top: 10px;
    padding-bottom: 10px;
}

.ClsPassos {
    color: #004085;
    font-size: 17px;
    border-bottom: solid #a4a4a7 1px;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    margin-top: 25px;
}

.display-flex{
    display: flex;
}
.ClsSubPassos {
    color: #66a05f;
    font-size: 15px;
    border-bottom: solid #a4a4a7 1px;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    margin-top: 50px;
    background-color: #dfecdd;
}

.ClsPassos:hover {
    background-color: darkseagreen;
}

.ClsParagrafo{
    padding: 5px;
}      
.ClsTituloFigura{
    padding-top: 20px;
    border-bottom: solid #a4a4a7 1px;
}
.ClsBarraInferiorFigura{
    padding-bottom: 20px;
    border-bottom: solid #a4a4a7 1px;
}

.ClsPrimeiroParagrafo{
    margin-top: 0px;
}

.ClsNegrito{
    font-weight: bold;
}

.ClsAviso{
    color: red;
}

.ClsTextosContato{
    border-bottom: solid 1px #c9c9c9;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 20px;
    color: #004489;
    padding-top: 20px;
}


@media (max-width: 1200px) {
    .ClsBarraRodape{
        display: none;
    }
}

@media (min-width: 1200px) {

    .container {
        max-width: 88%;
    }
}

@media (min-width: 1620px) {
    .box_1620 {
        max-width: 1650px;
        margin: auto;
    }
}

@media (max-width: 991px){
    body {
        overflow-y: visible;
    }
    .container {
        max-width: 88%;
    }
    .clsForm {
        height: 100% !important;
    }
    .ClsDadosGerais, #IdDadosPlacaObra, #IdDadosPlacaInauguracao {
        margin-top: 30px;
        margin-bottom: 20px !important;
        height: auto !important;
    }
}

@media (max-height: 700px) {
    .ClsBarraRodape{
        display: block;
    }
    .ClsGeradorTitulo, .clsVersao{
        display:none;
    }
    .ClsLogoTitulo{
        width: 280px !important;
    }
    .clsAreaBotao{
        padding: 11px !important;
    }
}