﻿/*********************************************************************************/
/* GERAL                                                                         */
/*********************************************************************************/
.evento-altura {
    height: 197px !important;
}

/*.toggleDiv {
    display: none
}*/
.ytp-embed-error .ytp-error {
    background-color: #006593 !important;
    background-image: url('../../Arquivos/Uploads/Brasao-Araraquara.png') !important;
    background-position: center !important;
    background-repeat: repeat !important;
    background-size: 100% 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.ytp-error {
    background-color: #006593 !important;
    background-image: url('../../Arquivos/Uploads/Brasao-Araraquara.png') !important;
    background-position: center !important;
    background-repeat: repeat !important;
    background-size: 100% 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-showing, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
    background-color: #006593 !important;
    background-image: url('../../Arquivos/Uploads/Brasao-Araraquara.png') !important;
    background-position: center !important;
    background-repeat: repeat !important;
    background-size: 100% 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ytp-autohide {
    background-color: #006593 !important;
    background-image: url('../../Arquivos/Uploads/Brasao-Araraquara.png') !important;
    background-position: center !important;
    background-repeat: repeat !important;
    background-size: 100% 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body > div.container > div > div > form > div.corpo-form > h4:nth-child(59) {
    display: none;
}

.icon-question:hover{
    color: red!important;
}
.tt {
    position: relative;
    display: inline-block;
    float: right;
    padding-right: 52em;
}

.tt .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tt:hover .tooltiptext {
    visibility: visible;
}

.title-lgpd {
    font-weight: bold !important;
    text-align: center !important;
    color: #006593 !important;
    font-size: 19pt;
}
.border-lgpd {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.border-lgpd a{
    color: #85932F!important;
    font-weight:bold;
}
.main-line {
    width: 100%;
    height: 3px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #006593, #efcd00,#85932F, #efcd00, #006593);
}
/*********************************************************************************/
/* VLIBRAS                                                                       */
/*********************************************************************************/
#slideout {
    position: fixed;
    top: 255px;
    right: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 35px;
    padding: 0;
    z-index: 9999;
}

#slideout_inner {
    position: fixed;
    top: 255px;
    right: -250px;
    position: fixed;
    width: 250px;
    padding: 25px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #eee;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#slideout:hover {
    right: 250px;
}

#slideout:hover #slideout_inner {
    right: 0;
}

/*********************************************************************************/
/* VLIBRAS                                                                       */
/*********************************************************************************/



/*********************************************************************************/
/* TipTip CSS                                                                    */
/*********************************************************************************/

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    font-family: 'Raleway Light';
    text-decoration: none;
}

#tiptip_holder.tip_top {
    padding-bottom: 1em;
}

#tiptip_holder.tip_bottom {
    padding-top: 1em;
}

#tiptip_holder.tip_right {
    padding-left: 1em;
}

#tiptip_holder.tip_left {
    padding-right: 1em;
}

#tiptip_content {
    font-size: 12pt;
    color: #fff;
    text-shadow: 0 0 0.125em #000;
    padding: 1em;
    border: 0.063em solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 0.188em;
    -webkit-border-radius: 0.188em;
    -moz-border-radius: 0.188em;
    box-shadow: 0 0 0.188em #555;
    -webkit-box-shadow: 0 0 0.188em #555;
    -moz-box-shadow: 0 0 0.188em #555;
    width: 30em;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 0.375em;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -0.438em;
    margin-left: -0.375em;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -0.313em;
    margin-left: -0.375em;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -0.375em;
    margin-left: -0.313em;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -0.375em;
    margin-left: -0.438em;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}
/*********************************************************************************/
/* TipTip CSS                                                                    */
/*********************************************************************************/



/*********************************************************************************/
/* IMPRESSÃO                                                                     */
/*********************************************************************************/
@media print {
    header, footer {
        display: none;
    }
    /*Esconde os links*/
    a[href]:after {
        content: none !important;
    }
}
/*********************************************************************************/
/* IMPRESSÃO                                                                     */
/*********************************************************************************/

/*TITULOS*/
.bg-titulo {
    font-family: "Zag Bold" !important;
    font-size: 32pt;
    margin-top: 35px;
    text-transform: uppercase;
    padding: 0px !important;
}

.title-noticia {
    color: #333;
    font-size: 17px;
}

.title-noticia2 {
    color: #333;
    text-align: justify;
}

.categorias {
    font-size: 13pt;
    font-weight: bold !important;
    text-transform: uppercase;
    padding: 0px !important;
}

.not-vereador {
    color: #e49e33 !important;
    font-size: 10pt;
}

.nome-ver {
    color: #85932f;
    text-align: center !important;
    text-transform: uppercase;
    font-weight:bold;
}

.bg-titulo-rapido {
    font-family: "Zag Bold" !important;
    font-size: 25pt;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0px !important;
}

.camara {
    background-image: url('../../Arquivos/Uploads/predio-camara.png');
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position: center top !important;
    width: 25%;
    height: 130px;
    margin-bottom: -91px;
}

.line-main {
    width: 100%;
    height: 5px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #efcd00, #006593, #006593, #efcd00);
}
/*TITULOS*/
/*ARQUIVOS*/
.arquivos {
    height: 70px;
    border: 1px dotted #999;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}

    .arquivos:hover {
        background-color: #f1f1f1;
    }

.arquivo-icone {
    width: 50px;
    float: left;
}

.arquivo-descricao {
    float: left;
    line-height: 48px;
}
/*ARQUIVOS*/


/*BOTÕES*/
.btn-destaques a {
    width: 100%;
    display: block;
}

.btn-destaque-icon {
    width: 20%;
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}

.btn-leia {
    background-color: #004b80;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 12px;
    float: right;
    margin-top: 20px;
}
/*BOTÕES*/

.img-position {
    width: 100%;
    max-height: 151px;
    overflow-y: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*LINHAS E BORDAS*/
.hr-evento {
    border-top: 5px solid #006593;
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
}

.borda-evento {
    border: 1px solid #006593;
    background-color: #fff;
    height:500px;
}

.hr-noticiavereadores {
    border-top: 5px solid #efcd00;
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px !important;
}

.hr-tv {
    border-top: 5px solid #8b1cb4;
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px !important;
}


.borda-consulta {
    border: 1px solid #306674;
    padding: 0px !important;
    background: #fff;
}

.hr-escola {
    border-top: 5px solid #e49e33;
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px !important;
}

.borda-escola {
    border: 1px solid #e49e33;
    padding: 20px !important;
    height: 729px;
    background-color: #fff !important;
}

.hr-memorial {
    border-top: 5px solid #e23231;
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px !important;
}

.borda-memorial {
    border: 1px solid #e23231;
    padding: 20px !important;
    height: 729px;
    background-color: #fff !important;
}

.hr-vereador {
    border-top: 5px solid #85932f;
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px !important;
}
/*LINHAS E BORDAS*/



/*CORES*/
.red {
    color: #e23231 !important;
}

.orange {
    color: #e49e33 !important;
}

.people {
    color: #8b1cb4 !important;
}

.yellow {
    color: #efcd00 !important;
}

.green {
    color: #85932f !important;
}

.blue {
    color: #306674 !important;
}

.blue-main {
    color: #006593 !important;
}
/*CORES*/

/*TV CÂMARA*/
.quadro {
    background-color: #8b1cb4;
    color: #fff;
    width: 105%;
    height: 210px;
    border-style: dotted;
}

.sessao {
    text-align: center;
    font-size: 17px;
    padding: 5px;
    padding-bottom: 5px !important;
}

/*CONSULTA LEGISLATIVA*/
.dropdown-consulta {
    font-family: Zag Regular;
    display: block;
    width: 75%;
    height: 40px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #306674;
    text-transform: uppercase;
    background-color: #fff;
    background-image: none;
    border: 1px solid #306674;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-consulta {
    background-color: #306674;
    color: #fff;
    width: 100%;
    height: 100px;
    border-radius: 15px;
    margin-left: 12px !important;
}

.icon-consulta {
    font-size: 30pt !important;
    color: #fff;
    margin-bottom: 12px !important;
}
/*CONSULTA LEGISLATIVA*/

/*NOTÍCIA DESTAQUE*/
.img-not-dest {
    width: 100%;
    max-height: 165px;
    overflow-y: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
}

.img-not-ver {
    width: 100%;
        /*height: 177px;
    margin-bottom: 6px*/
    max-height: 177px;
    overflow-y: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    
}

.not-ver {
    height: 265px;
    padding: 5px !important;
    margin-bottom: 10px;
}

.vereador {
    width: 11.1% !important;
    height: 250px;
    padding: 0px !important;
}

/*Owl-Carousel*/
.owl-personalizado {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 5px solid #8b1cb4;
    border-left: 1px solid #fff !important;
    background: #fff !important;
    /*width: 99% !important;*/
}

.bg-titulo-personalizado {
    font-family: "Zag Bold" !important;
    font-size: 25pt;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0px !important;
    text-align: center;
}

/*RODAPE*/
.rodape {
    height: 420px;
}

/*BTN Topo*/
#subirTopo {
    text-decoration: none;
    background-color: #006593;
    bottom: 30px;
    right: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    position: fixed;
    border: 0;
    font-family: sans-serif;
    opacity: .8;
}

    #subirTopo:hover {
        opacity: 1;
    }

.ajusta-texto {
    overflow-wrap: break-word !important;
    word-wrap: break-word;
    word-break: break-all;
}
.acesso {
    width: 20% !important;
    margin-left: 0px !important;
    margin-right: -15px !important;
    height: 100px;
}

.mesahome {
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #85932f;
    width: 97%;
    height: 20px;
    margin-top: -20px !important;
    text-align: center !important;
}

.textomesa {
    color: #fff !important;
    text-transform:uppercase;
    font-size: 10px;
    text-decoration: none;
}

/*Vereadores*/
.carreaux_presentation_light{
    display:table-cell;
    width:250px; 
    height:72px;
    overflow: hidden;
    position: relative;
}
.carreaux_presentation_light .shadow_swhow_mini {
    position: absolute;
    z-index: 1000;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin-bottom: 0px!important;

}
.carreaux_presentation_light:hover .shadow_swhow_mini {
    background-color: rgba(133,147,47,0);
}

.carreaux_presentation_light .deroul_titre{
    margin-bottom: 0px!important;
    position: absolute;
    text-transform: uppercase;
    padding: 1px 1px;
    z-index: 1000;  
    margin-top: 114%;
    left: -80%;
    color: #ffffff;
    font-weight: 300;
    font-size: 10px;
    width: 79%;
    height: 31px;
}

.carreaux_presentation_light:hover .deroul_titre {
    background-color: #85932F;
    left: 0px;
}

.carreaux_presentation_light .deroul_soustitre {
    margin-bottom: 0px!important;
    position: absolute;
    z-index: 1000;
    right: -28%;
    margin-top: 114%;
    width: 30px;
    height: 31px;
    padding: 0;
    background: #fff;
    margin-right: 4px;
}

.carreaux_presentation_light:hover .deroul_soustitre {
    right: 0px;
}


.img-consulta {
    width: 480px;
}

/*********************************************************************************/
/* GERAL                                                                         */
/*********************************************************************************/

/*********************************************************************************/
/* HEADER                                                                        */
/*********************************************************************************/
.pauta {
    background-color: #006593;
    height: 30px !important;
}
.pauta-texto {
    color: white !important;
    text-align: center !important;
    font-size: 11pt;
    padding-top: 4px;
}
.header {
    background-color: #fff !important;
    font-size: 12pt;
    height: 12em;
}
.logo-header {
    /*max-width: 120%;*/
    margin-top: -15px;
    max-width: 110%;
}
.redes {
    float: right !important;
    margin-right: 40px;
}

.redesocial {
    font-size: 16px;
    font-weight: bold;
    color: #006593;
}

/*CAIXA DE PESQUISA*/
.form-search {
    width: 46%;
    border: 1px solid #006593;
    border-radius: 10px !important;
    height: 35px;
    font-size: 14px !important;
    margin-top: 0 !important;
}

.input-pesq {
    border: 0px !important;
    width: 88%;
}

.btn-pesq {
    margin-top: 4px;
    background-color: white;
    border: 0px;
    border-left: 1px solid #006593 !important;
}

.icon-pesq {
    margin-top: 2px;
    margin-right: -10px;
    font-size: 18px !important;
    color: #006593;
}

/*versão mobile*/

@media (max-width: 768px) {
    .header {
        background: transparent;
        font-size: 12pt;
        height: auto;
    }

    .redes {
        float: none !important;
        margin-right: 0px !important;
    }
}

/*********************************************************************************/
/* HEADER                                                                        */
/*********************************************************************************/




/*********************************************************************************/
/* NAVBAR                                                                        */
/*********************************************************************************/
.navbar-nav {
    margin: 5px;
}

.navbar-default {
    background: #fff;
    color: #006593;
    border: 1px solid #006593;
    border-bottom: 6px solid #006593 !important;
    font-size: 16px;
    text-transform: uppercase;
    height: 55px;
    z-index: 10;
    box-shadow: 0 5px 5px rgba(0, 101, 147, 0);
}

.navbar-nav > li > a {
    line-height: 10px;
}

.dropdown-menu {
    background: #fff;
    color: #006593 !important;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
    color: #006593;
    font-family: "Zag Regular";
    font-size: 16pt;
}

.dropdown-menu > li > a:hover {
    background-color: #006593 !important;
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a {
    color: #006593;
    background-color: #fff;
    font-family: 'Zag Regular';
    font-size: 17pt;
}
.menu-topo2 {
    margin: 10px 0 0 0;
    border-bottom: 6px solid #006593 !important;
}
/*Abre o submenu ao passar o mouse*/
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

/*Mobile*/

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #006593;
    background-color: #fff;
}

@media (max-width: 767px) {
    .navbar-nav {
        float: none!important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #004B80;
        background-color: white;
    }

    .navbar-nav .open .dropdown-menu {
        margin-top: -3px;
        margin-bottom: -6px;
    }
    .pauta-rapida-descricao {
        padding: 20px!important;
    }
}

@media (min-width: 992px) {
    /*Abre o submenu ao passar o mouse*/
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}
.pauta-rapida {
    color: #006593 !important;
    text-align: left !important;
    font-size: 12pt;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pauta-rapida-descricao {
    color: #006593 !important;
    text-align: left !important;
    font-size: 12pt;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 10px;
    height: 93px;
}
/*********************************************************************************/
/* NAVBAR                                                                        */
/*********************************************************************************/



/*********************************************************************************/
/* CONTAS PÚBLICAS                                                               */
/*********************************************************************************/

.cp-ano {
    padding: 15px;
    border: 1px dotted #e6e6e6;
    background: #006593;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15pt;
    text-align: center;
}

.cp-arquivos {
    height: 70px;
    border: 1px dotted #999;
    background: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}

.cp-arquivos:hover {
    height: 70px;
    border: 1px dotted #999;
    background: #CCCCCC;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    .cp-arquivos {
        height: auto;
        border: 1px dotted #999;
        display: block;
        padding: 10px;
        margin-bottom: 20px;
    }
}

/*********************************************************************************/
/* CONTAS PÚBLICAS                                                               */
/*********************************************************************************/



/*********************************************************************************/
/* CARGOS E SALARIOS                                                             */
/*********************************************************************************/

.salario-filtro {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
}

.dropsalario select {
    height: 40px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
}

table {
    width: 100%;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 15px;
    text-align: left;
}

.cabecalho {
    background-color: lightgray;
    color: black;
    text-align: center;
    font-size: 16px;
}

/*********************************************************************************/
/* CARGOS E SALARIOS                                                             */
/*********************************************************************************/

/*********************************************************************************/
/* CONFIRMAÇÃO                                                                   */
/*********************************************************************************/
/* Sucess*/
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
/* Mensagem Sucess*/
/*********************************************************************************/
/* CONFIRMAÇÃO                                                                   */
/*********************************************************************************/

/*********************************************************************************/
/* DOWNLOAD                                                                      */
/*********************************************************************************/
.arquivos-download {
    height: 71px;
    border: 1px dotted #999;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}

.arquivos-download:hover {
    background-color: #fff;
}

.icone-download {
    width: 50px;
    float: left;
}

.descricao-download {
    float: left;
    margin-left: 15px;
}

/*********************************************************************************/
/* DOWNLOAD                                                                      */
/*********************************************************************************/



/*********************************************************************************/
/* EVENTOS                                                                       */
/*********************************************************************************/
.evento {
    border: 1px solid #006593;
    background-color: #fff;
    width: 32.333%;
    margin: 5px;
    padding: 10px;
    margin-bottom: 15px;
    height: 300px;
}

.data-evento-1 {
    height: 35px;
    background-color: #006593;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    position: relative;
    margin-top: 0;
}


.data-evento-linha {
    background-color: #e49e33;
    height: 3px;
    padding: 1px;
}


.data-evento-2 {
    height: 50px;
    background-color: #006593;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.title-evento {
    margin-top: 0px !important;
    font-family: "Zag Bold";
    font-size: 20px;
}

.desc-evento {
    font-size: 14px !important;
    padding: 0px !important;
    margin-top: -5px;
}

.icon-evento {
    font-size: 20px !important;
    margin-right: 6px;
}

.divisor-evento {
    border-bottom: 1px solid #006593;
    margin-top: -12px;
}

.leg-info {
    font-family: Zag Regular;
    font-size: 14pt;
    color: #064d34;
    font-weight: bold;
    float: right;
    padding-top: 5px;
    margin-right: 15px;
}

.sombra {
    width: 93.4%;
    margin-left: 14px !important;
}

.icone-calendario {
    font-size: 50pt!important;
    margin-bottom: 10px;
    color: #bbb;
}

/*********************************************************************************/
/* EVENTOS                                                                       */
/*********************************************************************************/

/*********************************************************************************/
/* FORMULARIO                                                                    */
/*********************************************************************************/
.formulario {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center !important;
    margin-top: 45px;
    padding: 40px;
}

.corpo-form {
    background-color: white !important;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 45px;
}

.text-form {
    width: 95%;
}

/*********************************************************************************/
/* FORMULARIO                                                                    */
/*********************************************************************************/
/*********************************************************************************/
/* GALERIA DE VÍDEOS                                                             */
/*********************************************************************************/
.video-filtro {
    background:#fff;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 11em;
    border: 1px dotted #999;
}

.video-filtro:hover {
    background:#fff;
}

.dropvideo {
    height: 40px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
}

/*********************************************************************************/
/* GALERIA DE VÍDEOS                                                             */
/*********************************************************************************/



/*********************************************************************************/
/* LEGISLATURA                                                                   */
/*********************************************************************************/

.data-legislatura {
    padding-top: 5px;
    border: 1px solid grey;
    text-align: center;
    background-color: #fff;
}

/*********************************************************************************/
/* LEGISLATURA                                                                   */
/*********************************************************************************/



/*********************************************************************************/
/* LICITAÇÕES                                                                    */
/*********************************************************************************/

.licitacao-filtro {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 2em;
}

.licitacao-filtro:hover {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
    background-color: #fff;
    color: black!important;
    margin-bottom:2em;
}

.droplicitacao select {
    height: 40px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
}

.licitacao-filtro p {
    margin: 0;
    margin-top: 1em;
    text-align: left !important;
}

.licitacao-filtro input {
    height: 35px;
}

.licitacao-filtro2 {
    background-color: #FFF;
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
    margin-left: 0;
}


.licitacao-filtro2:hover {
    background-color: #CCCCCC;
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
    margin-left: 0;
}

.btn-filtro {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
}

.licitacao {
    line-height: 1.8;
    padding: 10px;
    font-size: 16px;
    background-color:#fff;
    border: 1px solid #CCCCCC;
}

.licitacao:hover {
    line-height: 1.8;
    background-color: #D6D6D6;
    padding: 10px;
    font-size: 16px;
}

.item-impar {
    background-color: #fff;
}

/*********************************************************************************/
/* LICITAÇÕES                                                                    */
/*********************************************************************************/



/*********************************************************************************/
/* LICITAÇÕES - EMPRESA                                                          */
/*********************************************************************************/
.card-licitacao {
    width: 55%;
    height: 35px;
    border: 3px solid #004b80;
    box-shadow: 2px 5px 15px black;
}

.card-licitacao-position {
    float: right;
}

@media screen and (max-width: 780px) {
    .card-licitacao {
        height: auto;
    }

    .card-licitacao-position {
        float: left;
    }
}

.bg-licitacao {
    font-size: 20px;
}

.box-licitacao {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
}
/*********************************************************************************/
/* LICITAÇÕES - EMPRESA                                                          */
/*********************************************************************************/



/*********************************************************************************/
/* MAILING                                                                       */
/*********************************************************************************/
.newsletter {
    width: 100%;
    height: 150px;
    border: 1px solid #aeaeae;
    border-radius: 18px;
    background: #f7f7f7;
    padding: 0 20px;
}

.input-newsletter {
    background: #fff;
    border: 1px solid #aeaeae;
    border-radius: 14px;
    margin-top: 10px;
    height: 34px;
    padding-left: 20px;
    color: rgb(41, 39, 39);
}

.enviar-newsletter {
    border: none;
    background: transparent;
    margin-top: 20px;
    margin-left: 50%;
}
/*********************************************************************************/
/* MAILING                                                                       */
/*********************************************************************************/



/*********************************************************************************/
/* NOTICIAS                                                                      */
/*********************************************************************************/
.btn-noticia {
    width: 100px;
    height: 30px;
    padding-top: 5px !important;
    background-color: #006593;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    float: right !important;
    font-size: 14px;
}
/* Box de Comunicados */
.box-comunicado {
    color: #727272;
    font-weight: lighter;
    line-height: 1;
    border: 1em solid #E7E6E6;
    background: #fff;
    padding: 10px;
}

.box-comunicado a {
    color: #727272;
}

.box-comunicado a:hover {
    color: #ccc;
    text-decoration: none;
}
/* Box de Comunicados */

/* Box de Outras Notícias */
.box-content {
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    color: #333;
    font-weight: lighter;
}

.box-content .row {
    padding-left: 4em;
}

.box-content img {
    width: 100%;
    height: auto;
    border: 1px solid #006593;
}

@media (max-width: 768px) {

    .box-content .row {
        padding-left: 0em;
    }
}
/* Box de Outras Notícias */

/*Comentário*/
.nome-c{
    text-transform:uppercase!important;
}
.icon-l {
    font-size: 17px;
    margin-right: 15px;
}
.icon-dl {
    font-size: 17px;
}
.icon-l:hover {
    color: #85932f!important;
}
.icon-dl:hover {
    color: red !important;
}
/*********************************************************************************/
/* NOTICIAS                                                                      */
/*********************************************************************************/
/*********************************************************************************/
/* OUVIDORIA                                                                     */
/*********************************************************************************/
.card-ouvidoria {
    width: 55%;
    border: 3px solid #004b80;
    box-shadow: 2px 5px 15px black;
}

.card-ouvidoria-position {
    float: right;
}

@media screen and (max-width: 780px) {
    .card-ouvidoria-position {
        float: left;
    }
}

.button-pesquisar {
    background-color: #ccc;
    border: 0 none;
    border-radius: 0.2em;
    color: #333 !important;
    font-size: 12pt;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.3em 1.6em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out 0s;
    width: 11.250em;
}
/***********/

#ouvidoria-texto {
    text-indent: 2.188em;
    margin-top: 1.250em;
}

#ouvidoria-texto p a {
    font-weight: bold;
    border-bottom: 0.063em dotted #666;
}

/*********************************************************************************/
/* OUVIDORIA                                                                     */
/*********************************************************************************/


/*********************************************************************************/
/* PAGINAÇÃO                                                                     */
/*********************************************************************************/
.pagination {
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
/*********************************************************************************/
/* PAGINAÇÃO                                                                     */
/*********************************************************************************/



/*********************************************************************************/
/* PORTA DA TRANSPARÊNCIA                                                        */
/*********************************************************************************/

.pt-icone {
    padding-bottom: 6px;
    max-width: 99px;
}

.link-box {
    width: 295px;
    height: 190px;
    background-color: #FFF;
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    text-align: center;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 1rem;
    margin-right: 20px;
    font-family: 'Raleway Light';
    font-size: 14px;
    color: #333;
    border-radius: 6px;
    transition: 0.3s;
}

.link-box:hover {
    transform: scale(1.04);
    transition: 0.3s;
}

.link-box .icon {
    padding-bottom: 6px;
    max-width: 99px;
}

.link-box p.title {
    padding: 0 10px;
}

/*********************************************************************************/
/* PORTA DA TRANSPARÊNCIA                                                        */
/*********************************************************************************/



/*********************************************************************************/
/* SIC                                                                           */
/*********************************************************************************/
.bg-titulo-sic {
    font-size: 20px;
    color: #004b80;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.bg-destaque-sic {
    font-size: 18px;
    color: #004b80;
    text-align: center;
}

.link-sic {
    color: #004b80;
    font-weight: bold;
}

.ul-sic {
    list-style-type: none;
    padding-left: 0em;
}

#sic-texto {
    text-indent: 2.188em;
    margin-top: 1.250em;
}

#sic-texto p a {
    border-bottom: 0.063em dotted #666;
}

@media screen and (max-width: 780px) {
    .card-position {
        float: left;
    }
}

.card-login {
    border: 3px solid #004b80;
    width: 60%;
    height: auto;
    box-shadow: 2px 5px 15px black;
}

.card-position {
    float: right;
}

.card-painel {
    border: 3px solid #004b80;
    width: 30%;
    height: auto;
    box-shadow: 2px 5px 15px black;
    margin-left: 20px;
}

@media screen and (max-width: 780px) {
    .card-position {
        float: left;
    }

    .card-painel {
        width: 100%;
        margin-left: 0px;
    }
}

.sic-filtro {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px dotted #999;
    padding: 10px;
}

.sic-filtro p {
    margin: 0;
    margin-top: 1em;
    text-align: left !important;
}

.sic-filtro input {
    height: 35px;
}

.sic-pesquisa {
    border: 0.063em dotted #666;
    margin-top: 1.250em;
}

#sic-opcao {
    background-color: #d6d6d6;
    width: 40%;
    text-align: center;
}

#sic-opcao a {
    color: #333 !important;
    text-transform: uppercase;
    text-align: center;
}

.button-pesquisar {
    background-color: #ccc;
    border: 0 none;
    border-radius: 0.2em;
    color: #333 !important;
    font-size: 12pt;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.3em 1.6em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out 0s;
    width: 11.250em;
}

/*----------------*/

#sic-passos {
    text-align: center;
}

#sic-passos a {
    background-color: #ccc;
    border: 0 none;
    border-radius: 0.2em;
    color: #333 !important;
    font-size: 5pt;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 0.625em;
    padding: 0.9em 1.6em;
    padding-top: 4em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s ease-in-out 0s;
    width: 30%;
    height: 25em;
    display: inline-block;
    margin: 0.313em;
}

#sic-passos a h2 {
    font-size: 18pt;
}

#sic-passos a h3 {
    font-size: 10pt;
}

#sic-passos a:hover {
    background-color: #8DD3CE;
}


/*********************************************************************************/
/* SIC                                                                           */
/*********************************************************************************/



/*********************************************************************************/
/* VEREADORES E COMISSÕES                                                        */
/*********************************************************************************/
.comissao {
    text-transform: uppercase;
    color: #efcd00;
}

.btn-composicao a {
    height: 32px;
    display: block;
    border: 1px solid #d6d6d6;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 3px solid #efcd00;
    color: #000;
    line-height: 28px;
    display: block;
    background: #fff;
}

.btn-composicao a:hover, .btn-composicao a:focus {
    background-color: #efcd00;
    border-color: #efcd00;
    color: #fff;
}

.divisor {
    border-bottom: 1px solid #9f9e9e;
    margin-top: 0;
    color: #006593 !important;
}

.info-ver {
    background-color: #fff;
    color: #213b5f;
    border: 1px solid #9f9e9e;
    margin-bottom: 20px !important;
}

.title-ver {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 21px;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}

.icon-ver {
    padding-bottom: 15px !important;
    font-size: 40px !important;
    color: #213b5f !important;
}

.btnEmail {
    width: 100%;
    height: 40px !important;
    background-color: #85932f;
    color: #fff !important;
    margin-top: 15px !important;
    text-align: center !important;
    text-transform: uppercase;
}

.icon-mensagem {
    color: #fff;
    padding-top: 9px !important;
    font-size: 20px !important;
}

.bg-titulo-ver {
    font-family: "Zag Bold" !important;
    font-size: 30pt;
    color: #85932f;
    text-transform: uppercase;
    padding: 0 !important;
}

.text-ver{
    font-size: 18pt!important;
    text-align:justify!important;
}
.vereadores .ver {
    min-height: 350px;
    text-align: center;
}

@media (max-width: 768px) {
    .vereadores .ver {
        width: 100%;
        min-height: auto;
        text-align: center;
    }
}

/*********************************************************************************/
/* VEREADORES E COMISSÕES                                                        */
/*********************************************************************************/



/*********************************************************************************/
/* RODAPÉ                                                                        */
/*********************************************************************************/

.footer {
    background: url("../../Arquivos/Uploads/rodape-com-opacidade.png");
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position: center top !important;
    color: #333;
    height: 530px;
    padding: 0px !important;
}

.logo-footer {
    /*max-width: 450px;
    margin-left: 10px;*/
    max-width: 430px;
    margin-left: 30px;
}

.info-footer {
    color: #ffffff;
}

.icon-footer {
    padding-right: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

.footer-position {
    font-size: 16px;
    text-align: left !important;
    float: left !important;
    padding-left: 15px !important;
    margin-top: 12px !important;
    margin-bottom: 10px !important;
    font-size: 18px;
}

.copyright {
    padding-top: 8px !important;
    font-size: 18px;
    color: #fff !important;
    text-align: center;
}

.hr-rodape {
    border-top: 5px solid #85932f;
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px !important;
}

.hr-divisao {
    border-top: 1px solid #fff;
    height: 1px;
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0px !important;
}

.hr-copyright {
    border-top: 3px solid #fff;
    height: 3px;
    width: 100%;
    padding: 0px !important;
}


/*********************************************************************************/
/* RODAPÉ                                                                        */
/*********************************************************************************/


/*********************************************************************************/
/* VERSÕES                                                        */
/*********************************************************************************/

/*ESPAÇAMENTO*/
.pl0 {
    padding-left: 0px;
}

.pr0 {
    padding-right: 0px;
}


/*Mobile*/
@media (max-width: 720px) {
    .icon-consulta {
        font-size: 11pt !important;
    }
    .btn-consulta {
        height: 64px;
    }
    .img-consulta {
        width: 105%;
    }

    
    .logo-header {
        width: 100% !important;
    }

    .nav {
        display: block !important;
    }

    .navbar-nav > li > a {
        line-height: 20px !important;
        background: #006593 !important;
        color: #fff !important;
        border-bottom: 3px solid #fff !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        border-bottom: 3px solid #006593 !important;
    }

    .img-not-dest {
        max-height: unset !important;
    }

    .img-not-ver {
        max-height: unset !important;
    }

    .not-ver {
        max-height: unset !important;
    }

    .quadro {
        width: 100%;
    }
    .evento {
        width:97%;
        height: auto !important;
    }

    .borda-escola {
        height: 1215px!important;
    }

    .borda-memorial {
        height: 1100px !important;
    }

    .img-position {
        max-height: unset !important;
    }

    .bg-titulo {
        text-align: center !important;
    }
    .sombra {
        width: 92.5% !important;
    }
    .vereador {
        width: 50% !important;
        height: 280px !important;
        text-align: center !important;
    }
    .acesso {
        width: 50% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
    .rodape {
        height: auto !important;
    }
    .borda-evento{
        height:auto!important
    }
    .btn-consulta {
        margin-left: 0px !important;
        margin-bottom: 20px !important;
    }
    .pauta {
        height: auto !important;
    }
    .logo-footer {
        max-width: 100% !important;
    }

    .footer {
        background: url("../../Arquivos/Uploads/rodape-com-opacidade-mobile.png");
        background-repeat: no-repeat;
        background-size: 100% 100% !important;
        background-position: center top !important;
        height: auto !important;
    }

    .pl0 {
        padding-left: 15px;
    }

    .pr0 {
        padding-right: 15px;
    }

    .copy {
        background-color: #006593 !important;
        height: auto !important;
    }

    .form-search {
        width: 100% !important;
        height: 50px !important;
        margin: 8px !important;
    }
   .camara{
       width:100%;
    }
}

/*Mobile 2*/
@media (min-width: 725px) and (max-width: 990px) {
    icon-consulta {
        font-size: 11pt !important;
    }
    .btn-consulta {

        height: 64px;
    }
    .img-not-dest {
        max-height: unset !important;
    }

    .header {
        height: 26em !important;
    }
    .logo-header {
        max-width: 90%!important;
    }
    .header {
        height: 26em !important;
    }
    .sombra {
        width: 96.5%!important;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 12pt !important;
    }

    .not-ver {
        height: 600px !important;
    }

    /*.img-not-ver {
        height: 416px !important;
    }*/

    .img-not-ver {
        max-height:unset !important;
    }

    .img-consulta {
        width: 102.2% !important;
        height: auto !important;
    }

    .btn-consulta {
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }

    .img-position {
        max-height: unset !important;
    }

    .vereador {
        width: 19.1% !important;
    }
    .logo-footer {
        max-width: 604px !important;
    }
    .footer-position{
        display:none;
    }
    .footer {
        height: 530px !important;
        text-align: center !important;
    }

    .borda-escola {
        height: 2000px !important;
    }    

    .borda-memorial {
        height: 2000px !important;
    }

    .quadro {
        width: 100% !important;
    }

    .video-youtube {
        display: none !important;
    }
}

/*Pequeno*/
@media (min-width: 993px) and (max-width: 1152px) {
    .img-not-dest {
        max-height: unset !important;
    }

    .img-not-ver {
        max-height: unset !important;
    }

    .not-ver {
        height: 230px !important;
    }

    .consulta-title {
        display: none !important;
    }

    .img-consulta {
        width: 410px !important;
    }

    .esp {
        margin-top: 10px !important;
    }

    .video-youtube {
        margin-top: 15px !important;
    }

    .logo-camera {
        display: none !important;
    }

    .quadro {
        height: 230px !important;
    }

    .borda-escola {
        height: 780px !important;
    }

    .borda-memorial {
        height: 780px !important;
    }

    .img-position {
        max-height: unset !important;
    }

    .form-search {
        width: 60% !important;
    }

    .vereador {
        width: 16.6% !important;
        height: 280px !important;
        text-align: center !important;
    }

    .rodape {
        height: auto !important;
    }

    .logo-footer {
        max-width: 100% !important;
    }

    .footer {
        height: 460px !important;
    }
}

/*Medio*/
@media (min-width: 1153px) and (max-width: 1650px) {
    .not-ver {
        height: 280px !important;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 12pt;
    }
    .img-position {
        max-height: unset !important;
    }
    .title-noticia {
        font-size: 12px;
    }
    .img-consulta {
        width: 100%;
        height: 340px;
    }
    .input-pesq {
        width: 80%;
    }
    .sombra {
        width: 91.8%;
    }
    .evento-altura{
        height:204px!important;
    }
    .vereador {
        width: 16.6% !important;
    }
    .rodape {
        height: auto !important;
    }

    .logo-footer {
        max-width: 380px;
        margin-left: 45px;
    }

    .footer {
        height: 440px !important;
    }
}

/*.owl-carousel, .owl-carousel .owl-item br{
    display:none!important;
}*/
body > div.container > div:nth-child(11) > div > div > div.owl-stage-outer > div > div:nth-child(16) {
    display: none !important;
}
body > div.container > div:nth-child(11) > div > div > div.owl-stage-outer > div > div:nth-child(17){
    display:none!important;

}

.field-validation-error {
    background: #FF8282;
    color: #fff;
    padding: 10px;
}