@import "../includes/fonts.css";

/*******************************************************************************
 * RESET DE PROPRIEDADES GERAIS                                        - IN�CIO 
 ******************************************************************************/
html,
body {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    position: relative;
    background: url(../imagens/rep.jpg) center repeat-y;
    overflow-x: hidden;
}

.centraliza_conteudo {
    width: 990px;
    margin: auto;
}


#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../imagens/rep.jpg) center / 100% 100% no-repeat;
}

#preloader svg {
    display: block;
    margin: auto;
}

#preloader svg path {
    stroke: #FFFFFF;
    stroke-width: 2px;
    stroke-dasharray: 853;
    animation: 6s draw forwards;
}

@keyframes draw {
    0% {
        fill-opacity: 0;
        stroke-dashoffset: 853;
    }

    25% {
        fill-opacity: 0;
        stroke: #FFFFFF;
    }

    50% {
        fill-opacity: 1;
        stroke: #FFFFFF;
    }

    100% {
        fill-opacity: 1;
        stroke-dashoffset: 0;
        stroke: #FFFFFF;
    }
}

header {
    width: 100%;
    float: left;
    position: relative;
}

section {
    width: 100vw;
    float: left;
    position: relative;
    /*z-index: 888888 !important;*/
}

/*******************************************************************************
 * RESET DE PROPRIEDADES GERAIS                                           - FIM  
 ******************************************************************************/



/*******************************************************************************
 * CSS MENU                                                           - in�cio *
 ******************************************************************************/

.floating-div {
    display: block;
    position: fixed;
    bottom: 120px;
    right: 600px;
    /* background-color: #ffffff; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    z-index: 999999;
    width: 675px;
    height: 675px;
    /* z-index: 1000; */
}

.floating-div img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1600px) {
    .floating-div {
        bottom: 50px;
        right: 400px;
    }
}


#menu {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 25px;
    /*z-index: 999999 !important;*/
    z-index: 333;
    background: url(../imagens/barra_menu.png) center / 1000px 60px no-repeat;
}

#menu .fone {
    width: 955px;
    padding-right: 25px;
    margin: auto;
    position: relative;
    top: -23px;
    text-align: right;
    background: url(../imagens/whatsapp.svg) right center / auto 20px no-repeat;
}

@media screen and (max-width: 1024px) {
    #menu {
        background: url(../imagens/barra_menu.png) center / 990px 60px no-repeat;
    }

    #menu .fone {
        width: 940px;
    }
}

#menu .fone>a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'roboto-condensed';
    font-size: 13pt;
    color: #e6e6e6;
}

#menu .fone>a:hover {
    text-shadow: 0px 0px 20px #fff;
    font-family: 'roboto-condensed-bold';
}

#menu ul {
    width: 980px;
    padding: 0px;
    margin: auto;
    position: relative;
    top: -15px;
    list-style: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#menu ul li.marca-ed {
    width: 205px;
    height: 48px;
    float: left;
    border-left: none;
    background: url(../imagens/marcaed.png) no-repeat center;
}

#menu ul li {
    height: 30px;
    padding: 0px 7px;
    line-height: 25px;
    position: relative;
    border-left: solid 1px #252525;
}

#menu ul li a {
    text-decoration: none;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #e6e6e6;
}

#menu ul li a:hover {
    text-shadow: 0px 0px 20px #fff;
}

#menu ul.submenu {
    width: 180px;
    height: 0px;
    padding: 0px 20px;
    position: absolute;
    top: 30px;
    left: -20px;
    visibility: hidden;
    z-index: 999999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    background-clip: padding-box;
    border-top: solid 5px transparent;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    box-shadow: 0px 10px 10px 0px #000;
}

#menu #active:hover ul.submenu {
    height: auto;
    visibility: visible;
    position: absolute;
    z-index: 999999;
    transition: all 0.6s 0s;
}

#menu ul.submenu li {
    width: 100%;
    float: left;
    padding: 5px 0px;
    border-left: none;
    line-height: 40px;
    border-bottom: solid 1px #252525;
    list-style-position: inside;
    list-style-image: url(../imagens/icone_list.png);
}

#menu ul.submenu li:last-child {
    border-bottom: none;
}

#menu ul.submenu li a {
    position: relative;
    top: -5px;
    font-family: 'roboto-condensed';
    font-size: 13pt;
    color: #e6e6e6;
}

#menu ul.submenu li:hover a {
    text-shadow: 0px 0px 20px #fff;
    font-family: 'roboto-condensed-bold';
}

/*******************************************************************************
 * CSS MENU                                                               - FIM
 ******************************************************************************/



/*******************************************************************************
 * CSS SLIDER - flexslider                                             - IN�CIO
 ******************************************************************************/
#slider {
    width: 100%;
    height: 100%;
    max-height: 525px;
    float: left;
}

/*******************************************************************************
 * CSS SLIDER - flexslider                                                - FIM
 ******************************************************************************/



/*******************************************************************************
 * CSS CONTEUDO EMPRES CAPA                                            - IN�CIO
 ******************************************************************************/
#empresa {
    width: 100%;
    height: 100%;
    max-height: 632px;
    float: left;
    margin-top: -140px;
    position: relative;
    z-index: 900;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../imagens/bg_empresa.png);
}

#empresa .conteudo_empresa {
    width: calc(65% - 20px);
    padding: 10px;
    float: left;
    margin-top: 150px;
}

#empresa .conteudo_empresa .titulo {
    width: 100%;
    float: left;
    font-family: 'roboto-condensed-bold';
    font-size: 23pt;
    color: #e9e9e9;
}

#empresa .conteudo_empresa .titulo span {
    width: 100%;
    float: left;
    font-family: 'roboto-medium';
    font-size: 13pt;
    color: #dbdbdb;
}

#empresa .conteudo_empresa .texto {
    width: 100%;
    float: left;
    font-family: 'roboto-regular';
    font-size: 12pt;
    color: #9c9b9b;
}

#empresa .conteudo_empresa .texto a {
    text-decoration: none;
    font-family: 'roboto-regular';
    font-size: 12pt;
    color: #9c9b9b;
}

#empresa .conteudo_empresa .texto a:hover {
    text-decoration: underline;
}

#empresa .conteudo_empresa .saiba_mais {
    width: 100%;
    height: 27px;
    float: left;
    background: url(../imagens/saiba_mais.png) no-repeat right;
}

#empresa .nossos_clientes {
    width: calc(35% - 22px);
    padding: 10px;
    float: right;
    margin-top: 160px;
    position: relative;
}

#empresa .nossos_clientes .titulo {
    float: left;
    margin-left: 36px;
    margin-top: -10px;
    font-family: 'roboto-condensed-bold';
    font-size: 23pt;
    color: #e9e9e9;
}

#empresa .nossos_clientes .carousel {
    width: 270px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    margin-left: 25px;
}

#empresa .nossos_clientes .carousel .elemento {
    width: 100%;
    float: left;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#empresa .nossos_clientes .carousel .elemento .detalhe-cliente {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 35px;
    left: 45px;
    background: url(../imagens/clientes/bg_detalhe.png) no-repeat center;
}

#empresa .nossos_clientes .carousel .elemento .thumb_cliente {
    width: 114px;
    height: 114px;
    float: left;
    margin: 10px;
    position: relative;
    background: url(../imagens/clientes/bg_cleintes.png) no-repeat center;
}

#empresa .nossos_clientes .carousel .elemento .thumb_cliente .img_cliente {
    width: 100%;
    height: 100%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#empresa .veja-mais-clientes {
    width: 100%;
    height: 31px;
    float: left;
    background: url(../imagens/clientes/veja_mais_clientes.png) no-repeat right;
}

/*******************************************************************************
 * CSS CONTEUDO EMPRES CAPA                                               - FIM
 ******************************************************************************/



/*******************************************************************************
* CSS PORTITOLIO CAPA                                                  - INICIO
*******************************************************************************/
#portfolio {
    width: 100%;
    height: 100%;
    max-height: 565px;
    float: left;
    padding-bottom: 20px;
    position: relative;
    z-index: 300;
    border-bottom: solid 1px #EFEFEF;
    background-position: center;
    background-repeat: no-repeat;
}

#portfolio .titulo {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'roboto-condensed-bold';
    font-size: 23pt;
    color: #e9e9e9;
}

#portfolio .veja_mais_portfolio {
    width: 100%;
    height: 60px;
    float: left;
    background: url(../imagens/veja_mais_portfolio.png) center / contain no-repeat;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #6caff2;
}

/*******************************************************************************
* CSS PORTITOLIO CAPA                                                     - FIM
*******************************************************************************/



/*******************************************************************************
* CSS REDES SOCIAIS CAPA                                               - INICIO
*******************************************************************************/
#conteudo_midea {
    width: 100%;
    float: left;
    padding-top: 40px;
    position: relative;
    z-index: 300;
    background-position: center;
    background-repeat: no-repeat;
}

#conteudo_midea .img_detalhe_03 {
    width: 100%;
    height: 192px;
    position: absolute;
    top: 110px;
    background: url(../imagens/img_03.png) no-repeat center;
}

#conteudo_midea .redes_sociais {
    width: 50%;
    padding: 10px;
    float: left;
}

#conteudo_midea .redes_sociais .titulo_redes {
    position: relative;
    text-align: center;
    position: relative;
    top: 10px;
    line-height: 25px;
    font-family: 'roboto-condensed-bold';
    font-size: 18pt;
    color: #c5c5c5;
}

#conteudo_midea .redes_sociais .titulo_redes span {
    font-family: 'roboto-condensed-bold';
    font-size: 22pt;
    color: #e9e9e9;
}

#conteudo_midea .redes_sociais .titulo_redes .img_detalhe_04 {
    width: 85px;
    height: 53px;
    position: absolute;
    left: 40px;
    top: 10px;
    background: url(../imagens/img_04.png) no-repeat center;
}

#conteudo_midea .redes_sociais .titulo_redes .img_detalhe_05 {
    width: 88px;
    height: 55px;
    position: absolute;
    right: 35px;
    top: 10px;
    background: url(../imagens/img_05.png) no-repeat center;
}

#conteudo_midea .redes_sociais .bg_redes_sociais {
    width: 100%;
    height: 230px;
    float: left;
    position: relative;
    z-index: 900;
    margin-top: 10px;
    background: url(../imagens/bg_redes_sociais.png) center / 100% 100% no-repeat;
}

#conteudo_midea .redes_sociais ul.outras_redes {
    width: 100%;
    padding: 0px;
    float: left;
    margin-top: -10px;
    list-style: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#conteudo_midea .redes_sociais ul.outras_redes li .icone_redes {
    width: 50px;
    height: 61px;
    float: left;
    margin: 0px 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#conteudo_midea .veja_noticias {
    width: 38%;
    height: 66px;
    float: right;
    margin-top: 20px;
    background: url(../imagens/veja_mais_noticias.png) center / contain no-repeat;
}

#conteudo_midea .veja_guias {
    width: 38%;
    height: 66px;
    float: right;
    margin-top: 20px;
    background: url(../imagens/veja_mais_GUIAS.png) center / contain no-repeat;
}

#conteudo_midea .depoimentos {
    width: 45%;
    float: right;
    padding: 0px;
    margin-top: 90px;
    margin-right: 20px;
    position: relative;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
    z-index: 999999 !important;
    background: rgba(38, 38, 38, 0.7);
    box-shadow: 0px 0px 5px 2px #252525;
    border: solid 2px rgba(174, 174, 174, 0.5);
}

#conteudo_midea .depoimentos .abre_aspas {
    width: 20px;
    height: 20px;
    padding: 5px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 5em;
    z-index: 999999 !important;
    background: url(../imagens/aspas_abre.png) center / 15px 15px no-repeat rgba(38, 38, 38, 1);
}

#conteudo_midea .depoimentos .fecha_aspas {
    width: 20px;
    height: 20px;
    padding: 5px;
    position: absolute;
    bottom: -7px;
    right: -7px;
    border-radius: 5em;
    z-index: 999999 !important;
    background: url(../imagens/aspas_fecha.png) center / 15px 15px no-repeat rgba(38, 38, 38, 1);
}

#conteudo_midea .depoimentos .titulo {
    width: 100%;
    position: absolute;
    top: -60px;
    font-family: 'roboto-condensed-bold';
    font-size: 23pt;
    color: #e9e9e9;
}

#conteudo_midea .depoimentos .texto_depoimento {
    width: calc(100% - 34px);
    height: 180px;
    float: left;
    padding: 15px;
    position: relative;
    display: block;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
}

#conteudo_midea .depoimentos .texto_depoimento p {
    width: 100%;
    position: relative;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'roboto-regular';
    font-size: 11pt;
    color: #9c9b9b;
}

#conteudo_midea .depoimentos .texto_depoimento .nome_depoimento {
    float: right;
    position: absolute;
    bottom: 30px;
    right: 5%;
    font-family: 'roboto-regular';
    font-size: 12px;
    color: #a2a2a2;
}

/*******************************************************************************
* CSS REDES SOCIAIS CAPA                                                  - FIM
*******************************************************************************/



/*******************************************************************************
* CSS NOT�CIAS CAPA                                                    - IN�CIO
*******************************************************************************/
#noticias_capa {
    width: 100%;
    float: left;
    padding: 30px 0px;
    position: relative;
    z-index: 300;
    background-position: center;
    background-repeat: no-repeat;
}

#noticias_capa .titulo_noticias {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    background: url(../imagens/detalhesegnivel.png) center / 100% 100% no-repeat;
}

#noticias_capa .titulo_noticias p {
    width: 100%;
    float: left;
    margin: 0px;
    margin-top: -5px;
    text-align: center;
    font-family: 'roboto-condensed-bold';
    font-size: 23pt;
    color: #e9e9e9;
}

#noticias_capa ul.noticias_capa {
    width: 80%;
    float: left;
    padding: 0px;
    margin: 30px 0px 0px 10%;
    list-style: none;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#noticias_capa ul.noticias_capa li {
    width: 300px;
    float: left;
    margin: 20px 0px;
}

#noticias_capa ul.noticias_capa li .thumb_noticia_capa {
    width: 100%;
    height: 180px;
    float: left;
}

#noticias_capa ul.noticias_capa li .thumb_noticia_capa .foto_noticia_capa {
    width: 100%;
    height: 180px;
    float: left;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media screen and (max-width: 1580px) {
    #noticias_capa ul.noticias_capa {
        width: 95%;
        margin: 30px 0px 0px 2.5%;
    }
}

@media screen and (max-width: 1366px) {
    #noticias_capa ul.noticias_capa {
        width: 95%;
        margin: 30px 0px 0px 2.5%;
    }

    #noticias_capa ul.noticias_capa li {
        width: 270px;
    }

    #noticias_capa ul.noticias_capa li .thumb_noticia_capa {
        height: 161px;
    }

    #noticias_capa ul.noticias_capa li .thumb_noticia_capa .foto_noticia_capa {
        height: 161px;
    }
}

@media screen and (max-width: 1024px) {
    #noticias_capa ul.noticias_capa li {
        width: 220px;
    }

    #noticias_capa ul.noticias_capa li .thumb_noticia_capa {
        height: 132px;
    }

    #noticias_capa ul.noticias_capa li .thumb_noticia_capa .foto_noticia_capa {
        height: 132px;
    }
}

#noticias_capa ul.noticias_capa li .data_noticia_capa {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #6caff2;
}

#noticias_capa ul.noticias_capa li .titulo_noticia_capa {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: 'roboto-condensed';
    font-size: 16px;
    color: #e9e9e9;
}

#noticias_capa .veja_mais_noticias {
    width: 100%;
    height: 60px;
    float: left;
    background: url(../imagens/veja_mais_noticias.png) center / contain no-repeat;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #6caff2;
}

#noticias_capa .veja_mais_guias {
    width: 100%;
    height: 60px;
    float: left;
    background: url(../imagens/veja_mais_GUIAS.png) center / contain no-repeat;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #6caff2;
}

/*******************************************************************************
* CSS NOT�CIAS CAPA                                                       - FIM
*******************************************************************************/



/*******************************************************************************
 * CSS RODAP�                                                          - IN�CIO
 ******************************************************************************/
footer {
    width: 100%;
    height: 100%;
    max-height: 523px;
    float: left;
    position: relative;
    z-index: 900;
    border-top: solid 1px #efefef;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../imagens/bg_footer.jpg);
}

footer .img_detalhe_01 {
    width: 1050px;
    height: 36px;
    position: absolute;
    top: 70px;
    background: url(../imagens/img_01.png) right top / 1200px 36px no-repeat;
}

footer .img_detalhe_02 {
    width: 800px;
    height: 58px;
    position: absolute;
    right: 0px;
    bottom: 150px;
    background: url(../imagens/img_02.png) left top / 1000px 58px no-repeat;
}

@media screen and (max-width: 1680px) {
    footer .img_detalhe_01 {
        width: 900px;
    }

    footer .img_detalhe_02 {
        width: 670px;
    }
}

@media screen and (max-width: 1660px) {
    footer .img_detalhe_01 {
        width: 900px;
    }

    footer .img_detalhe_02 {
        width: 670px;
    }
}

@media screen and (max-width: 1420px) {
    footer .img_detalhe_01 {
        width: 800px;
    }

    footer .img_detalhe_02 {
        width: 550px;
    }
}

@media screen and (max-width: 1366px) {
    footer .img_detalhe_01 {
        width: 750px;
    }

    footer .img_detalhe_02 {
        width: 520px;
    }
}

@media screen and (max-width: 1280px) {
    footer .img_detalhe_01 {
        width: 700px;
    }

    footer .img_detalhe_02 {
        width: 480px;
    }
}

@media screen and (max-width: 1024px) {
    footer .img_detalhe_01 {
        width: 600px;
    }

    footer .img_detalhe_02 {
        width: 350px;
    }
}

footer #rodape {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 40px;
    align-items: top;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

footer #rodape .conteudo {
    width: calc((100% / 3) - 20px);
    float: left;
}

footer #rodape .conteudo .titulo_rodape {
    width: 100%;
    float: left;
    font-family: 'roboto-condensed-bold';
    font-size: 20pt;
    color: #a2a2a2;
}

footer #rodape .conteudo ul {
    width: 100%;
    float: left;
    padding: 0px;
}

footer #rodape .conteudo ul li {
    width: 100%;
    padding: 4px 0px;
    float: left;
    line-height: 22px;
    list-style-position: inside;
    list-style-image: url(../imagens/icone_list.png);
    font-family: 'roboto-condensed';
    font-size: 14pt;
    color: #a2a2a2;
}

footer #rodape .conteudo ul li a {
    position: relative;
    top: -5px;
    text-decoration: none;
    font-family: 'roboto-condensed';
    font-size: 14pt;
    color: #a2a2a2;
}

footer #rodape .conteudo ul li a:hover {
    text-shadow: 0px 0px 20px #fff;
    font-family: 'roboto-condensed-bold';
}

footer #rodape .conteudo ul li ul {
    width: calc(100% - 40px);
    padding-left: 40px;
    margin-bottom: 7px;
}

footer #rodape .conteudo ul li ul li {
    padding: 2px 0px;
    list-style-image: none;
    list-style-type: circle;
    font-family: 'roboto-condensed';
    font-size: 14pt;
    color: #a2a2a2;
}

footer #rodape .conteudo ul li ul li a {
    font-family: 'roboto-condensed';
    font-size: 14pt;
    color: #a2a2a2;
    top: 0px;
}

footer #rodape .conteudo ul li ul li a:hover {
    text-shadow: 0px 0px 20px #fff;
    font-family: 'roboto-condensed-bold';
}

footer #rodape .conteudo .fone_rodape {
    width: 200px;
    float: left;
    padding-right: 25px;
    background: url(../imagens/whatsapp.svg) right center / 20px auto no-repeat;
    text-align: center;
    font-family: 'roboto-condensed-bold';
    font-size: 21px;
    color: #a2a2a2;
}

footer #rodape .conteudo .fone_rodape a {
    font-family: 'roboto-condensed-bold';
    font-size: 21px;
    color: #a2a2a2;
}

footer #rodape .conteudo .email_rodape {
    width: 310px;
    float: left;
    margin-top: 10px;
    text-align: center;
    font-family: 'roboto-condensed-bold';
    font-size: 20pt;
    color: #a2a2a2;
}

footer #rodape .conteudo .email_rodape a {
    text-decoration: none;
    font-family: 'roboto-condensed-bold';
    font-size: 20pt;
    color: #a2a2a2;
}

footer #rodape .conteudo .endereco_rodape {
    width: 310px;
    float: left;
    line-height: 20px;
    margin-top: 30px;
    font-family: 'roboto-condensed';
    font-size: 13pt;
    color: #7e7e7e;
}

footer #rodape .conteudo .rota a {
    width: 100%;
    float: left;
    margin-top: 5px;
    text-decoration: none;
    font-family: 'roboto-condensed';
    font-size: 12px;
    color: #7e7e7e;
}

footer #rodape .conteudo .rota a:hover {
    text-decoration: underline;
}

footer #rodape .conteudo .rota a:visited {
    text-decoration: none;
}

footer #rodape .marcas_rodape {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 200px);
}

footer #rodape .marcas_rodape .cdl {
    width: 100%;
    height: 71px;
    background: url(../imagens/marca_cdl.png) center / contain no-repeat;
}

footer #rodape .marcas_rodape .abradi {
    width: 100%;
    height: 71px;
    background: url(../imagens/marca_abradi.png) center / contain no-repeat;
}

footer #rodape .marcas_rodape .acate {
    width: 100%;
    height: 71px;
    background: url(../imagens/Selo-Empresa-Associada-2021_150px.png) center / contain no-repeat;
}

footer #rodape .marcas_rodape .rd-station {
    width: 100%;
    height: 71px;
    background: url(../imagens/selo_rd_ed_176x54px.png) center / contain no-repeat;
}

/*******************************************************************************
 * CSS RODAP�                                                             - FIM
 ******************************************************************************/



/*******************************************************************************
 * CSS CONTEUDO SEGUNDO N�VEL                                          - IN�CIO
 ******************************************************************************/
#fundo2 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    float: left;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
}

#fundo2 header {
    width: 100%;
    height: 150px;
    position: relative;
}

#fundo2 #conteudo2 {
    width: 100%;
    float: left;
    position: relative;
}

#fundo2 #conteudo2 .img_detalhe_06 {
    width: 766px;
    height: 66px;
    float: left;
    position: absolute;
    top: 0px;
    background: url(../imagens/img_06.png) right bottom / 766px 66px no-repeat;
}

@media screen and (max-width: 1680px) {
    #fundo2 #conteudo2 .img_detalhe_06 {
        width: 600px;
    }
}

@media screen and (max-width: 1660px) {
    #fundo2 #conteudo2 .img_detalhe_06 {
        width: 600px;
    }
}

@media screen and (max-width: 1420px) {
    #fundo2 #conteudo2 .img_detalhe_06 {
        width: 500px;
    }
}

@media screen and (max-width: 1366px) {
    #fundo2 #conteudo2 .img_detalhe_06 {
        width: 460px;
    }
}

@media screen and (max-width: 1280px) {
    #fundo2 #conteudo2 .img_detalhe_06 {
        width: 430px;
    }
}

@media screen and (max-width: 1024px) {
    #fundo2 #conteudo2 .img_detalhe_06 {
        width: 300px;
    }
}

#fundo2 #conteudo2 .titulo_pagina {
    width: 90%;
    padding-left: 20px;
    float: left;
    margin-top: 10px;
    margin-left: 25px;
    font-family: 'sui-generis';
    font-weight: bold;
    font-size: 20pt;
    color: #fefefe;

}

#fundo2 #conteudo2 .texto_pagina {
    width: 95%;
    padding-bottom: 50px;
    float: left;
    margin-left: 2.5%;
    margin-top: 30px;
    font-family: 'roboto-regular';
    font-size: 14px;
    color: #c2c2c2;
}

#fundo2 #conteudo2 .texto_pagina a {
    color: #c2c2c2;
}

#fundo2 #conteudo2 .texto_pagina td {
    font-family: 'roboto-regular';
    font-size: 14px;
    color: #c2c2c2;
}

#fundo2 #conteudo2 .texto_pagina .subtitulo {
    width: 100%;
    padding-left: 20px;
    float: left;
    margin-bottom: 10px;
    font-family: 'roboto-condensed';
    font-size: 18pt;
    color: #de6f6f;
}

#solicitacao-comercial-e-a-sua-empresa-como-esta-44c930029d3acba4dfa1 {
    width: 480px;
    margin: 50px auto;
    clear: both;
}

#form-solicitacao-comercial-e-a-sua-empresa-como-esta-44c930029d3acba4dfa1 {
    width: 100% !important;
}

/*******************************************************************************
 * CSS CONTEUDO SEGUNDO N�VEL                                             - FIM
 ******************************************************************************/



/*******************************************************************************
 * CSS CONTATO                                                         - IN�CIO
 ******************************************************************************/
#conteudo_contato {
    width: calc(50% - 20px);
    padding-right: 20px;
    padding-bottom: 50px;
    float: left;
}

#conteudo_contato .conteudo {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
}

#conteudo_contato .maps {
    width: 100%;
    float: left;
    margin-top: 30px;
}

#formulario_contato {
    width: calc(50% - 22px);
    padding-left: 20px;
    float: right;
}

#formulario_contato .titulo_form {
    width: 100%;
    float: left;
    color: #fff;
}

#formulario_contato form {
    width: 100%;
    float: left;
    margin-top: 20px;
}

#formulario_contato form .campo {
    width: 100%;
    float: left;
    position: relative;
}

#formulario_contato form .campo .warning {
    width: 25px;
    height: 25px;
    position: absolute;
    left: -30px;
    top: 10px;
    display: none;
    background: url(../imagens/warning.png) center / contain no-repeat;
}

#formulario_contato .separador {
    width: 100%;
    height: 40px;
    float: left;
}

#formulario_contato form .style_select {
    width: 100%;
    height: 31px;
    float: left;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 0.4em;
    background: #d7d7d7;
    color: #000;
}

#formulario_contato form .style_select:after {
    padding: 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
    background: #a1a1a1;
    border: solid 1px #a1a1a1;
    border-radius: 0.4em;
    content: "\E800";
    pointer-events: none;
    font-family: 'fontello' !important;
    font-weight: normal;
    font-style: normal;
}

#formulario_contato form .style_select select {
    width: 100%;
    padding: 0px 4px;
    float: left;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#formulario_contato form .style_select select option {
    width: 100%;
    padding: 6px;
    float: left;
    margin: 0px;
    border: none;
}

#formulario_contato form input {
    width: 100%;
    padding: 6px;
    float: left;
    margin-top: 10px;
    border: solid 1px #fff;
    border-radius: 0.4em;
    background: #d7d7d7;
    color: #000;
}

#formulario_contato form textarea {
    width: 100%;
    height: 150px;
    padding: 6px;
    float: left;
    margin-top: 10px;
    resize: none;
    border: solid 1px #fff;
    border-radius: 0.4em;
    background: #d7d7d7;
    color: #000;
}

#formulario_contato form span {
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

#formulario_contato form span input {
    width: 10px;
    float: left;
}

#formulario_contato form .btn_submit {
    width: 85px;
    height: 35px;
    float: left;
    border: none;
    cursor: pointer;
    background: url(../imagens/btn_submit.png) left / 85px 35px no-repeat;
}

#formulario_contato form .loading {
    width: calc(100% - 130px);
    float: left;
    margin-top: 5px;
}

#formulario_contato form .loading p {
    margin: 0px;
    font-family: 'roboto-regular';
    font-size: 16px;
    color: #fff;
}

#formulario_contato form .msg_contato {
    width: calc(100% - 90px);
    float: left;
    margin-top: 6px;
    font-family: 'roboto-regular';
    font-size: 14px;
    color: #fff;
}

/*******************************************************************************
 * CSS CONTATO                                                            - FIM
 ******************************************************************************/



/*******************************************************************************
 * CSS NOT�CIA EXIBE noticia.php                                       - IN�CIO
 ******************************************************************************/
#noticia_exibe {
    width: 100%;
    float: left;
}

#noticia_exibe .noticia {
    width: 68%;
    float: left;
}

#noticia_exibe .noticia .data_noticia {
    float: left;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #6caff2;
}

#noticia_exibe .noticia #share_bar {
    position: relative;
    float: right;
}

#noticia_exibe .noticia #share_bar a {
    text-decoration: none;
}

#noticia_exibe .noticia #share_bar svg {
    width: 32px;
    height: 32px;
}

#noticia_exibe .noticia .tags_noticia {
    width: 100%;
    float: left;
    margin-top: 5px;
    background: url(../imagens/tag_noticia.png) left center / 17px 17px no-repeat;
}

#noticia_exibe .noticia .tags_noticia ul.tags {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    list-style: none;
}

#noticia_exibe .noticia .tags_noticia ul.tags li {
    padding: 2px 5px;
    float: left;
}

#noticia_exibe .noticia .tags_noticia ul.tags li a {
    text-decoration: none;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #e9e9e9;
}

#noticia_exibe .noticia .tags_noticia ul.tags li a:hover {
    text-decoration: underline;
}

#noticia_exibe .noticia .titulo_noticia {
    width: 100%;
    float: left;
    font-family: 'roboto-condensed-bold';
    font-size: 23px;
    color: #e9e9e9;
}

#noticia_exibe .noticia .texto_noticia {
    width: 100%;
    float: left;
    font-family: 'roboto-condensed';
    font-size: 15px;
    color: #e9e9e9;
}

#noticia_exibe .noticia .texto_noticia a {
    color: #e9e9e9;
}

#noticia_exibe .noticia .texto_noticia p {
    float: none;
}

#noticia_exibe .noticia .texto_noticia img {
    max-width: 100%;
}

#noticia_exibe .noticia .texto_noticia .thumb_foto_noticia {
    width: 100%;
    height: 328px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
}

#noticia_exibe .noticia .texto_noticia .thumb_foto_noticia .foto_noticia {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*background-size: cover;*/
}

#noticia_exibe .noticia .texto_noticia .thumb_box_fotos_noticia {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

#noticia_exibe .noticia .texto_noticia .thumb_box_fotos_noticia .foto_noticia_nao_destaque {
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5px;
}

#noticia_exibe .nav_noticia {
    width: 27%;
    float: right;
}

#noticia_exibe .nav_noticia .busca {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

#noticia_exibe .nav_noticia .busca input {
    width: 100%;
    padding: 6px;
    float: left;
    border: solid 1px #fff;
    border-radius: 0.4em;
    background: #d7d7d7;
    color: #000;
}

#noticia_exibe .nav_noticia .busca .btn_buscar {
    width: 25px;
    height: 25px;
    border: none;
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../imagens/search.png) center / contain no-repeat;
    cursor: pointer;
}

#noticia_exibe .nav_noticia .nav_noticia_titutlo {
    width: 100%;
    float: left;
    font-family: 'sui-generis';
    font-weight: bold;
    font-size: 16pt;
    color: #fefefe;
}

#noticia_exibe .nav_noticia ul.noticias_relacionadas {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 60px;
    list-style: none;
}

#noticia_exibe .nav_noticia ul.noticias_relacionadas li {
    width: 100%;
    float: left;
    padding: 10px 0px;
    border-bottom: solid 1px #333;
}

#noticia_exibe .nav_noticia ul.noticias_relacionadas li .thumb_relacionado {
    width: 80px;
    height: 80px;
    float: left;
}

#noticia_exibe .nav_noticia ul.noticias_relacionadas li .thumb_relacionado .foto_relacionado {
    width: 80px;
    height: 80px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#noticia_exibe .nav_noticia ul.noticias_relacionadas li .data_relacionado {
    width: calc(100% - 90px);
    float: right;
    font-family: 'roboto-condensed';
    font-size: 12px;
    color: #6caff2;
}

#noticia_exibe .nav_noticia ul.noticias_relacionadas li .titulo_relacionado {
    width: calc(100% - 90px);
    float: right;
    font-family: 'roboto-condensed-bold';
    font-size: 14px;
    color: #e9e9e9;
}


#noticia_exibe .nav_noticia ul.videos {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    list-style: none;
}

#noticia_exibe .nav_noticia ul.videos li {
    width: 100%;
    float: left;
    padding: 10px 0px;
    border-bottom: solid 1px #333;
}

#noticia_exibe .nav_noticia ul.videos li:last-child {
    border-bottom: none;
}

#noticia_exibe .nav_noticia ul.videos li .titulo_video {
    width: 100%;
    float: left;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #e9e9e9;
}

#noticia_exibe .nav_noticia ul.videos li iframe {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

#noticia_exibe .nav_noticia .veja_mais_videos {
    width: 100%;
    height: 18px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    z-index: 999999;
    background: url(../imagens/veja_mais_videos.png) center right / contain no-repeat;
}

#mais_noticias {
    width: 100%;
    float: left;
    margin-top: 50px;
    position: relative;
}

#noticia_exibe .gallery {
    width: 640px !important;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 170px);
    grid-gap: 28px;
    list-style: none;
}

#noticia_exibe .foto_galeria {
    width: 170px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s ease-in-out;
}

#noticia_exibe .foto_galeria:hover {
    filter: brightness(70%);
}

#mais_noticias .detalhesegundonivel {
    width: 123%;
    height: 63px;
    float: left;
    position: absolute;
    left: -200px;
    top: -70px;
    background: url(../imagens/detalhesegnivel.png) right top / 1436px 63px no-repeat;
}

@media screen and (max-width: 1680px) {
    #mais_noticias .detalhesegundonivel {
        width: 140%;
        left: -400px;
    }
}

#mais_noticias .titulo_mais {
    width: calc(100% - 20px);
    float: left;
    padding-left: 20px;
    background: url(../imagens/item_noticias.png) left center / 15px 17px no-repeat;
    font-family: 'roboto-regular';
    font-size: 14pt;
    color: #ffffff;
    margin-top: 50px;
}

#mais_noticias>ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    list-style: none;
    align-items: top;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mais_noticias>ul li {
    width: 25%;
    padding: 10px 5px;
    float: left;
    margin-bottom: 10px;
}

#mais_noticias>ul li .thumb_foto_noticia {
    width: 100%;
    height: 150px;
    float: left;
    border: solid 3px #585858;
    border-radius: 0.2em;
}

#mais_noticias>ul li .thumb_foto_noticia .foto_noticia {
    width: 100%;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#mais_noticias>ul li .data_noticia {
    width: 100%;
    float: right;
    margin-top: 5px;
    font-family: 'roboto-regular';
    font-size: 10px;
    color: #6caff2;
}

#mais_noticias>ul li .titulo_noticia {
    width: 100%;
    float: right;
    margin-top: 5px;
    font-family: 'roboto-regular';
    font-size: 14px;
    color: #ffffff;
}

#mais_noticias .saiba_mais {
    width: 100px;
    height: 34px;
    float: right;
    background: url(../imagens/veja_noticias.png) center right / contain no-repeat;
}

#mais_noticias .noticias_sobre {
    width: 100%;
    float: left;
    margin-top: 20px;
}

#mais_noticias .noticias_sobre p {
    float: left;
    margin: 0px;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #e9e9e9;
    color: #6caff2;
}

#mais_noticias .noticias_sobre ul {
    width: 90%;
    min-height: 17px;
    float: left;
    padding: 0px;
    padding-left: 17px;
    list-style: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: url(../imagens/tag_noticia.png) left top / 17px 17px no-repeat;
}

#mais_noticias .noticias_sobre ul li {
    padding: 2px 5px;
    float: left;
    margin-bottom: 5px;
    border-right: solid 1px #e9e9e9;
}

#mais_noticias .noticias_sobre ul li:last-child {
    border-right: none;
}

#mais_noticias .noticias_sobre ul li a {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: -2px;
    text-decoration: none;
    font-family: 'roboto-condensed';
    font-size: 12px;
    color: #e9e9e9;
}

#mais_noticias .noticias_sobre ul li a:hover {
    text-decoration: underline;
}

/*******************************************************************************
 * CSS NOT�CIA EXIBE noticia.php                                          - FIM
 ******************************************************************************/



/*******************************************************************************
 * CSS NOT�CIAS HIST�RICO noticias_historico.php                           - INICIO
 ******************************************************************************/
#noticias_historico {
    width: 100%;
    float: left;
}

#noticias_historico .busca {
    width: 300px;
    float: right;
    position: relative;
    top: -50px;
}

#noticias_historico .busca input {
    width: 100%;
    padding: 6px;
    float: left;
    border: solid 1px #fff;
    border-radius: 0.4em;
    background: #d7d7d7;
    color: #000;
}

#noticias_historico .busca .btn_buscar {
    width: 25px;
    height: 25px;
    border: none;
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../imagens/search.png) center / contain no-repeat;
    cursor: pointer;
}

#fundo2 #conteudo2 .subtitulo_pagina {
    color: #c2c2c2;
    float: left;
    font-size: 14px;
    margin: 15px 25px;
}

#noticias_historico ul.noticias {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#noticias_historico ul.noticias li {
    width: 30%;
    float: left;
    margin: 20px 0px;
}

#noticias_historico ul.noticias li .thumb_noticias {
    width: 100%;
    height: 170px;
    float: left;
}

#noticias_historico ul.noticias li .thumb_noticias .foto_noticias {
    width: 100%;
    height: 170px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#noticias_historico ul.noticias li .data_noticias {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #6caff2;
}

#noticias_historico ul.noticias li .titulo_noticias {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: 'roboto-condensed';
    font-size: 16px;
    color: #e9e9e9;
}

#noticias_historico #load {
    width: 150px;
    float: left;
    padding: 6px 10px;
    margin-top: 20px;
    margin-left: calc(50% - 75px);
    border: solid 1px #d7d7d7;
    cursor: pointer;
    text-align: center;
    font-family: 'roboto-condensed';
    font-size: 16px;
    color: #e9e9e9;
}

#noticias_historico ul.tags_noticias {
    width: 100%;
    float: left;
    padding: 0px;
    padding-left: 18px;
    margin-top: 30px;
    list-style: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: url(../imagens/tag_noticia.png) left top / 17px 17px no-repeat;
}

#noticias_historico ul.tags_noticias li {
    padding: 2px 5px;
    float: left;
    margin-bottom: 5px;
    border-right: solid 1px #e9e9e9;
}

#noticias_historico ul.tags_noticias li:last-child {
    border-right: none;
}

#noticias_historico ul.tags_noticias li a {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: -2px;
    text-decoration: none;
    font-family: 'roboto-condensed';
    font-size: 12px;
    color: #e9e9e9;
}

#noticias_historico ul.tags_noticias li a:hover {
    text-decoration: underline;
}

/*******************************************************************************
 * CSS POST HISTORICO noticias_historico.php                              - FIM
 ******************************************************************************/



/*******************************************************************************
 * CSS VIDEOS videos.php                                               - IN�CIO
 ******************************************************************************/
#exibe_iframe {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999 !important;
    display: none;
    background: rgba(0, 0, 0, 0.9);
}

#exibe_iframe .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 999999999 !important;
    cursor: pointer;
    background: url(../imagens/close.png) center / contain no-repeat;
}

#exibe_iframe iframe {
    width: 560px;
    height: 315px;
    float: left;
    margin-left: calc(50% - 280px);
    margin-top: 10%;
}

#videos {
    width: 100%;
    float: left;
}

#videos .busca {
    width: 300px;
    float: right;
    position: relative;
    top: -50px;
}

#videos .busca input {
    width: 100%;
    padding: 6px;
    float: left;
    border: solid 1px #fff;
    border-radius: 0.4em;
    background: #d7d7d7;
    color: #000;
}

#videos .busca .btn_buscar {
    width: 25px;
    height: 25px;
    border: none;
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../imagens/search.png) center / contain no-repeat;
    cursor: pointer;
}

#videos ul.videos {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#videos ul.videos li {
    width: 30%;
    float: left;
    position: relative;
    margin: 20px 0px;
}

#videos ul.videos li .play {
    width: 100%;
    height: 160px;
    float: left;
    position: absolute;
    top: 26px;
    background: url(../imagens/play.png) center / 50px 50px no-repeat;
    cursor: pointer;
    transition: 0.3s;
}

#videos ul.videos li .play:hover {
    background: url(../imagens/play.png) center / 60px 60px no-repeat;
}

#videos ul.videos li img {
    width: 100%;
    float: left;
    cursor: pointer;
}

#videos ul.videos li .data_video {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #6caff2;
}

#videos ul.videos li .titulo_video {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: 'roboto-condensed';
    font-size: 16px;
    color: #e9e9e9;
}

#videos #load {
    width: 150px;
    float: left;
    padding: 6px 10px;
    margin-top: 20px;
    margin-left: calc(50% - 75px);
    border: solid 1px #d7d7d7;
    cursor: pointer;
    text-align: center;
    font-family: 'roboto-condensed';
    font-size: 16px;
    color: #e9e9e9;
}

/*******************************************************************************
 * CSS VIDEOS videos.php                                                  - FIM
 ******************************************************************************/



/*******************************************************************************
 * CSS CLIENTES clientes.php                                          - in�cio *
 ******************************************************************************/
#clientes {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#clientes .thumb_cliente {
    width: 114px;
    height: 114px;
    float: left;
    margin: 10px;
}

#clientes .thumb_cliente .img_cliente {
    width: 100%;
    height: 100%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*******************************************************************************
 * CSS CLIENTES clientes.php                                             - fim *
 ******************************************************************************/



/*******************************************************************************
* CSS NOT�CIAS NAS P�GINAS SIMPLES                                                    - IN�CIO
*******************************************************************************/
#noticias_paginas {
    width: 80%;
    float: left;
    padding: 30px 0px;
    margin-left: 10%;
    position: relative;
    z-index: 300;
    background-position: center;
    background-repeat: no-repeat;
}

#noticias_paginas .titulo_noticias {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    background: url(../imagens/detalhesegnivel.png) center / 100% 100% no-repeat;
}

#noticias_paginas .titulo_noticias p {
    width: 100%;
    float: left;
    margin: 0px;
    margin-top: -5px;
    text-align: center;
    font-family: 'roboto-condensed-bold';
    font-size: 23pt;
    color: #e9e9e9;
}

#noticias_paginas ul.noticias_paginas {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 30px 0px 0px 0px;
    list-style: none;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#noticias_paginas ul.noticias_paginas li {
    width: 300px;
    float: left;
    margin: 20px 0px;
}

#noticias_paginas ul.noticias_paginas li .thumb_noticia_paginas {
    width: 100%;
    height: 180px;
    float: left;
}

#noticias_paginas ul.noticias_paginas li .thumb_noticia_paginas .foto_noticia_paginas {
    width: 100%;
    height: 180px;
    float: left;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#noticias_paginas ul.noticias_paginas li .data_noticia_paginas {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: 'roboto-condensed';
    font-size: 14px;
    color: #6caff2;
}

#noticias_paginas ul.noticias_paginas li .titulo_noticia_paginas {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: 'roboto-condensed';
    font-size: 16px;
    color: #e9e9e9;
}

#noticias_paginas .saiba_mais {
    width: 100px;
    height: 34px;
    float: right;
    margin-right: 2.5%;
    background: url(../imagens/veja_noticias.png) center right / contain no-repeat;
}

@media screen and (max-width: 1580px) {
    #noticias_paginas {
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 1366px) {
    #noticias_paginas {
        width: 95%;
        margin-left: 2.5%;
    }

    #noticias_paginas ul.noticias_paginas li {
        width: 250px;
    }

    #noticias_paginas ul.noticias_paginas li .thumb_noticia_paginas {
        height: 161px;
    }

    #noticias_paginas ul.noticias_paginas li .thumb_noticia_paginas .foto_noticia_paginas {
        height: 161px;
    }
}

@media screen and (max-width: 1024px) {
    #noticias_paginas ul.noticias_paginas li {
        width: 220px;
    }

    #noticias_paginas ul.noticias_paginas li .thumb_noticia_paginas {
        height: 132px;
    }

    #noticias_paginas ul.noticias_paginas li .thumb_noticia_paginas .foto_noticia_paginas {
        height: 132px;
    }
}

/*******************************************************************************
* CSS NOT�CIAS CAPA                                                       - FIM
*******************************************************************************/



/*******************************************************************************
* CSS PORTIF�LIO - portifolio.php                                      - IN�CIO
*******************************************************************************/
#portifolio {
    width: 100%;
    float: left;
    position: relative;
}

#portifolio ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#portifolio ul li {
    width: 30%;
    height: 170px;
    float: left;
    margin: 6px 15px;
}

#portifolio ul li .foto_portifolio {
    width: 100%;
    height: 170px;
    float: left;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

/*******************************************************************************
* CSS PORTIF�LIO - portifolio.php                                         - FIM
*******************************************************************************/