
/* CSS Document */
@import url("reset.css");
@import url("sections.css");
@import url("fonts.css");


/*------------------------------------componentes--------------------------------------------------------------------*/


@viewport {
  width: device-width;
  zoom: 1;
}

/*html {
    font-size: 62.5%;
}*/

body {
    overflow-x: hidden;
}

main {
    /*overflow-y: hidden;*/
    overflow-x: hidden;
    position: relative;
}

.hidden {
    opacity:0;
}

ul {
    padding: 0;
    margin:0;
}

/* For modern browsers clearfix*/
.cf:before,
.cf:after {
    content:"";
    display:block;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) clearfix */
.cf {
    zoom:1;
}

a {
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s;
    text-decoration: none;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: ;
    /*background: #17AD47;
    background: #83A451;*/
    overflow: hidden;
    z-index: 999999;
    display: table;
    vertical-align: middle;
}

.logo-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0px 0px -75px;
    width: 102px;
	opacity: 0; 
    /*height: 100px;*/
}

/*content-sections----------*/

.page-section .wrap-content {
    padding: 0;
}

/*---spinner------*/

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
}

.spinner {
    color:#fff;
    width: 100%;
    position: relative;
    font-size: 15px;
    display: inline-block;
    height: 40px;
}

/*---spinner------*/

.wrap-content {
    max-width: 1200px;
    /*max-width: 800px;*/
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: inherit;
}

.wrap-content .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 100%;
}

.wrap-content .title {
    font-family: 'open_sansbold';
    font-size: 2.3rem;
    line-height: 43px;
}

.wrap-content .subtitle {
    font-family: 'open_sansregular';
    font-size: 1.1rem;
    line-height: 24px;
    margin-top: 10px;
}

/*button-saibamais*/
a.bt-saibamais, a.bt-saib {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 2rem;
    z-index: 10;
    top: -webkit-calc(100% - 25px);
    top: calc(100% - 25px);
    text-transform: uppercase;
    color:#fff;
    font-size: 0.7rem;
    font-family: 'open_sansbold';
    background: url(../img/arrow_saiba.png) no-repeat center 20px;
}
/*button-saibamais*/

.bt-center {
    position: absolute;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: -webkit-calc(100% - 25px);
    top: calc(100% - 25px);
}

.masc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
 }
/*content-sections----------*/


#fp-nav {
    z-index: 1 !important;
    display: none;
}

/*button solicite------------*/
.bt-solicite, .sblink, .bt-video {
    border: 1px solid #18ad47;
    /*border: 1px solid #83A451;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:1rem 4rem;
    color:#fff;
    font-size: 0.8rem;
    font-family: 'open_sansextrabold';
    text-transform: uppercase;
    margin-top: 2rem;
    line-height: 18px;
    margin-left: 3rem;
    display:inline-block;
    width: auto;
    -webkit-transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
}
.bt-solicite{
    background-color: #18ad47;
    color: #fff;
}


.bt-solicite:hover, .sblink:hover, .bt-video:hover {
    -webkit-transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    border: 1px solid #18AD47;
    background: #18AD47;
    /*border: 1px solid #83A451;
    background: #6F8A44;*/
}
.bt-solicite:hover{
    background-color: #fff;
    color: #18ad47;
    border: 1px solid #fff;
}
/*button solicite------------*/

/*modal-responsivo--------------------------------*/
.responsive-modal {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 0;
    background-color: rgba(89,90,89,.9);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*modal-responsivo--------------------------------*/


/*modal-abrir conta ------------------*/
.background-image {
    background-image: url(../img/bg_cover_masc.png);
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    filter: grayscale();
}

#modal-open-conta .modal-content {
    position: absolute;
    z-index: 1001;
    /*top: 65%;*/
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    /*max-width: 1200px;*/
    width: 100%;
    height: auto;
    padding-bottom:15px; 
}

#modal-open-conta a.close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 36px;
    height: 36px;
    background-position: 0 -19px;
    background: url(../img/close-small.png) 0 no-repeat;
    z-index: 1002
}

#modal-open-conta .modal-content .title {
    font-family: 'open_sansbold';
}

#modal-open-conta .modal-content .subtitle {
    font-family: 'open_sanssemibold';
}

#modal-open-conta .modal-content p {
    font-family: 'open_sansregular';
}

#modal-open-conta .col-1, #modal-open-conta .col-2 {
    margin-left: 2%;
    margin-right: 0;
}

#modal-open-conta .col-1 {
    width: 35%;
    float: left;
    margin-top: 15px;
}

#modal-open-conta .col-2 {
    width: 60%;
    float: left;
}


#modal-open-conta form p {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 1.8rem;
}

#modal-open-conta form .field {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    font-family: 'open_sansbold';
    font-weight: 400;
    font-size: 0.9rem;
    outline: 0;
    display: block;
    /*padding: 3.8rem 0 0;*/
    color: #fff;
    text-align: left;
    width: 100%;
    height: auto;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0 0 5px 5px; 
    float: left;
}

.multiselect-input{
    padding-top: 1.8rem;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    padding-bottom: 5px;
}

#estados-input::placeholder{
    color: white;
}

#estados-input{
    font-family: 'open_sansbold';
    font-weight: 400;
    font-size: 0.9rem;
    outline: 0;
    display: block;
    color: #fff;
    width: 100%;
    height: auto;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: menulist;
    border: none;
    cursor: pointer;
}

input[type='checkbox']{
    cursor: pointer;
}

.checkbox-box{
    display: none
}

.checkbox-box ul{
    display: flex;
    flex-wrap: wrap;
    color: #353535;
}

.checkbox-box li{
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: none;
    width: 50px;
    padding: 10px 15px;
    cursor: auto
}

.checkbox-box label{
    display: flex;
    margin: 3px;
}

.ms{
    width: 100%;
    float: left;
    cursor: pointer;
}

.link-modal{
    color: #18ad47;
    border-bottom: 1px solid #18ad47;
    width: fit-content;
    cursor: pointer;
}

.link-modal svg *{
    fill: #18ad47
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #00000090;
    right: 0;
    z-index: 6;
    display: none
}

.modal-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 65%;
}

.modal-box img{
    width: 100%;
    border: 15px solid white;
    box-sizing: border-box;
    margin-top: 70px;
    box-shadow: 0px 0px 0px 10px #100b08;
}

.modal .close{
    position: absolute;
    right: 6rem;
    top: 7rem;
    width: 36px;
    height: 36px;
    background-position: 0 -19px;
    background: url(../img/close-small.png) 0 no-repeat;
    z-index: 10;
    cursor: pointer;
    transform: scale(0.75);
}

#modal-open-conta form select option {
    background: rgba(0,0,0,0.3) !important;
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
}

#modal-open-conta form select option:nth-child(1) {
    display:none;    
}

#modal-open-conta form .box {
    display:inline-block;
    width: 100%;
}

#modal-open-conta .box p:nth-child(1) {
    margin-right: 14px;
}

#modal-open-conta .box p {
    float: left;
    width: 49%;
}

#modal-open-conta form .field::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
#modal-open-conta form .field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
}
#modal-open-conta form .field::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
}
#modal-open-conta form .field:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

#modal-open-conta .envia {
    float: right;
    font-family: 'open_sansbold';
    width: 168px;
    height: 41px;
    font-size: 14px;
    border-radius: 7px;
    border:1px solid #fff;
    color: #18ad47;
    /*color:#6F8A44;*/
    background-color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;   
}


#modal-open-conta label.error {
    display:none;
}


#modal-open-conta label.error {
    font-family: 'open_sansbold_italic';
    font-weight: 400;
    font-size: 0.8rem;
    position: absolute;
    margin: 0;
    right: 0;
    /*bottom: -18px;*/
    bottom: -22px;
    color: #e73d3d;
    background-color: transparent;
    text-align: right;
    width: 100%;
    pointer-events: none;
    text-transform: uppercase;
}
/*modal-abrir conta ------------------*/


body.block-body {
    /*position: fixed !important;*/
    position: absolute !important;
    width: 100% !important;
    /*height: 100% !important;*/
    overflow: hidden !important;
}

body.block-body > .overMenu {
    background: none !important;
}

/*menu-scroll ----------------------------------*/
#menu-scroll {
    z-index: 1;
    top:40%;
    /*left: 0;*/
    position:fixed;
    right: 3%;
    display:block;
}

#menu-scroll ul li {
    margin-bottom: 30px;
}

#menu-scroll ul li a {
    color:#fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'open_sansextrabold';
    display:block;
    text-align: right;
    position: relative;
}

#menu-scroll ul li a span.ball {
    position: absolute;
    width: 22px;
    height: 23px;
    top:0;
}

#menu-scroll ul li a.icon-dir span.ball { background: url(../img/label_diario.png) no-repeat center; }
#menu-scroll ul li a.icon-process span.ball { background: url(../img/label_process.png) no-repeat center; }
#menu-scroll ul li a.icon-gest span.ball { background: url(../img/label_gestao.png) no-repeat center; }
#menu-scroll ul li a.icon-corres span.ball { background: url(../img/label_corresp.png) no-repeat center; }

#menu-scroll ul li a span.string {
    padding-right: 15px;
    position: relative;
    top: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#menu-scroll ul li a:hover span.string {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 1;
}

/*menu-scroll ----------------------------------*/


/*------------------------------------componentes--------------------------------------------------------------------*/


/*------------------------------------TOPO-------------------------------------------*/

.reveal {    
    font-family: 'open_sansbold';
    background-color:#595959;
    color: #fff;
    position: relative;
    visibility: visible !important;
}


.reveal .logotype {
    -webkit-transition: -webkit-transform .5s .8s cubic-bezier(.4, .2, 0, 1), opacity .3s .9s cubic-bezier(.4, .2, 0, 1);
    transition: transform .5s .8s cubic-bezier(.4, .2, 0, 1), opacity .3s .9s cubic-bezier(.4, .2, 0, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    display: block;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.logotype {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4,.2,0,1),opacity .1s cubic-bezier(.4,.2,0,1);
    transition: transform .4s cubic-bezier(.4,.2,0,1),opacity .1s cubic-bezier(.4,.2,0,1);
    display: inline-block;
    position: absolute;
    /*top: 15px;*/
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    /*width: 13.4rem;
    height: 4.1rem;*/
    /*width: 150px;
    height: 41px;*/
    width: 190px;
    height:60px;
    background: url(../img/logo.png) no-repeat;
    background-size: 100% 55px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(3,3);
    -ms-transform: scale(3,3);
    transform: scale(3,3);
}

.logotype h1 {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    width: 100%;
    /*width: 150px;
    height: 41px;*/
    overflow: hidden;
}

/*menu-principal-------------------------------------------------*/

/*bg geral do menu-----------------*/
.overMenu {
    background-color: rgba(0,0,0,.6) !important;
}
/*bg geral do menu-----------------*/

.menu-toolbar {
    font-weight: 700;
    font-size: 1.4rem;
    -webkit-transition: background-color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 10.1rem;
    color: #fff;
    fill: #fff;
    z-index: 5;
    background: url(../img/transparent.gif) rgba(1, 2, 3, 0);
}

.menu-toolbar .menu {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    /*top: 43px;*/
    top: 34px;
}


.menu-toolbar .menu > li:first-child {
    /*margin-left: 80px;*/
    margin-left: 20px;
}

.menu-toolbar .menu > li {
    position: relative;
    display: inline-block;
    float: left;
    /*margin-right: 1.5rem;
    margin-right: 4rem;*/
    margin-right: 4rem;
    color: #fff;
    font-size: 12px;
}

.menu-toolbar .menu:after, .menu-toolbar .menu:before {
    content: '';
    display: table;
}

.reveal .menu-toolbar .macro {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.menu-toolbar .macro {
    -webkit-transition: -webkit-transform .3s .2s cubic-bezier(.4, .2, 0, 1), opacity .3s .2s cubic-bezier(.4, .2, 0, 1);
    transition: transform .3s .2s cubic-bezier(.4, .2, 0, 1), opacity .3s .2s cubic-bezier(.4, .2, 0, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: relative;
    display: inline-block;
    line-height: 0;
    cursor: pointer;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

/*linha no menu*/
.menu-toolbar .macro:before {
    content: '';
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
    position: absolute;
    bottom: -13px;
    margin-left: -12px;
    width: 0;
    height: 2px;
    background-color: rgba(255,255,255,.3);
}

.menu-toolbar .macro:hover>a {
    color: #70bf51;
    /*color:#9BB870;*/
}

.menu-toolbar .macro:hover:before {
    width: -webkit-calc(100% + .6rem);
    width: calc(100% + .6rem)
}
/*linha no menu*/

.menu-toolbar .macro a {
    position: relative;
    z-index: 10;
    padding-bottom: .7rem;
    color: inherit;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    color: inherit;
    text-decoration: none;
}

.menu-toolbar .macro a>i {
    background: url(../img/arrow_menu.png) no-repeat center;
    display:block;
    width: 11px;
    height: 7px;
    position: absolute;
    top: 7px;
    right: -19px;
}

.sub-menu {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    padding-top:30px;
    /*width: 17rem;*/
    width: 20rem;
    line-height: 1;
    cursor: default;
}

.sub-menu li {
    display: block;
    padding: 0 0 0.8rem;
    margin: 0;
    width: 100%
}

.sub-menu li:first-child {
    margin: 0
}

.sub-menu a:hover {
    color: #70bf51;
    /*color:#9BB870;*/
}


/*acessar minha conta---------------------------------
------------------------------------------------------------------------*/
.menu-toolbar .cta:last-child {
    margin-right: 0;
}
.menu-toolbar .cta {
    clear: none;
    width: 48.2%;
    margin-left: 0;
    margin-right: 3%;
    float: right;
    position: relative;
    top: 20px;
    right: 60px;
    margin-top: 0;
    max-width: 410px;
    font-size: 0.9rem;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
}

.cta {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.cta .form {
    display: none;
    position: relative;
    padding: 0 0 10px 0;
    width: 100%;
    border-radius: 5px;
}

.cta input[type="text"], .cta input[type="password"] {
    color:#808080;
    font-size: 0.9rem;
    border: 0;
    outline: 0;
    background: #fff;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    width: 87%;
    padding: 0;
    display: inline-block;
    float: right;
    font-size: 14px;
}

.cta input[type="submit"] {
    display: inline-block;
    color:#fff;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    background-color:#00AD59;
    border: 1px solid #00AD59;
    /*background-color:#86A752;
    border: 1px solid #86A752;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    margin: 0 10px;
    width: 85%;
    cursor: pointer;
    -webkit-transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
}

.cta input[type="submit"]:hover {
    /*background: #6F8A44;
    border: 1px solid #86A752;*/
    background: #17AD47;
    border: 1px solid #00AD59;
    /*-webkit-transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;*/
}

.cta .form>.inc  {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #6F8A44;
    line-height: 2.2rem;
}

.cta .form .ico {
    position: absolute;
    display: block;
    top: 0;
    width: 15px;
    height: 16px;
}

.cta .form .login {
    background: url(../img/acess-login.png) no-repeat;
    left: 0;
}

.cta .form .pass {
    background: url(../img/acess-senha.png) no-repeat;
    left: 2.2px;
}

.is-open-list {
    border-radius: 5px;
    color: #18ad47 !important;
    /*color: #6F8A44 !important;*/
    background-color: #fff !important;
    border-radius: 5px 5px 0  0;
}

.acesso-conta {
    position:absolute;
    top:0;
    /* left: 0; */
    right: 0;
    width: 200px;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    line-height: 2.2rem;
    /*cursor:pointer;*/
    color: #fff;
    -webkit-transition: -webkit-transform .5s .5s cubic-bezier(.4,.2,0,1),opacity .3s .5s cubic-bezier(.4,.2,0,1),color .25s 0s ease-in-out,background-color .25s 0s ease-in-out;
    transition: transform .5s .5s cubic-bezier(.4,.2,0,1),opacity .3s .5s cubic-bezier(.4,.2,0,1),color .25s 0s ease-in-out,background-color .25s 0s ease-in-out;
}

.acesso-conta:hover {
    background: #fff;
    color: #18ad47;
    /*color:#6F8A44;*/
    -webkit-transition: -webkit-transform .5s .5s cubic-bezier(.4,.2,0,1),opacity .3s .5s cubic-bezier(.4,.2,0,1),color .25s 0s ease-in-out,background-color .25s 0s ease-in-out;
    transition: transform .5s .5s cubic-bezier(.4,.2,0,1),opacity .3s .5s cubic-bezier(.4,.2,0,1),color .25s 0s ease-in-out,background-color .25s 0s ease-in-out;
}

.acesso-conta > .btn-acess {
    display: block;
    cursor:pointer;
}

a.open-conta {
    float:right;
    line-height: 2.2rem;
    background: #17AD47;
    /*background: #86A752;*/
    color: #fff;
    border: 2px solid #17AD47;
    /*border:2px solid #83A451;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 22px;
    -webkit-transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
}

a.open-conta:hover, a.btn-acesso-cell:hover  {
    background: #1ED658;
    /*background: #6F8A44;*/
    border: 2px solid #1ED658;
    /*border:2px solid #83A451;*/
    /*-webkit-transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;*/
}

a.btn-acesso-cell {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    line-height: 2rem;
    background: #17AD47;
    /*background: #86A752;*/
    color: #fff;
    width: 130px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    border: 2px solid #17AD47;
    /*border:2px solid #83A451;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 15px;
    -webkit-transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    transition: border-color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
}

/*acessar minha conta---------------------------------
--------------------------------------------------------------------*/

/*menu-principal-------------------------------------------------*/
    
   

 .reveal .btn-responsive {
	 -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
		filter: none;

		}

.btn-responsive {
	position: absolute;
    top: 28px;
    left: 0;
    z-index: 5;
    margin: 0 5rem 0 1.6rem;
    color: #fff;
    pointer-events: initial;
    -webkit-transition: -webkit-transform .5s 0s cubic-bezier(.4,.2,0,1),opacity .3s 0s cubic-bezier(.4,.2,0,1);
    transition: transform .5s 0s cubic-bezier(.4,.2,0,1),opacity .3s 0s cubic-bezier(.4,.2,0,1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media (min-width: 768px) {
    .btn-responsive {
        display: none;
        }
}
	

.btn-responsive:before {
    content: '';
    display: inline-block;
    background: url(../img/toggle.png) no-repeat;
    width: 23px;
    height: 16px;
}

.toggle-icon:before {
    position: relative;
    top: -4px;
    height: 24px;
    background-position: 0 -19px;
}


			

/*MODAL-responsivo-----------------------------------------------*/
.responsive-modal .box-list {
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    /*padding: 0 2rem;*/
    max-width: 1210px;
    width: 90%;
    padding-bottom:10px; 
}

.responsive-modal .list {
    float: left;
    clear: none;
    text-align: inherit;
    /*width: 16.8%;
    width: 28.5%;*/
    width: 45%;
    margin-left: 0;
    margin-right: 4%;
    font-family: 'open_sanssemibold';
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 0;
    color: #fff;
}

.list {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
    color: #595a59;
}


.responsive-modal .list ul li {
    margin-top: 3%;
}

.responsive-modal .list:nth-child(1)>a, .responsive-modal .list:nth-child(2)>a, .responsive-modal .list:nth-child(3)>a {
    color:#70bf51;
    /*color:#83A451;*/
    font-size: 1.6rem;
}

.responsive-modal ul li.list a {
    color:#fff;
    font-size: 1.3rem;
    display: block;
    line-height: 25px;
}

.responsive-modal ul li.list a:hover {
    color:#70bf51;
    /*color:#83A451;*/
}




/*MODAL-responsivo-------------------------*/

/*------------------------------------TOPO-------------------------------------------*/



/*-----------------------------------CORPO-------------------------------------------*/

/* pages|sections ============================================ */
.section{
    text-align:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}
/* pages|sections ============================================ */

/*page-home-TOP----------------------------------------*/
ul.list-home {
    float:none;
    margin: 0 auto;
    width: 100%;
}

ul.list-home li {
    clear: none;
    text-align: inherit;
    /*width: 17.84%;*/
    width: 15%;
    text-align: center;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
}

ul.list-home li a {
    display: block;
    font-size: 1rem;
    /*color:#fff;*/
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
}

.page-home #section1.center header {
    padding-bottom: 5rem;
    max-width: 800px;
    margin:0 auto;
}

ul.list-home li span {
    /*color:#fff;*/
    width: 100%;
    display:inline-block;
    text-align: center;
}

ul.list-home li span.icon {
    min-height: 65px;
    background-position: center;
    background-repeat: no-repeat;
}

ul.list-home li.idea a span.icon { background-image: url(../img/icon-inov.png); }

ul.list-home li.lock  a span.icon  { background-image: url(../img/icon-lock.png); }

ul.list-home li.tec a span.icon { background-image: url(../img/icon-phone.png); }

ul.list-home li.human a span.icon { background-image: url(../img/icon-human.png); }

ul.list-home li.preco a span.icon { background-image: url(../img/icon-dolar.png); }

ul.list-home li span.label {
    margin-top: 1rem;
}

ul.list-home li a span.label {
    color:#fff;
    -webkit-transition: color .25s ease-in-out 0s;
    -moz-transition: color .25s ease-in-out 0s;
    -ms-transition: color .25s ease-in-out 0s;
    -o-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s;
}

ul.list-home li a:hover span.label {
    /*-webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s;*/
    color:rgba(225,255,255,.7);
}

a.link-pdf {
    background: url(../img/icon-pdf.png) left no-repeat;
    display: inline-block;
    color:#fff;
    padding:15px 0 0 40px;
    font-size: 14px;
    text-decoration: none;
    font-family: 'open_sansbold' !important;
}

a.link-pdf:hover, a.link:hover {
    text-decoration: underline;
}

a.link {
    color:#fff;
    text-decoration: none;
}

.wrap-content .left {
    float: left;
    width: 51%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    /*padding-left: 4rem;*/
    text-align: left;
}

.wrap-content .right {
    float: left;
    width: 48%;
    margin-left: 50%;
    margin-right: 0;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: left;
}
.wrap-content .right .bt-solicite{
    margin-left: -15px
}

.wrap-content .left header, .wrap-content .right header {
padding-left: 3.5rem;
padding-bottom: 2rem;
}

div.list-text p {
    font-family: 'open_sansregular';
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: justify;
    margin: 1rem 0 1rem 2rem; 
}

ul.list-text {
    padding-left: 3rem;
    display: block;
    margin-left: 2rem;
}

ul.list-text li {
    position: relative;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.0rem;
    font-family: 'open_sansregular';
    list-style-image: url(../img/arrow_line.png);
}

ul.list-text li span {
    line-height: 1.4;
    position: relative;
    top: -6px;
}

/*page-home-TOP----------------------------------------*/

/*SIPE - Alterações Rodrigo*/
.sipe .wrap-content .right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 55%
}
.sipe .wrap-content .right > img{
    margin-top: 30px;
}

.dropdown .multiSelect li {
    display: inline-block;
    width: 45px;
}

a {
    color: #fff;
}

.dropdown dd,
.dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.dropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}

.dropdown ul {
    background-color: #dadada;
    border: 0;
    color: #fff;
    display: none;
    left: -5px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 8px;
    width: 98%;
    list-style: none;
    height: 50px;
    overflow: auto;
    z-index: 99;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

.dropdown dd ul li a:hover {
    background-color: #fff;
}

button {
    background-color: #6BBE92;
    width: 302px;
    border: 0;
    padding: 10px 0;
    margin: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
@media only screen and (min-width: 400px) {}

@media screen and (min-width: 320px) {
    #modal-open-conta .modal-content {
        top:80%;
    }

    .responsive-modal .box-list {
        top:50%;
    }

}

@media screen and (min-width: 400px) {
    #modal-open-conta .modal-content {
        top:60%;
    }

    .responsive-modal .box-list {
        top:55%;
    }
}

@media screen and (min-width: 500px) {
    #modal-open-conta .modal-content,  {
        top:140%;
    }

    .responsive-modal .box-list {
        top:80%;
    }
}

@media screen and (max-width: 500px) {
    
    

    .page-home .title {
        font-size: 1.7rem;
        line-height: 29px;
    }

    .page-home #section2 {
        min-height: 800px;   
    }

}



@media screen and (min-width: 600px) {
    #modal-open-conta .modal-content {
        top:105%;
    }

    .responsive-modal .box-list {
        top:50%;
    }

}

@media screen and (max-width: 600px) {

    #footer-corp .ftlogo {
        display: none;
    }

    #modal-open-conta .modal-content .title {
        font-size: 2rem;
        line-height: 2.2rem;
    }

}


.link-login { display:none; }

@media only screen and (max-width: 700px) {
    .link-login {
        position: absolute;
        top: 10px;
        left: 10px;
        background: url(../img/icon-acesso-lock.png) #fff center no-repeat;
        display: block !important;
        /* float: left; */
        /* line-height: 2.2rem; */
        /* background: #86A752; */
        /* text-indent: -66666px; */
        /* border: 2px solid #fff; */
        /* border: 2px solid #83A451; */
        text-indent: -6666px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 8px 10px 8px 3px;
        width: 25px;
    }

    .menu-toolbar .cta {
        display: none;
    }
}

@media screen and (max-height: 640px) and (max-width: 767px) {

    .page-home .title {
        font-size: 1.5rem;
        line-height: 26px;
    }
    
    /*sections-responsivo------*/
    .page-home #section1 {
        min-height: 580px;
    }

    .page-home #section2 {
        min-height: 900px;   
    }

    .page-home #section3 {
        min-height: 650px;   
    }

    .page-home #section4 {
        min-height: 680px;   
    }

    .page-home #section5 {
        min-height: 680px;   
    }

    .page-home #section6 {
        min-height: 690px;   
    }

    .bt-solicite {
        padding:1rem 2rem;
    }

    #footer-corp .ftlogo {
        display:none;
    }

}

@media screen and (min-width: 800px) {
    /*modal---------------------open-conta*/
    #modal-open-conta .modal-content .title {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    #modal-open-conta .modal-content .subtitle {
        font-size: 1.7rem;
        margin: 0.8rem 2rem 1.2rem 0; 
    }
    
    #modal-open-conta .modal-content p {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    /*modal---------------------open-conta*/
}


@media only screen and (min-width: 767px) {
    #modal-open-conta .modal-content .title {
        font-size: 2rem;
        line-height: 2rem;
    }

    #modal-open-conta .modal-content {
        max-width: 700px;
        top:50%;
    }

    .responsive-modal .box-list {
        top:50%;
    }
}

@media only screen and (max-width: 767px) {


    #modal-open-conta .modal-content {
        width: auto;
        /*max-width: 28rem;*/
        float: none;
        display: block;
    }

    #modal-open-conta .modal-content .subtitle {
        margin-bottom: 0;
    }

    #modal-open-conta form .field {
        font-size: 0.8rem;
    }
    
    #modal-open-conta .box p {
        width: 100%;
    }

    #modal-open-conta .modal-content p {
        font-size: 0.6rem;
        line-height: 1.2rem;
        padding-top: 1rem;
    }

    #modal-open-conta .col-1 {
        margin-bottom: 1rem;
    }

    #modal-open-conta .col-1 header {
        text-align: center;
    }

    #modal-open-conta .col-1, #modal-open-conta .col-2 {
        width: 100%;
        margin-top: 0;
    }


    #modal-open-conta .modal-content .subtitle {
        font-size: 0.8rem;
    }


    ul.list-home li span.icon {
        background-size: 2rem;    
    }

    ul.list-home li span.label {
        margin: 0;
        font-size: 0.9rem;
    }

    a.bt-saibamais {
        display: none;
    }

    .responsive-modal .list {
        display: block;
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
    }

    .responsive-modal ul li.list a {
        font-size: 1rem;
        line-height:normal;
    }
    .responsive-modal .list ul li {}

    .wrap-content .left, .wrap-content .right { 
        width: 90%;
        /*padding-left: 2rem;*/
    }

    ul.list-text {
        padding-left: 2rem;   
    }

    .wrap-content .right {
        margin-left: 0;
    }

    /*crosss-footer ----------------- section7*/
    .cross-footer ul.lista li .ball {
        width: 103px;
        height: 103px;
    }

    .cross-footer h4 {
        margin:2rem 0 1rem 0;
    }

    .cross-footer .text { 
        font-size: 0.9rem;
    }

    .cross-footer .lista li.dolar .ball, .cross-footer .lista li.calendar .ball {
        background-size: 50%;
    }

    #footer-corp .ftlogo {
        left: 38% !important;
    }

    /*crosss-footer ----------------- section7*/





}


@media only screen and (min-width: 1000px) {
    
    #modal-open-conta .modal-content {
        top:60%;
        max-width: 800px;
    }

    .responsive-modal .box-list {
        top:60%;
    }

    #modal-open-conta .modal-content .title {
        font-size: 3rem;
        line-height: 3rem;
    }

    /*--cross-footer-horus-----------------------------*/
    .cross-footer-horus .lista li {
    width: 20%;
    display: inline-block;
    float:left;
    }

    /*--cross-footer-horus-----------------------------*/
}

@media only screen and (max-width: 1000px) {

    .logotype {
        top:15px;
        width: 130px;
        height: 50px; 
        background-size: 100% 38px;
    }
    
    .hid {
        display:none;
    }

    /*modal---------------------open-conta*/

    #modal-open-conta .modal-content .subtitle {
        font-size: 1.2rem;
        margin: 0.8rem 0 1.2rem 0; 
    }
    
    #modal-open-conta .modal-content p {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    #modal-open-conta .box p {
        width: 100%;
    }
    /*modal---------------------open-conta*/

    .logotype {
        top:10px;
    }

    .page-home #section1.center header {
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    div.list-text p {
        font-size: 0.8rem;
    }

    ul.list-home li {
        width: 30%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 7%;
        max-width: 40%;
    }

    ul.list-text li {
    white-space: normal;
    font-size: 0.9rem;
    }

    .btn-responsive {
        top: 22px;
        right: 20px;
        left: auto;
        margin-left: 0;
        margin-right: 0;
    }


    /*--cross-footer-horus-----------------------------*/

    .cross-footer-horus .lista li {
        width: 40%;
        /* float: left; */
        margin: 10px 15px;
        text-align: center;
        display: inline-block;
    }

    .cross-footer-horus .ball {
        width: 40px !important;
        height: 40px !important;
    }

    .cross-footer-horus h4 {
        font-size: 1.6em !important;
        margin: 8px !important;
    }

    .cross-footer-horus .lista {
        margin-top: 0 !important;
    }

    .cross-footer-horus .title {
        font-size: 1.5em !important;
    }

    /*--cross-footer-horus-----------------------------*/

    .menu-toolbar .cta {
        top: 14px;        
    }


}

@media only screen and (max-width: 1024px) {
    
    .page-home .title {
    font-size: 1.9rem;
    line-height: 37px;
    }

    .btn-responsive {
        margin: 0 2rem;
    }

    #menu-scroll {
        display:none;
    }

    .menu-toolbar .cta {
        top: 14px;        
    }

}


@media only screen and (max-width: 1050px) {
    .page-home .subtitle {
    font-size: 1rem;
    }

    .menu-toolbar .cta {
        top: 14px;        
    }

}

@media only screen and (max-width: 1200px) {
    
    .menu-toolbar {
        height: 4.4rem;
    }
    
    /*none-menu---------------*/
    .menu-toolbar .menu, .menu-toolbar .cta > .open-conta {
        display: none;
    }

    .menu-toolbar .cta {
        float:left !important;
        right: -70px !important;        
    }
    /*none-menu---------------*/
    

    #footer-links .nav-links li {
        position: inherit;
        top: -9px;
        clear: both;
        margin-right: 0;
        line-height: 2.2;
    }

    #footer-useful-links .nav-links a {
        font-size: 1.3rem;
    }

    #footer-links .ftlogo-icon {
        display: inline-block;
        float: left;
        padding-right: 2.1rem;
        cursor: default;
        position: relative;
        top:-10px;
        /*margin-right: 2.5rem;*/
        /*height: 16.7rem;*/
    }

    #footer-corp .ftlogo {
        left: 40%;
    }

    div.list-text p {
        font-size: 0.9rem;
    }

}

@media only screen and (min-width: 1200px) {
    

    #modal-open-conta {
        background-size: 100%;
    }

    #modal-open-conta .modal-content {
        top:50%;
        max-width: 1200px;
    }

    .responsive-modal .box-list {
        top:50%;
    }

    .page-home #section7 {
        min-height: 500px;
    }
    
    /*crosss-footer ----------------- section7*/
    .cross-footer h4 {
        margin:2rem 0 1rem 0;
    }

    .cross-footer .text {
        font-size: 1rem;
    }

    .cross-footer .lista li.dolar .ball, .cross-footer .lista li.calendar .ball {
        background-size: auto;
    }
    /*crosss-footer ----------------- section7*/


    /*footer----------*/
    #footer-links .ftlogo-icon {
        position: absolute;
        top: -10px;
        left: 0;
        width: 62px;
        height: 60px;
        margin-left: -80px;
        margin-right: 0;
    }

    #footer-links .nav-links li {
        line-height: 3rem;
    }
    

    #footer-corp .ftlogo {
        left: 42%;
    }
    /*footer----------*/



}
/*-----------------------------------CORPO-------------------------------------------*/



/*-----------------------------------FOOTER-------------------------------------------*/

.cross-footer, .cross-footer2, .cross-footer-horus {
    position: relative;
    padding: 8.1rem 0;
    max-height: 700px !important;
    height: 100%;
    /*background-color: #18AD47;*/
    color: #fff;
    z-index: 2;
}

.cross-footer .fp-tableCell, .cross-footer-horus .fp-tableCell{
    height: auto !important;
}

.cross-footer h1, .cross-footer-horus .fp-tableCell{
    /*font-size: 3.2rem;
    letter-spacing: 2px;
    line-height:4rem;*/
}

.cross-footer .ball, .cross-footer-horus .ball {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 150px;
    width: 150px;
    border: 1px solid #00AF3B;
    background-color: transparent;
}

.cross-footer h1 > .light, .cross-footer-horus h1 > .light {
    font-family: 'open_sanslight';
}

.cross-footer ul.lista, .cross-footer-horus ul.lista {
    width: 100%;
    display: inline-block;
}

.cross-footer .lista li {
    width: 45%;
    margin-left: 0;
    margin-right: 0;
}


.cross-footer .lista li.dolar 
{float: left;
position: relative;
      left: 25%;}

.cross-footer .lista li.calendar { float: right; }


.cross-footer .lista li.dolar .ball, .cross-footer .lista li.calendar .ball {
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: auto;*/
}

.cross-footer .lista li.dolar .ball {
    background-image: url(../img/footer_money.png);
}

.cross-footer .lista li.calendar .ball {
    background-image: url(../img/footer_calend.png);
}

.cross-footer h4, .cross-footer-horus h4 {
    font-family: 'open_sansextrabold';
    font-size: 1.7rem;
    text-transform: uppercase;
    /*margin: 4rem 0 1rem 0;*/
}

.cross-footer .text, .cross-footer-horus .text {
    font-family: 'open_sansregular';
    /*font-size: 1rem;*/
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.2rem;
}


/*cross-footer----------------------------------------------------HORUS*/

.cross-footer-horus .lista {
    margin-top: 30px;
}


.cross-footer-horus .ball {
    width: 80px;
    height: 80px;
}

.horus .lista li.user .ball {
    background: url(../img/icon-preco-usuario1.png) center no-repeat;
}

.horus .lista li.users .ball {
    background: url(../img/icon-preco-usuario2.png) center no-repeat;
}

.horus .lista li.users .ball {
    background: url(../img/icon-preco-usuario2.png) center no-repeat;
}

.horus .lista li.judicial .ball {
    background: url(../img/icon-preco-balanca.png) center no-repeat;
}

.horus .lista li.finance .ball {
    background: url(../img/icon-preco-financeiro.png) center no-repeat;
}

.cross-footer-horus .small {
    font-family: 'open_sansregular';
    font-size: 13px;
}

.cross-footer-horus h4 {
    margin: 15px 0 15px 0;
    font-size: 2.0em;
}

.cross-footer-horus .text {
           
}


/*cross-footer----------------------------------------------------HORUS*/

/*RODAPE -------------------------*/
footer {
    position: relative;
    background: #DCDCDC;
}

footer .wrap-content {
    max-width:1000px !important;
}

footer:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 2rem;
    background-color: #fff;
}

footer:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1.7rem;
    background-color: #DCDCDC;
}

#footer-links {
    position: relative;
    padding: 1.5rem 2rem  1.5rem 2rem;
    background-color: #fff;
    border-bottom:1px solid rgba(0,0,0,.1);
    margin-top: 30px;
}

#footer-links .nav-links {
    position: relative;
    float: left;
}

.nav-links li:first-child {
    margin-left: 0;
}
#footer-links .nav-links li {
    display: inline-block;
    float: left;
    /*line-height: 3rem;*/
    margin: 0 2rem 0 0;
}

#footer-links .nav-links a {
    font-family: 'open_sansbold';
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
    display: block;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s;
}
#footer-links .nav-links a:hover { color: #18ad47; }

#footer-links .app a {
    float:right !important;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 138px;
    height: 46px;
}

/*midias---sociais*/
a.linkedin {
    display: block;
    float: right;
    color:#595959;
    font-size: 0.9rem;
    line-height: 3rem;
    font-family: 'open_sansbold';
    background: url(../img/footer_linkedin.png) left no-repeat;
    padding-left: 40px;
    padding-right: 10px;
    text-decoration: none !important;
}

a.linkedin:hover {
    text-decoration: underline !important;
}
/*midias---sociais*/

#footer-info {
    /*text-align: center;*/
    padding: 15px 0 10px 0;
}

#footer-info p {
    font-family: 'open_sanssemibold';
    color:#000;
    font-size: 0.9rem;
    display: block;
    /*margin-bottom: 0.9rem;
    padding: 0 15px;*/
    line-height: 1.2rem;
}

#footer-info .fleft {
    float:left;
}

#footer-info .fright {
    float:right;
}

#footer-info .strong {
    font-size: 1rem !important;
}

#footer-info a {
    /*color:#595959;*/
    color:#000;
    text-decoration: underline;
}

#footer-info a:hover {
    text-decoration: underline;
}


#footer-corp {
    background: #DCDCDC;
    padding: 2rem 0  1rem 2rem;
    position: relative;
}


/*#footer-corp .ftlogo {
    position: absolute;
    top:-600%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    border-radius: 60%;
    background: #DCDCDC;
    border:1px solid #DCDCDC;
    padding: 50px 20px; 
}

#footer-corp .ftlogo img {
    position: relative;
    top: -1rem;
}*/

#footer-corp span {
    text-align: center;
    width: 100%;
    display: block;
    color:#595959;
    font-size: 0.8rem;
    font-family: 'open_sanssemibold';
    position: relative;
    z-index: 1;
    line-height: 1.1rem;
}

#politica { color: #000000; }
/*RODAPE--------------------------*/

/*-----------------------------------FOOTER-------------------------------------------*/


/*VIDEO ----------------------*/
.responsive-video {
    background: rgba(89,90,89,.9) !important;   
}
#my-video { 
            float: none;
            clear: both;
            width: 1200px;
            /*width: 640px;*/
            position: relative;
            /*padding-bottom: 56.25%;*/
            padding-bottom: 28%;
            padding-top: 25px;
            height: 0;
            margin: 0 auto;
            top: 20%;
        }
        #my-video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            max-width: 1200px;
            max-height: 1000px;
            /*max-width: 640px;
            max-height: 360px;*/
        }
        
        @media only screen and (max-width:700px) {
            #my-video {
                width:100%;
                padding-bottom: 56.25%;
            }
        }

        .bt-video-close {
            position: absolute;
            width: 36px;
            height: 36px;
            background-position: 0 -19px;
            background: url(../img/close-small.png) 0 no-repeat;
            z-index: 5;
            display: block;
            top: 30px;
            right: 40px;
            cursor: pointer;
        }
/*VIDEO ----------------------*/
