/* Reset */
* {margin: 0; padding: 0;border: none; outline: none;}
a {text-decoration: none; cursor: pointer;}
a:hover {text-decoration: none; cursor: pointer;}
ul {list-style: none;}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'PT Serif', serif; */
    font-size: 15px;
    line-height: 24px;
    color: #3c3c3b;
}

p {
    margin: 0 0 4px;
}

h1 {
    font-family: 'PT Serif', serif;
    font-size: 32px;
    line-height: 40px;
    width: 100%;
    margin: 0px;
}

h2 {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin: 0px;
}

h3 {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 22px;
    width: 100%;
    margin: 0px;
}

small {
    font-size: 12px;
    line-height: 16px;
}

.remove_col_padding {
    padding-left: 0px;
    padding-right: 0px;
}

.label-title-grey {
    background-color: #3c3c3b;
    color: #fff;
    padding: 10px;
    min-width: 200px;
    float: left;
}

.label-tag-right {
    width: calc(100% - 200px);
    float: left;
    text-align: right;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.center-block {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.center-block-zcomunicacao-azul {
    width: 100%;
    float: left;
    min-height: 300px;
    color: #fff;
    padding-bottom: 60px;

    background-image: url('../images/bg-003.jpg');
    background-position: 50%;
    background-size: cover;
}

.cv_btn,
.vcard_btn {
    padding: 4px 12px;
    background-color: #215aa8;
    float: left;
    color: #fff;
    margin-right: 10px;
}

.cv_btn:hover,
.vcard_btn:hover {
    color: #fff;
}

.footer {
    color: #fff;
}

.z_include_areas_de_pratica a {
    color: #3c3c3b;
    line-height: 48px;
}

.z-include-comunicacao a,
.footer a {
    color: #fff;
}

.z_include_areas_de_pratica a:hover,
.z-include-comunicacao a:hover,
.footer a:hover {
    /*font-weight: bold;*/
    opacity: 0.8;
}

.small-footer-logo {
    width: 44px;
    height: 54px;
    margin-right: 10px;
    float: left;
    background-image: url('../images/small-logo.svg');
}

.dropdown-menu-top {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 0;
    margin: 2px -81px 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: rgb(33, 90, 168);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bold {
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #1c2a35;
    border-color: #1c2a35;
}

.header-desktop-wrapper {
    display: none;
}

.header-mobile-wrapper {
    display: block;
}

.navbar-wrapper {
    width: 100%;
    height: 106px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(217, 217, 217, 0.6);
    z-index: 1000;

    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.ellipsis1 {
    position: relative;
    text-align: center;
}

.news-title-ellispsis {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;    
}

#nav-icon4 {
    width: 60px;
    height: 60px;
    /* position: relative; */
    float: left;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 44%;
    margin: 0 28%;
    background: #215aa8;
    border-radius: 2px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
    top: 30px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 38px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 46px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 28px;
    left: 5px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 47px;
    left: 4px;
}

.main-logo {
    height: 106px;
    width: 260px;
    margin: 0 auto;
    cursor: pointer;
    background-image: url(../images/main-logo.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all 100ms linear;
}

.small-main-logo {
    height: 60px;
    width: 260px;
    margin: 4px auto;
    cursor: pointer;
    background-image: url(../images/small-main-logo.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    transition: all 100ms linear;
}

.mobile-logo {
    height: 80px;
    width: calc(100% - 60px);
    cursor: pointer;
    float: left;

    background-image: url(../images/small-main-logo.svg);
    background-size: 44px;
    background-position-y: 50%;
    background-position-x: calc(50% - 30px);
    background-repeat: no-repeat;
}

.mobile-menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    top: 80px;
    bottom: 0;
    padding-bottom: 60px;
    display: none;
    z-index: 100;
}

.mobile-menu-content {
    padding:0;
    overflow: scroll;
    overflow-x: hidden;
    height: 100%
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-left: 0px;
    border-right: 0px;
}

.call-to-action-btns1 {
    display: none;
}

.flash-inner-wrapper {
    padding: 40px 10px;
}

.main-bg-image {
    background-image: url('../images/bg-001.jpg');
    padding: 220px 0 0 0;
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.main-bg-image-newsletter,
.main-bg-image-sociedade,
.main-bg-image-pratica,
.main-bg-image-advogados,
.main-bg-image-associados,
.main-bg-image-comunicacao,
.main-bg-image-comunicacao-individual,
.main-bg-image-contactos {
    padding: 320px 0 0 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.main-bg-image-sociedade {
    background-image: url('../images/bg-017.jpg');    
}

.main-bg-image-pratica {
    background-image: url('../images/bg-019.jpg');    
}

.main-bg-image-advogados {
    background-image: url('../images/bg-006.jpg');
}

.main-bg-image-associados {
    background-image: url('../images/bg-006.jpg');    
}

.main-bg-image-comunicacao {
    background-image: url('../images/bg-018.jpg');
}

.main-bg-image-comunicacao-individual {
    background-image: url('../images/bg-010.jpg');    
}

.main-bg-image-newsletter {
    background-image: url('../images/bg-020.jpg'); 
}

.main-bg-overlay {
    z-index: 2;
    position: absolute;
    float: left;
    background-color: rgba(28, 42, 53, 0.87);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.list-group-item-success {
    background-color: #ffffff;
}

a.list-group-item-success, button.list-group-item-success {
    color: #333;
    font-weight: 600;
}

.list-group-item {
    padding: 18px 15px;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #333;
    background-color: #e2e2e2;
}

.footer-wrapper {
    width: 100%;
    padding: 40px 0;
    background-color: #3c3c3b;
    color: #fff;
}

.footer-wrapper a {
    color: #fff;
    text-decoration: none;
}

.social-icons-wrapper {
    height: 32px;
    line-height: 32px;
    float: left;
}

.social-icons {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px;
}

.social-icons:hover {
    color: #0071bc;
}

.footer-hr {
    width: 94%;
    margin: 32px 3%;
    opacity: 0.1;
    float: left;
}

.btt-arrow {
    animation: MoveUpDown 1.2s linear infinite;
    left: 0;
    bottom: 0;
}

.go-to-top {
    cursor: pointer;
}

@keyframes MoveUpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left:2px;
}

.team-flash-photo-individual {
    width: 100%;
    min-height: 280px;
    margin: 0 0 20px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.team-flash-photo-individual-elemento {
    width: 100%;
    min-height: 280px;
    margin: 0 0 20px 0;
    background-size: contain;
    background-position: 50%;
    position: relative;
    background-repeat: no-repeat;
}

.team-flash-photo-individual-swiper {
    width: 100%;
    min-height: 280px;
    margin: 0 0 20px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.team-flash-search-icon {
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
}

.team-flash-name {
    width: 100%;
    height: 26px;
    line-height: 26px;
    background-color: rgba(33, 90, 168, 0.8);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 26px;

    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-flash-type {
    width: 100%;
    height: 26px;
    line-height: 22px;
    background-color: rgba(33, 90, 168, 0.8);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

.features-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.features-description {
    text-align: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #215aa8;
    border-color: #215aa8;
}

.navbar-mobile-wrapper {
    display: block;
    height: 80px;
    background-color: rgba(217, 217, 217, 0.6);
}

.navbar-wrapper {
    display: none;
}

.footer_by_wrapper {
    line-height: 16px;
    margin-top: 40px;
}

.galeria-sociedade {
    height: 200px;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 40px;
}

.google-map {
    height: 400px;
    margin-top: 80px;
}

/* ************************************************************************** */
@media screen and (min-width: 460px) {/* ************************************ */
/* ************************************************************************** */
    
    .tour-flash-wrapper {
        width: 48%;
        margin: 1%;
        float: left;
    }

    .team-flash-photo-individual {
        width: 100%;
        min-height: 360px;
        margin: 0 0 20px 0;
        background-size: cover;
        background-position: 50%;
        position: relative;
    }

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 768px) {/* ************************************ */
/* ************************************************************************** */

    .tour-flash-wrapper {
        width: 31.33%;
        margin: 1%;
        float: left;
    }

    .call-to-action-btns1 {
        display: block;
    }

    .main-bg-image {
        padding: 322px 0 0 0;
    }

    .footer_by_wrapper {
        text-align: right;
        margin-top: 0px;
    }

    .galeria-sociedade {
        height: 300px;
    }

    .flash-inner-wrapper {
        height: 280px;
    }

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 980px) {/* ************************************ */
/* ************************************************************************** */
    
    .dropdown-menu>li>a {
        display: block;
        padding: 10px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
    }
    
    .dropdown-menu>li>a:hover {
        font-weight: bold;
        color: #fff;
        background-color: rgba(0,0,0,0.0);
    }

    .main-bg-image {
        padding: 346px 0 0 0;
    }

    .galeria-sociedade {
        height: 400px;
    }

    .flash-inner-wrapper {
        height: 260px;
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 992px) {/* ************************************ */
/* ************************************************************************** */

    .inner-wrapper {
        width: 920px;
        margin: 0 auto;
    }
    
    .container {
        width: 920px;
        margin: 0 auto;
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1200px) {/* *********************************** */
/* ************************************************************************** */    

    .header-mobile-wrapper {
        display: none;
    }
    
    .header-desktop-wrapper {
        display: block;
    }
    
    .navbar-wrapper {
        display: block;
        height: 152px;
        background-color: rgba(217, 217, 217, 0.6);
        transition: all 100ms linear;
    }

    .navbar-mobile-wrapper {
        display: none;
    }
    
    .navbar {
        min-height: 74px;
        margin-bottom: 0px;
        border-radius: 0px;
    }
    
    .navbar-default {
        background-color: rgba(0,0,0,0.0);
        border: none;
    }
    
    .navbar-nav>li>a {
        padding-top: 27px;
        padding-bottom: 27px;
        padding-left: 20px;
        padding-right: 20px;
        transition: all 100ms linear;
    }
    
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #3c3c3b;
        background-color: transparent;
    }
    
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>.active>a {
        color: #3c3c3b;
        font-weight: bold;
        font-size: 13px;
    }
    
    .navbar-default .navbar-nav>.active>a {
        background-color: rgba(26, 39, 50, 0);
        box-shadow: inset 0 -5px 0 #de6800;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: initial;
    }
    
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #3c3c3b;
        background-color: initial;
        box-shadow: inset 0 -5px 0 #e0e0e0;
    }

    .main-logo {
        margin: 7px 0 0 0px;
        float: left;
    }

    .inner-wrapper {
        width: 980px;
    }
    
    .container {
        width: 980px;
    }

    .google-map {
        margin-top: 151px;
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1900px) { /* ********************************** */
/* ************************************************************************** */



/* ************************************************************************** */
} /* ************************************************************************ */
/* ************************************************************************** */