body {
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    background-color: #f9f9f9
}

.bg_padrao-cinzento {
    background-color: #929292;
    background-image: url(../images/bg_padrao-cinzento.gif)
}

.bg_padrao-cinzento-claro {
    background-color: #ffffff;
    background-image: url(../images/bg_padrao-cinzento-claro.gif)
}

.bg_padrao-cinzento-escuro {
    background-color: #ffffff;
    background-image: url(../images/bg_padrao-cinzento-escuro.jpg);
    margin-bottom: 15px
}

.bg_padrao-preto {
    background-color: #434343;
    background-image: url(../images/bg_padrao-preto.jpg);
    background-repeat: repeat-y;
    background-position: center top
}

.bg_padrao-amarelo {
    background-color: #f2cc43 !important;
    background-image: url(../images/bg_padrao-transparente.png) !important;
    background-repeat: repeat-y;
    background-position: right top;
    outline-color: #f2cc43 !important;
}

.bg_padrao-vermelho {
    background-color: #ff99ba !important;
    background-image: url(../images/bg_padrao-transparente.png) !important;
    background-repeat: repeat-y;
    background-position: right top;
    outline-color: #ff99ba !important;
}

.bg_padrao-azul {
    background-color: #90d88c !important;
    background-image: url(../images/bg_padrao-transparente.png) !important;
    background-repeat: repeat-y;
    background-position: right top;
    outline-color: #90d88c !important;
}

.bg_gradient-cinzento {
    background-color: #ffffff;
    background-image: url(../images/bg_gradient-cinzento.jpg);
    background-repeat: repeat-y;
    background-position: center top
}

.bg_cinzento {
    background-color: #aeaeae!important
}

.bg_cinzento-escuro {
    background-color: #434343!important
}

.bg_logotipo-branco {
    background-color: #f9f9f9;
    background-image: url(../images/bg_logotipo-branco.gif);
    background-repeat: no-repeat;
    background-position: center top
}

a {
    color: #646363
}

a:hover {
    text-decoration: none
}

@media (min-width: 1200px) {
    .minWith {
        min-width:100%;
        height: auto
    }
}

.sub-menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: normal
}

.sub-menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

.sub-menu li a {
}

.sub-menu li a:hover,.sub-menu li a.active {
}

@media (min-width: 992px) {
    .container {
        width:1000px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1024px
    }
}

#header {
    display: none
}

#header h1 {
    margin: 0px;
    padding: 0px;
    font-size: 9px;
    color: #f0f0f0;
    float: right
}

@media (max-width: 768px) {
    #header h1 {
        color:rgba(240,240,240,0.4)
    }
}

.btn-geral {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 30px
}

.cabecalho {
    border-bottom: solid 12px #ffffff;
    padding: 0px
}

@media (min-width: 768px) {
    .cabecalho {
        min-height:210px
    }
}

.cabecalho .container {
    text-align: center
}

.cabecalho .slogan {
    text-align: left;
    line-height: 26px;
    float: right;
    margin-top: 40px
}

@media (max-width: 768px) {
    .cabecalho .slogan {
        display:none
    }
}

.cabecalho .slogan .slogan-txt1 {
    font-size: 20px;
    font-style: italic;
    color: #767676;
    font-weight: 400
}

.cabecalho .slogan .slogan-txt2 {
    font-size: 23px;
    font-style: italic;
    color: #767676;
    font-weight: 400;
    text-transform: uppercase;
    background-image: url(../images/bg_3quadrados-cores-big.gif);
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    padding-right: 45px;
    padding-left: 70px
}

.cabecalho .navbar-header {
    float: none;
    text-align: left
}

@media (min-width: 768px) {
    .cabecalho .navbar-header {
        margin-top:22px;
        margin-bottom: 24px
    }
}

.cabecalho .navbar-header .navbar-brand {
    height: auto;
    padding: 0px;
    float: left
}

.cabecalho .navbar-header .navbar-brand img {
    margin-top: 0px;
    margin-bottom: 0px
}

@media (max-width: 768px) {
    .cabecalho .navbar-header .navbar-brand {
        float:none
    }

    .cabecalho .navbar-header .navbar-brand img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%
    }
}

@media (max-width: 768px) {
    .cabecalho .navbar-header .navbar-brand img {
        margin-top:4%;
        margin-bottom: 4%
    }
}

.cabecalho .navbar-header .navbar-toggle {
}

.cabecalho .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff
}

.cabecalho .navbar-toggle-container {
    background-color: #929292;
    background-image: url(../images/bg_padrao-cinzento.gif);
    background-repeat: repeat-x;
    background-position: left top
}

.cabecalho .navbar-toggle-container a.btn-inicio {
    background-image: url(../images/bt_inicio.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 35px;
    margin-top: 9px;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 9px;
    text-indent: -9000em
}

@media (min-width: 768px) {
    .cabecalho .navbar-toggle-container {
        display:none
    }
}

@media (max-width: 768px) {
    .cabecalho #menu-geral {
        margin:0px
    }

    .cabecalho #menu-geral ul {
        margin: 0px -15px
    }
}

.cabecalho #menu-geral {
    background-color: #929292;
    background-image: url(../images/bg_padrao-cinzento.gif);
    background-repeat: repeat-x;
    background-position: left top
}

.cabecalho #menu-geral ul {
    float: none;
    margin-top: 1px;
    margin-bottom: -3px;
    display: inline-block
}

.cabecalho #menu-geral ul li {
}

.cabecalho #menu-geral ul li a {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400
}

@media (min-width: 768px) {
    .cabecalho #menu-geral ul li a {
        float:left;
        padding: 2px 5px
    }

    .cabecalho #menu-geral ul li:after {
        content: '|';
        font-size: 11px;
        color: #FFFFFF;
        padding-top: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 600;
        display: inline-block
    }

    @media (min-width: 768px) and (max-width:992px) {
        .cabecalho #menu-geral ul li:after {
            display:none
        }
    }

    @media (min-width: 992px) and (max-width:1200px) {
        .cabecalho #menu-geral ul li a {
            padding:2px 5px
        }
    }

    .cabecalho #menu-geral ul li:last-child:after {
        content: ''
    }

    .cabecalho #menu-geral ul li a:hover {
        color: #eee;
        text-decoration: underline
    }
}

.cabecalho #menu-geral ul li a:hover,.cabecalho #menu-geral ul li.active a {
    background-color: transparent
}

.cabecalho #menu-geral ul li a:active {
    background-color: transparent
}

.cabecalho #menu-geral ul li a:focus {
    background-color: transparent
}

@media (max-width: 768px) {
    .cabecalho #menu-geral .container {
        width:auto;
        margin-top: 0px;
        margin-right: -15px;
        margin-bottom: 0px;
        margin-left: -15px;
        padding: 0px
    }

    .cabecalho #menu-geral ul {
        margin: 0px;
        float: none;
        text-align: left;
        display: block
    }

    .cabecalho #menu-geral ul li a {
        background-color: #929292;
        color: #ffffff
    }

    .cabecalho #menu-geral ul li a:hover {
        background-image: none;
        background-color: #666;
        color: #fff
    }
}

.c-slideshow {
    border-bottom: solid 10px #ffffff
}

.corposite {
    background-color: #ffffff
}

@media (max-width: 768px) {
    .corposite .container {
        padding-left:0px;
        padding-right: 0px
    }
}

.corposite.destaque-index .row {
    margin-left: -6px;
    margin-right: -6px
}

.corposite.destaque-index .col-md-1,.corposite.destaque-index .col-md-2,.corposite.destaque-index .col-md-3,.corposite.destaque-index .col-md-4,.corposite.destaque-index .col-md-5,.corposite.destaque-index .col-md-6,.corposite.destaque-index .col-md-7,.corposite.destaque-index .col-md-8,.corposite.destaque-index .col-md-9,.corposite.destaque-index .col-md-10,.corposite.destaque-index .col-md-11,.corposite.destaque-index .col-md-12 {
    padding-left: 6px;
    padding-right: 6px
}

.corposite .row {
    margin-left: -10px;
    margin-right: -10px
}

.corposite .col-md-1,.corposite .col-md-2,.corposite .col-md-3,.corposite .col-md-4,.corposite .col-md-5,.corposite .col-md-6,.corposite .col-md-7,.corposite .col-md-8,.corposite .col-md-9,.corposite .col-md-10,.corposite .col-md-11,.corposite .col-md-12 {
    padding-left: 10px;
    padding-right: 10px
}

.conteudos {
    font-size: 13px;
    line-height: 24px;
    position: relative
}

.conteudos .col-md-12 {
}

.conteudos a {
}

.conteudos .btn-geral {
    border: 0px none;
    background-color: #BBBBBB;
    color: #fff;
    display: inline-block
}

.conteudos .btn-geral:hover {
    background-color: #666666
}

.conteudos .btn-voltar.btn-geral {
    background-image: none;
    float: right;
    font-size: 10px;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 4px 10px;
    height: 25px
}

.conteudos p:last-child {
    margin-bottom: 0px
}

.conteudos .titulo {
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 400
}

.modulo .conteudos .titulo {
    color: #333;
    text-decoration: none;
    font-size: 19px;
    font-weight: 400
}

.conteudos .tit-caixa {
    margin-bottom: 3px;
    padding-top: 6px;
    padding-left: 10px;
    padding-bottom: 6px;
    /* text-shadow: 1px 1px 2px #000; */
}

.conteudos .tit-caixa:after {
    content: '';
    background-image: url(../images/bg_3quadrados-branco.gif);
    background-repeat: no-repeat;
    background-position: right center;
    height: 8px;
    width: 31px;
    margin-right: 13px;
    margin-top: 9px;
    float: right;
    display: block
}

.conteudos .tit-caixa.bg_padrao-preto:after {
    display: none
}

.conteudos .tit-caixa.bg_gradient-cinzento:after {
    background-image: url(../images/bg_3quadrados-cores.gif)
}

.bg_cinzento .tit-caixa,.noticias .tit-caixa {
    margin-bottom: 7px
}

.conteudos .subtitulo {
    color: #00a4db;
    text-decoration: none;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase
}

.conteudos .subtitulo2 {
    font-size: 24px;
    font-weight: 400;
    color: #00a4db;
    text-transform: none;
    margin-bottom: 12px
}

.conteudos h1 {
    margin-top: 0px;
    margin-bottom: 15px!important
}

.conteudos h2 {
    margin-top: 0px;
    margin-bottom: 15px!important
}

.conteudos h3 {
    margin-top: 0px;
    margin-bottom: 15px!important
}

.conteudos .breadcrumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.conteudos .breadcrumb a {
    color: #333;
    font-weight: bold
}

.paginas .descricao-pagina {
    background-color: #ffffff;
    line-height: 21px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px
}

.paginas .descricao-pagina h3 {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    text-transform: uppercase
}

@media (min-width: 769px) {
    .paginas .descricao-pagina .c-imagem {
        float:left;
        width: 355px;
        margin-right: 15px;
        margin-bottom: 5px;
        margin-top: -25px;
        margin-left: -25px
    }
}

@media (max-width: 768px) {
    .paginas .descricao-pagina .c-imagem {
        margin-left:-25px;
        margin-right: -25px;
        position: relative;
        z-index: 0;
        top: -25px
    }
}

.paginas .descricao-pagina .imagem {
    width: 100%;
    height: auto
}

.col-formulario.pedido-contacto {
    background-color: #FFF;
    background-image: url(../images/bg_col-formulario.gif);
    margin-bottom: 5px
}

.col-formulario.pedido-contacto .descricao {
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    color: #606060;
    text-decoration: none;
    padding: 4px 8px
}

.col-formulario.pedido-contacto .descricao p {
    margin-top: 3px;
    margin-bottom: 8px
}

.col-formulario.pedido-contacto .form_pedido-contacto {
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 10px
}

.col-formulario.pedido-contacto .form_pedido-contacto .form-group {
    margin-bottom: 3px
}

.col-formulario.pedido-contacto .form_pedido-contacto .form-group .form-control {
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    font-size: 13px
}

.col-formulario.pedido-contacto .form_pedido-contacto .form-group .label-hide {
    display: none
}

.col-formulario.pedido-contacto .form_pedido-contacto .form-group label {
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 0px
}

.col-formulario.pedido-contacto .form_pedido-contacto #assunto {
    color: #9a9a9a;
    background-image: url(../images/icon_seta-baixo.gif);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal
}

.col-formulario.pedido-contacto .form_pedido-contacto .assunto label {
    color: #606060
}

.col-formulario.pedido-contacto .btn-enviar {
    background-color: #959595;
    font-size: 14px;
    text-transform: capitalize;
    color: #FFF;
    text-decoration: none;
    width: 95px;
    height: 30px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    display: block
}

.caixa_pedido-contacto {
    border: 1px solid #000000;
    background-color: #FFF;
    color: #606060;
    text-align: center;
    line-height: normal;
    font-size: 14px;
    font-weight: 300;
    padding-top: 7px;
    padding-bottom: 7px
}

.caixa_pedido-contacto .txt1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #2e2e2e;
    text-transform: uppercase
}

.caixa_pedido-contacto .txt2 {
    font-size: 27px;
    line-height: 27px;
    color: #2e2e2e;
    font-weight: 900
}

.container-partilhar {
    margin-top: 25px;
    padding: 0px 20px;
    background-color: #F5F5F5
}

@media (max-width: 992px) {
    .container-partilhar {
        padding:5px 20px
    }

    .paginas .descricao-pagina {
        padding: 15px
    }

    .paginas .descricao-pagina .c-imagem {
        margin-left: -15px;
        margin-top: -15px
    }
}

.container-partilhar:after {
    content: '';
    clear: both;
    display: block
}

.container-partilhar .partilhar-titulo {
    font-size: 15px;
    line-height: 16px;
    color: #1B457A;
    font-weight: 400;
    margin-top: 15px;
    margin-right: 18px;
    margin-bottom: 10px;
    display: block
}

@media (max-width: 992px) {
    .container-partilhar .partilhar-titulo {
        text-align:center
    }
}

@media (min-width: 992px) {
    .container-partilhar .partilhar-titulo {
        float:left
    }
}

.container-partilhar .redesociais {
    margin-top: 10px;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .container-partilhar .redesociais {
        display:block;
        float: left
    }
}

@media (max-width: 992px) {
    .container-partilhar .redesociais {
        text-align:center;
        margin-top: 15px;
        margin-right: auto;
        margin-bottom: 5px;
        margin-left: auto;
        float: none;
        display: block
    }
}

.rodape-links {
    text-align: center;
    margin-top: 35px
}

@media (max-width: 768px) {
    .rodape-links {
        display:none
    }
}

.rodape-links a {
    color: #767676;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block
}

.rodape-links a:hover {
    color: #767676
}

.rodape-links a:after {
    content: '|';
    color: #767676;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 22.3px;
    display: inline-block
}

@media (min-width: 768px) and (max-width:992px) {
    .rodape-links a:after {
        padding:0px 5px
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .rodape-links a:after {
        padding:0px 20.8px
    }
}

.rodape-links a:last-child:after {
    display: none
}

.rodape-links .container {
    padding-top: 4px;
    padding-bottom: 4px
}

.rodape-links .container:after,.rodape-links .container:before {
    content: '';
    background-color: #767676;
    width: 100%;
    height: 1px;
    display: block
}

.rodape {
    padding-top: 35px;
    font-size: 12px;
    color: #707070;
    font-weight: 400
}

.rodape a {
    font-size: 12px;
    font-weight: 400;
    color: #707070
}

.rodape p {
}

.rodape .logotipo img {
    margin-top: -14px;
    max-width: 100%;
    height: auto
}

@media (min-width: 768px) and (max-width:992px) {
    .rodape .logotipo img {
        margin-top:-8px
    }
}

@media (min-width: 768px) {
    .rodape .contactos {
        padding-left:0px
    }

    .rodape .mapa {
        padding-left: 0px
    }
}

@media (max-width: 768px) {
    .rodape .contactos {
        margin-top:15px;
        margin-bottom: 15px
    }

    .rodape .mapa {
        margin-bottom: 15px
    }

    .rodape .mapa iframe {
        width: 100%
    }

    .paginas .descricao-pagina .c-imagem {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 10px
    }
}

.rodape .mapa img {
    border: 1px solid #7c7c7c
}

.rodape .redesociais {
    border: solid 1px #767676;
    padding: 7px 0px
}

.rodape .redesociais:after {
    content: '';
    clear: both;
    display: block
}

.rodape .redesociais .redesociais-titulo {
    font-size: 16px;
    color: #767676;
    font-weight: 600;
    text-transform: none;
    margin-top: 4px;
    margin-left: 15px;
    margin-right: 12px;
    display: block;
    float: left
}

.rodape .redesociais a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-image: url(../images/sprite_redesociais-nv.png);
    background-repeat: no-repeat;
    background-size: 515%;
    text-align: left;
    text-indent: -9000em;
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .15s ease-in;
    -ms-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in
}

@media (max-width: 768px) {
    .rodape .redesociais a {
        margin-right:5px
    }
}

.rodape .redesociais a:hover {
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in;
    -ms-transition: opacity .15s ease-in;
    -moz-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in
}

.rodape .redesociais .bt_facebook {
    background-position: left 100%;
    margin-right: -4px
}

.rodape .redesociais .bt_twitter {
    background-position: 25% 100%
}

.rodape .redesociais .bt_googlemais {
    background-position: 50% 100%
}

.rodape .redesociais .bt_linkedin {
    background-position: 75% 100%
}

.rodape .redesociais .bt_email {
    background-position: right 100%
}

.rodape .redesociais .bt_instagram {
    background-position: 75% 100%
}

.rodape .redesociais .bt_whatsapp {
    background-position: 50% 100%
}

.copyright {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #CCCCCC;
    padding-top: 20px;
    padding-bottom: 30px;
    display: block
}

.copyright a {
    text-decoration: none;
    color: #CCCCCC
}

.copyright p {
}

.formulario {
}

.formulario .form-group {
    text-transform: uppercase
}

.formulario .form-control {
    background-color: #ededed;
    font-family: Calibri,Arial,Helvetica,sans-serif;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.formulario .btn-enviar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px none;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #d51626
}

.formulario .btn-cancelar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: 0px none;
    text-transform: uppercase;
    font-size: 12px;
    color: #d51626
}

.titulo-newsl {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    color: #606060;
    text-transform: uppercase;
    margin-bottom: 5px
}

#inputs-newls {
    padding-left: 0px;
    padding-right: 10px
}

#inpt-name {
    margin-bottom: 5px;
    height: 28px;
    font-size: 12px
}

#inpt-email {
    height: 28px;
    font-size: 12px
}

#btn-submit-newls {
    height: 60px;
    font-size: 12px
}

#btn-div-newsl {
    padding-left: 0px
}

.c-table {
    margin-left: 0px;
    margin-right: 0px;
    clear: both
}

.c-row-odd {
    background-color: #faf4e2;
    border: 1px solid silver;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 7px;
    min-height: 60px;
    vertical-align: middle;
    display: table
}

.c-row-even {
    background-color: #fff;
    border: 1px solid silver;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 7px
}

@media (max-width: 425px) {
    .bw-ms {
        font-size:2.8vw;
        line-height: 4.8vw
    }
}

@media (max-width: 320px) {
    .c-min-h-180-ms {
        min-height:180px!important
    }

    .c-min-h-170-ms {
        min-height: 170px!important
    }

    .c-min-h-150-ms {
        min-height: 150px!important;
    }

    .c-min-h-142-ms {
        min-height: 142px!important
    }

    .c-min-h-130-ms {
        min-height: 130px!important
    }

    .c-min-h-120-ms {
        min-height: 120px!important
    }

    .c-min-h-110-ms {
        min-height: 110px!important
    }

    .c-min-h-100-ms {
        min-height: 100px!important
    }

    .c-min-h-80-ms {
        min-height: 80px!important
    }

    .c-min-h-60-ms {
        min-height: 60px!important
    }
}

@media (min-width: 321px) AND (max-width:375px) {
    .c-min-h-180-mm {
        min-height:180px!important
    }

    .c-min-h-170-mm {
        min-height: 170px!important
    }

    .c-min-h-150-mm {
        min-height: 150px!important
    }

    .c-min-h-130-mm {
        min-height: 130px!important
    }

    .c-min-h-120-mm {
        min-height: 120px!important
    }

    .c-min-h-110-mm {
        min-height: 110px!important
    }

    .c-min-h-100-mm {
        min-height: 100px!important
    }

    .c-min-h-80-mm {
        min-height: 80px!important
    }

    .c-min-h-60-mm {
        min-height: 60px!important
    }
}

@media (min-width: 371px) AND (max-width:767px) {
    .c-min-h-180-ml {
        min-height:180px!important
    }

    .c-min-h-170-ml {
        min-height: 170px!important
    }

    .c-min-h-150-ml {
        min-height: 150px!important
    }

    .c-min-h-130-ml {
        min-height: 130px!important
    }

    .c-min-h-120-ml {
        min-height: 120px!important
    }

    .c-min-h-110-ml {
        min-height: 110px!important
    }

    .c-min-h-100-ml {
        min-height: 100px!important
    }

    .c-min-h-79-ml {
        min-height: 79px!important;
    }

    .c-min-h-80-ml {
        min-height: 80px!important
    }

    .c-min-h-60-ml {
        min-height: 60px!important
    }
}

@media (min-width: 768px) AND (max-width:990px) {
    .c-min-h-150-sm {
        min-height:150px!important
    }

    .c-min-h-130-sm {
        min-height: 130px!important
    }

    .c-min-h-120-sm {
        min-height: 120px!important
    }

    .c-min-h-110-sm {
        min-height: 110px!important
    }

    .c-min-h-100-sm {
        min-height: 100px!important
    }

    .c-min-h-80-sm {
        min-height: 80px!important
    }

    .c-min-h-60-sm {
        min-height: 60px!important
    }
}

@media (min-width: 991px) {
    .c-min-h-100-md {
        min-height:100px!important
    }

    .c-min-h-90-md {
        min-height: 90px!important
    }

    .c-min-h-80-md {
        min-height: 80px!important
    }

    .c-min-h-70-md {
        min-height: 70px!important
    }

    .c-min-h-60-md {
        min-height: 60px!important
    }
}

.caixa-tit {
    height: auto !important;
    min-height: 35px !important;
}
