﻿@font-face {
    font-family: Calibri Leve;
    src: url(CALIBRIL.TTF);
}

body {
    margin:0px;
    /*padding-top: 100px;*/
    /*padding-bottom: 20px;*/
    font-family:'Calibri Leve';
    background-color:#ffffff;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.display-inline-block {
    display: inline-block;
}

.display-block {
    display: block !important;
}
.display-flex {
    display: flex !important;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.rotuloPadrao {
    text-align: left;
}

.box-sizing-border-box {
    box-sizing: border-box;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-conteudo {
    padding: 40px 15px 20px 15px;
    /*background-image: url(../images/background001.jpg);
    background-repeat: no-repeat;
    background-size: 100%;*/
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.tamanho-texto-30px {
    font-size: 30px;
}

.tamanho-texto-48px {
    font-size: 48px;
}

.text-decoration-none{
    text-decoration:none;
}

.font-weight-bold{
    font-weight:bold;
}
.font-weight-normal {
    font-weight: normal;
}

.icon-menu-mobile {
    background: url(../images/iconMenu.png) no-repeat;
    background-size: 40px;
    background-position-x: center;
    background-position-y: center;
    /*margin: auto;*/
    width: 50px;
    height: 50px;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 23px;
    cursor: pointer;
}

body > nav {
    position: fixed;
    /*position: relative;*/
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 6000;
}

.input {
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    box-sizing: border-box;
    width: 100% !important;
}
.botaoClick {
    border-radius: 20px;
    font-size: 20px;
    padding: 20px;
    text-decoration: none !important;
    text-align: center;
    font-weight: bold;
}

.position-fixed{
    position:fixed !important;
}

.position-relative {
    position: relative !important;
}

.logo {
    background: url(../images/logoNOVO_RFAUTOMATIC_vertical.svg) no-repeat;
    background-size: 280px;
    background-position-x: center;
    background-position-y: center;
    /*margin: auto;*/
    width: 250px;
    height: 100px;
    float: left;
}

.menu > .contatoTopo {
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 1500;
    font: 20px Calibri;
    font-weight: bold;
    padding: 5px 40px;
    line-height: 24px;
    background-color: #efefef;
    height: 40px;
    box-sizing: border-box;
    /* background-image: linear-gradient(#efefef, rgba(0,0,0,0.1)); */
    border-bottom-right-radius: 100px 60px;
    border-bottom-left-radius: 30px;
}
.contatoTopo > div {
    font: 14px Calibri;
}

.menu {
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    margin: auto;
    height: 100px;
    box-sizing: border-box;
    background-color: #ffffff;
    background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.2), rgba(0,0,0,0));
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    overflow:hidden;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    /*box-shadow: 0px -5px 10px rgba(0,0,0,0.4);*/
}

.itens-menu {
    /*background-color: rgba(0,0,0,0.5);*/
    /*border-top:4px solid #001843;*/
    /*background-color: #001843;*/
    color: #001843;
    /*box-shadow: 0px 3px 5px rgba(0,0,0,0.5);*/
    font: 20px Calibri Leve;
    /*margin-top: 61px;*/
    margin-left: 250px;
    /*padding: 5px;*/
    /*border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;*/
    /*box-shadow: 0px -5px 10px rgba(0,0,0,0.4);*/
    /*border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
}

.subMenu-Servicos {
    margin-left: 42px;
    border-left: 3px solid rgba(255,255,255,0.4) !important;
}

.subMenu-Servicos:hover {
    color: #ffffff !important;
}

.subMenu-Servicos > div:hover {
    background-color: rgba(255,0,0,0.3) !important;
}

.subMenuBlocos-Mobile {
    cursor: pointer;
    width: 100%;
    height:58px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
}

.subMenuBlocos-Mobile > img, .subMenuBlocos-Mobile > span {
    float:left;
    padding:10px;
}

/*.subMenuBlocos-Mobile > span {
    min-width: 150px;
}*/

.subMenuBlocos-Mobile > span {
    margin-top: 9px;
}

.subMenuBlocos-Mobile_sel {
    background-color: rgba(255,0,0,0.3) !important;
}

.subMenuBlocos{
    float:left;
    padding:10px;
    border:1px dotted #c3c3c3;
    margin:2px;
    cursor:pointer;
    text-align:center;
    width:100px;
}

.subMenuBlocos_sel {
    background-color: #efefef;
}

.subMenuBlocos:hover {
    background-color:#efefef;
}

.subMenuBlocos > span{
    font-size:14px;
}

.areaSubMenuBlocos{
    overflow:hidden;
}

hr {
    height: 4px;
    background-color: yellow;
    border: 0px;
    margin: 5px;
}

.texto{
    font:20px Calibri Leve;
}

.footer {
    box-shadow: 0px -5px 10px rgba(0,0,0,0.4) !important;
    text-align: center;
}

.footer, footer {
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
    /*padding-bottom: 5px !important;*/
    /*padding:20px;*/
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

footer {
    font: 12px Arial;
}

.conteudo {
    max-width: 1280px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    padding: 30px;
    overflow: hidden;
}

.fundo-home {
    background-image: url(../images/background001.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

/*CONTEÚDO*/

.conteudo-sobreposto {
    margin-top: -40px;
    margin-bottom: 40px;
    z-index: 2000;
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    border-top: 4px solid #001843;
    border-bottom: 4px solid #001843;
    /*border-top-left-radius: 110px;*/
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

/*.tipo-banner {
    width: 100%;
    max-width: 1920px;
    height: 370px;
    margin: auto;*/
    /*margin-top: 62px;*/
    /*overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.tipo-banner-interno {
    width: 100%;
    max-width: 1920px;
    height: 100px;
    margin: auto;*/
    /*margin-top: 62px;*/
    /*overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.tipo-banner > ul, .tipo-banner-interno > ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.banner{
    position:relative;
    list-style:none;
    padding:0px !important;*/
    /*position:absolute;*/
    /*width:100%;
    overflow:hidden;
    z-index:10;
    background-position-x:center;
}

.area-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 200;
}

.nav-banner{*/
    /*margin-top:300px;*/
    /*text-align:right;
    padding-right:20px;*/
    /*max-width:90%;
    display:inline-block;
}

.nav-contador{
    position:absolute;
    bottom:0px;
    right:0px;
    left:0px;
    text-align:center;
    z-index:10;
}
.nav-contador > div {
    display:inline-block;
    padding:20px;
    color:#ffffff;*/
    /*background-color: rgba(0,0,0,0.6);*/
    /*background-image:linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.3),rgba(0,0,0,0));
    margin-bottom:30px;
    border-radius:12px;
    font:16px Arial;
}

.btnAnt, .btnProx {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 20%;
    height: 40px;
    z-index: 2000;
}

.btnAnt > div:hover, .btnProx > div:hover {
    background-color: rgba(0,0,0,0.6);
    cursor:pointer;
}

.btnAnt {
    left:0px;
} 
.btnProx {
    right:0px;
}

.btnAnt > div {
    border-radius: 40px;
    background-color: rgba(0,0,0,0.3);
    padding: 10px 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 10px;
    font: 30px Calibri;
    color: #ffffff;
} 
.btnProx > div {
    border-radius: 40px;
    background-color: rgba(0,0,0,0.3);
    padding: 10px 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right:10px;
    font: 30px Calibri;
    color: #ffffff;
}

.btnAnt > div::after{
    content:'<';
    line-height: 0px;
}
.btnProx > div::after {
    content:'>';
    line-height: 0px;
}


.nav-itens{
    float:left;
    width:15px;
    height:15px;
    background-color:#ffffff;
    border-radius:32px;
    border:1px solid rgba(0,0,0,0.5);
    margin-right:3px;
}

.nav-itens:hover {
    box-shadow:0px 3px 3px rgba(0,0,0,0.4);
    cursor:pointer;
    background-color:#c3c3c3;
}

.nav-itens-sel {
    background-color: #001843;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
}*/

.campoArea{
    background-color:#efefef;
    width:99%;
    border:0px;
    height:100px;
}

.botaoPadrao {
    padding: 10px;
    background-color: #000000;
    color:#ffffff;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    border-radius:8px;
    margin:5px;
}

.botaoPadrao:hover {
    background-color:#001843;
}

.btnTopo {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background-color: #333333;
    color: #ffffff;
    position: fixed;
    bottom: 20px;
    right: 5px;
    padding: 6px 6px;
    text-align: center;
    cursor:pointer;
    display:none;
}
.btnTopo::after {
    content:'^';
    font:25px Verdana;
    line-height:34px;
}

li {
    border: 0px;
    /*line-height:0px;*/
}

/*.tipo-banner > ul > li > img {
    height: 100%;
    line-height: 0px;
    border: 0px;
}

.tipo-banner > ul > li {
    border: 0px;
    line-height: 0px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #000000;
}*/

.areaCinza{
    background-color:#efefef;
    padding:20px;
}
/*
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

#qrCode {
    margin: 15px;
}*/
/* Hide/rearrange for smaller screens */

/*.banner-padrao-servicos {*/
    /*max-width: 400px;*/
    /*height: 533px !important;
}*/

.lblServicos{
    font:14px Calibri Leve;
}

.thServicos {
    font: 20px Calibri Leve;
    font-weight:bold;
    background-color:#efefef;
    padding:5px;
}
.tdServicos{
    margin-right:10px;
}

.telsFaleConosco {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-radius: 8px;
    border-top: 4px solid #001843;
}

.caixaFormulario {
    overflow: auto;
    border: 1px dotted #c3c3c3;
    padding: 20px;
}

@media screen and (max-width:496px) {
    .titulo {
        font: 26px Calibri Leve !important;
        border-bottom: 2px dotted rgba(0,0,0,0.2);
    }
    .subtitulo {
        font: 22px Calibri !important;
    }
    .subtitulo2 {
        font: 18px Calibri !important;
    }

    .conteudo-sobreposto {
        padding: 30px !important;
    }

    .menu-principal-mobile {
        position: fixed !important;
        top: 100px !important;
        /*height: 100% !important;*/
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    .texto-destaque {
        font: 30px Calibri, bold !important;
    }

    .texto-subDestaque {
        font: 20px Calibri !important;
    }

    .subMenuBlocos-Mobile > span {
        font: 12px Calibri !important;
        padding-left: 0px !important;
        padding-top: 12px !important;
        /*width: 150px !important;*/
    }
}

@media screen and (max-width: 879px) {
    /*.banner-padrao {
        height: 370px !important;
    }*/
    .rodape{
        float:none;
        width:100%;
        box-sizing:content-box;
    }

    .icon-instagram {
        float: none;
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    .titulo {
        font: 34px Calibri Leve;
        border-bottom: 2px dotted rgba(0,0,0,0.2);
    }

    .subtitulo {
        font: 28px Calibri;
    }

    .subtitulo2 {
        font: 20px Calibri !important;
    }

    .col1{
        float:none;
        display:inline-block;
    }
    .col2 {
        margin-top:40px;
        float: none;
    }

    .itens-menu > ul > li {
        list-style: none;
        float: left;
        padding: 10px 20px;
        border-left: 5px solid #001843;
        border-right: 1px dotted #d3d3d3;
    }

    .itens-menu-sel, .itens-menu > ul > li:hover {
        /*background-color:#ffff00;*/
        /*color: #a20404;*/
        color: #001843;
        cursor: pointer;
        /*border-left: 3px solid #a20404 !important;*/
        border-left: 5px solid #001843 !important;
        box-sizing: border-box;
        /*border-radius: 0px 15px;*/
    }
    /* Hide captions */
    .campoTexto {
        min-width: 99%;
        border: 0px;
        border-radius: 4px;
        height: 24px;
        font: 12px Arial;
        padding: 20px;
        background-color: #efefef;
        box-sizing: border-box;
    }

        .conteudo{
            padding:20px;
        }

        .conteudo-sobreposto {
            margin-top: 0px;
            margin-bottom: 40px;
            z-index: 2000;
            position: relative;
            background-color: #ffffff;
            padding: 40px;
            box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
            border-radius:0px;
        }

        /*.tipo-banner, li > img, .banner {*/
            /*height: 220px !important;*/
            /*border: 0px;
        }

        .banner-padrao-internas {
            height: 150px !important;
        }*/

        /*.banner-padrao-servicos {
            max-width:400px;
            height: 533px !important;
        }*/

        /*.banner-padrao-home {
            height: 1000px !important;
        }*/

        .img-horizontal {
            height:220px;
            width:auto;
        }

        .page-home {
            position:absolute; 
            top:50px; 
            left:0px; 
            right:0px;
            z-index:100;
        }

        .conteudo-home {
            background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8),rgba(0,0,0,0));
            padding: 120px 60px;
            height:450px;
        }

        .texto-destaque {
            font: 40px Helvetica, bold;
            color: #ffffff;
            text-shadow: 0px 2px 2px rgba(0,0,0,0.7);
        }

        .texto-subDestaque {
            font: 25px Helvetica;
            color: #ffffff;
            text-shadow: 0px 2px 2px rgba(0,0,0,0.7);
        }

        /*.tipo-banner {
            width: 100%;
            margin: auto;*/
            /*margin-top: 100px;*/
            /*overflow: hidden;*/
            /*border-bottom-left-radius: 90px;*/
        /*}*/

    .menu {
        width: 100%;
        height: 100px;
        margin-top: 0px;
        box-sizing: border-box;
        background-color: #ffffff;
        /*background-image: linear-gradient(#ffffff, rgba(0,0,0,0.2));*/
        background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.2), rgba(0,0,0,0));
        /*box-shadow: 3px 3px 3px rgba(0,0,0,0.2);*/
    }

    .itens-menu {
        background-color: #ffffff;
        position: fixed;
        right: 0px;
        top: 100px;
        overflow-y: auto;
        bottom: 0px;
        /*width: 90%;*/
        width: 100%;
        box-sizing: content-box;
        box-shadow: -2px 10px 10px #c3c3c3;
    }

        ul{
            display:grid;
        }

        .itens-menu > ul > li {
            list-style: none;
            padding: 10px;
            width: 100%;
            box-sizing: border-box;
            border-radius: 0px;
        }

        .itens-menu-sel, .itens-menu > ul > li:hover {
            /*background-color: #ffff00;*/
            /*color: #a20404;*/
            color:#ffffff;
            background-color:#001843;
            /*font-weight:bold;*/
            cursor: pointer;
        }

        .footer, footer {
            width: 100%;
            box-sizing: border-box;
        }

        .desktop {
            display: none;
        }

        .mobile {
            display: block !important;
        }
    }

@media screen and (min-width: 880px) {
    .rodape {
        float: left;
        box-sizing: content-box;
    }

    .icon-instagram {
        float: right;
    }

    .titulo {
        font: 44px Calibri Leve;
        border-bottom: 2px dotted rgba(0,0,0,0.2);
    }

    .subtitulo {
        font: 34px Calibri;
    }

    .subtitulo2 {
        font: 24px Calibri !important;
    }

    .col1 {
        width: 45%;
        float: left;
        display: inline-block;
    }

    .col2 {
        width: 50%;
        float: right;
    }
        
    .itens-menu > ul {
        margin: 0px;
        margin-top:51px;
        display: inline-flex;
    }

    .itens-menu > ul > li {
        list-style: none;
        float: left;
        padding: 10px 20px;
        border-bottom: 5px solid transparent;
        border-right: 1px dotted #d3d3d3;
    }

    .itens-menu-sel, .itens-menu > ul > li:hover {
        /*background-color:#ffff00;*/
        /*color: #a20404;*/
        color:#001843;
        /*font-weight:bold;*/
        cursor: pointer;
        /*border-bottom: 3px solid #a20404 !important;*/
        border-bottom: 5px solid #001843 !important;
        box-sizing: border-box;
        /*border-radius: 0px 15px;*/
    }

    .campoTexto {
        width: 100%;
        border: 0px;
        /*box-shadow: 0px 0px 5px #999999;*/
        /*border-radius: 4px;*/
        height: 24px;
        font: 12px Arial;
        padding: 20px;
        background-color: #efefef;
        box-sizing: border-box;
    }

    /*.tipo-banner, li > img, .banner {*/
        /*height: 370px !important;*/
        /*border: 0px;*/
        /*border-bottom-left-radius: 90px;*/
    /*}

    #banner-padrao{*/
        /*max-width:400px;*/
        /*height:533px !important;
    }

    .banner-padrao {
        height: 370px !important;
    }

    .banner-padrao-internas {
        height: 150px !important;
    }

    .banner-padrao-home {
        height: 1300px !important;
    }*/

    .img-horizontal {
        width: 100%;
        height: auto;
        line-height: 0px;
    }

    .page-home {
        position: absolute;
        top: 150px;
        left: 0px;
        right: 0px;
        z-index: 100;
    }

    .conteudo-home {
        float: left;
        width: 580px;
        background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8),rgba(0,0,0,0));
        padding: 120px 60px;
        height: 750px;
    }

    .texto-destaque {
        font: 70px Helvetica, bold;
        color: #ffffff;
        text-shadow: 0px 2px 2px rgba(0,0,0,0.7);
    }

    .texto-subDestaque {
        font: 35px Helvetica;
        color: #ffffff;
        text-shadow: 0px 2px 2px rgba(0,0,0,0.7);
    }

    .desktop {
        display: block !important;
    }

    .mobile {
        display: none;
    }
}



/**************** FULL BANNER *******************/

.NoScroll {
    overflow: hidden;
}

#image-gallery {
    width: 100%;
    /*position: relative;
      height: 650px;
      background: #000;
      box-sizing: border-box;*/
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
    z-index: 99900;
}

#image-gallery .image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
}

#image-gallery .prev,
#image-gallery .next {
    position: absolute;
    height: 32px;
    margin-top: -66px;
    top: 50%;
}

#image-gallery .prev {
    left: 20px;
}

#image-gallery .next {
    right: 20px;
    cursor: pointer;
}

#image-gallery .footer-info {
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: white;
    border-top: 1px solid #FFF;
}

.footer-info {
    z-index: 998;
}

#btnFechaIMGs {
    font-family: roboto;
    padding: 30px;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    float: right;
    z-index: 9999;
}

/******************************************************/
.area-seguranca-privacidade {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* max-width: 850px; */
    z-index: 99999999;
    font-size: 16px !important;
    font-weight: bold;
    background-color: #c3c3c3;
    /* border: 3px solid var(--cor-azul) !important; */
    color: var(--cor-azul) !important;
    padding: 30px;
    margin: auto;
    /* border-radius: 10px;*/
}

.area-seguranca-privacidade > .btn-fechar-privacidade {
    background-color: #3f65aa;
    color: #ffffff;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    cursor: pointer;
    display: inline-block;
}

.area-whatsAapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
}

.ligacao-unidade-sapp {
    background-color: rgba(37,211,102,1);
    padding: 10px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 25px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.ligacao-sapp {
    background-color: rgba(37,211,102,1);
    padding: 20px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 32px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.area-whatsAapp > ul {
    list-style-type: none;
    position: absolute;
    bottom: 70px;
    right: 13px;
    width: 250px;
}

.area-whatsAapp > ul > li {
    text-align: right;
    display: flow-root;
}

.area-whatsAapp > ul > li > span, .lblIconSapp {
    background-color: #333333;
    color: #dddddd;
    padding: 5px;
    border-radius: 8px;
    float: right;
    margin-top: 10px;
    text-align: right;
}

.lblIconSapp {
    margin-top: 20px;
    padding: 10px;
}

.cursor-pointer {
    cursor: pointer;
}