a,
button,
input[type=submit],
label,
select {
    cursor: pointer
}

.invisible,
.overlay {
    visibility: hidden
}

a,
button {
    -webkit-tap-highlight-color: transparent
}

a,
abbr,
address,
b,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul,
var {
    font-family: 'Montserrat', sans-serif;
    color: #22404D;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
}

strong {
    font-weight: bold;
}

.row:before, .row:after {display: none !important;}

input,
select,
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

ol,
ul {
    list-style: none
}

article,
aside,
dialog,
figure,
footer,
header,
img,
nav,
section {
    display: block
}

address,
em {
    font-style: normal
}

textarea {
    resize: none;
}

h1 {
    font-size: 50px;
    line-height: 60px;
}
h2 {
    font-size: 40px;
    line-height: 50px;
}
h3 {
    font-size: 36px;
    line-height: 36px;
}
h4 {
    font-size: 24px;
    line-height: 24px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
}
p {
    font-size: 14px;
    line-height: 22px;
}
small {
    font-size: 12px;
    line-height: 18px;
}

a {
    color: #22404D;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

button,
input {
    background: 0 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
textarea,
select,
.bg_file {
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 16px;
    color: #181818;
    background-color: #fff;
    text-transform: none;
    padding: 0 20px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    cursor: text;
    border-radius: 10px;
    border: thin solid #818384;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
input:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid #F08108;
}
input[type="submit"]:focus {
    outline: 0;
    border: none;
}
input.error,
textarea.error,
select.error {
    border: 1px solid #F08108;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #181818 !important;
}

input::-webkit-input-placeholder { color:#818384; }
input:-moz-placeholder { color:#818384; }
input::-moz-placeholder { color:#818384; }
input:-ms-input-placeholder { color:#818384; }

textarea::-webkit-input-placeholder { color:#818384; }
textarea:-moz-placeholder { color:#818384; }
textarea::-moz-placeholder { color:#818384; }
textarea:-ms-input-placeholder { color:#818384; }

input[type="date"] { color:#818384; }

input.error::-webkit-input-placeholder { color:#818384; }
input.error:-moz-placeholder { color:#818384; }
input.error::-moz-placeholder { color:#818384; }
input.error:-ms-input-placeholder { color:#818384; }

textarea.error::-webkit-input-placeholder { color:#818384; }
textarea.error:-moz-placeholder { color:#818384; }
textarea.error::-moz-placeholder { color:#818384; }
textarea.error:-ms-input-placeholder { color:#818384; }

span.error {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #F23B73;
    padding: 10px 15px 10px 45px;
    border-radius: 10px;
    margin: 15px 0;
    background-image: url(../images/redesign/x.png);
    background-repeat: no-repeat;
    background-position: 20px 13px;
}
span.success {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #00C042;
    padding: 10px 15px 10px 45px;
    margin: 15px 0;
    border-radius: 10px;
    background-image: url(../images/redesign/check.png);
    background-repeat: no-repeat;
    background-position: 20px 15px;
}

textarea {
    height: 100px;
    padding: 17px 22px;
}

label {
    display: block;
    color:#fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
label.float {
    color: #4D82C6;
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    z-index: 10;
    top: -12px;
    left: 10px;
    padding: 0 5px;
}

label.hs-error-msg {
    font-size: 12px;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    color: #F08108;
    font-weight: 100;
    margin-top: -9px;
    padding-left: 7px;
}

#hsForm_c478d3fd-5c4f-4951-bc5f-4e3083603f7b input.error,
#hsForm_c478d3fd-5c4f-4951-bc5f-4e3083603f7b textarea.error,
#hsForm_c478d3fd-5c4f-4951-bc5f-4e3083603f7b select.error,
#hsForm_e04622ea-5b18-48d0-8521-e95b3d596b06 input.error,
#hsForm_e04622ea-5b18-48d0-8521-e95b3d596b06 textarea.error,
#hsForm_e04622ea-5b18-48d0-8521-e95b3d596b06 select.error,
#hsForm_6ebd23eb-5acc-4e84-8c57-2d0d4dc2f3d6 input.error,
#hsForm_6ebd23eb-5acc-4e84-8c57-2d0d4dc2f3d6 textarea.error,
#hsForm_6ebd23eb-5acc-4e84-8c57-2d0d4dc2f3d6 select.error {
    border: 1px solid #00B2C0 !important;
}

#hsForm_c478d3fd-5c4f-4951-bc5f-4e3083603f7b label.hs-error-msg,
#hsForm_e04622ea-5b18-48d0-8521-e95b3d596b06 label.hs-error-msg,
#hsForm_6ebd23eb-5acc-4e84-8c57-2d0d4dc2f3d6 label.hs-error-msg {
    color: #00B2C0;
}
#hsForm_e04622ea-5b18-48d0-8521-e95b3d596b06 .hs-button,
#hsForm_c478d3fd-5c4f-4951-bc5f-4e3083603f7b .hs-button,
#hsForm_6ebd23eb-5acc-4e84-8c57-2d0d4dc2f3d6 .hs-button {
    background: rgb(0,178,192);
    background: linear-gradient(90deg, rgba(0,178,192,1) 0%, rgba(24,86,96,1) 100%);
}

#form-option1 input:focus,
#form-option1 textarea:focus,
#form-option1 select:focus,
#form-option2 input:focus,
#form-option2 textarea:focus,
#form-option2 select:focus,
#form-option3 input:focus,
#form-option3 textarea:focus,
#form-option3 select:focus {
    outline: 0;
    border: 1px solid #00B2C0;
}

.field {
    width: 100%;
    float: left;
    position: relative;
}
.field input {
    padding-top: 10px;
}
.field select {
}
.form-control-placeholder {
    position: absolute;
    top: 15px;
    left: 20px;
    transition: all 200ms;
    font-size: 16px;
    color: #939397;
    font-weight: 100;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 12px;
    color: #C02722;
    top: 22px;
    transform: translate3d(0, -100%, 0);
}
select {
    color: #818384;
    outline: 0;
    padding: 0 45px 0 20px;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/redesign/select-orange.png);
    background-repeat: no-repeat;
    background-position: center right;
}
select option {
    font-weight: bold;
}
select option:disabled {
    color:#7F8385 !important;
    font-weight: 100;
    font-size: 14px;
}

input[type='file'] {
    height: 25px;
    width: auto;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 12px;
}

input[type='file']:focus {
    border: none;
    outline: 0;
}

.bg_file span.file {
    position: absolute;
    top: 12px;
    right: 30px;
    z-index: 10;
    width: auto;
    color: #C02722;
    font-size: 10px;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
}
.bg_file {
    cursor: pointer;
    color: #939397;
    padding: 15px 20px 0;
}

form {
    position: relative;
    width: 100%;
}

input[type="submit"] {
    position: relative;
    display: inline-table;
    width: 100%;
    float: none;
    border: none;
    margin: 30px auto 0;
    padding: 0;
}
input[type="submit"]:hover {
}

button.bt {
    width: auto;
    float: right;
}

.field-checked {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}
.inputs-list.multi-container {
    display: flex;
    align-items: center;
}
.hs-form-booleancheckbox-display,
.hs-form-radio-display {
    display: flex;
    align-items: center;
}
.hs-form-radio-display .hs-input {
    margin-bottom: 0;
}
.hs-form-radio-display span {
    margin-right: 30px;
}
.inputs-list span,
.hs_obs span,
.hs_workload label,
.hs-field-desc {
    font-size: 14px;
    line-height: 16px;
}
.hs_obs span {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
}
#label-workload-c478d3fd-5c4f-4951-bc5f-4e3083603f7b span,
.hs-field-desc,
.inputs-list .hs-form-booleancheckbox-display,
.hs-form-radio-display {
    display: block;
    margin-bottom: 10px;
}
#label-workload-c478d3fd-5c4f-4951-bc5f-4e3083603f7b .hs-form-required {
    display: none;
}

input[type="checkbox"] {
    width: 19px !important;
    height: 19px;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 5px;
}
input[type="checkbox"]:checked {
    border: none;
    background-image: url(../images/redesign/check.png);
}

input[type="radio"] {
    cursor: pointer;
    width: 19px !important;
    height: 19px;
    border-radius: 90px;
    background-color: #fff;
    padding: 0;
    margin-right: 15px;
    border: thin solid #707070;
}

input[type="radio"]:checked:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 90px;
    top: 4px;
    left: 4px;
}
input[type="radio"]:checked {
    background-color: #00B2C0;
    border: thin solid #00B2C0;
}

.field-radio {
    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
}
.field-radio h2 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.field-radio span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 100;
    margin-bottom: 20px;
}

.g-recaptcha {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

body {
    height: auto !important;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-text-size-adjust: none;
    -moz-osx-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -moz-font-smoothing: antialiased;
    text-size-adjust: none;
    font-smoothing: antialiased;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: background .4s ease
}

a,
button {
    -webkit-user-select: none
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1180px
    }
}

@media (min-width:1920px) {
    .container {
        width: 1180px
    }
}

.row {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.middle {
    display: table-cell;
    vertical-align: middle
}

.modal .close {
    position: absolute;
    z-index: 10000;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 1;
    opacity: 1;
    background-image: url(../images/redesign/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.modal .close:focus,
.modal .close:hover {
    color: #000;
    text-decoration: none;
    opacity: 1
}

.modal .close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.modal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 10px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 8px;
    color: #492324;
    text-align: center;
    text-decoration: none;
    background-color: #F2F2F2;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #F2F2F2;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

/* TABS */
 .nav {
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;

    margin: 30px 0;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
}
.nav-tabs {
  width: 100%;
}
.nav-tabs > li {
  position: relative;
}
.nav-tabs > li > a {
  position: relative;
  text-align: center;
  padding: 13px 40px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.nav-tabs > li.active > a {
  color: #F08108;
  background-color: #fff;
  border-radius: 10px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #F08108;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
}
.tab-content {
  overflow: hidden;
  margin-bottom: 30px;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1; 
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}
.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); 
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); 
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    background-color: #D1D1D1;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    text-indent: -1000000px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-carousel .owl-nav {
    position: relative;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    position: absolute;
    z-index: 2;
    bottom: -56px;
    left: 50%;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    background-color: #22404D;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-carousel .owl-nav .owl-prev {
    margin-left: -125px;
    background-image: url(../images/redesign/previous.png);
}
.owl-carousel .owl-nav .owl-next {
    margin-left: 95px;
    background-image: url(../images/redesign/next.png);
}
.owl-carousel .owl-nav .owl-prev:hover {
    
}
.owl-carousel .owl-nav .owl-next:hover {
    
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
}
.owl-carousel.owl-loaded {
    display: block; 
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; 
}
.owl-carousel.owl-hidden {
    opacity: 0; 
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; 
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; 
}
.owl-carousel.owl-rtl {
    direction: rtl; 
}
.owl-carousel.owl-rtl .owl-item {
    float: right; 
}

.owl-carousel .owl-dots {
    position: absolute;
    z-index: 1;
    bottom: -53px;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dots,.owl-carousel .owl-nav{-webkit-tap-highlight-color:transparent}
.owl-carousel .owl-nav [class*=owl-]{display:inline-block;cursor:pointer;}
.owl-carousel .owl-nav [class*=owl-]:hover{text-decoration:none}
.owl-carousel .owl-nav .disabled{opacity:.3;cursor:default}
.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:0}
.owl-carousel .owl-dots { }
.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1;}
.owl-carousel .owl-dots .owl-dot span{position: relative; width:11px; height: 11px; background-color: #22404D; margin:0 10px; opacity: 0.3; border-radius:90px; display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;}
.owl-carousel .owl-dots .owl-dot.active span{position: relative; opacity: 1; display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;}

.no-js .owl-carousel {
    display: block; 
}
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; 
}
.owl-carousel .owl-animated-in {
    z-index: 0; 
}
.owl-carousel .owl-animated-out {
    z-index: 1; 
}
.owl-carousel .fadeOut {
    animation-name: fadeOut; 
}
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } 
}
.owl-height {
    transition: height 500ms ease-in-out; 
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; 
}
.owl-carousel .owl-item .owl-lazy[src^=""], 
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; 
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; 
}

@media only screen and (max-width:2000px) {
    .container {
        width: 1180px
    }
}

@media only screen and (max-width:1620px) {
    .container {
        width: 1180px
    }
}

@media only screen and (max-width:1292px) {
    .container {
        width: 1180px
    }
}

@media only screen and (max-width:1199px) {
    .container {
        width: 960px
    }
}

@media only screen and (max-width:992px) {
    .container {
        width: 720px
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 100%
    }
}

@keyframes fade-in_up {
    from {opacity: 0; -webkit-transform: translateY(25px);  transform: translateY(25px);}
    to {opacity: 1; -webkit-transform: translateY(0px);  transform: translateY(0px);}
}
.fade-in_up-element {
    animation: fade-in_up 3s;
}
.hidden {
    opacity: 0;
}

@keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}
.fade-in-element {
    animation: fade-in 3s;
}

.desktop_version {
    display: block;
}
.mobile_version {
    display: none !important;
}
.w_max {
    max-width: 100%;
}
.img_cut {
    width: 100%;
    overflow: hidden;
}
.img_cut img {
    width: auto;
    height: auto;
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-center img {
    margin-right: auto;
    margin-left: auto;
}
.d-block {
    display: none !important;
}
.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center!important;
}

.hs-form-required {
    display: none;
}

.btn,
.hs-button {
    position: relative;
    display: inline-table;
    overflow: hidden;
    width: auto;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-transform: inherit;
    background: rgb(0,192,202);
    background: linear-gradient(90deg, rgba(0,192,202,1) 0%, rgba(40,112,139,1) 100%);
    padding: 14px 60px;
    border-radius: 37px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
.btn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}



header {
    position: fixed;
    width: 100%;
    z-index: 10;
}
header.fixo {
    z-index: 100;
    top: 0;
    width: 100%;
    background-color: #fff;
    border:  thin solid #C8DCE5;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
header .logo {
    padding: 40px 0 0;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
header .logo-fixo {
    display: none;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
header.fixo .logo {
    padding: 10px 0;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
header.fixo .logo-white {
    display: none;
}
header.fixo .logo-fixo {
    display: block;
}
header .content-header { 
    position: relative; 

    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


header .bts-top {
    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    align-items: center;

    padding: 77px 0 23px 0;
}
header .bts-top a {
    position: relative;
    display: table;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-left: 30px;
}
header .bts-top a:hover,
header .bts-top a.active {
    color: #00C0CA;
}
header .bts-top a:before {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 1px;
    background-color: #00C0CA;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
header .bts-top a:hover:before,
header .bts-top a.active:before {
    opacity: 1;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
header.fixo .bts-top {
    padding: 35px 0 23px 0;
}
header.fixo .bts-top a {
    color: #22404D;
}
header.fixo .bts-top a:hover,
header.fixo .bts-top a.active {
    color: #00C0CA;
}

.btn-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -10px;
    animation: MoveUpDown 1s linear infinite;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 40px;
  }
  50% {
    bottom: 50px;
  }
}

main,
footer {
    position: relative;
}

main {
    overflow: hidden;
}

#home {
    position: relative;
    z-index: 5;
    height: 100vh;
    /*background-image: url(../images/redesign/bg-banner.jpg);*/
    background-size: cover;
    background-position: center;
}
#home:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
#home iframe {
    position: absolute;
    z-index: -1;
    width:  100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.home__content {
    position: relative;
    z-index: 5;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    margin-top: 40px;
}
.home__content h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.home__content h1 span {
    color: #00C0CA;
}

#sobrenos {
    position: relative;
    padding-bottom: 220px;
}
#sobrenos img {
    width: 100%;
}
.sobrenos__content {
    position: absolute;
    width: 580px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-88%);
}
.sobrenos__content.pos2,
.sobrenos__content.pos3 {
    width: 550px;
    transform: translateY(-50%) translateX(-8%);
}
.sobrenos__content.pos2 h1,
.sobrenos__content.pos2 a {
    color: #22404D;
}
.sobrenos__content h1,
.sobrenos__content.pos3 h1 {
    color: #fff;
    font-weight: bold;
}
.sobrenos__content a,
.sobrenos__content.pos3 small,
.sobrenos__content.pos3 p {
    color: #fff;
}
.sobrenos__content.pos3 {
    width: 570px;
}
.sobrenos__content.pos3 h1 {
    margin-bottom: 20px;
}

#news {
    position: relative;
}
#news .detail {
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: 530px;
}
.news__content {
    display: flex;
    align-items: center;
}
.news__content__img {
    width: 582px;
    margin-right: 95px;
}
.news__content__text {
    width: 420px;
}
.line {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #008B9C;
    margin-bottom: 20px;
}
.news__content__text h2 {
    font-weight: bold;
    margin-bottom: 30px;
}
.news__content__text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.cartaz__content {
    margin-top: 170px;
    display: flex;
}
.cartaz__content__text {
    width: 455px;
    margin-right: 120px;
}
.cartaz__content__text h2 {
    font-weight: bold;
    margin-bottom: 30px;
}
.cartaz__content__img {
    width: 620px;
}
.cartaz__content__text p {
    font-size: 14px;
    margin-bottom: 20px;
}
.cartaz__content__img .img_cut {
    display: block;
    height: 268px;
    width: 178px;
    margin: 0 20px 20px 0;
    transform: scale(1.0);
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
.cartaz__content__img .img_cut:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 10px rgba(34,64,77,0.26);
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
.cartaz__content__img .img_cut img {
    min-height: 268px;
    min-width: 178px;
}
.cartaz__content__img ul {
    display: flex;
    flex-wrap: wrap;
}
.cartaz__content__img h5 {
    font-weight: 600;
}

#pilares {
    position: relative;
    padding-top: 180px;
}
#pilares .detail {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1170px;
}
.pilares__title {
    text-align: center;
}
.pilares__title h2 {
    font-weight: bold;
    margin-bottom: 50px;
}
#pilares span.line,
#parceiros span.line {
    display: table;
    margin: 0 auto 20px;
}
#pilares .btn {
    display: table;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#programa {
    position: relative;
    padding-top: 150px;
}
#programa .detail {
    position: absolute;
    top: 490px;
    left: 50%;
    margin-left: 500px;
}
.programa__content {
    display: flex;
    align-items: center;
}
.programa__content__text {
    width: 485px;
    margin-right: 65px;
}
.programa__content__text h2 {
    font-weight: bold;
    margin-bottom: 30px;
}
.programa__content__text p {
    font-size: 14px;
    margin-bottom: 50px;
}
.programa__img {
    width: 590px;
}

#mapa {
    position: relative;
    padding-top: 150px;
    margin-bottom: 150px;
}
.mapa__img__content {
    display: flex;
    align-items: center;
}
.mapa__img {
    width: 575px;
    margin-right: 100px;
}
.mapa__content {
    width: 480px;
}
.mapa__content h2 {
    font-weight: bold;
    margin-bottom: 30px;
}
.mapa__content ul li {
    display: flex;    
}
.mapa__content ul li  {
    display: flex;
    margin-bottom: 30px; 
}
.mapa__content__item__img {
    width: 73px;
    margin-right: 16px;
}
.mapa__content__item h3 {
    font-family: 'Montserrat', sans-serif;
    color: #00C0CA;
    font-size: 60px;
    font-weight: 600;
    line-height: 49px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.mapa__content__item span {
    font-family: 'Montserrat', sans-serif;
    color: #00C0CA;
    font-size: 60px;
    font-weight: 600;
    line-height: 49px;
    margin-right: 10px;
}
.mapa__content__item p {
    font-size: 18px;
    line-height: 28px;
    padding-left: 40px;
}
.mapa__list p {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
}
.mapa__list .mapa__list__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mapa__list .mapa__list__link ul li a {
    color: #28708B;  
    font-size: 14px;
    text-decoration: underline;
}
.mapa__list .mapa__list__link ul li a:hover {
    color: #00C0CA;
}

#resultados {
    position: relative;
}
#resultados img.bg {
    width: 100%;
}
.stamp__content {
    position: absolute;
    width: 950px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stamp__content__text {
    width: 460px;
}
.stamp__content__text h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.stamp__content__text p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.stamp__content__text small a {
    display: block;
    color: #fff;
    margin-bottom: 30px;
}

#parceiros {
    position: relative;
    padding-top: 180px;
}
.parceiros__title h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
.parceiros__content p {
    width: 745px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#parceiros .detail {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1170px;
}
.parceiros__logos__list ul {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.parceiros__logos__list ul li {
    width: 25%;
    padding: 0 30px;
}
.parceiros__logos__list2 ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.parceiros__logos__list2 ul li {
    width: 20%;
    padding: 0 30px;
    margin-bottom: 20px;
}
.parceiros__items {
    display: flex;
    align-items: center;
    justify-content: center;
}
.parceiros__item {
    position: relative;
    width: 290px;
    border: thin solid #E5E5E5;
    border-radius: 30px;
    padding: 23px;
    margin: 0 15px 30px;
    text-align: center;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
.parceiros__item:hover {
    border: thin solid #008B9C;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}
.parceiros__item img {
    max-width: 53px;
    max-height: 55px;
    margin: 0 auto 20px;
}
.parceiros__item h5 {
    height: 46px;
    overflow: hidden;
    color: #BBD153;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.parceiros__item p {
    height: 133px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 50px;
}
.parceiros__item .btn {
    display: block;
    padding: 14px 10px;
}

#message {
    position: relative;
    padding-top: 150px;
}
#message .detail {
    position: absolute;
    top: 670px;
    left: 50%;
    margin-left: 380px;
}
.message__content {
    display: flex;
    justify-content: center;
}
.message__content__img {
    width: 422px;
    margin-right: 78px;
}
.message__content__text {
    width: 440px;
}
.message__content__text h2 {
    font-weight: bold;
    margin-bottom: 20px;
}
.message__content__text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.message__about h5 {
    display: flex;
    font-weight: bold;
}
.message__about h5 img {
    margin-left: 5px;
}
.message__about p {
    font-size: 16px;
    line-height: 22px;
}

#contato {
    position: relative;
    padding-top: 150px;
    padding-bottom: 120px;
}
.contato__title h2 {
    font-weight: bold;
    margin-bottom: 40px;
}
.contato__content__items {
    display: flex;
}
.contato__content {
    display: flex;
    align-items: center;
    width: 530px;
    margin-right: 50px;
}
.contato__content h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.contato__content h4 span {
    margin-left: 10px;
}
.contato__content__img {
    width: 164px;
    height: 164px;
    border-radius: 100%;
    margin-right: 34px;
}
.contato__content__img img {
    min-width: 164px;
    min-height: 164px;
}
.contato__content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.contato__content a.mail {
    background-image: url(../images/redesign/mail.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
footer {
    position: relative;
    padding: 50px 0;
    border-top: thin solid #CECECE;
}
.footer__img {
    display: table;
    margin: 0 auto 80px;
}
.social {
    display: table;
    margin: 0 auto 50px;
}
.social p {
    font-family: 'Montserrat', sans-serif;
    color: #28708B;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.social ul {
    display: flex;
    justify-content: center;
}
.social a {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 100%;
    border:  thin solid #28708B;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
}
.linkedin {
    background-image: url(../images/redesign/linkedin.png);
}
.linkedin:hover {
    background-color: #28708B;
    background-image: url(../images/redesign/linkedin-white.png);
}
.instagram {
    background-image: url(../images/redesign/instagram.png);
}
.instagram:hover {
    background-color: #28708B;
    background-image: url(../images/redesign/instagram-white.png);
}
.facebook {
    background-image: url(../images/redesign/facebook.png);
}
.facebook:hover {
    background-color: #28708B;
    background-image: url(../images/redesign/facebook-white.png);
}
footer p {
    font-size: 14px;
    line-height: 21px;
}

.btn-up {
    opacity: 0;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
}
.btn-up.active {
    opacity: 1;
}


/*accordion*/
.fade{
    opacity:0;
}
.fade.show {
    opacity:1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
.collapsing {
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(14,62,70,0.5);
}
.modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 536px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    padding: 30px;
}
.modal__content .title {
    margin-bottom: 25px;
}
.modal__content h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
}
.modal-lg {
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0);
}


nav .nav_mobile {
    display:none;
}
#nav-trigger {
    display: none;
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 80px;
}
#nav-trigger span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 0;
}
#nav-trigger.close {
    opacity: 1;
}
#nav-trigger.close span {
    margin: -13px 0 0 0;
}
#nav-trigger span,
#nav-trigger span::after,
#nav-trigger span::before  {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 2px;
    border-radius: 0;
    background-color: #00B2C0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
#nav-trigger span::after {
    content: "";
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
}
#nav-trigger span:hover {
}
#nav-trigger span::before {
    content: "";
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
#nav-trigger span.open {
    background-color: transparent;
}
#nav-trigger span.open::after {
    content: "";
    background-color: #00B2C0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-trigger span.open::before {
    top: 15px;
    position: absolute;
    background-color: #00B2C0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.bg_opacity,
.bg_opacity_nav {
    display: none;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,0.2);
}
.close-title {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #534745;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 28px 32px;
}
.nav-mob .bg_opacity {
    opacity: 1;
    display: block;
}
nav#nav-mobile {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    right:0;
    top: 0;
}
nav#nav-mobile ul.level1 {
    display: none;
    list-style-type: none;
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    padding: 60px 30px 30px;
    border-top:  thin solid #E2EBE6;
    border-bottom:  thin solid #E2EBE6;
}
nav#nav-mobile ul.level1 li {
    position: relative;
    width: 100%;
    display: block;
    list-style: none;
    margin: 0 0 20px;
    padding:0 30px 40px;
}
nav#nav-mobile ul.level1 li a {
    width: 100%;
    float: left;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
nav#nav-mobile ul.level1 li a.bt-feat {
    width: auto;
    float: none;
}
nav#nav-mobile ul.level2 {
    display: none;
}
nav#nav-mobile ul.submenu.level2 {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom:  thin solid #E2EBE6;
}
nav#nav-mobile ul.level1 ul.level2 li {
    padding: 0;
}
nav#nav-mobile ul.level1 ul.level2 {
    padding-left: 30px;
}
nav#nav-mobile ul.level1 ul.level2 a {
    display: block;
    color: #939397;
    font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    border: none;
    background: transparent;
    -webkit-transition: none;
}
nav#nav-mobile ul.level1 ul.level2 a:hover {
    color: #C02722
}

@media (max-height: 780px) {
    .modal__content img {
        max-height: 570px;
        margin: 0 auto;
    }
}

@media (max-width: 1500px) {
    .stamp__content__text {
        width: 660px;
    }
    .stamp__content__stamp {
        width: 240px;
    }
}
@media (max-width: 1280px) {
    .stamp__content__text {
        width: 690px;
    }
    .stamp__content__stamp {
        width: 220px;
    }
    .stamp__content__text p {
        font-size: 12px;
        line-height: 22px;
    }
}
@media (max-width: 1024px) {
    h1 {
        font-size: 32px;
        line-height: 42px;
    }
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .parceiros__item p {
        height: auto;
    }
    .sobrenos__content {
        width: 440px;
    }
    .sobrenos__content.pos2, 
    .sobrenos__content.pos3 {
        width: 500px;
    }
    #sobrenos {
        padding-bottom: 130px;
    }
    .news__content__img {
        width: 400px;
        margin-right: 50px;
    }
    .stamp__content__stamp {
        width: 250px;
    }
    .stamp__content__text p {
        display: none;
    }
    .btn-up {
        bottom: 10px;
        right: 10px;
    }
    .cartaz__content__text {
        width: 285px;
        margin-right: 30px;
    }
    #pilares {
        padding-top: 40px;
    }
    .programa__content__text {
        width: 295px;
        margin-right: 30px;
    }
    .btn {
        padding: 14px 20px;
    }
    .mapa__img {
        width: 425px;
        margin-right: 30px;
    }
    .mapa__content__item h3,
    .mapa__content__item span{
        font-size: 30px;
        line-height: 30px;
    }
    .mapa__content__item p {
        padding-left: 19px;
    }
    .mapa__list {
        width: 100%;
    }
    #parceiros,
    #message,
    #contato {
        padding-top: 120px;
    }
    .parceiros__content p {
        width: 100%;
    }
    .parceiros__item {
        width: 250px
    }
    .message__content__img {
        width: 342px;
        margin-right: 40px;
    }
    .contato__content {
        width: 50%;
    }
    .contato__content:last-child {
        margin-right: 0;
    } 
}

@media (max-width: 992px) {

    header .bts-top {
        display: none;
    }
    #nav-trigger,
    nav#nav-mobile {
        display: block;
    }

    header .logo {
        padding: 10px 0 0;
    }
    .logo img {
        width: 180px;
    }
    .home__content {
        padding: 0 20px;
    }
    .sobrenos__content h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .sobrenos__content {
        width: 330px;
    }
    .sobrenos__content.pos3,
    .sobrenos__content.pos2 {
        width: 390px;
    }
    .cartaz__content__text {
        width: 405px;
    }
    .programa__content {
        display: block;
    }
    .programa__content__text,
    .programa__img {
        width: 100%;
        margin-right: 0;
    }
    .programa__content__text {
        margin-bottom: 40px;
    }
    .programa__img img {
        margin: 0 auto;
    }
    .stamp__content__text {
        width: 480px;
    }
    .stamp__content {
        width: 100%;
        padding: 0 40px;
    }
    .stamp__content__text h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .stamp__content__text p,
    .stamp__content__text small a {
        margin-bottom: 10px;
    }
    .parceiros__logos__list2 ul li {
        padding: 0 10px;
    }
    .parceiros__item {
        width: 33%;
    }
    .message__content__text p {
        font-size: 14px;
        line-height: 24px;
    }
    #pilares {
        padding-top: 80px;
    }
    #contato {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .contato__content__items {
        display: block;
    }
    .contato__content {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer__img {
        margin: 0 auto 40px;
    }
    .footer__img img {
        width: 140px;
    }
    .graphic {
        touch-action: pan-right pinch-zoom;
    }
}
@media (max-width: 767px) {
    .desktop_version {
        display: none;
    }
    .mobile_version {
        display: block !important;
    }

    h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .btn-up {
        width: 40px;
        height: 40px;
    }
    .sobrenos__content,
    .sobrenos__content.pos3, .sobrenos__content.pos2 {
        position: relative;
        width: 100%;
        min-height: 280px;
        left: 0;
        top: 0;
        transform: translateY(0) translateX(0);
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #sobrenos .item {
        background-color: #28708B;
    }
    #sobrenos .item.bg-yellow {
        background-color: #E3E24F;
    }
    #sobrenos .item.bg-yellow {

    }
    #sobrenos img {
        display: none;
    }
    .news__content,
    .cartaz__content,
    .mapa__img__content {
        display: block;
    }
    .news__content__img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .cartaz__content {
        margin-top: 70px;
    }
    .cartaz__content__text,
    .cartaz__content__img,
    .news__content__text {
        width: 100%;
    }
    .cartaz__content__img .img_cut {
        height: 188px;
        width: 135px;
        margin: 0 10px 10px 0;
    }
    .cartaz__content__img .img_cut img {
        min-height: 188px;
        min-width: 135px;
    }
    #programa {
        padding-top: 70px;
    }
    .btn {
        display: block;
        width: 100%;
    }
    #mapa {
        padding-top: 70px;
        margin-bottom: 70px;
    }
    .mapa__img {
        width: 100%;
        margin-right: 0;
    }
    .mapa__content__item__img {
        width: 50px;
    }
    .mapa__list__link ul {
        width: 50%;
    }
    #resultados img.bg {
        position: relative;
        width: 350%;
        max-width: inherit;
    }
    .stamp__content {
        display: flex;
        height: 100%;
        justify-content: center;
        z-index: 1;
        padding: 0 20px;
        left: 0;
        top: 0;
        transform: translateY(0) translateX(0);
    }
    .stamp__content__text,
    .stamp__content__stamp {
        width: 100%;
    }
    .stamp {
        width: 120px;
    }
    .parceiros__logos__list ul,
    .message__content {
        display: block;
    }
    .parceiros__logos__list ul li {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .parceiros__logos__list ul li img {
        max-width: 160px;
        margin: 0 auto;
    }
    .parceiros__logos__list2 ul li {
        width: 50%;
    }
    .parceiros__logos__list ul {
        margin-bottom: 40px;
    }
    .parceiros__items {
        display: block;
    }
    .parceiros__item {
        width: 100%;
        margin: 0 0 30px;
    }
    #message {
        padding-top: 50px;
    }
    .message__content__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .message__content__text {
        width: 100%;
    }
    .contato__content {
        display: block;
        text-align: center;
    }
    .contato__content__img {
        margin: 0 auto 30px;
    }
    .contato__content h4 {
        justify-content: center;
    }
    .cartaz__content__img ul {
        justify-content: center;
    }
    .cartaz__content__img h5 {
        text-align: center;
    }
}
@media (max-width: 560px) {
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}


@media (max-width:992px) {
    .modal__content {
        position: relative;
        top: 50%;
        left: 0;
        transform: translateY(-50%) translateX(0%);
        width: 100%;
    }
}