﻿html, body {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 11pt;
    font-weight: 300;
    color: #000;
    text-align: justify;
    height: 100%;
    min-height: 100%;
}

html, body {
    height: 100%;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

p {
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}

h2 {
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    display: block;
}

    h2::after {
        content: "";
        border-bottom: 1px dotted #000;
        width: 30px;
        height: 1px;
        margin: 15px auto 0;
        display: block;
    }

h3 {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 25px;
    display: block;
    color: #fecf00;
    text-transform: none;
}

a {
    text-decoration: none !important;
}

.textbox {
    background-color: #f5f5f5 !important;
    opacity: .8;
    letter-spacing: .2px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.btn {
    background-color: #c0392b !important;
    width: 250px;
    /* border: 1px solid #8b8a8b; */
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
}

    .btn:hover {
        background-color: #fecf00 !important;
        color: #000;
        /* border: 1px solid #fecf00; */
    }

.scrolltotop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 100;
    opacity: 0.5;
    cursor: pointer;
}

.top-arrow {
    width: 60px;
    height: 60px;
    background: #999;
    background-image: url(../imagens/top_arrow.png);
    background-size: 22px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scrolltotop:hover .top-arrow {
    opacity: 1;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

    img.grayscale:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
    }
/************************************************/
.foto div 
{
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    bottom: 0;
    color: #fff;
    padding: 10px 10px 10px;
    position: absolute;
    width: 100%;
}
.foto
{
    vertical-align: baseline;
    position: relative;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
}
.overlay
{    
    position: absolute;
    top: 20px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.ic_caption
{
    position: absolute;    
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    left: 0px;
    right: 0px;
    cursor: default;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ic_category
{
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    padding: 5px;
    margin: 0px;    
}
.ic_caption h3 {
    padding: 0;
    margin-bottom: 5px;
    font-size: 22px;
    text-align: left;
}
.ic_text
{
    margin: 0px;
    text-align: justify;
    font-size: 11pt;
}
/*****************************************/
.logo-repasse {
    width: 240px;
}

.position-nav {
    position: absolute;
    z-index: 999;
    right: 0px;
    left: 0px;
}

.navbar-default {
    background-image: none;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 15px;
    margin: 0 10px;
}

.back-nav-remove {
    background-image: none !important;
    background-color: transparent !important;
}

.back-nav {
    background-color: #C0392B;
    /* background-color: rgba(0,0,0,.5); */
}

    .back-nav .logo-repasse22 {
        width: 110px;
    }

.navbar-collapse {
    padding-top: 15px;
}

.navbar-nav a {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    white-space: nowrap;
}

    .navbar-nav a:hover {
        opacity: 0.5;
    }

    .navbar-nav a::after {
        content: "\2022";
        position: absolute;
        color: #fff;
        left: 0;
    }

.fixed-animated {
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}

.bwWrapper {
    position: relative;
    display: block;
}
/************************************************/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide .text_overlay {
        position: absolute;
        color: #fff;
        width: 100%;
        top: 35%;
    }

    .swiper-slide .container {
        text-align: center;
        margin: 0 auto;
    }

    .swiper-slide .text_overlay h2 {
        font-size: 4em;
        font-weight: 900;
        border: 0;
        color: #fff;
    }

    .swiper-slide .text_overlay .btn-warning {
        background-color: #F5D328;
    }

.sliderTexture {
    background: url(../imagens/gatewayTexture.png);
    float: left;
    height: 100%;
    width: 100%;
    position: absolute;
}

.slideContent {
    padding: 10px 0;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    top: 35%;
}

    .slideContent h2 {
        color: #fff;
        font-size: 6.5em;
        font-weight: 900;
        line-height: .85em;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

    .slideContent h3 {
        color: #fff;
        font-size: .8em;
        margin: 0;
        padding: 1.5em 0 1.5em;
    }
/************************************************/
#sobre, #servicos, #servicos, #equipe, #clientes, #diadia, #contato {
    padding: 50px 0 40px 0;
}

#sobre, #servicos {
    color: #fff;
}

    #sobre h2::after, #equipe h2::after, #servicos h2::after {
        border-bottom: 1px dotted #fff;
    }

    #sobre h2.h22 {
        font-size: 24px;
        color: #fff;
        margin: 20px 0 0 0;
    }

#servicos {
    background: url(../imagens/bg-2.jpg) no-repeat center center;
    color: #fff;
    text-shadow: 2px 1px #000;
}

    #servicos h4 {
        display: block;
        color: #fff;
        font-size: 14pt;
        font-weight: bold;
        text-transform: uppercase;
    }

#diadia {
    /*background-color: #e11f26;*/
    margin-bottom: 60px;
}

    #diadia .lightwidget__caption {
        color: #fff !important;
    }

#clientes {
    background-color: #000;
    padding: 50px 0;
    color: #fff;
}

    #clientes h2::after {
        border-color: #fff;
    }

    #clientes img {
        max-height: 90px;
        padding-bottom: 20px;
    }

    #clientes .owl-carousel .owl-item img {
        width: auto !important;
    }

#equipe {
}

    #equipe .photo_container .cover {
        float: left;
    }

    #equipe .photo_container:hover .cover {
        display: none;
    }

    #equipe .photo_container .alternate {
        display: none;
    }

    #equipe .photo_container:hover .alternate {
        display: block;
    }

    #equipe #car_equipe .item {
        margin: 0 20px;
        overflow: hidden;
        color: #fff;
        background-color: #000 !important;
    }

#contato {
    background-color: #fff;
    background-image: url(../imagens/pattern-dots.png), url(../imagens/contato_1.jpg);
    background-position: center, center;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

    #contato .info-contact {
        color: #fff;
        text-align: center;
        margin: 30px 0;
    }

    #contato .heading-title {
        font-size: 9.5px;
        font-weight: 600;
        letter-spacing: 4px;
        text-transform: uppercase;
        line-height: 1;
        padding-bottom: 10px;
    }

    #contato a {
        color: #fecf00;
    }

    #contato h3 {
        font-size: 25px;
        font-weight: 700;
        line-height: .92;
        margin: 0;
    }
/*********************************************/
.advisors .social {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 35px;
    margin-bottom: 0;
}

.social li, footer .social li {
    display: inline-block;
    margin-right: 5px;
}

    .social li:last-child, footer .social li:last-child {
        margin-right: 0;
    }

    .social li a, footer .social li a {
        background-color: #fff;
        width: 28px;
        height: 28px;
        line-height: 28px;
        display: inline-block;
        color: #002e5b;
        font-size: 12px;
        padding: 0;
        text-align: center;
        border-radius: 50%;
    }

        .social li a:hover, footer .social li a:hover {
            background-color: #ef800d;
            color: #fff;
        }
/******************************************/
.vertical-line {
    position: relative;
    margin-top: 0.5em;
    background: url(../imagens/2px-gray.png) top center repeat-y;
    text-align: center;
    overflow: hidden;
}

    .vertical-line > div {
        position: relative;
        display: inline-block;
        margin-top: 2.7em;
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transition: transform 1s, -ms-transform 1s;
        -webkit-transition: -webkit-transform 1s;
    }

        .vertical-line > div:first-child {
            margin: 0;
        }

        .vertical-line > div.left .caption {
            left: auto;
            right: 2em;
            margin: 15px 30px 0 0;
            text-align: right;
        }

            .vertical-line > div.left .caption h3 {
                left: auto;
                right: 0;
            }

        .vertical-line > div.pop {
            transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
        }

        .vertical-line > div .caption {
            position: absolute;
            top: 0;
            left: 2em;
            margin: 15px 0 0 30px;
            padding: 0 0.8em;
            height: 2em;
            text-align: left;
            white-space: nowrap;
        }

            .vertical-line > div .caption h3 {
                position: absolute;
                left: 0;
                bottom: 0.4em;
                padding: 0 0.6em 0.25em;
                background: url(../imagens/2px-gray.png) left bottom repeat-x;
                font-size: 15px;
                color: #52AEDA;
                margin: 0 12px;
                font-weight: normal;
            }

            .vertical-line > div .caption span {
                display: block;
                position: relative;
                margin-top: 2.2em;
                line-height: 1.5em;
                color: #000;
            }

                .vertical-line > div .caption span a {
                    text-decoration: none;
                    color: #FBB24C;
                }

        .vertical-line > div .icon {
            vertical-align: middle;
            display: table-cell;
            position: relative;
            margin: 0 auto;
            border: 2px solid #CFCFCF;
            border-radius: 50%;
            width: 5em;
            height: 5em;
            background: #F8F5F5;
            line-height: 2.5em;
            text-align: center;
        }

            .vertical-line > div .icon img {
                width: auto;
                max-width: 50%;
                height: auto;
                max-height: 50%;
                vertical-align: middle;
            }
/********************************************/
.colophon:before,
.colophon:after {
    content: " ";
    display: table;
}

.colophon:after {
    clear: both;
}

.colophon:before,
.colophon:after {
    content: " ";
    display: table;
}

.colophon:after {
    clear: both;
}

.colophon.wigetized .background-footer {
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.wigetized .widget {
    color: #ffffff;
    margin-top: 30px;
}

    .wigetized .widget a {
        color: #ffffff;
    }

        .wigetized .widget a:hover {
            color: #d91f26;
        }

    .wigetized .widget .widget-title {
        color: #e9f2f1;
        font-weight: 400;
        font-size: 1.5em;
        margin: 0 0 25px 0;
        padding: 0;
    }

    .wigetized .widget .twitter_user,
    .wigetized .widget .twitter_user a {
        color: #fff;
    }

    .wigetized .widget ul,
    .wigetized .widget ol {
        list-style: none;
    }

        .wigetized .widget ul li,
        .wigetized .widget ol li {
            color: #ffffff;
            border: none;
            margin-left: 0;
            padding-left: 0;
        }

            .wigetized .widget ul li a,
            .wigetized .widget ol li a {
                color: #ffffff;
            }

                .wigetized .widget ul li a:hover,
                .wigetized .widget ol li a:hover {
                    color: #d91f26;
                }

    .wigetized .widget.widget_recent_entries li a {
        color: #ffffff;
    }

        .wigetized .widget.widget_recent_entries li a:hover {
            color: #d91f26;
        }

    .wigetized .widget .textwidget {
        font-size: 14px;
    }

        .wigetized .widget .textwidget p {
            padding: 0;
            margin: 0 0 25px 0;
        }

        .wigetized .widget .textwidget span {
            font-weight: 600;
        }

.colophon.site-info {
    background: #202020;
}

    .colophon.site-info .footer-menu {
        padding: 0.3em 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

        .colophon.site-info .footer-menu .noo-menu {
            display: table;
            margin: 0 auto;
        }

            .colophon.site-info .footer-menu .noo-menu li a {
                padding: 0.625em 0.75em;
                color: #ffffff;
            }

            .colophon.site-info .footer-menu .noo-menu li.current-menu-item > a {
                background: none;
            }

    .colophon.site-info .footer-more {
        padding: 30px 0;
        background: #202020;
        color: #ffffff;
    }

        .colophon.site-info .footer-more a {
            color: #ffffff;
        }

            .colophon.site-info .footer-more a:hover {
                color: #d91f26;
            }

        .colophon.site-info .footer-more .noo-bottom-bar-content {
            text-align: center;
            font-weight: 700;
        }

.noo-social a {
    display: inline-block;
    text-align: center;
    margin-left: 0.5em;
    text-decoration: none;
    color: #262626;
}

    .noo-social a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #262626;
        color: #262626;
        border-radius: 30px;
    }

    .noo-social a:hover i {
        border: 1px solid #d91f26;
        color: #d91f26;
    }

    .noo-social a:first-child {
        margin-left: 0px;
    }

.noo-social .social-title {
    display: inline-block;
    font-weight: bold;
}

@media (max-width: 991px) {
    .noo-social .social-title {
        display: block;
    }
}

.noo-footer-main {
    margin-bottom: 60px;
}

.wigetized .noo-footer-bottom {
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .wigetized .noo-footer-bottom .widget {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.025);
        margin-bottom: 40px;
    }

        .wigetized .noo-footer-bottom .widget:last-child {
            padding-bottom: 12px !important;
        }

        .wigetized .noo-footer-bottom .widget.widget_noo_social {
            padding-bottom: 40px;
            margin-bottom: 40px;
            margin-top: 0;
        }

        .wigetized .noo-footer-bottom .widget:last-child {
            border-bottom: 0;
            padding-bottom: 28px;
            margin-bottom: 28px;
        }

        .wigetized .noo-footer-bottom .widget .widget-title {
            color: #ffffff;
            font-weight: 400;
            font-size: 1.5em;
            margin: 0 0 25px 0;
            padding: 0;
        }

        .wigetized .noo-footer-bottom .widget ul.noo-infomation:after {
            clear: both;
            display: block;
            content: '';
        }

        .wigetized .noo-footer-bottom .widget ul.noo-infomation li {
            float: left;
            font-size: 16px;
            line-height: 24px;
            width: 33.333%;
            text-align: center;
        }

@media (max-width: 767px) {
    .wigetized .noo-footer-bottom .widget ul.noo-infomation li {
        width: 100%;
    }
}

.wigetized .noo-footer-bottom .widget ul.noo-infomation li.info-phone {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.wigetized .noo-footer-bottom .widget ul.noo-infomation li.info-mail {
    -webkit-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px);
}

    .wigetized .noo-footer-bottom .widget ul.noo-infomation li.info-mail .fa {
        margin-bottom: 24px;
    }

.wigetized .noo-footer-bottom .widget ul.noo-infomation li span.fa {
    font-size: 50px;
    color: #d91f26;
    display: inline-block;
    margin-bottom: 20px;
}

.wigetized .noo-footer-bottom .widget ul.noo-infomation li span {
    display: block;
    text-align: center;
}

.wigetized .noo-footer-bottom .widget ul.noo-infomation li address {
    display: block;
    margin: 0;
    text-align: center;
}

.wigetized .noo-footer-bottom .widget ul.noo-infomation li b {
    font-size: 10pt;
}

.wigetized .noo-footer-bottom .widget .footer-social {
    display: inline-block;
    position: relative;
    padding: 40px 0 0;
    margin: 0 23px;
}

    .wigetized .noo-footer-bottom .widget .footer-social:hover .social-name {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .wigetized .noo-footer-bottom .widget .footer-social .social-name {
        left: 50%;
        -webkit-transform: translate(-50%, -20px);
        -ms-transform: translate(-50%, -20px);
        -o-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px);
        position: absolute;
        width: 220px;
        font-size: 0.875em;
        top: 0;
        display: block;
        text-align: center;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .wigetized .noo-footer-bottom .widget .footer-social a {
        font-size: 36px;
        display: block;
        position: static;
        padding-bottom: 20px;
        border-bottom: 1px solid transparent;
    }

        .wigetized .noo-footer-bottom .widget .footer-social a.fa-facebook:hover {
            color: #4b6ea8;
            border-color: #4b6ea8;
        }

        .wigetized .noo-footer-bottom .widget .footer-social a.fa-google-plus:hover {
            color: #dd553b;
            border-color: #dd553b;
        }

        .wigetized .noo-footer-bottom .widget .footer-social a.fa-twitter:hover {
            color: #29aae2;
            border-color: #29aae2;
        }

        .wigetized .noo-footer-bottom .widget .footer-social a.fa-youtube:hover {
            color: #d84939;
            border-color: #d84939;
        }

        .wigetized .noo-footer-bottom .widget .footer-social a.fa-skype:hover {
            color: #00bbf0;
            border-color: #00bbf0;
        }

        .wigetized .noo-footer-bottom .widget .footer-social a.fa-linkedin:hover {
            color: #038ac4;
            border-color: #038ac4;
        }

        .wigetized .noo-footer-bottom .widget .footer-social a.fa-dribbble:hover {
            color: #f2689c;
            border-color: #f2689c;
        }

        .wigetized .noo-footer-bottom .widget .footer-social a.fa-pinterest:hover {
            color: #d83633;
            border-color: #d83633;
        }

        .wigetized .noo-footer-bottom .widget .footer-social a.fa-flickr:hover {
            color: #3a88d0;
            border-color: #3a88d0;
        }

footer.colophon.site-info {
    background-color: #000;
    padding: 40px 0 0;
    text-transform: uppercase;
}

    footer.colophon.site-info .noo-bottom-bar-content {
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        text-align: center;
        color: #777777;
        font-size: 0.875em;
        padding: 23px 0;
        letter-spacing: 1px;
        position: relative;
        margin: 0;
    }
/*copyright*/
footer .copyright {
    background-color: #111;
    color: #fff;
    font-size: 11px;
    padding: 20px 0 10px 0;
}
/****************************************************************/
@media screen and (max-width:991px) {
    #lab_video_text_wrap {
        height: 300px;
    }
}

@media screen and (max-width:650px) {
    #lab_video_text_wrap {
        height: 250px;
    }

    #lab_video_text_overlay h2 {
        font-size: 2em;
    }

    #lab_video_text_overlay p {
        font-size: .9em;
    }
}

@media(max-width: 767px) {
    .navbar-brand img {
        width: 150px !important;
    }

    .navbar-header {
    }
    
    .navbar-collapse {
        display: block !important;
        top: 0;
        margin-top: -77px;
        float: right;
        border: 0 !important;
        box-shadow: none !important;
    }

    .info-contact h3 a {
        font-size: 14pt;
    }

    .noo-infomation li {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1600px) {
    #ctl00_UcHeader1_logo {
        width: 7vw !important;
    }
}
