@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
}
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    background: #fafafa !important;
}
main {
    background: #fafafa !important;   
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #0089A5;
    outline: 0 !important;
}
a:active, a:hover {
    outline: 0;
    color: #73bfc8;
}
a:focus {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.space-footer {
    float: left;
    padding-bottom: 55px;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        page-break-inside: avoid;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    outline: none;
    background-color: transparent;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: black;
    background-color: white;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    /*	color: #337ab7;*/
    text-decoration: none;
}
a:hover, a:focus {
    /*	color: #006e84;*/
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #555777;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small, .small {
    font-size: 85%;
}
mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #555777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.428571429;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
    }
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #555777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;/*    padding-left: 15px;
padding-right: 15px;*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666666666666%;
}
.col-xs-10 {
    width: 83.33333333333334%;
}
.col-xs-9 {
    width: 50%;
}
.col-xs-8 {
    width: 66.66666666666666%;
}
.col-xs-7 {
    width: 58.333333333333336%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666666666667%;
}
.col-xs-4 {
    width: 33.33333333333333%;
}
.col-xs-430 {
    width: 30%;
}
.col-xs-4left {
    width: 27%;
}
.col-xs-42 {
}
.col-xs-41 {
}
.col-xs-3 {
    width: 50%;
}
.col-xs-2 {
    width: 16.666666666666664%;
}
.col-xs-1 {
    width: 8.333333333333332%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666666666666%;
}
.col-xs-pull-10 {
    right: 83.33333333333334%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666666666666%;
}
.col-xs-pull-7 {
    right: 58.333333333333336%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666666666667%;
}
.col-xs-pull-4 {
    right: 33.33333333333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.666666666666664%;
}
.col-xs-pull-1 {
    right: 8.333333333333332%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666666666666%;
}
.col-xs-push-10 {
    left: 83.33333333333334%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666666666666%;
}
.col-xs-push-7 {
    left: 58.333333333333336%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666666666667%;
}
.col-xs-push-4 {
    left: 33.33333333333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.666666666666664%;
}
.col-xs-push-1 {
    left: 8.333333333333332%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.6666666666666667%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    background-color: transparent;
    border: 0;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
.font-smooth {
    -webkit-font-smoothing: antialiased;
}
.optimizeLegibility {
    text-rendering: optimizeLegibility;
}
.hide-text {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shadow {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.35);
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?8itp03');
    src: url('../fonts/icomoon/icomoon.eot?#iefix8itp03') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff?8itp03') format('woff'), url('../fonts/icomoon/icomoon.ttf?8itp03') format('truetype'), url('../fonts/icomoon/icomoon.svg?8itp03#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right:before {
    content: "\e600";
}
.icon-twitter:before {
    content: "\e602";
}
.icon-play:before {
    content: "\e601";
}
.footerBody {
    background: whitesmoke;
    border-top: solid 5px #ececec;
    padding: 2px 0;
    position: relative;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}


/* --------------------------  FORM-CONTACT */
.form-contact {
    width: 300px;
    position: fixed;
    bottom: 0;
    right: 25px;
    border-radius: 4px 4px 0 0;
    z-index: 1001;
}
.form-contact .box-message {
    width: 158px;
    height: 122px;
    background-image: url("../images/message-window-form-2.svg");
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
}
.form-contact .box-message p {
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
    color: #FFFFFF !important;
    font-style: italic;
    font-size: 16px !important;
    line-height: 23px;
    font-weight: 600;
}
.form-contact .box-message .close-message {
    float: right;
    margin-top: -4px;
    margin-right: -4px;  
    position: absolute;
    right: 0;
}
.form-contact .box-message .close-message button {
    background: transparent;
    border: 0;
    text-shadow: none;
}
.form-contact .box-message .close-message button .fa {
    background: #73bfc8;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 3px 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;  
    -webkit-box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.05);
    box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.05);
}
.form-contact .box-message .close-message button:hover .fa {
    background: #0089A5;
}
.form-contact .btn-form-contact {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #fff;
/*    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
    background-color: #0089A5;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none;
}
.form-contact button.btn-form-contact[data-toggle="collapse"]:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    right: 10px;
    margin-top: 2px;
    color: #FFFFFF;
    font-size: 14px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    cursor: pointer;
}
.form-contact button.btn-form-contact[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #FFFFFF;
}
.form-contact .btn-form-send {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #73bfc8;
    border-radius: 4px;
    color: #fff;
/*    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
    background-color: #0089A5;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.form-contact .btn-form-send .fa {
    margin-left: 5px;
}
.form-contact .btn-form-contact:hover, .form-contact .btn-form-send:hover {
    background-color: #73bfc8;
} 
.form-contact .box-form-contact {
    background: #FFFFFF; 
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    border-color: #73bfc8;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3); 
}
.form-contact .box-form-contact .form-contact-inputs {
    padding: 20px 15px;  
}
.form-contact .box-form-contact .form-contact-inputs #success_message { 
    display: none;
}
.form-contact .box-form-contact .form-contact-inputs .form-horizontal .control-label {
    padding-top: 3px !important;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
    color: #0089A5;
}
.form-contact .box-form-contact .form-contact-inputs .form-horizontal .form-group {
    margin-bottom: 10px;
}
.form-contact .box-form-contact .form-contact-inputs .form-horizontal .form-group .col-xs-12 {
    padding: 0 12px !important;
}
.form-contact .box-form-contact .form-contact-inputs .form-horizontal .input-group-addon {
    padding: 6px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #0089A5;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #73bfc8;
    border-radius: 4px 0 0 4px;
    width: 33px;
}
.form-contact .box-form-contact .form-contact-inputs .form-horizontal input.form-control {
  width: 241px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #73bfc8;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-radius: 0 4px 4px 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* --------------------------  FORM-CONTACT */



.mainPage {
	
    /*
position: absolute;
width: 100%;
max-width: 100%;
padding-bottom: 80px;*/
    margin-top: 45px;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}
.headerBody {
    background: white;
/*    border-bottom: 2px solid #73bfc8 !important;.headerBody .phone span.phone-number
    padding: 10px 0;*/
    position: relative;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 1);
    float: left;
    width: 100%;   
}
.headerBody .phone {
    text-align: right;
    width: 100%;
    text-transform: uppercase;
    margin-top: 22px;
}
.headerBody .phone .phone-master {
    float: right;
}
.headerBody .phone img.img-phone {
    width: 50px;
    height: auto;
    display: inline-block;
    margin: 0 3px 0 0;
}
.headerBody .phone span.phone-txt {
    color: #cf4329;
    font-weight: 600;
    font-size: 17px;
    padding-right: 2px;
    display: block;
    margin-top: -5px;
}
.headerBody .phone span.phone-number {
    background-color: #cf4329;
    color: #FFFFFF;
    border-radius: 30px;
    font-weight: 600;
    padding: 0 10px;
    font-size: 22px;
}
.headerBody .navbar {
/*    position: relative; 
    min-height: 90px;*/
    margin-bottom: 0;
    border: 1px solid transparent;
}
.headerBody .navbar-default {
    background-color: #FFFFFF;
    border-bottom: 2px solid #73bfc8 !important;
/*    height: 90px;
    padding: 10px 0;*/
    -webkit-box-shadow: 0px 1px 5px 0px rgba(161,161,161,0.7);
    -o-box-shadow: 0px 1px 5px 0px rgba(161,161,161,0.7);
    -moz-box-shadow: 0px 1px 5px 0px rgba(161,161,161,0.7);
    box-shadow: 0px 1px 5px 0px rgba(161,161,161,0.7);
}
.headerBody .navbar-default .navbar-collapse, .headerBody .navbar-default .navbar-form {
/*    height: 100px !important;*/
}
.headerBody .navbar > .container .navbar-brand, .headerBody .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.headerBody .navbar-brand {
    float: left;
    height: 90px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
ul.navbar-nav {
    list-style-type: none;
    margin-top: 46px;
    margin-right: 0;
    padding: 0;
    text-align: right;
}
ul.navbar-nav.larger {
    margin-top: 26px;
}
.headerBody .navbar-default ul.navbar-nav li {
    display: inline;
}
.headerBody .navbar-default ul.navbar-nav li:not(:last-child) {
    border-right: solid 3px #e4e4e4;
}
.headerBody .navbar-default ul.navbar-nav li{
    padding: 0px 10px 0px 10px;
}

.headerBody .navbar-default ul.navbar-nav li a {
    display: inline;
    color: #000000;
    font-weight: 600;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.headerBody .navbar-default ul.navbar-nav li a:hover, .headerBody .navbar-default ul.navbar-nav li a:focus {
    border-bottom: 4px solid #73bfc8;
    background: transparent !important;
    text-decoration: none;
    color: #257688;
}
.headerBody .navbar-default ul.navbar-nav li a span {
    display: inline-block;
    padding-left: 4px;
}
.headerBody .navbar-default .navbar-nav > .active > a {
    background: transparent !important;
}
.headerBody .navbar-default ul.navbar-nav li a.active {
    border-bottom: 4px solid #73bfc8;
    color: #0089A5;
}
.logo {
    display: block;
    width: 240px;
    height: 92px;
    margin-left: 10px;
}
.logo img {
    width: 100%;
    height: auto !important;
}
.logosFooter {
    margin-top: 5px;
    display: block;
    width: 73px;
    height: 24px;
}
.logosFooterBig {
    margin-top: 1px;
    display: block;
    width: 73px;
    height: 38px;
}
.logosFooterBigGov {
    margin-top: 1px;
    display: block;
    width: 181px;
    height: 38px;
}
.logosFooterBigMEC {
    margin-top: 1px;
    display: block;
    width: 121px;
    height: auto;
}
.logosFooterBigDGEEC {
    margin-top: 1px;
    display: block;
    width: 91px;
    height: 38px;
}
.logosFooterBigANQEP {
    margin-top: 1px;
    display: block;
    width: 95px;
    height: 38px;
}
.logoImgfooter {
    margin-top: 5px;
    display: block;
    width: 23px;
    height: 23px;
}
.logoGovHeader {
    display: block;
    width: 296px;
    height: 100px;
    float: right;
    margin-right: 20px;
}
/*nav ul {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
}
nav li {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin-left: 30px;
    max-width: 130px;
}
nav a {
    color: #031437;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}
nav a:hover {
    color: #0375f6;
}*/

/* === SEPARADOR MOVIE MASTER ===  */
.separador-videomaster { 
    display:none;
    text-align: center;
}
.separador-videomaster .videomaster { 
    background-color: rgba(115,191,200,0.1);
    padding: 0;
    border-bottom: 2px solid #73bfc8;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.separador-videomaster .parallax-1 {
    padding: 25px 0;
    background-image: url("../images/videos/background-video-top.png");
}
.separador-videomaster .videomaster iframe { 
/*    width: 100%;
    height: 641px;
    position: relative;
    margin-top: -16px;*/
    width: 75%;
    height: 481px;
    position: relative;
    margin-top: 0;
}
.separador-videomaster .close-video {
/*    float: right;
    z-index: 2;
    position: relative;
    right: -16px;*/
    float: right;
    z-index: 2;
    position: relative;
    right: 145px;
    top: -15px;
}
.separador-videomaster button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    background: #0089A5;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    opacity: 0.8;  
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: 0;
}
.separador-videomaster button.close:hover {
    opacity: 1;
}
.separador-videomaster button.close .fa {
    color: #FFFFFF;
    text-shadow: none;
    font-size: 24px;
}
/* === /SEPARADOR MOVIE MASTER ===  */



/* === SLIDER HOME PAGE ===  */
#myCarousel {
    /*    height: 535px;*/
}
#myCarousel .nav-justified {
    width: 100%;
    /*    height: 50px;*/
}
#myCarousel .nav {
    /*    background: #f5f5f5;*/
}
#myCarousel .nav-justified > li {
    /*    height: 48px;*/
    outline: none;
}
#myCarousel .nav-justified li:hover {
    background: #fafafa !important;
    outline: none;
}
/*#myCarousel .nav-justified li:hover::before {
    font-family: FontAwesome;
    content: "\f0d8";
    font-size: 60px;
    pointer-events: none;
    font-weight: normal;
    color: #73bfc8 !important;
    top: -57px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    outline: none;   
    text-align: center;
}*/
#myCarousel .nav-justified > li:after {
    display: block;
    content: '';
    border-bottom: 2px solid transparent;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: relative;
    margin-top: -2px;
}
#myCarousel .nav-justified > li:hover::after {
    transform: scaleX(1);
    border-bottom: 2px solid transparent;
}
#myCarousel .nav-justified > li img.img-logo-small {
    width: auto;
    height: 60px;
    margin: 0 auto 15px;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
#myCarousel .nav-justified > li:hover img.img-logo-small {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
#myCarousel .nav a {
    border-radius: 0px;
    font-size: 18px;
    color: #0089A5;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
#myCarousel .nav a:hover {
    /*    color: #fff !important;
            background-color: #73bfc8;*/
}
#myCarousel .nav a small {
    /*    display:block;*/
    display: none;
}
#myCarousel .nav-pills > li.active, #myCarousel .nav-pills > li.active:hover, #myCarousel .nav-pills > li.active:focus {
    
}
#myCarousel .nav-pills > li.active > a {
    color: #0089A5 !important;
    background-color: rgba(115,191,200,0.15);
    outline: none;
}
#myCarousel .nav-pills li.active a:hover {
    color: #0089A5 !important;
    background-color: rgba(115,191,200,0.15);
    outline: none;
}
#myCarousel .nav-pills li.active a:focus {
    color: #0089A5 !important;
    background-color: rgba(115,191,200,0.15);
    outline: none;
}
#myCarousel .nav-pills li.active a:after, #myCarousel .nav-pills li.active > a:hover::after, #myCarousel .nav-pills li.active > a:focus::after {
    content: "";
    width: 100%;
    height: 10px;
    bottom: -15px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    outline: none;
}
#myCarousel .nav-pills li.active[data-slide-to="0"] a:after, #myCarousel .nav-pills li.active[data-slide-to="0"] a:hover::after {
    background: #5ea088;
}
#myCarousel .nav-pills li.active[data-slide-to="1"] a:after, #myCarousel .nav-pills li.active[data-slide-to="1"] a:hover::after {
    background: #c1d445;
}
#myCarousel .nav-pills li.active[data-slide-to="2"] a:after, #myCarousel .nav-pills li.active[data-slide-to="2"] a:hover::after {
    background: #e0e23c;
}
#myCarousel .nav-pills li.active[data-slide-to="3"] a:after, #myCarousel .nav-pills li.active[data-slide-to="3"] a:hover::after {
    background: #de8a2e;
}
#myCarousel .nav-pills li.active[data-slide-to="4"] a:after, #myCarousel .nav-pills li.active[data-slide-to="4"] a:hover::after {
    background: #cf4329;
}
#myCarousel .nav-pills li.active[data-slide-to="0"] a:focus::after, #myCarousel .nav-pills li.active[data-slide-to="1"] a:focus::after, #myCarousel .nav-pills li.active[data-slide-to="2"] a:focus::after, #myCarousel .nav-pills li.active[data-slide-to="3"] a:focus::after, #myCarousel .nav-pills li.active[data-slide-to="4"] a:focus::after {
    background: #73bfc8;
}


#myCarousel .nav-pills > li.active > a img.img-logo-small, #myCarousel .nav-pills > li.active > a:hover img.img-logo-small, #myCarousel .nav-pills > li.active > a:focus img.img-logo-small {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
#myCarousel .nav-pills li a {
    margin: 5px 5px;
    border-bottom: 3px solid #73bfc8;
    padding: 5px 15px;
}
#myCarousel .nav-pills li a:before {
    content: "";
    position: absolute;
    right: -5px;
    width: 1px;
    height: 75%;
    background: #ccc;
    top: 15px;
}
#myCarousel .nav-pills li[data-slide-to="4"] a:before {
    content: "";
    position: absolute;
    right: -5px;
    width: 1px;
    height: 75%;
    background: #fafafa;
    top: 15px;
}
#myCarousel .nav-pills > li[data-slide-to="0"] a {
    border-bottom: 2px solid #5ea088;
}
#myCarousel .nav-pills > li[data-slide-to="1"] a {
    border-bottom: 2px solid #c1d445;
}
#myCarousel .nav-pills > li[data-slide-to="2"] a {
    border-bottom: 2px solid #e0e23c;
}
#myCarousel .nav-pills > li[data-slide-to="3"] a {
    border-bottom: 2px solid #de8a2e;
}
#myCarousel .nav-pills > li[data-slide-to="4"] a {
    border-bottom: 2px solid #cf4329;
}
#myCarousel .nav-pills li a:hover {
/*    background-color: #fafafa !important;*/
    background-color: rgba(115,191,200,0.15) !important;
}
#myCarousel .nav-pills li a:focus {
/*    background-color: #fafafa !important;*/
    background-color: rgba(115,191,200,0.25) !important;
    border-width: 0 0 2px 0 ;
    border-color: rgba(115,191,200,1);
    border-style: solid;
}
#myCarousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 360px;
    background: rgba(115,191,200,0.15);
    /*    border-top: 2px solid #73bfc8 !important;*/
    border-bottom: 4px solid #73bfc8 !important;
    margin-top: 25px;
}
#myCarousel .carousel-inner .carousel-caption-master {
    width: 100%;
}
#myCarousel .carousel-inner .carousel-caption-master .carousel-caption {
    width: 660px;
    text-align: left;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 10;
    padding-top: 35px;
    color: #ff0000;
    text-shadow: none;
}
#myCarousel .carousel-inner .carousel-caption-master .carousel-caption h1, #myCarousel .carousel-inner .carousel-caption-master .carousel-caption h2 {
    color: #333333;
    /*    color: #006e84;*/
    font-size: 32px !important;
    font-weight: 400;
}
#myCarousel .carousel-inner .carousel-caption-master .carousel-caption p {
    padding-bottom: 25px;
    color: #555555;
    font-size: 14px;
}
#myCarousel .carousel-inner .carousel-caption-master .carousel-caption a.button-text {   
    font-size: 14px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none;
    display: inline;
    text-decoration: underline;
}
#myCarousel .carousel-inner .carousel-caption-master .carousel-caption a.button-text:hover {

}
#myCarousel .carousel-inner .carousel-caption-master .carousel-caption a.saber-maisbt {
    background-color: #cf4329;
    border: 3px solid #cf4329;
    border-radius: 40px;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none;
}
#myCarousel .carousel-inner .carousel-caption-master .carousel-caption a.saber-maisbt:hover {
    background-color: #c11f26;
    color: #FFFFFF;
    border: 3px solid #c11f26;
}
#myCarousel .carousel-inner > .item > img.img-back {
    line-height: 1;
    margin: 0;
    max-width: none;
}
#myCarousel .carousel-inner .carousel-caption-master img.img-logo {
    position: absolute;
    right: 70px;
    top: 45px;
    max-width: 180px;
}
#myCarousel .carousel-inner .carousel-control {
    opacity: 1;
    text-shadow: 0 1px 0px rgba(255, 255, 255, .8);
} 
#myCarousel .carousel-inner .carousel-control.left, #myCarousel .carousel-inner .carousel-control.right {
    background: transparent;
    box-shadow: none;
    width: 40px;
    height: 40px;
    top: 40%;
    font-size: 45px;
    color: #0089A5;
    line-height: 0;
} 
#myCarousel .carousel-inner .carousel-control.left:hover, #myCarousel .carousel-inner .carousel-control.right:hover {
    color: #73bfc8;
}
/* === LOGOS HOME PAGE ===  */
.separador-logos {
    width: 100%;
    padding: 50px 0;
    float: left;
}
.separador-logos .title-homepage-center {
    margin: 0 auto 20px auto;
}
.separador-logos .title-homepage-center h2.title-page-home {
    text-align: center;
    margin: 0;
    font-weight: normal;
    height: 40px;
    position: relative;
    font-size: 24px;
    color: #444444;
}
.separador-logos .title-homepage-center h2.title-page-home:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #0089A5;
    position: absolute;
    margin: 10px auto 0;
    right: 0 !important;
    left: 0 !important;
    bottom: 0;
    border-bottom: 1px solid #FFFFFF;
}
.separador-logos .title-homepage-center h2.title-page-home span {
    font-style: italic;
}
.separador-logos .servicos-logo-box {
    text-align: center;
    margin: 0 auto;
    width: 150px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.separador-logos .servicos-logo-box a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 1;
}
.separador-logos .servicos-logo-box:hover a {
    opacity: 0.7;
}
.separador-logos .servicos-logo-box img {
    width: 100%;
    height: auto;
}
.separador-logos .servicos-logo-box:after {
    display: block;
    content: '';
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
    -o-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
    box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
    border-bottom: 2px solid #f5f5f5;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: relative;
    margin-top: 3px;
}
.separador-logos .servicos-logo-box:hover::after {
    transform: scaleX(1);
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
    -o-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
    box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
    border-bottom: 2px solid #73bfc8;
}
/* === NOTICIAS HOME PAGE ===  */
.separador-noticias {
    width: 100%;
    float: left;
    padding: 40px 0;
    background-color: #FFFFFF;;
}
.separador-noticias .title-homepage-center {
    margin: 0 auto 20px auto;
}
.separador-noticias .title-homepage-center h2.title-page-home {
    text-align: center;
    margin: 0;
    font-weight: normal;
    height: 40px;
    position: relative;
    font-size: 24px;
    color: #444444;
}
.separador-noticias .title-homepage-center h2.title-page-home:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #0089A5;
    position: absolute;
    margin: 10px auto 0;
    right: 0 !important;
    left: 0 !important;
    bottom: 0;
    border-bottom: 1px solid #FFFFFF;
}
.separador-noticias .title-homepage-center h2.title-page-home span {
    /*    text-align: center;
        margin: 0;
        font-weight: normal;
        font-size: 20px;
        color: #0089A5;
        display: block;*/
    display: none;
}
.separador-noticias .box-noticias-master .img-noticia {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 10px !important;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
}
.separador-noticias .box-noticias-master .img-noticia a.img-news img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 0 auto;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;   
    opacity: 1;
}

.separador-noticias .box-noticias-master .img-noticia a.img-news:hover img {
    opacity: 0.7;
}
.separador-noticias .box-noticias-master .txt-noticia {
    padding: 0;
}
.separador-noticias .box-noticias-master .txt-noticia a.bt-noticias {
    font-size: 15px;
    line-height: 22px;
    white-space: normal;
    word-break: normal;
    color: #333 !important;
    font-weight: 400;
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 70px;      /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.separador-noticias .box-noticias-master .txt-noticia a.bt-noticias:hover {
    color: #73bfc8 !important;
}
/*.separador-noticias .box-noticias-master .txt-noticia p {
    color: #555777 !important;
    font-weight: normal !important;
    font-size: 12px !important;
    position: relative;
    line-height: 16px;
    margin: 10px 0 3px 0;
    text-align: left !important;
    word-break: normal;
    float: left;
    width: 100%;
}*/
.separador-noticias .box-noticias-master .txt-noticia p.p-date-news {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.separador-noticias .box-noticias-master .txt-noticia p.p-date-news a {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 600;
    display: inline-block;
}
.separador-noticias .box-noticias-master .txt-noticia p.p-date-news a:hover {
    color: #257688 !important;
}
.separador-noticias .box-noticias-master .txt-noticia p.p-date-news span.date-news {
    color: #555777 !important;
    font-size: 12px !important;
    font-weight: 500;
    padding-left: 5px;
}
.separador-noticias .todas-noticias {
    float: left;
    width: 100%;
    padding: 75px 0 25px 0;
    text-align: center;
}
.separador-noticias a.bt-todas-noticias {
    background-color: transparent;
    border: 3px solid #3a3a3a;
    border-radius: 40px;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #3a3a3a;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.separador-noticias a.bt-todas-noticias:hover {
    background-color: #73bfc8;
    color: #FFFFFF;
    border: 3px solid #73bfc8;
}


/* === VIDEOS HOME PAGE === */

.separador-galeriaq {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #FFFFFF;
}
.separador-galeriaq .parallax-1 {
    padding: 40px 0;
    background-image: url("../images/noticias/background-noticias.jpg");
}
.separador-galeriaq .title-homepage-center {
    margin: 0 auto 20px auto;
}
.separador-galeriaq .title-homepage-center h2.title-page-home {
    text-align: center;
    margin: 0;
    font-weight: normal;
    height: 40px;
    position: relative;
    font-size: 24px;
    color: #444444;
}
.separador-galeriaq .title-homepage-center h2.title-page-home:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #0089A5;
    position: absolute;
    margin: 10px auto 0;
    right: 0 !important;
    left: 0 !important;
    bottom: 0;
    border-bottom: 1px solid #FFFFFF;
}
.separador-galeriaq .title-homepage-center h2.title-page-home span {
    /*    text-align: center;
        margin: 0;
        font-weight: normal;
        font-size: 20px;
        color: #73bfc8;
        display: block;*/
    display: none;
}
/*
.separador-videos .graph {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}
.separador-videos .graph-content {
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.separador-videos .graph-content img {
    background-clip: padding-box;
    position: relative;
}
.separador-videos .carousel-inner {
    padding-bottom: 20px;
}
.separador-videos .carousel-inner h2 {
    display: inline;
}
.separador-videos .carousel-inner p {
    display: inline;
    padding-left: 10px;
}
.separador-videos #custom_carousel .item {
    color: #000;
    background-color: #eee;
    padding: 20px 0;
}
.separador-videos .controls img {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}
.separador-videos #custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 60px;
    margin: 0;
    text-align: center;
    position: relative;
    background: #E0E0E0;
}
.separador-videos #custom_carousel .controls li {
    border-left: 3px solid #616161;
}
.separador-videos #custom_carousel .controls li.active {
    background-color: #eee;
    border-left: 3px solid #FF474A;
}
.separador-videos #custom_carousel .controls a small {
    overflow: hidden;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}
.separador-videos #wrapper {
    width: 100%;
    height: 390px;
    margin: 0 auto;
    position: relative;
}
.separador-videos .caroufredsel_wrapper {
    
}
.separador-videos .caroufredsel-wrapper-center {
    width: 520px !important;
    height: 390px !important;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.separador-videos #carousel-center {
    width: 520px;
    height: 390px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.separador-videos .caroufredsel-wrapper-center #carousel-center a img {
    width: 520px;
    height: 390px;
}
.separador-videos .caroufredsel-wrapper-center #carousel-center:before {
    font-family: FontAwesome;
    content: "\f144";
    font-size: 90px;
    pointer-events: none;
    font-weight: normal;
    color: rgba(255,255,255,0.7);
    position: absolute;
    left: 0;
    margin: 0 auto;
    text-align: center;
    padding: 120px 220px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.separador-videos .caroufredsel-wrapper-center #carousel-center:hover::before {
    color: rgba(255,255,255,0.95);
}
.separador-videos #carousel-left, .separador-videos #carousel-right {
    width: 360px;
    height: 270px;
    position: absolute;
    top: 65px;
    z-index: 1;
}
.separador-videos #carousel-left img, .separador-videos #carousel-right img {
    width: 360px;
    height: 270px;
}
.separador-videos #carousel-left {
    left: 25px;
}
.separador-videos #carousel-right {
    right: 25px;
}
.separador-videos .caroufredsel_wrapper a img {
    display: block;
    float: left;
}
.separador-videos #prev, .separador-videos #next {
    color: #0089A5;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 0;
    position: absolute;
    top: 46%;
    z-index: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.separador-videos #prev {
    left: -15px;
}
.separador-videos #next {
    right: -15px;
}
.separador-videos #prev:hover, .separador-videos #next:hover {
    color: #73bfc8;
}
*/
.separador-galeriaq .bt-galeria {
    float: left;
    width: 100%;
    padding: 75px 0 25px 0;
    text-align: center;
}
.separador-galeriaq a.bt-ver-galeria {
    background-color: transparent;
    border: 3px solid #3a3a3a;
    border-radius: 40px;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #3a3a3a;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.separador-galeriaq a.bt-ver-galeria:hover {
    background-color: #73bfc8;
    color: #FFFFFF;
    border: 3px solid #73bfc8;
}
/* === /VIDEOS HOME PAGE === */

/* === SEPARADOR ÁREAS HOME PAGE === */
.separador-areas {
    float: left;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(115,191,200,0.1); 
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: inset 0px -2px 3px 0px rgba(0,0,0,0.03);
    box-shadow: inset 0px -2px 3px 0px rgba(0,0,0,0.03);
    border-bottom: 2px solid #FFFFFF;
    margin-top: 100px;
    
}
.separador-areas .title-homepage-center {
    margin: 0 auto 20px auto;
}
.separador-areas .title-homepage-center h2.title-page-home {
    text-align: center;
    margin: 0;
    font-weight: normal;
    height: 40px;
    position: relative;
    font-size: 24px;
    color: #444444;
    text-shadow: 1px 1px rgba(255,255,255,0.2);
}
.separador-areas .title-homepage-center h2.title-page-home:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #0089A5;
    position: absolute;
    margin: 10px auto 0;
    right: 0 !important;
    left: 0 !important;
    bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,1);
}
.separador-areas .title-homepage-center h2.title-page-home span {
    /*    text-align: center;
        margin: 0;
        font-weight: normal;
        font-size: 20px;
        color: #73bfc8;
        display: block;*/
    display: none;
}
.separador-areas ul.list-areas {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.separador-areas ul.list-areas li {
    display: inline-block;
    padding: 0 15px;
}
.separador-areas ul.list-areas li a {
    color: #3a3a3a;
    font-size: 18px;
    text-align: center;
    border: 2px solid #3a3a3a;
    border-radius: 40px;
    padding: 3px 8px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-weight: 600;
    text-decoration: none;
    height: 44px;
    display: flex; align-items: center; justify-content: center;
}
.separador-areas ul.list-areas li a:hover {
    background-color: #0089A5;
    border: 2px solid #0089A5;
    color: #FFFFFF;
}
.separador-areas ul.list-areas li a.bt-adultos {
    background-color: transparent;
    border: 2px solid #3a3a3a;
    border-radius: 40px;
    padding: 3px 8px;
    font-weight: 600;
    text-align: center;
    color: #3a3a3a;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 44px;
    display: flex; align-items: center; justify-content: center;
}
.separador-areas ul.list-areas li a.bt-adultos:hover {
    background-color: #0089A5;
    border: 2px solid #0089A5;
    color: #FFFFFF;
}
.separador-areas ul.list-areas li a.active {
    font-size: 18px;
    text-align: center;
    border: 2px solid rgba(115,191,200,0.0);
    border-radius: 40px;
    padding: 3px 8px;
    font-weight: 600;
    text-decoration: none;
    background-color: #0089A5;
    color: #FFFFFF;
}
/* === /SEPARADOR ÁREAS === */


/* === PAGINA MODALIDADES === */ 
section.modalidades {
    float: left;
    width: 100%;
}
section.modalidades p {
    color: #555555;
}
section.modalidades .faqHeader {
    font-size: 27px;
    margin: 20px;
}
section.modalidades .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
section.modalidades #accordion .panel-heading {
/*    background: rgba(115,191,200,0.15) !important;*/
    color: #0089A5 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    border-width: 0 !important;
    border-style: solid !important;
    border-color: #CCCCCC !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; 
    outline: none;
    padding: 0;
    cursor: pointer;
}
section.modalidades #accordion .panel-heading:hover {
/*    background: rgba(115,191,200,1) !important;*/
    outline: none;
}
section.modalidades #accordion .panel-heading:hover h4 {
/*    color: #FFFFFF;*/
    outline: none;
}
section.modalidades #accordion .panel-heading h4 {
    padding: 0;
    margin: 0;
}
section.modalidades #accordion .panel-heading:hover h2 {
    /*    color: #FFFFFF;*/
    outline: none;
}
section.modalidades #accordion .panel-heading h2 {
    padding: 0;
    margin: 0;
}
section.modalidades #accordion .panel-heading h4.collapsed a {   
    background-color: #f5f5f5 !important;
    color: #3a3a3a !important;
}

section.modalidades #accordion .panel-heading h2.collapsed a {
    background-color: #f5f5f5 !important;
    color: #3a3a3a !important;
}

section.modalidades #accordion .panel-heading h4 a {
    text-decoration: none;
    outline: none;
    line-height: 22px;
    background: rgba(115,191,200,1) !important;
    padding: 10px 15px;   
    color: #FFFFFF !important;
}
section.modalidades #accordion .panel-heading h2 a {
    text-decoration: none;
    outline: none;
    line-height: 22px;
    background: rgba(115,191,200,1) !important;
    padding: 10px 15px;
    color: #FFFFFF !important;
}
section.modalidades #accordion .panel-heading:hover h4 a {
    text-decoration: none;
    outline: none;
    background: rgba(115,191,200,1) !important; 
    color: #FFFFFF !important;
}
section.modalidades #accordion .panel-heading:hover h2 a {
    text-decoration: none;
    outline: none;
    background: rgba(115,191,200,1) !important;
    color: #FFFFFF !important;
}
section.modalidades .panel-heading [data-toggle="collapse"]:after {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    color: #FFFFFF;
    font-size: 18px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: relative;
    top: -29px;
    right: 15px;
    cursor: pointer;
}
section.modalidades .panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #0089A5;
}
/* === PAGINA MODALIDADES === */ 

/* === PESQUISA DE CENTROS === */
.separador-pesquisa {
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); 
    border: 1px solid #fbfbfb;
    margin-bottom: 40px;
    padding: 0 !important;
}

/* === BACK TO TOP ===*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1001;
}
#return-to-top .fa {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* === FOOTER === */

footer {
    float: left;
    background-color: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    border-top: 3px solid #FFFFFF;
    border-bottom: 5px solid #73bfc8;
    padding-bottom: 25px;
}
.footerleft {
    margin-top: 50px;
    padding: 0 36px;
}
/*.logofooter {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6); 
}*/
.logofooter {
    margin: 0;
    float: left;
}
.logofooter a {
    margin: 0;
    padding: 0;
}
.logofooter a img.logopqualifica {
    max-width: 125px;
    height: auto;
}
.footerleft p {
    color: #333333;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.footerleft p i {
    width: 20px;
    color: #333333;
}
.paddingtop-bottom {
    margin-top: 50px;
}
.footer-ul {
    list-style-type: none;
    padding-left: 0px;
}
.footer-ul li {
    line-height: 24px;
    font-size: 12px;
}
.footer-ul li:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 14px;
    pointer-events: none;
    font-weight: normal;
    color: #73bfc8 !important;
    top: 16px;
    float: left;
    margin-right: 5px;
}
.footer-ul li a {
    color: #333333;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.footer-ul i {
    margin-right: 10px;
}
.footer-ul li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #73bfc8;
}
.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.icon-ul {
    list-style-type: none !important;
    margin: 0px;
    padding: 0px;
}
.icon-ul li {
    line-height: 75px;
    width: 100%;
    float: left;
}
.icon {
    float: left;
    margin-right: 5px;
}
.heading7 {
    font-size: 18px !important;
    font-weight: 600;
    color: #333333 !important;
    margin-bottom: 15px;
    margin-top: 0;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
    font-family: 'Open Sans', sans-serif;
/*    background: #f0f0f0;*/
    position: relative;
    z-index: 3;
    padding-right: 10px;   
}
/*.heading7:after {
    content: "";
    width: 92%;
    height: 1px;
    background-color: #0089A5;
    position: absolute;
    z-index: 1;
    margin-top: 15px;
    float: right;
    right: 0;
    border-bottom: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 1px 0px 0px #0089A5;
    -moz-box-shadow: 0px 1px 0px 0px #0089A5;
    box-shadow: 0px 1px 0px 0px #0089A5;
}*/
.post p {
    font-size: 14px;
    color: #555555;
    line-height: 20px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
.post p.subTitle {
    font-size: 14px;
    color: #0089A5;
    font-weight: 600;
}

.post p span {
    display: block;
    color: #888888;
}
.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0px;
}
.bottom_ul li {
    float: left;
    line-height: 40px;
}
.bottom_ul li:after {
    content: "/";
    color: #333333;
    margin-right: 8px;
    margin-left: 8px;
}
.bottom_ul li a {
    color: #333333;
    font-size: 12px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
.fixedfooter {
    padding: 5px 0;
    border-top: 1px solid #73bfc8;
}
.burger-menu {
    display: none;
}
.main-footer {
    
}
.main-footer .main-footer-left {
    text-align: left;   
}
.main-footer .main-footer-left li {
    margin-left: 10px;   
}
.main-footer .main-footer-right {
    text-align: right;   
}
.main-footer .main-footer-right li {
    margin-right: 10px;   
}
.main-footer .main-footer-center {
    text-align: center;   
}
.main-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;

}
.main-footer li {
    display: inline-block;
}
.main-footer a {
    color: #646464;
    text-decoration: none;
}
.main-footer a:hover {
    color: #73bfc8;
}
.main-footer a:hover i {
    color: #73bfc8;
}
.main-footer i {
    font-size: 32px;
    vertical-align: middle;
}
.footer-top {
    width: 100%;
    float: left;
    padding: 15px 0;
}
.footer-bottom {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    float: left;
}
.footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 3px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-right: 5px;
    padding: 2px;
}
.footer-icons a:hover {
    color: #73bfc8;
}
/* === /FOOTER === */

.top {
    height: 315px;
}
.top.grid-2 {
    height: 280px;
}
.top.grid-2 h2 {
    font-size: 32px;
}
.top.grid-2 a {
    padding: 20px;
    position: absolute;
    bottom: 0;
    top: 0;
}
.top.grid-2 .cover {
    position: relative;
}
.top.grid-2 .description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #53bad1;
}
.top.grid-2 .description a {
    display: none;
    padding: 30px 20px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    text-align: left;
}
.top.grid-2:hover .description, .top.grid-2:focus .description {
    display: block;
}
.top.grid-2:hover .description a, .top.grid-2:focus .description a {
    display: block;
    color: white;
}
.top a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    height: auto;
}
.top a:hover {
    color: #031437;
}
.top h2 {
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0;
}
.top time {
    margin-bottom: 10px;
    display: block;
}
.top .info {
    position: relative;
}
.top .info:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-left: 17px solid #53bad1;
    bottom: 70px;
    right: -34px;
    z-index: 1;
}
.middle {
    position: relative;
}
.middle:hover h2:before {
    display: none;
}
.middle h2 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0px 12px 0;
    position: relative;
}
.middle h2:before {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid transparent;
    left: 12px;
    top: 40px;
    zoom: 1;
    padding: 0px;
    z-index: 100;
}
.middle h3 {
    font-size: 25px;
    margin: 0;
    margin-bottom: 10px;
}
.middle figure {
}
.middle p {
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.middle .info {
    position: absolute;
    top: 0;
    width: 98%;
    height: 95%;
    margin-top: 49px;
    /*	display: none;*/
    /*	padding: 0 20px;*/
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.middle.yellow .info p {
    color: #555555;
}
.middle a:hover .info {
    /*	display: block;*/
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.middle.color_1 h2, .middle.color_4 h2 {
    background-color: #0089A5;
    /*	border-top-right-radius: 4px;
        border-top-left-radius: 4px;*/
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.middle.color_1 h2:hover, .middle.color_4 h2:hover {
    background-color: #006e84;
}
.middle.color_1 .info, .middle.color_4 .info {
    background-color: #ECECEC;
}
.middle.color_1 h2:before, .middle.color_4 h2:before {
    border-top-color: #0089A5;
}
.middle.color_2 h2, .middle.color_5 h2, .middle.color_2 .info, .middle.color_5 .info {
    background-color: #0089A5;
}
.middle.color_2 h2:before, .middle.color_5 h2:before {
    border-top-color: #0089A5;
}
.middle.color_3 h2, .middle.color_6 h2, .middle.color_3 .info, .middle.color_6 .info {
    background-color: #0089A5;
}
.middle.color_3 h2:before, .middle.color_6 h2:before {
    border-top-color: #0375f6;
}
.middle.yellow h2, .middle.yellow .info {
    background-color: #0089A5;
}
.middle.yellow h2:before {
    border-top-color: #0089A5;
}
.bottom {
    width: 100%;
    height: 90px;
}
.bottom h2 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.bottom .info {
    background-color: #0089A5;
    ;
}
.bottom .info:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    z-index: 1;
    right: -17px;
    bottom: 35px;
}
/*.bottom figure {
    -moz-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");
    -o-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");
    -webkit-filter: grayscale(100%);
    filter: gray;
    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");
}*/
.bottom b {
    text-transform: uppercase;
    color: #ccd1d3;
}
.bottom time {
    font-size: 20px;
}
.bottom span {
    margin: 0 10px;
}

@media screen and (max-width: 1024px) {
    .bottom .info:before {
        display: none;
    }
}
html, body {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    width: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    /*	background-color: #ECECEC;*/
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}
h1 {
    margin: 0;
}
h2 {
    color: #ffffff;
    font-size: 40px;
    vertical-align: middle;
    font-weight: bold;
}
h3 {
    color: #031437;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
time {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
div, a {
}
a {
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
a, a:hover, a:focus {
    text-decoration: none;
}
p {
    /*	text-align: justify;
        text-justify: inter-word;*/
    color: #031437;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
figure {
    positin: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
figure img {
}
.main-content {
    text-align: center;
}
.no-pad {
    padding: 2px;
}
.mainContainerHeader {
    height: 90px;
    /*	max-width: 1024px;*/
    margin: 0 auto;
}

.mainContainerBody {
    /*    max-width: 1024px;*/
    margin: 0 auto 25px ;
    
}
#infos {
    padding: 25px 0 0 0;
}

@media screen and (max-width: 1030px) {
    .remove-pad {
        padding-left: 0;
        padding-right: 0;
    }
}
.bottomCol2 {
}
.bottomCol3 {
    margin-top: 45px;
}
.infoInstitucional {
    margin-left: 0;
    margin-top: 10px;
    font-weight: bold;
    float: left;
    color: #232323;
    text-align: center;
    font-size: 10px;/*    width: 80px ;
text-wrap: break-word;*/
}
.img_cont {
    display: table;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 2px auto;
}
.img_cont2 {
    float: left;
    display: table;
    width: 33%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px auto;
}
.img_cont a {
    display: table-cell;
    text-align: center;
    width: 16%;
}
.img_cont img {
    width: 100%;
    height: 90px;
}
.nomargin {
    padding-left: 2px;
}
.nomargin22 {
    height: 90px;
    padding-left: 0px;
}
.nomargin222 {
    height: 90px;
    padding-left: 2px;
}
.nomargin2222 {
    height: 90px;
    padding-left: 2px;
}
.nomargin2 {
    position: relative;
    width: 100%;
    height: 90px;
    display: table-cell;
    padding-left: 0px;
}
.withmargin {
    padding-left: 4px;
}
.withmarginEnd {
    padding-left: 4px;
    padding-right: 2px;
}
.img_cont23 {
    padding: 2px;
    width: 50%;
    height: 90px;
    margin-left: 0px;
}
.right {
    width: 66.6%;
    padding-left: 0px;
    padding-right: 0px;
    alignment-adjust: middle;
}
/*.right a{
  display: table-cell;
  padding-left: 2px;
  //text-align: justify;
  //width: 100%;
}*/

.a1 img {
    margin-left: 2px;
    height: 90px;
    width: 248px;
}
.a2 img {
    margin-left: 4px;
    height: 90px;
    width: 174px;
}
.a3 img {
    margin-left: 3px;
    height: 90px;
    width: 251px;
}
.a1 {
    display: table-cell;
}
.a2 {
    margin-left: 4px;
    display: table-cell;
}
.a3 {
    margin-left: 4px;
    display: table-cell;
}
.rightFooter {
    float: right;
}
.leftFooter {
    float: left;
}
.info2 {
    display: none;
    position: relative;
    width: 100%;
    height: 90px;
}

@media screen and (max-width: 1024px) {
    .bottom .info2:before {
        display: none;
    }
}
.bottom a:hover .nomargin2 {
    display: none;
}
.bottom a:hover .info2 {
    display: block;
}
.middle .info2 {
    position: absolute;
    top: 0;
    width: 98%;
    height: 95%;
    margin-top: 49px;
    display: none;
    padding: 0 20px;
}
.imga1 {
    display: block;
    width: 100%;
    height: 90px;
}
.lupa {
    position: relative;
    margin-top: -37px;
    margin-left: 270px;
}
.lupa8 {
    position: relative;
    margin-top: -37px;
    margin-left: 600px;
}
.back {
}
.backDir {
    float: right;
}
.backEsq {
    float: left;
}
.backgroundimg {
    position: fixed;
}
.fixedleft {
    height: 100%;
    position: fixed;
    right: 0px;
    margin-right: 0px;
}
.img-infoInstitucional {
    display: inline-block;
    padding: 0 20px;
}
ul#header-menu {
    list-style-type: none;
    margin-top: 45px;
    margin-right: 25px;
    float: right !important;
    padding: 0;
    text-align: right;
}
ul#header-menu li {
    display: inline;
    padding-left: 1%;
    padding-right: 1%;
}
ul#header-menu li a {
    display: inline;
    color: #0089A5;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-decoration: none;
}
ul#header-menu li a:hover {
    color: #73bfc8;
}
ul#header-menu li.bt-adultos a {
    background-color: transparent;
    border: 3px solid #0089A5;
    border-radius: 40px;
    padding: 5px 10px;
    font-weight: 600;
    text-align: center;
    color: #0089A5;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
ul#header-menu li.bt-adultos a:hover {
    background-color: #73bfc8;
    color: #FFFFFF;
    border: 3px solid #73bfc8;
}
ul#header-menu li:not(:last-child) {
    border-right: solid 3px #e4e4e4;
}
#left-arrow, #right-arrow {
    height: 191px;
    margin: 10px 0;
    width: 40px;
}
#left-arrow:before, #right-arrow:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}
#left-arrow > a, #right-arrow > a {
    vertical-align: middle;
    display: inline-block;
}
.box-master h2.title-box-master {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    height: 37px;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.34);
}
.box-movie-txt {
    background: #FFFFFF;
    padding: 4px 6px !important;
    margin: 10px 0 0 10px;
    height: 184px;
    overflow: hidden;
}
.box-movie-txt h2.movie-title {
    font-size: 18px;
    color: #555555;
    background: transparent;
    font-weight: normal;
    text-align: left;
    padding: 0 0 6px 0;
}
.box-movie-txt h2.movie-title:hover {
    background: transparent;
}
.box-movie-txt p.movie-desc {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    text-align: left;
    background: transparent;
    line-height: 16px;
}
.box-movie-txt p.movie-desc a.ler-mais {
    padding: 10px 0 0 0;
    color: #888888;
}
.box-movie-txt p.movie-desc a.ler-mais:hover {
    color: #006e84;
}
.box-movie-youtube {
    height: 184px;
    /*	background: #000000;*/
    padding: 10px 0 0 0;/*	margin: 10px 4px 0 0;*/
}
.box-movie-youtube img {
    width: 100%;
    height: auto;
}
.pd0 {
    padding: 0 !important;
}
.pd5 {
    padding: 0 5px !important;
}
.mt25 {
    margin-top: 25px;
}
.box-master .small-button-top, .box-master .small-button-left, .box-master .small-button-right, .box-master .small-button-bottom {
    position: relative;
    overflow: hidden;
    opacity : 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.34);
}
.box-master .small-button-top:hover, .box-master .small-button-left:hover, .box-master .small-button-right:hover, .box-master .small-button-bottom:hover {
    opacity : 0.8;
}
.box-master .small-button-top p, .box-master .small-button-left p, .box-master .small-button-right p, .box-master .small-button-bottom p {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
    text-transform: uppercase;
    line-height: 14px;
}
.box-master .small-button-top {
    width: 337px;
    height: 37px;
    border-radius: 2px !important;
    border-bottom: 1px solid rgba(255,255,255,0.7) !important;
    float: left;
}
.box-master .small-button-top p, .box-master .small-button-bottom p {
    width: 337px;
    height: 37px;
    display: table-cell;
    vertical-align: middle;
}
.box-master .small-button-top img.background-buttons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.box-master .small-button-bottom {
    width: 337px;
    height: 37px;
    border-radius: 2px !important;
    float: left;
    border-bottom: 1px solid rgba(255,255,255,0.7) !important;
}
.box-master .small-button-bottom img.background-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.box-master .small-button-left {
    width: 166px;
    height: 150px;
    margin: 6px 0;
    float: left;
    border-radius: 2px !important;
    border-bottom: 1px solid rgba(255,255,255,0.7) !important;
}
.box-master .small-button-right {
    width: 166px;
    height: 150px;
    margin: 6px 0;
    float: right;
    border-radius: 2px !important;
    border-bottom: 1px solid rgba(255,255,255,0.7) !important;
}
.box-master .small-button-left img.background-buttons {
    position: absolute;
    top: -39px;
    left: 0;
    z-index: 0;
}
.box-master .small-button-right img.background-buttons {
    position: absolute;
    top: -39px;
    right: 0;
    z-index: 0;
}
.box-master .small-button-right img.logo-gjovem {
    position: relative;
    width: 135px;
    height: 32px;
    vertical-align: middle;
    z-index: 2;
    margin-top: 58px;
}
.box-master .small-button-left p {
    width: 166px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}
/* === PAG MOVIES === */

.back-title-pagemovies {
    background: #FFFFFF;
    padding: 10px 10px;
    border-radius: 0;
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px dotted #0089A5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); 
}
.back-title-pagemovies:first-child {
    margin: 25px 0;
    background: transparent;
    box-shadow: none;
    padding: 0 0;
}
.back-title-pagemovies h1 {
/*    color: #555;
    font-size: 24px;
    font-weight: 400;
    */
    color: #000000;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 8px 0;
}
.back-title-pagemovies h2, .back-title-pagemovies h2 a {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}
.back-title-pagemovies h2 a:hover {
    color: #006e84;
}
.back-title-pagemovies .separador {
    margin: 15px 0;
    width: 100%;
    height: 1px;
    background: #CCC;
    float: left;
}
.form-control {
    display: block;
    width: 95%;
    height: 34px;
    padding: 6px 5px 6px 5px !important;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.back-title-pagemovies #filtro {
    width: 100%;
}
button, input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
button.bt-search {
    display: block;
    width: 39px;
    height: 30px;
    padding: 4px 2px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF;
    background: #0089A5;
    background-image: none;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-left: 0px;
}
button.bt-search:hover {
    background: #006e84;
}
input.icon-search {
    /*    background-image: url("../images/lupa-input.png"); */
    background-repeat: no-repeat;
    background-position: 98% 5px;
    padding: 6px 5px 6px 5px;
    float: right;
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
}
.back-title-pagemovies .seta-dta {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
}
.back-title-pagemovies .seta-esq {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 30px;
    top: 0;
}
.back-title-pagemovies .seta-esq a img, .back-title-pagemovies .seta-dta a img {
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.back-title-pagemovies .seta-esq a img:hover, .back-title-pagemovies .seta-dta a img:hover {
    opacity: 0.6;
}
.back-title-pagemovies .theme-movies {
    /*  height: 210px;
            overflow: hidden;*/
    padding: 0;
}
.back-title-pagemovies li.movie-small-box {
    /*    padding: 0 8px;*/
    margin-bottom: 15px;
    /*    max-width: 160px;*/
    float: left;
}
.back-title-pagemovies li.movie-small-box .movie-thumb {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.back-title-pagemovies li.movie-small-box .movie-thumb img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.back-title-pagemovies li.movie-small-box .movie-thumb img:hover {
    opacity: 0.6;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.back-title-pagemovies li.movie-small-box .movie-thumb:hover::after {
    font-family: FontAwesome;
    content: "\f144";
    font-size: 35px;
    pointer-events: none;
    font-weight: normal;
    color: rgba(255,255,255,0.9) !important;
    position: absolute;
    top: 25px;
    left: 40%;
    margin: 0 auto;
    text-align: center;
}
.back-title-pagemovies li.movie-small-box .txt-thumb {
    margin-top: 10px;
    height: 115px;
    overflow: hidden;
}
.back-title-pagemovies li.movie-small-box .txt-thumb p.thumb-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin: 0;
    line-height: 16px;
    padding-bottom: 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    
}
.back-title-pagemovies li.movie-small-box .txt-thumb p.thumb-title:hover {
    color: #73bfc8;
    text-decoration: underline;
}
.back-title-pagemovies li.movie-small-box .txt-thumb p.thumb-txt {
    font-size: 12px;
    font-weight: normal;
    color: #555;
    text-align: left;
    margin: 0;
    line-height: 16px;
}
.clearfix-movies {
    clear: both;
}
a.more-movies {
    cursor: pointer;
    float: right;
    color: #888888;
    font-size: 12px;
    position: relative;
}
a.more-movies:hover {
    color: #006e84;
}
.back-title-pagemovies li.movie-small-box .movie-thumb {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
/* === PAG MOVIE MASTER === */

.movie-master {
    margin-bottom: 15px;
}
.movie-master img {
    width: 97%;
    height: auto;
}
.movie-master iframe {
    width: 97%;
    height: auto;
    min-height: 372px;
}
.back-title-pagemovies-small {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 15px;
    overflow: hidden;
    width: 97%;
    text-align: left;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); 

}
.back-title-pagemovies-small .separador {
    margin: 15px 0;
    width: 100%;
    height: 1px;
    background: #CCC;
    float: left;
}
.movies-related {
    text-align: left;
}
.back-title-pagemovies-small p {
    text-align: left;
}
.back-title-pagemovies-small h1 {
    color: #0089A5;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    text-align: left;
    margin: 0;
}
.back-title-pagemovies-small p.imp-keys span {
    font-weight: 600;
    color: #333333;
}
.back-title-pagemovies-small p.imp-keys a {
    font-weight: normal;
    color: #888888;
    display: inline;
    font-size: 14px;
}
.back-title-pagemovies-small p.imp-keys a:hover {
    color: #006e84;
    text-decoration: underline;
}


.back-title-pageonemovie {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); 
}
.back-title-pageonemovie .movies-related {
    text-align: left;
}
.back-title-pageonemovie h2, .back-title-pageonemovie h2 a {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}
.back-title-pageonemovie .separador {
    margin: 15px 0;
    width: 100%;
    height: 1px;
    background: #CCC;
    float: left;
}
.back-title-pageonemovie .movie-thumb-small img {
    width: 90%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.back-title-pageonemovie .movie-thumb-small img:hover {
    opacity: 0.6;
}
.back-title-pageonemovie .movie-thumb-small:hover::after {
    font-family: FontAwesome;
    content: "\f144";
    font-size: 35px;
    pointer-events: none;
    font-weight: normal;
    color: rgba(255,255,255,0.9) !important;
    position: absolute;
    top: 17px;
    left: 35%;
    margin: 0 auto;
    text-align: center;
}
.back-title-pageonemovie .txt-thumb-small {
    height: 85px;
    overflow: hidden;
}
.back-title-pageonemovie .txt-thumb-small p.thumb-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin: 0;
    line-height: 16px;
    padding-bottom: 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.back-title-pageonemovie .txt-thumb-small p.thumb-title:hover {
    color: #73bfc8;
    text-decoration: underline;
}
.back-title-pageonemovie .txt-thumb-small p.thumb-txt {
    font-size: 12px;
    font-weight: normal;
    color: #555;
    text-align: left;
    margin: 0;
    line-height: 16px;
}
.back-title-pageonemovie .separador-small {
    margin: 15px 0 15px 0;
    width: 100%;
    height: 1px;
    background: #CCC;
    float: left;
}


.back-title-pagemovies .movie-thumb-small img {
    width: 90%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.back-title-pagemovies .movie-thumb-small img:hover {
    opacity: 0.6;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.back-title-pagemovies .movie-thumb-small:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin: -15px 0 0 -15px;
    background-image: url("../images/icon-play-movie.png");
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0.9;
}
.back-title-pagemovies .txt-thumb-small {
    height: 85px;
    overflow: hidden;
}
.back-title-pagemovies .txt-thumb-small p.thumb-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin: 0;
    line-height: 16px;
    padding-bottom: 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.back-title-pagemovies .txt-thumb-small p.thumb-title:hover {
    color: #006e84;
}
.back-title-pagemovies .txt-thumb-small p.thumb-txt {
    font-size: 12px;
    font-weight: normal;
    color: #555;
    text-align: left;
    margin: 0;
    line-height: 16px;
}
.back-title-pagemovies .separador-small {
    margin: 15px 0 15px 0;
    width: 100%;
    height: 1px;
    background: #CCC;
    float: left;
}
a.more-movies-small {
    cursor: pointer;
    color: #888888;
    padding-bottom: 5px;
    font-size: 12px;
    text-align: center;
}

.grouplessItemsTitle{
    background-color: rgba(115,191,200,1) !important;
}

.grouplessItemsTitleColor{
    color:#FFFFFF;
}

.scText-width{
    max-width:98%;
}

section.modalidades h2.subTitle-modal,
    section.modalidades h3.subTitle-modal{
    color:#0089A5;
    font-size:20px;
    display:inline-block;  
    margin-top: 40px;
    margin-bottom: 25px;
}
section.modalidades h2.subTitle-modal:before,
section.modalidades h3.subTitle-modal:before{
    content: "";
    width: 3%;
    height: 2px;
    background-color: #0089A5;
    position: absolute;
    margin: 30px auto 0 0;
}

/* COOKIES */
.cookiesdiv {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #286680;
    color: #FFFFFF;
    padding: 10px 0;
    z-index: 10001;   
}
.cookiesdiv .cookiesdiv-txt {
    width: 90%;
    float: left;
}
.cookiesdiv .cookiesdiv-close {
    float: right;
}
.cookiesdiv .cookiesdiv-txt p {
    color: #FFFFFF;
    font-size: 14px;
}
.cookiesdiv .cookiesdiv-txt p a {
    color: #FFFFFF;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; 
}
.cookiesdiv .cookiesdiv-txt p a:hover {
    color: #73bfc8;
}
.cookiesdiv .cookiesdiv-close .close-div a {
    color: #0089A5;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 1px 10px;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}
.cookiesdiv .cookiesdiv-close .close-div a:hover {
    background: #0089A5;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
}
/*.cookiesdiv .cookiesdiv-close .close-div button .fa {
    color: #FFFFFF;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 26px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;  
    -webkit-box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.05);
    box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.05);
}
.cookiesdiv .cookiesdiv-close .close-div button:hover .fa {
    color: #73bfc8;
}*/


.box-text p.master-title-box-text {
    margin: 5px 0 25px 0; 
}
.box-text p.master-title-box-text span {
    color: #0089A5;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: #fafafa;
    position: relative;
    z-index: 3; 
    padding-right: 25px;
}
.box-text p.master-title-box-text:after {
    content: "";
    width: 95%;
    height: 1px;
    background-color: #0089A5;
    position: absolute;
    z-index: 1;
    margin-top: 22px;
    float: right;
    right: 0;
    border-bottom: 1px dotted #fafafa;
}
.box-text p.master-title-box-text-2 {
    color: #0089A5;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin: 55px 0 25px 0;
    font-weight: 600;
}
.box-text p.master-title-box-text-2 span {
    color: #0089A5;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: #fafafa;
    position: relative;
    z-index: 3; 
    padding-right: 25px;
}
.box-text p.master-title-box-text-2:after {
    content: "";
    width: 95%;
    height: 1px;
    background-color: #0089A5;
    position: absolute;
    z-index: 1;
    margin-top: 22px;
    float: right;
    right: 0;
    border-bottom: 1px dotted #FFFFFF;
}
.box-text p {
    color: #555;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    margin-bottom: 20px;
}
.box-text p.p-cul {
    margin: 5px 0 5px 0 !important;   
}
.box-text p.title-box-text {
    color: #0089A5;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0 25px 0;
    font-weight: 600;
}
.box-text p span.title-text, .box-text #dbText p span {
    color: #0089A5;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;   
    display: block;
}
.box-text p span.title-text:after, .box-text #dbText p span:after {
    content: "";
    position: absolute;
    left: 15px;
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 14px;
    width: 55px;
    height: 2px;
    background: #0089A5;
}
.box-text p br {  
    margin-bottom: 10px;
}
.box-text ul.ul-text {
    color: #555;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0 25px 0;
    text-align: justify;
}
.box-text p a.links-text {
    display: inline;
    text-decoration: underline;
}
#infos .box-areas {
    width: 100%;
    margin: 10px 0 20px 0;
    background: #FFFFFF;
    padding: 10px;
    border-bottom: 1px dotted #0089A5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); 
    
}
#infos .box-areas-p p {
    color: #555555;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 10px 0 !important;
}
#infos .box-areas .box-areas-img {
    text-align: center;
}
#infos .box-areas .box-areas-img a img {
    width: 90%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; 
}
#infos .box-areas .box-areas-img a .fa {
    font-size: 100px;
    color: #0089A5;
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; 
}
#infos .box-areas .box-areas-img a img:hover, #infos .box-areas .box-areas-img a .fa:hover  {
    opacity: 0.7; 
}
#infos .box-areas .box-areas-txt a.title-area {
    color: #3a3a3a;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0 !important;
}
#infos .box-areas .box-areas-txt a.title-area:hover {
    color: #73bfc8;
    text-decoration: underline;
}
#infos .box-areas .box-areas-txt p.areas-txt {
    color: #555;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    margin: 0 0 10px 0;
}
#infos .box-areas .box-areas-txt a.saber-mais {
    background-color: #cf4329;
    border: 1px solid #cf4329;
    border-radius: 3px;
    padding: 3px 10px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none;
    text-decoration: none;
    width: 110px;height: 44px; font-size: 16px; display: flex; align-items: center; justify-content: center;
}

#infos .box-areas .box-areas-txt a.saber-mais-large {
    background-color: #cf4329;
    border: 1px solid #cf4329;
    border-radius: 3px;
    padding: 3px 10px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none;
    text-decoration: none;
    width: 200px;height: 44px; font-size: 15px; display: flex; align-items: center; justify-content: center;
}

#infos .box-areas .box-areas-txt a.saber-mais-large:hover,
#infos .box-areas .box-areas-txt a.saber-mais:hover {
    background-color: #c11f26;
    color: #FFFFFF;
    border: 1px solid #c11f26;
}
/* === SLIDER INDEX  */
#slider * {
    box-sizing: border-box;
}
.slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.slick-slide {
    margin: 0px 0px 0 -2px;
    padding: 5px;
}
.slick-slide .box-movie-youtube img {
    width: 100%;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.slick-active .box-movie-youtube img:hover {
    opacity: 0.6;
}
.slick-active .box-movie-youtube img:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin: -15px 0 0 -15px;
    background-image: url("../images/icon-play-movie.png");
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0.9;
    z-index: 5;
}
.slick-prev:before, .slick-next:before {
    color: #0089A5 !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

@media (min-width:1201px) {
    .slick-slide img {
        width: 100%;
        max-height: 184px;
    }
    .headerBody .navbar-default ul.navbar-nav li:nth-child(4) {
        padding: 5px 10px 0px 10px;
        margin-top:4px;
    }
}

/* === RESPONSIVE === */

@media (max-width:1200px) {
    .headerBody .navbar-default ul.navbar-nav li a span {
        display: none;
    }  
    .headerBody .phone img.img-phone {
        width: 35px;
        height: auto;
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .headerBody .phone span.phone-txt {
        font-size: 14px;
        padding-right: 2px;
        margin-top: -5px;
    }
    .headerBody .phone span.phone-number {
        border-radius: 10px;
        padding: 0 10px;
        font-size: 18px;
    }
    .box-movie-txt h2.movie-title {
        font-size: 14px;
        padding: 0 0 4px 0;
        font-weight: bold;
    }
    .box-movie-txt p.movie-desc {
        font-size: 11px;
        line-height: 14px;
    }
    .box-movie-txt {
        height: 171px;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption {
        width: 550px;
        left: 35px;
        z-index: 10;
        padding-top: 0px;   
    }
    #myCarousel .carousel-inner .carousel-caption-master img.img-logo {
        position: absolute;
        right: 35px;
        top: 20px;
        max-width: 180px;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption h1, #myCarousel .carousel-inner .carousel-caption-master .carousel-caption h2 {
        font-size: 24px !important;
        font-weight: 400;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption p {
        padding-bottom: 20px;
        color: #555555;
        font-size: 14px;
    }
    .separador-noticias .box-noticias-master .img-noticia {
        height: 135px;
    }
    .separador-noticias .box-noticias-master .txt-noticia a.bt-noticias {
        font-size: 14px;
        line-height: 18px;
    }
    .separador-areas { 
        margin-top: 50px;
    }
    .separador-areas ul.list-areas li {
        display: inline-block;
        padding: 0 10px;
    }
    .separador-areas ul.list-areas li a {
        font-size: 16px;
    }
    
    .form-contact .btn-form-contact {
        padding: 8px 12px;
        font-size: 14px;
    }
 
}

@media (max-width:1100px) {
    .box-movie-txt h2.movie-title {
        font-size: 14px;
        padding: 5px 0 5px 0;
    }
    .box-movie-txt p.movie-desc {
        line-height: 14px;
    }
}
@media (max-width:1000px) {
    .box-movie-txt h2.movie-title {
        font-size: 12px;
    }
    .box-movie-txt p.movie-desc {
        line-height: 14px;
    }
}
@media (max-width:1024px) {
    .box-master .small-button-top, .box-master .small-button-bottom {
        width: 100%;
    }
    .box-master .small-button-left, .box-master .small-button-right {
        width: 49%;
    }
    .box-master .small-button-right img.logo-gjovem {
        width: 90%;
        height: auto;
    }
    figure img {
        width: 100%;
        height: auto;
    }
    #left-arrow, #right-arrow {
        width: 30px;
        height: 191px;
    }
    #left-arrow img, #right-arrow img {
        width: 70%;
        height: auto;
    }
    .back-title-pagemovies .theme-movies {
        height: 170px;
    }
    .back-title-pagemovies .txt-thumb p.thumb-txt {
        display: none;
    }
}
@media (max-width:992px) {
    .slick-slide {
        margin: 0px -3px 0 -2px!important;
        padding: 5px!important;
    }
    .slick-prev, .slick-next {
        top: 33%!important;
    }
    
/*    .headerBody .navbar-default ul.navbar-nav li:nth-child(3) {
      padding: 0 10px 0 10px;
    }
    
    .headerBody .navbar-default ul.navbar-nav li:nth-child(4) {
        padding: 5px 10px 0px 10px;
        margin-top:4px;
    }*/
}
@media (max-width:991px) {
    .lupa {
        margin-left: 80%;
    }
    .lupa8 {
        margin-left: 90%;
    }
    .back-title-pagemovies .separador-small {
        margin: 5px 0 5px 0;
    }
    .back-title-pagemovies .txt-thumb-small p.thumb-txt {
        display: none;
    }
    #myCarousel .carousel-inner {
        height: 310px;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption {
        width: 90%;
    }
    #myCarousel .carousel-inner .carousel-caption-master img.img-logo {
        display: none;
    }
    .separador-noticias .box-noticias-master .img-noticia {
        height: 100px;
    }
    .mainContainerHeader {
        height: 60px;
        max-width: 1024px;
        margin: 0 auto;
    }
    .mainPage {
/*        margin-top: 25px;*/
        margin-top: 45px;
        background-repeat: no-repeat;
        float: left;
        width: 100%;
    }
    .headerBody .navbar-brand {
        float: left;
        height: 60px;
        padding: 0;
    }
    .headerBody a.navbar-brand img {
        width: 170px;
        height: auto;  
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    .headerBody .phone {
        text-align: right;
        width: 100%;
        text-transform: uppercase;
        margin-top: 14px;
    }
    .headerBody .phone img.img-phone {
        width: 26px;
        height: auto;
        display: inline-block;
        margin: 0 2px 0 0;
    }
    .headerBody .phone span.phone-txt {
        font-size: 12px;
        padding-right: 2px;
        margin-top: -5px;
    }
    .headerBody .phone span.phone-number {
        border-radius: 4px;
        padding: 0 9px;
        font-size: 15px;
    }
    .headerBody ul.navbar-nav {
        list-style-type: none;
        margin-top: 28px;
        margin-right: 0;
        padding: 0;
        text-align: right;
    }
    .headerBody .navbar-default ul.navbar-nav li:nth-child(1), .headerBody .navbar-default ul.navbar-nav li:nth-child(2) {
        padding: 0 10px 0 10px;
    }
/*    .headerBody .navbar-default ul.navbar-nav li:nth-child(3) {
        padding: 0 0 0 10px;
    }*/
    .separador-areas {
        margin-top: 50px;
    }
    .separador-areas ul.list-areas li {
        display: inline-block;
        padding: 0 6px;
    }
    .separador-areas ul.list-areas li a {
        font-size: 14px;
        padding: 5px 5px;
    }
}
@media (max-width:920px) {
    .headerBody .navbar-default ul.navbar-nav li:nth-child(3) {
      padding: 0 10px 0 10px;
    }
    
   .headerBody .navbar-default ul.navbar-nav li:nth-child(4) {
        padding: 5px 10px 0px 10px;
        margin-top:4px;
    }
}
@media (min-width:768px) {
    .headerBody .phone-hiddensm {
        display: none;
    }
}
@media (max-width:767px) {
   
    .navbar .top-button-login{
        margin-right: 18px;
    }
    .headerBody .phone {
        text-align: right;
        width: 150px;
        text-transform: uppercase;
        margin: 0 auto;
        position: absolute;
        top: 11px;
        text-align: center;
        right: 0;
        left: 0;
    }
    .headerBody .phone img.img-phone {
        width: 30px;
        height: auto;
        display: inline-block;
        margin: 0 2px 0 0;
        float: left;
    }
    .headerBody .phone .phone-master {
        float: right;
    }
    .headerBody .navbar-default {
        height: auto;
    }
    .headerBody .phone-hiddensm {
        display: inline-block;
    }
    .headerBody .navbar-nav {
        margin: 7.5px -15px;
        position: relative;
        display: block;
        list-style-type: none;
        margin-top: 30px;
        margin-right: 0;
        padding: 0;
        text-align: left;
    }
    .headerBody .navbar-default .navbar-collapse, .headerBody .navbar-default .navbar-form {
        border-color: #e7e7e7;
        height: auto !important;
    }
    .headerBody .navbar-default ul.navbar-nav {
        list-style-type: none;
        margin-top: 0;
        margin-right: 0;
        padding: 15px;
        text-align: left;
        background-color: #73bfc8;
        border-bottom: 3px solid #73bfc8 !important;
    }
    .headerBody .navbar-default ul.navbar-nav li {
        position: relative;
        display: block;
        width: 100%;
        padding: 0 !important;
    }
    .headerBody .navbar-default ul.navbar-nav li:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #dddddd;
    }
    .headerBody .navbar-default ul.navbar-nav li a {
        display: block;
        color: #FFFFFF;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        padding: 15px 10px;
    }
    .headerBody .navbar-default ul.navbar-nav li a:hover {
        background: rgba(255,255,255,0.6);
        color: #0089A5;
    }
    .headerBody .navbar-default ul.navbar-nav li a span {
        display: inline-block;
    }
    .headerBody .navbar-brand {
        height: auto;
    }
    .headerBody .navbar-brand > img {
        height: 65px;
        padding: 0 10px;
    }
    .headerBody .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        overflow-x: visible;
        scroll-behavior: smooth;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }
    .headerBody .navbar-toggle {
        position: relative;
        margin-top: 11px;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    .headerBody .navbar-toggle:hover {
        background: #73bfc8 !important;
    }
    .headerBody .navbar-toggle:hover .icon-bar {
        background-color: #FFFFFF;
    }
    .mainContainerHeader {
        height: auto;
        max-width: 1024px;
        margin: 0 auto;
    }
    .mainContainerHeader .logo {
        display: block;
        width: 150px;
        height: auto;
        margin: 12px auto;
    }
    .mainContainerHeader ul#header-menu {
        list-style-type: none;
        margin: 20px auto;
        /* margin-right: 25px; */
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .mainContainerHeader ul#header-menu li a {
        font-size: 12px;
    }
    .box-movie-youtube {
        height: auto;
        padding: 15px 0;
        margin: 10px 4px 0 0;
        z-index: 2;
    }
    .box-movie-youtube img {
        width: 70%;
        height: auto;
    }
    .lupa, .lupa8 {
        margin-left: 88%;
    }
    .box-master .small-button-top, .box-master .small-button-bottom {
        width: 100%;
    }
    .box-master .small-button-top img.background-buttons, .box-master .small-button-bottom img.background-buttons {
        width: 100%;
    }
    .box-master .small-button-top p, .box-master .small-button-bottom p, .box-master .small-button-left p {
        width: 767px;
        text-align: center;
    }
    .box-master .small-button-right img.logo-gjovem {
        width: 135px;
        height: 32px;
    }
    #left-arrow, #right-arrow {
        position: absolute;
        margin: 45px 0 10px 0;
        top: 0;
    }
    #left-arrow {
        left: 0;
        z-index: 3;
    }
    #right-arrow {
        right: 0;
        z-index: 3;
    }
    .box-movie-txt {
        margin: 10px 0 15px 0;
        height: auto;
    }
    .form-control {
        margin: 15px 0 0 0;
        width: 100%;
    }
    button.bt-search {
        margin: 15px 0 0 0;
    }
    .back-title-pagemovies:first-child {
        padding: 0 0 10px 0;
    }
    .back-title-pagemovies .theme-movies {
        height: 230px;
    }
    .movie-master iframe {
        width: 100%;
        height: auto;
    }
    .back-title-pagemovies-small {
        width: 100%;
    }
    .back-title-pagemovies .separador-small {
        display: none;
    }
    .mainPage {
        margin-top: 65px;
    }
    #myCarousel .nav-justified > li {
        float: none !important;
        display: table-cell !important;
        width: 1%;
    }
    #myCarousel .nav-justified > li img.img-logo-small {
        width: auto;
        height: 45px;
        margin: 10px auto 10px;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption p {
        padding-bottom: 15px;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption a.saber-maisbt {
        border-radius: 40px;
        padding: 5px 10px;
        font-size: 14px;
    }
    .separador-noticias .box-noticias-master .box-noticias .txt-noticia-box {
        padding: 0;
    }
    .separador-noticias .box-noticias-master .box-noticias .img-noticia-box {
        padding: 5px 10px 0 0;   
    }
    .separador-noticias .box-noticias-master .img-noticia {
        height: 90px;
        margin-bottom: 0 !important;
    }
    .separador-noticias .box-noticias-master .txt-noticia p.p-date-news {
        width: 100%;
        float: left;
        margin: 0;
    }
    .separador-noticias .box-noticias-master .box-noticias {
        border-bottom: 1px solid #0089A5;
        float: left;
        margin: 0 5px;
        padding: 5px 0;
    }
    .separador-noticias .box-noticias-master .txt-noticia p.p-date-news {
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
        padding: 0;  
    }
    .footerleft {
        margin-top: 0;
        padding: 0 30px;
    }
    .paddingtop-bottom {
        margin-top: 25px;
    }
    .logofooter {
        margin: 0;
        float: none;
        text-align: center;
    }
    .footer-top {
        width: 100%;
        float: left;
        padding: 15px 0;
        text-align: center;
    }
    .footer-ul li::before {
        display: none;
    }
    .main-footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .main-footer li {
        display: inline-block;
        text-align: center;
        margin: 15px auto;
    }
    .separador-noticias .todas-noticias {
        padding: 55px 0 20px 0;
    }
    .separador-videos .bt-galeria {
        padding: 55px 0 20px 0;
    }
    .logofooter a img.logopqualifica {
        display: none;
    }
    .fixedfooter .back {
        
    }
    .infoInstitucional {
        margin-left: 0;
        margin-top: 10px;
        font-weight: bold;
        float: right;
        color: #232323;
        text-align: right;
        font-size: 10px;
        width: auto;
    }
    .separador-areas {
        margin-top: 40px;
    }
    .separador-areas ul.list-areas li {
        display: inline-block;
        padding: 0 5px;
    }
    .separador-areas ul.list-areas li a {
        font-size: 12px;
        padding: 5px 5px;
    }  
    .form-contact .box-form-contact .form-contact-inputs .form-horizontal input.form-control {
        margin: 0;
    }
    
    .news.back-default .form-control{
        margin: 0 0 0 0 !important;
    }
    .mainPage {
       margin-top: 85px;
    }
}
@media (max-width:660px) {
    
    .mainPage {
       margin-top: 85px;
    }
    
    .navbar .top-button-login{
         margin-right: 18px;
    }
    .back-title-pagemovies .theme-movies {
        height: 160px;
    }
    .back-title-pagemovies .txt-thumb-small {
        height: 65px;
    }
    
}

@media (max-width:600px) {
   
    
    .navbar .top-button-login{
         margin-right: 18px;
    }
    .back-title-pagemovies .theme-movies {
        height: 150px;
    }
    #myCarousel .carousel-inner {
        width: 100%;
        height: 240px;    
        margin-top: 25px;
    }  
    #myCarousel .nav-justified > li img.img-logo-small {
        width: 95%;
        height: auto;
        margin: 10px auto 10px;
    } 
    #myCarousel .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 5px;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption p {
        display: none;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption a.saber-maisbt {
        border: 3px solid #cf4329;
        border-radius: 40px;
        padding: 10px;
        font-size: 16px;
        font-weight: 600;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption h1, #myCarousel .carousel-inner .carousel-caption-master .carousel-caption h2 {
        font-size: 24px !important;
        font-weight: 400;
        margin-bottom: 35px;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption {
        width: 45%;
    }
    #myCarousel .carousel-inner .carousel-caption-master img.img-logo {
        display: block;
        position: absolute;
        right: 15px;
        top: 20px;
        max-width: 175px;
    }
}

@media (max-width:490px) {

    .back-title-pagemovies .theme-movies {
        height: 180px;
    }
    button.bt-search {
        margin: 15px 0 0 0;
        font-size: 12px;
    } 
    .headerBody .phone {
        width: 150px;
        margin: 0 auto;
        position: absolute;
        top: 11px;
        text-align: center;
        right: 70px;
        left: auto;
    }
    #myCarousel .carousel-inner .carousel-caption-master img.img-logo {
        right: 15px;
        top: 20px;
        max-width: 140px;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption h1, #myCarousel .carousel-inner .carousel-caption-master .carousel-caption h2 {
        font-size: 20px !important;
    }
    #myCarousel .carousel-inner .carousel-caption-master .carousel-caption a.saber-maisbt {
        border: 3px solid #cf4329;
        border-radius: 40px;
        padding: 5px 10px;
        font-size: 14px;
    }
    #myCarousel .nav-pills li a {
        margin: 5px 1px;
        border-bottom: 3px solid #73bfc8;
    }
    #myCarousel .nav-pills li a::before {
        content: "";
        position: absolute;
        right: -1px;
        width: 1px;
        height: 75%;
        background: #ccc;
        top: 15px;
    }
    #myCarousel .nav-justified > li img.img-logo-small {
        width: 85%;
        height: auto;
        margin: 10px auto 10px;
    }
    .separador-noticias .box-noticias-master .txt-noticia p.p-date-news {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }
    .separador-noticias .box-noticias-master .txt-noticia a.bt-noticias {
        font-size: 14px;
        line-height: 20px;
    }
    .separador-noticias .box-noticias-master .img-noticia {
        height: 80px;
    }
    .separador-videos .caroufredsel-wrapper-center {
        width: 320px !important;
        height: 240px !important;
        overflow: hidden;
    }
    .separador-videos .caroufredsel-wrapper-center .caroufredsel_wrapper {
        width: 320px !important;
        height: 240px !important;
        overflow: hidden;
    }
    .separador-videos .caroufredsel-wrapper-center #carousel-center a img {
        width: 320px !important;
        height: 240px !important;
    }
    .separador-videos .caroufredsel_wrapper #carousel-left, .separador-videos .caroufredsel_wrapper #carousel-right {
        display: none;
    }
    .separador-videos #wrapper {
        width: 320px;
        height: 240px;
        margin: 0 auto;
        position: relative;
    }
    .separador-videos .caroufredsel-wrapper-center #carousel-center::before {
        font-size: 70px;
         padding: 70px 140px;
     }
    .separador-areas ul.list-areas li {
        display: block;
        padding: 5px 0;
    }

}

@media (max-width:390px) {

    
    .back-title-pagemovies .theme-movies {
        height: 170px;
    }
    button.bt-search {
        margin: 15px 0 0 0;
        font-size: 11px;
        padding: 6px 1px;
    }
    .headerBody .phone img.img-phone {
        display: none;
    }

    #myCarousel .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 3px;
    }
    
    .separador-logos .servicos-logo-box {
        width: 130px;
    }
}
@media (max-width:360px) {
    .headerBody .phone {
        top: 12px;
    }
    .headerBody .phone span.phone-txt {
        font-size: 11px;
        padding-right: 2px;
    }
    .headerBody .phone span.phone-number {
        border-radius: 4px;
        padding: 0 4px;
        font-size: 14px;
    }
    .form-contact {
        left: 6px;
    }
    .form-contact button.btn-form-contact span {
        display: none;
    }
    .form-contact .btn-form-contact {
        padding: 20px 10px;
        font-size: 14px;
        width: 55px;
    }
    .form-contact button.btn-form-contact[data-toggle="collapse"]:after {
        left: 16px;
        margin-top: -12px;
        font-size: 20px;
        right: auto;
    }
    .form-contact .box-message {
        float: none;
        margin-bottom: 2px;
        margin-left: 0;
        width: 140px;
        height: 108px;
    }
    .form-contact .box-message .close-message {
        float: none;
        margin-top: -4px;
        margin-right: -4px;
        position: absolute;
        right: auto;
    }
    .form-contact .box-message p {
        padding: 10px 0 0 0;
        font-size: 14px !important;
        line-height: 19px;
    }
    #return-to-top {
        right: 20px;
        left: auto;
        bottom: 5px;
    }
}
@media (max-width:320px) {
    .back-title-pagemovies .theme-movies {
        height: 150px;
    }
    .headerBody .phone span.phone-txt {
        font-size: 10px;
        padding-right: 2px;
        margin-top: -2px;
    }
    .headerBody .phone span.phone-number {
        border-radius: 4px;
        padding: 0 5px;
        font-size: 12px;
    }
}

.share-buttons{
    margin-top: 10px;
}

.share-buttons span{
    font-size: 12px;
}

.separador-subscricao{
    margin-bottom: 100px;
    margin-top: 100px;
}

.jumbotron.unsubscribe{
       background-color: rgba(115,191,200,0.1);
       border: 2px solid #73bfc8 !important;
}
.color-email{
    color: #212121;
}

.passforgot{
    color: #ffffff;
    text-decoration: none;
}

.passforgot:hover{
    color: #ffffff;
    text-decoration: underline;
}

.column-user{
    width: 10%;
}

.column-user-options{
    width: 15%;
}

.recaptcha{
    margin-top: 5%;
    margin-left: 1%;
    width: 100%
}

.fa.fa-twitter{
    font-family:sans-serif;
    background-color: #0d0d0d;
}
.fa.fa-twitter::before{
    content:"𝕏";
    font-size:1.2em;
    background-color: #0d0d0d;
}

.new-title {
    color: #000000;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: #fafafa;
    position: relative;
    z-index: 3;
    padding-right: 25px;
}

.new-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0089A5;
    position: absolute;
    z-index: 1;
    margin-top: 27px;
    float: right;
    right: 0;
    border-bottom: 1px dotted #fafafa;
}

