/* Nova folha de estilo portolano seguindo layout do segundo semestre de 2019*/

@charset "UTF-8";
@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/PortolanoIcons.ttf");
    src: url("../fonts/PortolanoIcons.ttf") format("embedded-opentype"), url("../fonts/PortolanoIcons.ttf") format("woff2"), url("../fonts/PortolanoIcons.ttf") format("woff"), url("../fonts/PortolanoIcons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}

body {
    font-family: Roboto, sans-serif
}

a{
    color: #c10019;
    font-weight: 800;
}

ul {
    list-style-type: none
}

h2 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #909090;
    margin-bottom: 30px
}
h3 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #909090;
    margin-bottom: 10px;
    margin-top: 20px;
}


/* novo select */

.app-select-cont {
    display: inline-block;
    position: relative
}

.app-select-cont:after {
    position: absolute;
    top: 16px;
    right: 5px;
    font-family: "Material Design Icons";
    font-size: 20px;
    color: #000;
    font-weight: 400;
    content: "\F140";
}

.app-select-cont:after {
    pointer-events: none
}

.app-select-cont select {
    font-family: Roboto, sans-serif;
    display: inline-block;
    padding: 20px 50px 15px 14px;
    background-color: #efefef;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

/* barra de filtros lateral */

.app-side-filters {
    padding: 10px;
    background-color: #f0f0f0
}

.app-side-filters .app-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 5px;
    cursor: pointer
}

.app-side-filters .app-contents {
    padding-top: 10px
}

.app-side-filters .app-textbox {
    display: block;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
    background-color: #fff
}

.app-side-filters .app-textbox::-webkit-input-placeholder {
    color: #000
}

.app-side-filters .app-textbox:-moz-placeholder {
    color: #000
}

.app-side-filters .app-textbox::-moz-placeholder {
    color: #000
}

.app-side-filters .app-textbox:-ms-input-placeholder {
    color: #000
}

.app-side-filters .app-select-cont {
    display: block;
    background-color: #fff;
    margin-bottom: 20px
}

.app-side-filters .app-select-cont select {
    display: block;
    width: 100%;
    background-color: #fff
}

.app-side-filters .app-go {
    display: block;
    border: 1px solid #c10019;
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.app-side-filters .app-go:hover {
    background-color: #c10019;
    color: #fff
}

@media (max-width:1023px) {
    .app-side-filters .app-section-title {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .app-side-filters .app-section-title:after {
        font-family: PortolanoIcons!important;
        font-size: 20px;
        color: #000;
        font-weight: 400;
        content: ""
    }
    .app-side-filters .app-contents {
        display: none
    }
    .app-side-filters.app-opened .app-section-title:after {
        font-family: PortolanoIcons!important;
        font-size: 20px;
        color: #000;
        font-weight: 400;
        content: ""
    }
    .app-side-filters.app-opened .app-contents {
        display: block
    }
}

@media (min-width:1024px) {
    .app-side-filters {
        border-bottom: 14px solid #c10019
    }
}

.app-main-sidebar+.app-side-filters {
    margin-top: 20px
}


/* lista de botões */

.app-button-list li {
    position: relative;
    margin-bottom: 8px;
    padding: 20px 0 20px 24px;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-button-list li .app-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #c10019;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal
}

.app-button-list li .app-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    text-align: center
}

.app-button-list li .app-icon:after {
    font-family: PortolanoIcons!important;
    font-size: 24px;
    color: #c10019;
    font-weight: 400;
    content: ""
}

.app-button-list li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -99999px
}

.app-button-list li:hover {
    background-color: #c10019
}

.app-button-list li:hover .app-text {
    color: #fff
}

.app-button-list li:hover .app-icon:after {
    color: #fff
}

@media (min-width:1024px) {
    .app-button-list {
        width: 420px
    }
}

.app-back-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px 12px 10px;
    background-color: #44546a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 3px 7px #666;
    box-shadow: 0 3px 7px #666
}

/* corpo pagina */

.app-pager {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.app-pager li {
    margin-right: 5px
}

.app-pager li:last-child {
    margin-right: 0
}

.app-pager li a,
.app-pager li span {
    padding: 7px 12px;
    background-color: #c10019;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: 300;
    font-family: Roboto, sans-serif
}

.app-pager li.app-current span {
    color: #000;
    background-color: #efefef
}

.app-main-content-title {
    padding: 0 30px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #c10019;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-main-content-title.app-has-subtitle {
    margin-bottom: 10px
}

@media (min-width:1024px) {
    .app-main-content-title {
        padding: 0 0 0 325px;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: normal
    }
}

@media (min-width:1280px) {
    .app-main-content-title {
        padding: 0 0 0 355px
    }
}

.app-main-content-title:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    height: 23px;
    margin-right: 12px;
    background-color: #c10019;
    content: ""
}

.app-main-content-subtitle {
    padding: 0 0 0 80px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .app-main-content-subtitle {
        padding: 0 0 0 375px;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: normal
    }
}

@media (min-width:1280px) {
    .app-main-content-subtitle {
        padding: 0 0 0 405px
    }
}

.app-main-content-grid {
    padding: 0 30px;
    margin-bottom: 50px
}

.app-main-content-grid .app-content-grid-col-1 {
    margin-bottom: 30px
}

@media (min-width:1024px) {
    .app-main-content-grid {
        padding: 0 10px;
        margin-bottom: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .app-main-content-grid .app-content-grid-col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 286px;
        flex: 0 0 286px;
        margin-right: 30px;
        margin-bottom: 0
    }
    .app-main-content-grid .app-content-grid-col-2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media (min-width:1280px) {
    .app-main-content-grid {
        padding: 0
    }
    .app-main-content-grid .app-content-grid-col-1 {
        margin-right: 70px
    }
}

.app-main-sidebar .app-list {
    display: none;
    border-bottom: 7px solid #c10019
}

.app-main-sidebar .app-list li a {
    position: relative;
    background-color: #f0f0f0;
    display: block;
    padding: 14px 20px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 700;
    color: #000
}

.app-main-sidebar .app-list li.app-selected a,
.app-main-sidebar .app-list li:hover a {
    background-color: #c10019;
    color: #fff
}

.app-main-sidebar .app-list li.app-selected a:after,
.app-main-sidebar .app-list li:hover a:after {
    position: absolute;
    top: 14px;
    right: 8px;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    font-family: "Material Design Icons";
    content: "\F142";
}

.app-main-sidebar .app-list li.app-child a {
    padding-left: 36px
}

.app-main-sidebar .app-list li.app-child a:before {
    position: absolute;
    top: 12px;
    left: 20px;
    content: "-";
    display: block
}

@media (min-width:1024px) {
    .app-main-sidebar .app-list {
        display: block
    }
    .app-main-sidebar .app-select-cont {
        display: none
    }
}

.app-main-cover {
    padding-bottom: 30px
}

.app-main-cover .app-cover-small {
    height: 140px;
    background-size: cover;
    background-position: center center
}

.app-main-cover .app-cover {
    display: none;
    height: 260px;
    background-size: cover;
    background-position: center center
}

@media (min-width:1024px) {
    .app-main-cover .app-cover-small {
        display: none
    }
    .app-main-cover .app-cover {
        display: block
    }
}

.app-content-blocks .app-block {
    padding-bottom: 30px
}

.app-content-blocks .app-block.app-add-separator {
    margin-bottom: 30px;
    border-bottom: 5px solid #efefef
}

.app-content-blocks .app-block.app-block-title h2 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 0
}

@media (min-width:1024px) {
    .app-content-blocks .app-block.app-block-title h2 {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: normal
    }
}

.app-content-blocks .app-block.app-block-quote {
    position: relative;
    padding-left: 50px
}

.app-content-blocks .app-block.app-block-quote:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: PortolanoIcons!important;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    content: ""
}

.app-content-blocks .app-block.app-block-quote .app-text {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal
}

.app-content-blocks .app-block.app-block-quote .app-author {
    padding-top: 20px;
    text-align: right;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: normal
}

.app-content-blocks .app-block.app-block-image .app-image {
    display: block
}

.app-content-blocks .app-block.app-block-image .app-description {
    padding-top: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal
}

.app-content-blocks .app-block.app-block-image.app-layout-default .app-image {
    width: 100%
}

@media (min-width:1024px) {
    .app-content-blocks .app-block.app-block-image.app-half-width .app-inner {
        width: 50%;
        margin: 0 auto
    }
    .app-content-blocks .app-block.app-block-image.app-half-width .app-inner .app-image {
        width: 100%
    }
}

.app-content-blocks .app-block.app-block-image.app-layout-original .app-image {
    width: 100%
}

@media (min-width:1024px) {
    .app-content-blocks .app-block.app-block-image.app-layout-original .app-image {
        width: auto;
        margin: 0 auto
    }
}

.app-content-blocks .app-block.app-block-paragraph {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: normal
}

.app-content-blocks .app-block.app-block-paragraph a {
    text-decoration: underline;
    color: #c10019
}

.app-content-blocks .app-block.app-block-paragraph b,
.app-content-blocks .app-block.app-block-paragraph strong {
    font-weight: 700
}

.app-content-blocks .app-block.app-block-paragraph ul {
    padding: 10px 0 10px 50px;
    list-style-type: disc
}

.app-content-blocks .app-block.app-block-paragraph ul li {
    margin-bottom: 5px
}

.app-content-blocks .app-block.app-block-paragraph ol {
    padding: 10px 0 10px 50px;
    list-style-type: decimal
}

.app-content-blocks .app-block.app-block-paragraph ol li {
    margin-bottom: 5px
}

.app-content-blocks .app-block.app-block-paragraph p+p {
    margin-top: 30px
}

.app-content-blocks .app-block.app-block-paragraph h1,
.app-content-blocks .app-block.app-block-paragraph h2,
.app-content-blocks .app-block.app-block-paragraph h3 {
    padding: 20px 0 5px
}

.app-content-blocks .app-block.app-block-paragraph.app-has-image .app-image {
    display: inline-block;
    width: 50%
}

@media (min-width:1024px) {
    .app-content-blocks .app-block.app-block-paragraph.app-has-image .app-image {
        width: 40%
    }
}

.app-content-blocks .app-block.app-block-paragraph.app-has-image.app-img-float-l .app-image {
    float: left;
    margin: 0 20px 20px 0
}

.app-content-blocks .app-block.app-block-paragraph.app-has-image.app-img-float-r .app-image {
    float: right;
    margin: 0 0 20px 20px
}

@media (min-width:1024px) {
    .app-content-blocks .app-block.app-block-paragraph.app-has-image.app-image-size-original .app-image {
        width: auto
    }
}

.app-content-blocks .app-block.app-block-links .app-list li {
    position: relative;
    height: 68px;
    margin-bottom: 10px;
    background-color: #d2d5d9;
    border: 1px solid #d2d5d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-content-blocks .app-block.app-block-links .app-list li .app-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.app-content-blocks .app-block.app-block-links .app-list li .app-icon:after {
    font-family: PortolanoIcons!important;
    font-size: 40px;
    color: #3b8bad;
    font-weight: 400;
    content: ""
}

.app-content-blocks .app-block.app-block-links .app-list li .app-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal;
    color: #000
}

.app-content-blocks .app-block.app-block-links .app-list li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -99999px
}

@media (min-width:1024px) {
    .app-content-blocks .app-block.app-block-links .app-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .app-content-blocks .app-block.app-block-links .app-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
    .app-content-blocks .app-block.app-block-links .app-list li:hover {
        background-color: #fff
    }
    .app-content-blocks .app-block.app-block-links .app-list li:hover .app-title {
        color: #3b8bad
    }
}

.app-content-blocks .app-block.app-block-downloads .app-list li {
    position: relative;
    height: 68px;
    margin-bottom: 10px;
    background-color: #d2d5d9;
    border: 1px solid #d2d5d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-content-blocks .app-block.app-block-downloads .app-list li .app-icon {
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(/dist/img/blocks/download.svg) center center no-repeat transparent;
    background-size: auto 54px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: normal
}

.app-content-blocks .app-block.app-block-downloads .app-list li .app-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal;
    color: #000
}

.app-content-blocks .app-block.app-block-downloads .app-list li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -99999px
}

@media (min-width:1024px) {
    .app-content-blocks .app-block.app-block-downloads .app-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .app-content-blocks .app-block.app-block-downloads .app-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
    .app-content-blocks .app-block.app-block-downloads .app-list li:hover {
        background-color: #fff
    }
    .app-content-blocks .app-block.app-block-downloads .app-list li:hover .app-title {
        color: #3b8bad
    }
}

.app-content-blocks .app-block.app-block-gallery {
    position: relative
}

.app-content-blocks .app-block.app-block-gallery .swiper-container {
    width: 600px;
    height: 400px
}

.app-content-blocks .app-block.app-block-gallery .swiper-container .swiper-slide {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

@media (min-width:1024px) {
    .app-content-blocks .app-block.app-block-people .app-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .app-content-blocks .app-block.app-block-people .app-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
}

.app-form-group {
    margin-bottom: 10px
}

.app-form-group .app-form-label {
    padding-top: 10px
}

.app-form-group .app-form-control {
    padding-top: 10px
}

@media (min-width:1024px) {
    .app-form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .app-form-group .app-form-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        margin-right: 10px
    }
    .app-form-group .app-form-control {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.app-textbox {
    display: block;
    width: 100%;
    border: 1px solid #909090;
    padding: 5px
}

.app-error .app-textbox {
    border: 1px solid #c10019;
    background-color: #ff0
}

.app-checkbox {
    display: block
}

.app-checkbox a {
    text-decoration: underline;
    color: #000
}

.app-error .app-checkbox {
    color: #c10019
}

.app-error .app-checkbox a {
    color: #c10019
}

.app-checkbox+.app-checkbox {
    margin-top: 10px
}

.app-button {
    display: block;
    cursor: pointer;
    border: 1px solid #c10019;
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #000
}

.app-button.app-important {
    background-color: #c10019;
    color: #fff
}

.app-button.app-disabled {
    background-color: #909090!important;
    border-color: #909090!important;
    color: #fff!important
}

.app-form-feedback {
    border: 1px solid #c10019;
    padding: 30px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: normal
}

.app-form-tip {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    font-style: italic
}

.app-main-body {
    background-color: #dededd
}

.app-main-wrapper-cont {
    background-color: #fff;
    max-width: 1220px;
    margin: 0 auto
}

@media (min-width:1280px) {
    .app-main-wrapper-cont {
        padding: 0 10px
    }
}

.app-main-wrapper-cont .app-main-wrapper {
    background-color: #fff
}

@media (min-width:1024px) {
    .app-main-header {
        margin-bottom: 30px
    }
}

.app-main-header .app-topbar {
    display: none
}

@media (min-width:1024px) {
    .app-main-header .app-topbar {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .app-main-header .app-topbar .app-search {
        margin-right: 20px;
        position: relative
    }
    /*.app-main-header .app-topbar .app-search:after {
        position: absolute;
        top: 3px;
        right: 5px;
        font-family: PortolanoIcons!important;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        content: ""
    }*/
    .app-main-header .app-topbar .app-search:after {
        pointer-events: none
    }
    .app-main-header .app-topbar .app-search input {
        display: block;
        width: 150px;
        border: 1px solid #909090;
        padding: 2px 20px 2px 2px
    }
    .app-main-header .app-topbar .app-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .app-main-header .app-topbar .app-links li {
        margin-right: 30px
    }
    .app-main-header .app-topbar .app-links li a {
        font-weight: 400;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: normal;
        text-transform: uppercase;
        color: #3c3c3c
    }
    .app-main-header .app-topbar .app-links li a:hover {
        color: #c10019
    }
    .app-main-header .app-topbar .app-langs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .app-main-header .app-topbar .app-langs li:first-child {
        padding-right: 5px;
        margin-right: 5px;
        border-right: 1px solid #3c3c3c
    }
    .app-main-header .app-topbar .app-langs li a {
        font-weight: 400;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: normal;
        text-transform: uppercase;
        color: #3c3c3c
    }
    .app-main-header .app-topbar .app-langs li a:hover {
        color: #c10019
    }
    .app-main-header .app-topbar .app-langs li.app-current a {
        color: #c10019
    }
}

@media (min-width:1280px) {
    .app-main-header .app-topbar {
        padding: 0
    }
}

.app-main-header .app-fore-bar {
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.app-main-header .app-fore-bar .app-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 60px
}

.app-main-header .app-fore-bar .app-logo a {
    display: block;
    height: 100%;
    /*background: url(../../images/Portolano_Cavallo_Logo.png) left center no-repeat transparent;*/
    background-size: auto 100%
}


.app-main-header .app-fore-bar .app-menu-opener {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 50px;
    cursor: pointer
}

.app-main-header .app-fore-bar .app-menu-opener:after {
    font-family: "Material Design Icons";
    font-size: 40px;
    color: #000;
    font-weight: 400;
    content: "\F35C";
}

.app-main-header .app-fore-bar .app-main-menu {
    display: none
}

@media (min-width:1024px) {
    .app-main-header .app-fore-bar {
        padding: 0 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .app-main-header .app-fore-bar .app-logo {
        height: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 286px;
        flex: 0 0 304px
    }
    .app-main-header .app-fore-bar .app-menu-opener {
        display: none
    }
    .app-main-header .app-fore-bar .app-main-menu {
        display: block
    }
}

@media (min-width:1280px) {
    .app-main-header .app-fore-bar {
        padding: 0
    }
}

.app-main-footer {
    background-color: #44546a;
    padding: 20px 30px
}

.app-main-footer .app-branches {
    color: #fff
}

.app-main-footer .app-branches li {
    margin-bottom: 30px
}

.app-main-footer .app-branches li .app-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal
}

.app-main-footer .app-branches li .app-address {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal
}

@media (min-width:1024px) {
    .app-main-footer .app-branches {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1024px) {
    .app-main-footer .app-bottom-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .app-main-footer .app-bottom-row .app-legals {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .app-main-footer .app-bottom-row .app-links {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.app-main-footer .app-bottom-row .app-links li a {
    font-weight: 300;
    color: #fff
}

.app-main-footer .app-bottom-row .app-links li a:hover {
    color: #c10019
}

@media (max-width:1023px) {
    .app-main-footer .app-bottom-row .app-links {
        position: relative;
        text-align: center;
        padding: 40px 0
    }
    .app-main-footer .app-bottom-row .app-links li a {
        font-size: 22px;
        line-height: 40px;
        letter-spacing: normal
    }
    .app-main-footer .app-bottom-row .app-links:after,
    .app-main-footer .app-bottom-row .app-links:before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        content: "";
        width: 76px;
        height: 1px;
        background-color: #fff
    }
    .app-main-footer .app-bottom-row .app-links:before {
        position: absolute;
        top: 0;
        left: 50%
    }
    .app-main-footer .app-bottom-row .app-links:after {
        position: absolute;
        bottom: 0;
        left: 50%
    }
}

@media (min-width:1024px) {
    .app-main-footer .app-bottom-row .app-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .app-main-footer .app-bottom-row .app-links li {
        height: 18px;
        padding: 0 10px;
        border-right: 1px solid #fff
    }
    .app-main-footer .app-bottom-row .app-links li:last-child {
        padding-right: 0;
        border-right: 0
    }
    .app-main-footer .app-bottom-row .app-links li a {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: normal
    }
}

.app-main-footer .app-bottom-row .app-texts {
    padding: 30px 0
}

.app-main-footer .app-bottom-row .app-texts .app-text-row {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 300;
    text-align: center
}

@media (min-width:1024px) {
    .app-main-footer .app-bottom-row .app-texts {
        padding: 0
    }
    .app-main-footer .app-bottom-row .app-texts .app-text-row {
        display: inline;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: normal
    }
}

@media (min-width:1024px) {
    .app-main-menu.app-in-header {
        display: block
    }
    .app-main-menu.app-in-header .app-groups {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .app-main-menu.app-in-header .app-groups .app-group {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .app-main-menu.app-in-header .app-groups .app-group>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 35px;
        padding: 0 14px;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: normal;
        text-transform: uppercase;
        color: #3c3c3c
    }
/*    .app-main-menu.app-in-header .app-groups .app-group.app-has-children>a:after {
        font-family: PortolanoIcons!important;
        font-size: 12px;
        color: #3c3c3c;
        font-weight: 400;
        content: ""
    }*/

    .app-main-menu.app-in-header .app-groups .app-group.app-has-children>a:after {
        font-family: "Material Design Icons";
        font-size: 12px;
        color: #3c3c3c;
        font-weight: 400;
        content: "\F140";
    }

    .app-main-menu.app-in-header .app-groups .app-group.app-has-children>a:after {
        margin-left: 5px
    }
    .app-main-menu.app-in-header .app-groups .app-group.app-has-children .app-items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100;
        min-width: 100%;
        width: auto
    }
    .app-main-menu.app-in-header .app-groups .app-group.app-has-children .app-items .app-item>a {
        display: block;
        padding: 12px 30px;
        background-color: #ebebeb;
        white-space: nowrap;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: normal;
        text-transform: uppercase;
        color: #3c3c3c
    }
    .app-main-menu.app-in-header .app-groups .app-group.app-has-children .app-items .app-item:hover>a {
        background-color: #c10019;
        color: #fff
    }
    .app-main-menu.app-in-header .app-groups .app-group.app-has-children .app-items .app-item.app-subitem>a {
        display: block;
        padding: 10px 30px 10px 50px;
        background-color: #ebebeb;
        font-size: 10px;
        line-height: 10px;
        letter-spacing: normal
    }
    .app-main-menu.app-in-header .app-groups .app-group.app-has-children .app-items .app-item.app-subitem:hover>a {
        color: #c10019;
        background-color: #fff
    }
    .app-main-menu.app-in-header .app-groups .app-group:last-child.app-has-children .app-items {
        left: auto;
        right: 0
    }
    .app-main-menu.app-in-header .app-groups .app-group:hover>a {
        color: #fff;
        background-color: #c10019
    }
    .app-main-menu.app-in-header .app-groups .app-group:hover>a:after {
        color: #fff!important
    }
    .app-main-menu.app-in-header .app-groups .app-group:hover .app-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:1280px) {
    .app-main-menu.app-in-header .app-groups .app-group>a {
        height: 43px;
        /*padding: 0 22px;*/
        font-size: 14px;
        line-height: 14px;
        letter-spacing: normal
    }
    /*    .app-main-menu.app-in-header .app-groups .app-group.app-has-children>a:after {
            font-family: PortolanoIcons!important;
            font-size: 14px;
            color: #3c3c3c;
            font-weight: 400;
            content: ""
        }*/
    .app-main-menu.app-in-header .app-groups .app-group.app-has-children>a:after {
        font-family: "Material Design Icons";
        font-size: 14px;
        color: #3c3c3c;
        font-weight: 400;
        content: "\F140";
    }


    .app-main-menu.app-in-header .app-groups .app-group.app-has-children .app-items .app-item>a {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: normal
    }
    .app-main-menu.app-in-header .app-groups .app-group.app-has-children .app-items .app-item.app-subitem>a {
        text-transform: none;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: normal
    }
}

.app-main-menu.app-mobile .app-groups .app-group {
    border-bottom: 1px solid #fff
}

.app-main-menu.app-mobile .app-groups .app-group>a {
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dfdfdf;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal
}

.app-main-menu.app-mobile .app-groups .app-group.app-has-children>a {
    cursor: pointer
}

.app-main-menu.app-mobile .app-groups .app-group.app-has-children>a:after {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: "Material Design Icons";
    content: "\F140";
}

.app-main-menu.app-mobile .app-groups .app-group.app-has-children .app-items {
    display: none;
    background-color: #dfdfdf
}

.app-main-menu.app-mobile .app-groups .app-group.app-has-children .app-items .app-item>a {
    display: block;
    padding: 20px 30px;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal
}

.app-main-menu.app-mobile .app-groups .app-group.app-has-children .app-items .app-item.app-has-children a {
    padding-bottom: 10px
}

.app-main-menu.app-mobile .app-groups .app-group.app-has-children .app-items .app-item.app-subitem a {
    padding: 20px 30px 20px 60px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal
}

.app-main-menu.app-mobile .app-groups .app-group.app-has-children.app-opened>a {
    background-color: #c10019;
    color: #fff
}

.app-main-menu.app-mobile .app-groups .app-group.app-has-children.app-opened>a:after {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: "Material Design Icons";
    content: "\F143";
}

.app-main-menu.app-mobile .app-groups .app-group.app-has-children.app-opened .app-items {
    display: block
}

.app-main-menu-mobile {
    position: fixed;
    top: 0;
    left: -100vw;
    -webkit-transition: left .4s ease;
    transition: left .4s ease;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #fff
}

.app-main-menu-mobile .app-top {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.app-main-menu-mobile .app-top .app-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    height: 60px;
    background: url(../../images/Portolano_Cavallo_Logo.png) left center no-repeat transparent;
    background-size: auto 100%
}

.app-main-menu-mobile .app-top .app-menu-closer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 50px;
    cursor: pointer
}

.app-main-menu-mobile .app-top .app-menu-closer:after {
    font-family: "Material Design Icons";
    font-size: 40px;
    color: #000;
    font-weight: 400;
    content: "\F156"
}

.app-main-menu-mobile .app-scroll-root {
    height: calc(100vh - 60px);
    overflow-y: auto
}

.app-main-menu-mobile .app-change-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.app-main-menu-mobile .app-change-lang li a {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal
}

.app-main-menu-mobile .app-change-lang li.app-current a {
    color: #c10019
}

.app-main-menu-mobile .app-bottom-links li {
    border-bottom: 1px solid #fff
}

.app-main-menu-mobile .app-bottom-links li a {
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dfdfdf;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal
}

@media (min-width:1024px) {
    .app-main-menu-mobile {
        display: none
    }
}


html.app-show-menu body {
    overflow: hidden
}

html.app-show-menu .app-main-menu-mobile {
    left: 0
}

html.app-show-stikyheader .app-mobile-stikyheader {
    top: 0
}

.app-mobile-stikyheader .app-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    height: 45px
}

.app-mobile-stikyheader .app-logo a {
    display: block;
    height: 100%;
    background: url(../../images/Portolano_Cavallo_Logo.png) left center no-repeat transparent;
    background-size: auto 100%
}

.app-mobile-stikyheader .app-menu-opener {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 100%;
    cursor: pointer
}

.app-mobile-stikyheader .app-menu-opener:after {
    font-family: PortolanoIcons!important;
    font-size: 40px;
    color: #000;
    font-weight: 400;
    content: ""
}

@media (min-width:1024px) {
    .app-mobile-stikyheader {
        display: none
    }
}

.app-back-top {
    display: none;
    z-index: 1000;
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .4)
}

.app-back-top:after {
    font-family: "Material Design Icons";
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    content: "\F143"
}

.app-home-page .app-slider {
    padding-bottom: 10px;
    position: relative
}

.app-home-page .app-slider .swiper-container {
    width: 1200px
}

@media (min-width:1024px) {
    .app-home-page .app-slider .swiper-container {
        height: 524px
    }
}

.app-home-page .app-slider .swiper-container .app-slides .app-slide {
    position: relative
}

@media (max-width:1023px) {
    .app-home-page .app-slider .swiper-container .app-slides .app-slide {
        width: 100vw
    }
}

@media (min-width:1024px) {
    .app-home-page .app-slider .swiper-container .app-slides .app-slide {
        height: 484px
    }
}

.app-home-page .app-slider .swiper-container .app-slides .app-slide .app-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

.app-home-page .app-slider .swiper-container .app-slides .app-slide .app-img.app-screen-mup {
    display: none
}

@media (min-width:1024px) {
    .app-home-page .app-slider .swiper-container .app-slides .app-slide .app-img {
        background-size: auto 100%;
        background-position: right center
    }
    .app-home-page .app-slider .swiper-container .app-slides .app-slide .app-img.app-screen-sm {
        display: none
    }
    .app-home-page .app-slider .swiper-container .app-slides .app-slide .app-img.app-screen-mup {
        display: block
    }
}

.app-home-page .app-slider .swiper-container .app-slides .app-slide .app-anchor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -99999px
}

.app-home-page .app-slider .swiper-container .app-slides .app-slide .app-text {
    position: relative;
    z-index: 10;
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, .5)
}

@media (min-width:1024px) {
    .app-home-page .app-slider .swiper-container .app-slides .app-slide .app-text {
        width: 40%
    }
}

.app-home-page .app-slider .swiper-container .app-slides .app-slide .app-text.app-text-2 {
    padding-top: 0
}

.app-home-page .app-slider .swiper-container.swiper-container-horizontal {
    overflow-y: auto
}

.app-home-page .app-slider .swiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    z-index: 100
}

.app-home-page .app-boxes-block {
    padding: 0 0 30px
}

@media (min-width:1024px) {
    .app-home-page .app-boxes-block .app-box-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .app-home-page .app-boxes-block .app-box-list .app-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3)
    }
}

.app-home-page .app-boxes-block .app-box-list .app-box {
    height: 380px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.app-home-page .app-boxes-block .app-box-list .app-box .app-box-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c10019;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal
}

.app-home-page .app-boxes-block .app-box-list .app-box .app-box-title a {
    color: #c10019
}

.app-home-page .app-boxes-block .app-box-list .app-box .app-box-title:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 22px;
    margin-right: 10px;
    content: "";
    background-color: #c10019
}

.app-home-page .app-boxes-block .app-box-list .app-box .app-box-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-textonly {
    position: relative
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-textonly .app-box-contents {
    padding: 30px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-textonly .app-anchor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -99999px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-textimage {
    position: relative
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-textimage .app-box-contents {
    padding: 30px 15px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-textimage .app-box-contents .app-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-textimage .app-box-contents .app-inner .app-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

@media (min-width:400px) and (max-width:1024px) {
    .app-home-page .app-boxes-block .app-box-list .app-box.app-textimage .app-box-contents .app-inner .app-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-textimage .app-box-contents .app-inner .app-image img {
    display: block;
    width: 100%
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-textimage .app-box-contents .app-inner .app-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 10px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-textimage .app-anchor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -99999px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-image {
    position: relative
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-image .app-box-contents {
    padding: 15px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-image .app-box-contents .app-inner {
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-image .app-anchor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -99999px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-news {
    position: relative
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-news .app-box-contents {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-news .app-box-contents .app-texts .app-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    margin-bottom: 10px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-news .app-box-contents .app-texts .app-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: uppercase
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-news .app-box-contents .app-texts .app-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-news .app-box-contents .app-bottom .app-readmore {
    display: inline-block;
    padding: 12px 30px 10px;
    background-color: #44546a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 3px 7px #666;
    box-shadow: 0 3px 7px #666
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-news .app-anchor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -99999px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-news .app-anchor:hover .app-readmore {
    background-color: #c10019!important
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-event {
    position: relative
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-event .app-box-contents {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-event .app-box-contents .app-texts .app-place {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    margin-bottom: 5px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-event .app-box-contents .app-texts .app-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    margin-bottom: 10px
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-event .app-box-contents .app-texts .app-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: uppercase
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-event .app-box-contents .app-bottom .app-readmore {
    display: inline-block;
    padding: 12px 30px 10px;
    background-color: #44546a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 3px 7px #666;
    box-shadow: 0 3px 7px #666
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-event .app-anchor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -99999px
}

@media (max-width:1023px) {
    .app-home-page .app-boxes-block .app-box-list .app-box.app-people {
        height: 450px
    }
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-people .app-box-contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-people .app-box-contents ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 5);
    flex: 1 0 calc(100% / 5)
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-people .app-box-contents ul li a {
    display: block;
    height: 80px;
    background-position: center;
    background-size: cover
}

@media (min-width:1024px) and (max-width:1279px) {
    .app-home-page .app-boxes-block .app-box-list .app-box.app-people .app-box-contents ul li a {
        height: 100px
    }
}

@media (min-width:1024px) {
    .app-home-page .app-boxes-block .app-box-list .app-box.app-people .app-box-contents ul li a {
        height: 68px
    }
}

.app-home-page .app-boxes-block .app-box-list .app-box.app-people .app-box-contents ul li.app-you a {
    background-color: #c10019;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: normal
}

.app-freepage .app-branches .app-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.app-freepage .app-branches .app-item .app-sides {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: center
}

.app-freepage .app-branches .app-item .app-sides .app-maps:after {
    font-family: PortolanoIcons!important;
    font-size: 60px;
    color: #909090;
    font-weight: 400;
    content: ""
}

.app-freepage .app-branches .app-item .app-texts {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    margin: 0 0 20px 10px
}

.app-freepage .app-branches .app-item .app-texts .app-mail {
    color: #000;
    text-decoration: underline
}

/* follow */

.app-followus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-followus .app-label {
    color: #c10019;
    font-weight: 400;
    text-transform: uppercase
}

.app-followus .app-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-followus .app-list li.app-instagram a:after {
    /*font-family: PortolanoIcons!important;*/
    font-family: "Material Design Icons";
    font-size: 24px;
    color: #3c3c3c;
    font-weight: 400;
    /*content: ""*/
    content: "\e901";
}

.app-followus .app-list li.app-twitter a:after {
    /*font-family: PortolanoIcons!important;*/
    font-family: "Material Design Icons";
    font-size: 24px;
    color: #3c3c3c;
    font-weight: 400;
    /*content: ""*/
    content: "\e926";
}

.app-followus .app-list li.app-facebook a:after {
    /*font-family: PortolanoIcons!important;*/
    font-family: "Material Design Icons";
    font-size: 24px;
    color: #3c3c3c;
    font-weight: 400;
    /*content: "";*/
    content: "\e900";
}

.app-followus .app-list li.app-youtube a:after {
    /*font-family: PortolanoIcons!important;*/
    font-family: "Material Design Icons";
    font-size: 24px;
    color: #3c3c3c;
    font-weight: 400;
    /*content: "";*/
    content: "\e903";
}

.app-followus .app-list li.app-linkedin a:after {
    /*font-family: PortolanoIcons!important;*/
    font-family: "Material Design Icons";
    font-size: 24px;
    color: #3c3c3c;
    font-weight: 400;
    /*content: "";*/
    content: "\e902";
}

.app-followus.app-in-topbar {
    height: 45px;
    padding-right: 10px;
    padding-top: 3px;
    margin-right: 20px;
    border-right: 1px solid #3c3c3c
}

.app-followus.app-in-topbar .app-label {
    margin-right: 15px;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: normal
}

.app-followus.app-in-topbar .app-list li {
    margin-right: 10px
}

@media (max-width:1023px) {
    .app-followus.app-bottom {
        background-color: #ebebeb;
        padding: 10px 30px
    }
    .app-followus.app-bottom .app-label {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
    .app-followus.app-bottom .app-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1024px) {
    .app-followus.app-bottom {
        display: none
    }
}
/*          *************           */
/*          outros estilo           */
/*          *************           */

/* caixa de mensagem */
p.success_msg {
    background-color: #a2ffa2;
    margin: 8px 0;
    padding: 6px;
    font-size: small;
}
p.error_msg {
    background-color: #ff8888;
    margin: 8px 0;
    padding: 6px;
    font-size: small;
}

/* espaçamento paragrafo */
.link_title {
    padding: 15px 20px 3px 0px;
}
.link_title a, .app-block a {
    text-decoration: underline;
    color: #c10019;
    font-weight: 700;
}
.app-block-paragraph div.two_coluns{
    background-color: #ffff88;
}
.app-block-paragraph div.two_coluns p {
    width: 50%;
    display: inline-flex;
}

.gridarea a {
    color: #c10019;
}
@media (max-width:650px) {
    ul.ul_one_colun{display: block}
    table.home_table_two_coluns{display: none}
}
@media (min-width:650px) {
    ul.ul_one_colun{display: none}
    table.home_table_two_coluns{display: block}
}

/* botão */

.btn, .btn-fix {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    /*border-radius: .25rem;*/
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
/*    border-radius: .2rem;*/
}
.btn-portolano {
    color: #c10019;
    background-color: #fff;
    border-color: #c10019;
    border-radius: 4px;
}
.btn-portolano:hover {
    color: #fff;
    background-color: #a70c0f;
    border-color: #a70c0f;
    border-radius: 4px;
}
.btn-portolano:disabled {
    color: #d4a4a5;
    background: #fff;
    border-color: #d4a4a5;
    border-radius: 4px;
}

/* inputs */

input.input-portolano, textarea.input-portolano {
    font-family: Roboto, sans-serif;
    color: #3e3e3e;
    padding: 3px 6px;
    margin-right: 12px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 15px;
}
input.input-portolano {
    height: 27px;
}
textarea.input-portolano {
    min-height: 27px;
}
/* select */
select{
    border: 0;
    font-size: 16px;
    width: 240px;
    /*-webkit-appearance: none;*/
/*    -moz-appearance: none;
    appearance: none;*/
}

select[type="text"],select[type|="password"]{
    height: 27px;
}

.select-portolano, div#div_states select#state_id, div#div_city select#city_id, #education {
    width: 100%;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    border: 1px solid #ccc;
    /*display: inline-block;*/
    /*padding: 20px 50px 15px 14px;*/
    padding: 3px 6px;
    margin-right: 12px;
    background-color: #efefef;/*
    -moz-appearance: none;
    -webkit-appearance: none;k
    appearance: none;*/

    overflow: auto;
    position: relative;
    display: block;
}
/*.select-portolano::after {
    position: absolute;
    top: 3px;
    right: 5px;
    font-family: PortolanoIcons!important;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    content: ""
}*/
/*
    font-family: "Material Design Icons";
    content: "\F33C";

    color: #000;
    padding: 12px 8px;
    position: absolute; right: 0; top: 0;
    background: red;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}*/

table.table-portolano {
    width: 100%;
    margin-top: 15px;
    border-spacing: 0px;
}
table.table-portolano tr.title th {
    background: #c10019!important;
    color: #fff!important;
}
table.table-portolano tr th {
    background: #434343;
    color: #fff;
    font-weight: 400;
    padding: 5px 0 2px;
}

table.table-portolano tr:nth-child(even) {background: #f0f0f0}
table.table-portolano tr:nth-child(odd) {background: #e3e3e3}

/* botão share */

html .fb_share_button {
    display: -moz-inline-block;
    display: inline-block;
    padding: 1px 20px 0 5px;
    /*height: 15px;*/
    text-align: center;
    border: 1px solid #d8dfea;
    background: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right;
}

html .fb_share_button:hover {
    color: #fff;
    border-color: #295582;
    background: #3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right;
    text-decoration: none;
}
.twitter-share-button{
    position: static;
    visibility: visible;
    width: 60px;
    height: 20px;
    display: inline-flex;
    vertical-align: middle;
}

/* campo de resumo de informações na pagina de vagas */

.resume>small>p {
    margin-bottom: 10px;
    text-align: justify;
}
.resume {
    margin-top: 17px;
}

/* login */
td.login_text {
    height: 55px;
    vertical-align: bottom;
}
table.login_form_area tbody tr td {
    padding: 10px;
}
/* criação de vagas */
table.create_profile tbody tr td {
    padding: 5px;
}
/* criação de vagas */
table.cp2 tbody tr td {
    padding: 0px;
}

/* Demais tabelas */

table.gridarea {
    border-collapse: collapse;
}
table.gridarea td {
    border: 1px solid #9e8b85;
    padding: 0px 0px 0px 6px;
}
table.gridarea tr:first-child td {
    border-top: 0;
}
table.gridarea tr td:first-child {
    border-left: 0;
}
table.gridarea tr:last-child td {
    border-bottom: 0;
}
table.gridarea tr td:last-child {
    border-right: 0;
}
table.gridarea tr:nth-child(even) {
    background: #FFF
}
table.gridarea tr:nth-child(odd) {
    background: #EEE
}
table.gridarea tr th{
    background: #ffffff
}

table.gridarea tr td a {
    background-color: none !important;
    border-radius: none;
    padding: 5px 0px;
    white-space: break-spaces;
}

table.gridarea thead tr th {
    background-color: #5a5a5a;
    color: #fff;
    padding: 5px;
}
table.gridarea tbody tr:last-child td {
    border-bottom: 1px solid #dcdcdc;
}

table.gridarea tbody td {
    border: 0px;
    padding: 0px 0px 0px 6px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    white-space: nowrap;
    padding: 4px;
}

/* menu do candidato */
.nav2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: table;
}
.nav2 a {
    color: #fff;
    background-color: #c10019;
    padding: 6px;
    margin: 3px;
    display: table-cell;
    border-left: solid #ffffff 0.3px;
}
.nav2 a:hover {
    background-color: #a70c0f;
}
.nav2 span{
    display: none;
}
@media (max-width:1024px) {
    .nav2 a {
        display: -webkit-box;
    }
}
/* herdadas do estilo anterior */
.redlabel {
    color: #c10019;
}
td.redlabel label{
    /*color: #fff;*/
}

/* novo destaque dos botoes de ação na tela de login */
.button_destak {
    padding: 4px;
    margin: 5px 0px;
    background: #c10019;
    color: white;
    border: 2px solid #a50d10;
    display: inline-block;
    text-decoration: underline !important;
}
/* */
.radio-area>#text {
    border: 5px #555 solid;
}
.radio-inline>input[type=radio] {
    display: inline;
    position: relative;
    margin: 0;
}
.radio-inline {
    margin-right: 16px;
    display: inline;
}
.d-flex {
    display: flex;
}

/* fix datapicker */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: -3px !important;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px !important;

}
.ui-datepicker .ui-datepicker-prev-hover span, .ui-datepicker .ui-datepicker-next-hover span {
    filter: invert(0) !important;
    top: 9px !important;
}
/*.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important;
}*/
span.ui-icon.ui-icon-circle-triangle-e, span.ui-icon.ui-icon-circle-triangle-w {
    filter: invert(1);
}

.table-list-jobs {
    text-align: end;
    border-left: medium none;
    border-left: medium none;
    padding-right: 0px;
    padding-top: 13px;
}
.table-list-jobs a {
    background-color: #c10019 !important;
    color:#FFFFFF !important;
    padding: 6px 10px;
    font-weight:bold;
}

.comemorative-logo {
    width: 100%;
    height: auto;
    margin-right: 15px;
    padding-right: 64px;
}