/**!
 * @project         RS Framework
 * @version         4.1
 * @date            01/08/2012
 * @last update     09/02/2017
 * @autor           Rogerio Saraceni
 *
*/


/**============================================================================
 * STRUCTURE   - @section structure
 * PAGES       - @section pages
============================================================================**/


/**============================================================================
 * STRUCTURE
 *
 * body, wrappers, containers
 * header
 * footer
 * media screen - structure
 *
 * @section structure
*/


/**----------------------------------------------------------------------------
 * body, wrappers, containers
 *
 * @section structure
*/


/*Para Layout com footer no final da tela*/

html,body { height: 100%;}

/*Para Layout com footer no final*/

/*html, body{ height: auto;}*/

body {
    color: #777;
    line-height: 1.42857143;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    word-wrap: break-word;
}

.wrapper-full { padding-bottom: 75px;}

.container>* {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.container   { max-width: 1170px;}
.content-main{ margin-bottom: 30px;}


/**----------------------------------------------------------------------------
 * header
 *
 * @section structure
*/

.header-main {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
    transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
}

.logo {
    position: relative;
    float: left;
    display: block;
}

.logo img {
    max-height: 60px;
    -webkit-transition-: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.fone-email-top {
    position: relative;
    margin-top: 10px;
    color: #003C86;
    text-align: right;
    font-weight: 700;
}
.fone-email-top a{ color: #003C86;}

.fone-email-top .item {
    display: inline-block;
    margin-left: 20px;
    padding-bottom: 4px;
    border-bottom: 2px solid #003C86;
}

.fone-email-top .item i.fa {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    border-radius: 100%;
    border: 1px solid #003C86;
}


/**----------------------------------------------------------------------------
 * footer
 *
 * @section structure
*/

.footer-main-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #3661A2
}

.footer-info { display: inline-block;  width: 100%;}

.footer-info a.link-webmail{
    font-size: 14px;
    color: #BBDEFB;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition-: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.footer-info a.link-webmail:hover{ color: #fff;}

.footer-info .span-copy {
    font-size: 14px;
    font-weight: 300;
    color: #BBDEFB;
    display: inline-block;
    margin-top: 5px;
}

.footer-info ul.box-social     { float: right;}
.footer-info ul.box-social li  { position: relative; display: inline-block;}
.footer-info ul.box-social li a{
    display: block;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    border: 1px solid #3498db;
    border: 1px solid rgba(52, 152, 219, 0.5);
    border-radius: 100%;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.footer-info ul.box-social li a:hover {
    background-color: #3498db;
    background-color: rgba(52, 152, 219, 0.9);
}


/**----------------------------------------------------------------------------
 * media screen - structure
 *
 * @section structure
*/

@media screen and (max-width: 768px) {
    .wrapper-full { padding-bottom: 79px;}

    .logo {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .logo img { max-height: 60px;}

    .fone-email-top { margin: 0 auto; text-align: center;}
    .fone-email-top .item {font-size: 12px; margin-bottom: 5px;}
    .fone-email-top .item i.fa {
        width: 28px;
        height: 28px;
        line-height: 26px;
        text-align: center;
        font-size: 14px;
    }

    .footer-info { text-align: center;}
    .footer-info .span-copy {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .footer-info ul.box-social { float: none; display: block;}
}

@media screen and (max-width: 390px) {
    .logo img { max-height: 50px;}

    .fone-email-top .item { margin-left: 0; margin-right: 10px;}
    .fone-email-top .item i.fa {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
}





/**============================================================================
 * PAGES
 *
 * default pages
 * rslides
 * home
 * quem somos
 * laudos
 * parceiros
 * depoimentos
 * boletim
 * fale conosco
 * media-screen - pages
 *
 * @section pages
 */


/**----------------------------------------------------------------------------
 * default - pages
 *
 * - mask-blue
 * - breadcrumb
 * - banner-inter
 * - item-grid
 * - box-title-internas
 *
 * @section pages
*/


.mask-blue:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 152, 219,0.6);
}

.breadcrumb ul li.active { color: #2980b9;}

.banner-inter {
    position:relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.banner-inter .content-text{ 
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.banner-inter .content-text h1.title,
.banner-inter .content-text h2.sub-tittle { margin: 0; font-weight: 300;}

.banner-inter .content-text h1.title      { font-size: 80px; line-height: 80px;}
.banner-inter .content-text h2.sub-tittle { font-size: 40px; line-height: 40px;}

.banner-inter.banner-default          { background-image: url("/images/pages/banner_inter/default.jpg");}
.banner-inter.banner-laudos           { background-image: url("/images/pages/banner_inter/laudos.jpg");}
.banner-inter.banner-ppra             { background-image: url("/images/pages/banner_inter/ppra.jpg");}
.banner-inter.banner-insalubridade    { background-image: url("/images/pages/banner_inter/insalubridade.jpg");}
.banner-inter.banner-vasos            { background-image: url("/images/pages/banner_inter/vasos.jpg");}
.banner-inter.banner-eletrica         { background-image: url("/images/pages/banner_inter/eletrica.jpg");}
.banner-inter.banner-aposentadoria    { background-image: url("/images/pages/banner_inter/aposentadoria.jpg");}
.banner-inter.banner-assesoria-tecnica{ background-image: url("/images/pages/banner_inter/assesotia_tecnica.jpg");}
.banner-inter.banner-avcb             { background-image: url("/images/pages/banner_inter/avcb.jpg");}
.banner-inter.banner-lei-lucas        { background-image: url("/images/pages/banner_inter/lei_lucas.jpg"); background-position: 50% 30%;}
.banner-inter.banner-treina           { background-image: url("/images/pages/banner_inter/treinamentos.jpg");}
.banner-inter.banner-parceiros        { background-image: url("/images/pages/banner_inter/parceiros.jpg");}
.banner-inter.banner-e-social         { background-image: url("/images/pages/banner_inter/e-social.jpg");}
.banner-inter.banner-contato          { background-image: url("/images/pages/banner_inter/contato.jpg");}

.item-grid {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 3px #ddd;
    border: 1px solid rgba(139, 152, 190, 0.2);
    transition: box-shadow .1s linear;
}
.item-grid:hover { box-shadow: 0 5px 10px 2px rgba(139, 152, 190, 0.55);}

.item-grid figure {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}
.item-grid figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 280px;
}

.item-grid p { font-size: 20px;}

.box-title-internas {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.box-title-internas h2 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 5px;
}
.box-title-internas h4 {
    color: #3661A2;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.box-title-internas p.separator {
    position: relative;
    width: 40px;
    height: 3px;
    background-color: #3661A2;
}


/**----------------------------------------------------------------------------
 * rslides
 *
 * @section pages
*/

ul.rslides li{ position: relative;}

ul.rslides li .content-text{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.rslides li .content-text p.titulo{ font-size: 100px; font-weight: 300;}
ul.rslides li .content-text p.text  { font-size: 40px;  font-weight: 300; line-height: 1.2;  }


/**----------------------------------------------------------------------------
 * home
 *
 * - parallax
 * - parallax.parallax-home-1
 * - parallax.parallax-home-2
 * - modulos-home
 * - box-home
 * - slider-depoimentos
 *
 * @section pages
*/

.parallax {
    position: relative;
    display: block;
    padding: 150px 0;
    height: 100%;
    width: 100%;
    background: no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.parallax .content-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.parallax .content-text h1.title,
.parallax .content-text h2.sub-tittle { margin: 0; font-weight: 300;}

.parallax .content-text h1.title     { font-size: 80px; line-height: 80px;}
.parallax .content-text h2.sub-tittle{ font-size: 30px; line-height: 30px;}

.parallax .content-text .btn-mais {
    position: relative;
    display: block;
    padding: 10px;
    margin: 30px auto 0px auto;
    width: 200px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    background-color: transparent;
}

.parallax .content-text .btn-mais:hover {
    color: #2980b9;
    background: rgba(255, 255, 255, 0.3);
}

.parallax.parallax-home-1 { background-image: url("/images/pages/home/parallax_1.jpg");}
.parallax.parallax-home-2 { background-image: url("/images/pages/home/parallax_2.jpg"); padding: 200px 0;}
.parallax.parallax-home-2 .content-text h2.sub-tittle{ margin-bottom: 20px;}

.parallax.parallax-home-2 .content-text ul.clientes {
    position: relative;
    list-style: none;
    text-align: center;
}
.parallax.parallax-home-2 .content-text ul.clientes li {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px;
    width: 220px;
    height: 100px;
    line-height: 80px;
    border-radius: 8px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}

.modulos-home {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.modulos-home h2.titulos {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
}
.modulos-home h2.titulos:after {
    content: "";
    display: block;
    margin-top: 2px;
    width: 50%;
    height: 3px;
    background-image: linear-gradient(-90deg, #37E0FC 0%, #0288D1 100%);
}

.modulos-home .btn-mais {
    position: relative;
    display: block;
    padding: 10px;
    margin: 30px auto 0px auto;
    width: 200px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #efefef;
    font-weight: 300;
    font-size: 16px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    background-color: #fff;
}
.modulos-home .btn-mais:hover { color: #fff; background: rgba(52, 152, 219, 0.6);}

.box-home {
    position: relative;
    display: block;
    margin-bottom: 10px;
    color: #666;
    min-height: 345px;
    border: 1px solid #f8f8f8;
    border-radius: 3px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.box-home:hover {
    -webkit-box-shadow: 0 0 7px 3px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0 0 7px 3px rgba(204, 204, 204, 1);
    -o-box-shadow: 0 0 7px 3px rgba(204, 204, 204, 1);
    box-shadow: 0 0 7px 3px rgba(204, 204, 204, 1);
}

.box-home .box-image {
    display: block;
    overflow: hidden;
    max-height: 200px;
    overflow: hidden;
}
.box-home .box-image img {
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000)
}
.box-home:hover .box-image img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.box-home .content-text { 
    display: block; 
    padding: 10px;
}

.box-home .content-text h3.title {
    color: #888;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.box-home .content-text span.text { color: #aaa;}


.slider-depoimentos-home .owl-item { padding: 0 10px; background-color: #fff;}

.slider-depoimentos-home .owl-item .depoimentos-home-image { text-align: center;}

.slider-depoimentos-home .owl-item .depoimentos-home-image img {
    border-radius: 100%;
    margin-right: 15px;
    max-width: 75px;
}
.slider-depoimentos-home .owl-item .depoimentos-home-image img,
.slider-depoimentos-home .owl-item .depoimentos-home-image .cd-author-info { display: inline-block; vertical-align: middle;}
.slider-depoimentos-home .owl-item .depoimentos-home-image .cd-author-info { text-align: left;}
.slider-depoimentos-home .owl-item .depoimentos-home-image .cd-author-info h5 { margin-bottom: 0; font-weight: bold;}

.slider-depoimentos-home .owl-item .depoimentos-home {
    text-align: center;
    border: 0;
    padding: 0;
    margin: 10px 0 0;
    font-size: 16px;
}

.slider-depoimentos-home.owl-theme .owl-nav .owl-prev,
.slider-depoimentos-home.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    color: #666;
    background: none;
    border-radius: 0;
    font: normal normal normal 28px/1 FontAwesome;
}

.slider-depoimentos-home.owl-theme .owl-nav .owl-prev { left: 0;}
.slider-depoimentos-home.owl-theme .owl-nav .owl-next { right: 0;}
.slider-depoimentos-home.owl-theme .owl-nav .owl-prev:before { content: '\f104';}
.slider-depoimentos-home.owl-theme .owl-nav .owl-next:before { content: '\f105';}


/**----------------------------------------------------------------------------
 * quem somos
 *
 * @section pages
*/

.img-quem-somos{
    display: block;
    margin-bottom: 10px;
}


/**----------------------------------------------------------------------------
 * laudos
 *
 * @section pages
*/
.text-laudos p a{ text-decoration: underline; font-style: italic;}
.text-laudos p a.link-ext{
    display: block;
    clear: both; 
    text-decoration: underline; 
    font-style: italic;
    margin-bottom: 5px;
}

.item-grid.box-equip figure {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.item-grid.box-equip figure img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    max-width: 350px;
}

/**----------------------------------------------------------------------------
 * parceiros
 *
 * @section pages
*/
ul.list-parceiros{
    position: relative;
    list-style: none;
    margin-bottom: 20px;
}
ul.list-parceiros li{ position: relative; margin-bottom: 5px;}


/**----------------------------------------------------------------------------
 * depoimentos
 *
 * @section pages
*/

.box-depoimentos {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.box-depoimentos .box-logo {
    float: left;
    display: block;
    width: 17%;
}

.box-depoimentos .box-text {
    float: right;
    display: block;
    width: 80%;
    padding-left: 20px;
}
.box-depoimentos .box-text .text  { font-size: 12px; margin-bottom: 20px;}
.box-depoimentos .box-text .text p{ margin-bottom: 5px;}

.box-depoimentos .box-text p.nome-empresa {
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
    color: #3661A2;
}


/**----------------------------------------------------------------------------
 * boletim
 *
 * @section pages
*/

ul.list-parceiros li{ 
	list-style: circle;
	list-style-position: inside;
}

table.tab-boletim td.data{ font-weight: bold; color: #0288D1;}
table.tab-boletim td a   { color: #444; text-decoration: underline;}


/**----------------------------------------------------------------------------
 * fale conosco
 *
 * @section pages
*/

.rsform .fc {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
}

.rsform select.fc {
    height: 40px;
    padding: 0 5px;
    color: #999;
}

.container-fix-image {
    min-height: 300px;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    background-image: url("/images/pages/fix_contato.jpg");
}

.container-fix-image div.content-text { 
    color: #fff; 
    text-align: center;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-fix-image div.content-text h2 {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
}

.container-fix-image ul     { list-style: none;}
.container-fix-image ul li  { position: relative; display: block;}
.container-fix-image ul li p{ font-size: 18px; font-weight: 300;}
.container-fix-image ul li p i.fa { font-size: 50px;}


/**----------------------------------------------------------------------------
 * media screen - pages
 *
 * @section pages
*/

@media screen and (max-width: 768px) {
    ul.rslides li .content-text p.titulo{ font-size: 60px;}
    ul.rslides li .content-text p.text  { font-size: 20px;}
    
    .parallax {
        height: auto;
        width: auto;
        background-attachment: scroll;
    }

    .parallax .content-text h1.title     { font-size: 60px; line-height: 60px;}
    .parallax .content-text h2.sub-tittle{ font-size: 16px; line-height: 16px;}

    .parallax.parallax-home-1{ padding: 100px 0;}
    .parallax.parallax-home-2{ padding: 250px 0;}

    .modulos-home h2.titulos { font-size: 26px; line-height: 26px;}

    .box-home { min-height: auto;}

    .depoimentos-home-image .cd-author-info,
    .depoimentos-home-image img {
        display: block;
        margin: 0 auto 15px;
        text-align: center;
    }

    .banner-inter{ padding: 100px 0;}
    .banner-inter .content-text h1.title     { font-size: 40px; line-height: 40px;}
    .banner-inter .content-text h2.sub-tittle{ font-size: 20px; line-height: 20px;}

    .box-depoimentos .box-logo {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .box-depoimentos .box-logo img { max-width: 150px;}

    .box-depoimentos .box-text {
        float: none;
        width: 100%;
        padding-left: 0;
    }        
}

@media screen and (max-width: 480px) {
    ul.rslides li .content-text p.titulo{ font-size: 30px;}
    ul.rslides li .content-text p.text  { font-size: 14px;}

    .parallax.parallax-home-2 .content-text ul.clientes li {
        width: 160px;
        height: 80px;
        line-height: 60px;
    }
}