.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 5px 0 0;
}

img.logo{
     max-height: 70px;
     padding: 5px !important;
}
img.logoFooter{
    max-height: 200px;
}

.logoLabel {
    position: relative;
    padding-left: 20px;
    top: 25px !important;
    color: #000;
    font-size: 16px !important;

}

.vertical-center{
    display: flex!important;
    justify-content: center!important; /* justifica texto horizontalmente */
    align-items: center!important; /* alinha verticalmente */

}

.header-inner .title {
    padding: 150px 0 0 0!important;
}

.ms-slide-bgcont > img {
    opacity: 0.5 !important;
    -moz-opacity: 0.5 !important;
    filter: grayscale(0.5);
    -webkit-filter: grayscale(0.5);
}
/* responsive images without display:block */
.one-image-responsive{
    max-width: 100% !important;
    height: auto!important;
}

.pagenation_links a {
    line-height: 45px;
}

/* Checkbox */
.smart-forms .checkbox{
    position:relative;
    margin-right:2px;
    background: #fff;
    display: inline-block;
    border: 1px solid #CFCFCF;
    margin-bottom:0;
    margin-top:0;
    height: 21px;
    width: 21px;
    top:4px;

}

.terms span{
    line-height: 30px;
}

.smart-forms .checkbox:checked:after{
    content: '\2714';    /* '✓' or '\2713', or '\2714' */
    text-align: center;
    vertical-align: middle;
    position: absolute;
    height: 1em;
    width: 1em;
    line-height: 1;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*
.blurBg{

    border-radius: 5px;
    background-color: rgba(0,0,0, 0.2);

    padding: 2px;
    display: inline-block;

}
*/

ul.level2{
    padding-left: 40px;
    margin-top: 10px;
}
ul.level3{
    padding-left: 40px;
    margin-top: 10px;
}

.img-link {
    display: inline-block;
    transition: opacity .25s ease-out,-webkit-transform .25s ease-out;
    transition: transform .25s ease-out,opacity .25s ease-out;
    transition: transform .25s ease-out,opacity .25s ease-out,-webkit-transform .25s ease-out;
}

.img-thumb {
    padding: 0.375rem;
    background-color: orange;
    border-radius: 0.25rem;
}

.img-link-zoom-in {
    cursor: zoom-in;
}

ul.tabs li{
    margin:0px !important;
}

.ms-layer.text8{
    /*font-family: 'Dax', sans-serif !important;*/
    /*font-family: "Open Sans", sans-serif !important;*/
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
    /*font-style: italic;*/
    /*font-size: 50px!important;*/
    font-size: calc(40px + 0.390625vw)!important;
    line-height: 60px!important;
    /*margin-bottom: 20px!important;*/
    text-transform: none !important;
    text-align: left !important;
}
.ms-layer.text9{
    /*font-family: "Open Sans", sans-serif !important;*/
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
    /*font-style: italic;*/
    /*font-size: 40px!important;*/
    font-size: calc(20px + 0.390625vw)!important;
    line-height: 50px!important;
    text-transform: none !important;
    text-align: left !important;

}
.ms-layer.botao{
    font-size: calc(8px + 0.390625vw)!important;
    line-height: 20px!important;

}
.ms-static-layers{
    /*position: relative;*/
    /*top: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
     */
}


.ms-static-layers a{
    position: relative!important;
    display: inline-block;
}

.collapse.in{
    position: absolute !important;
    z-index: 9999 !important;
    top:61px!important;
}

.collapsing{
    position: absolute !important;
    z-index: 9999 !important;
    top:61px!important;
}

.boxShadowRedondo{
    border-radius: 2px;
    background-color: #fcfcfc;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    /*width: 100%;*/
    float: left;
    /*height: 620px;*/
    /*max-height: 620px;*/
}

.sh-btn.sh-btn-red {
    color: #fff !important;
    background-color: #fd602c !important;
}

.tabs{
    margin-bottom: 40px !important;
}
