/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    background-size: cover !important;
}

html,
body {
    line-height: 1
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
body {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-weight: 400;
}

/* === COLUMNAS === */
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1140px; } }

.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }

.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }

.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px; }

.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }

.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }

.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }

.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }

.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }

.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }

.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }

.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }

.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }

.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }

.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }

.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }

.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }

.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }

.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }

.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }

.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }

.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }

.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }

.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }

.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }

.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }

.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }

.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }

.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }

.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }

.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }

.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }

.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }

.offset-1 {
margin-left: 8.33333%; }

.offset-2 {
margin-left: 16.66667%; }

.offset-3 {
margin-left: 25%; }

.offset-4 {
margin-left: 33.33333%; }

.offset-5 {
margin-left: 41.66667%; }

.offset-6 {
margin-left: 50%; }

.offset-7 {
margin-left: 58.33333%; }

.offset-8 {
margin-left: 66.66667%; }

.offset-9 {
margin-left: 75%; }

.offset-10 {
margin-left: 83.33333%; }

.offset-11 {
margin-left: 91.66667%; }

@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }

@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }

@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }

@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13; }
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0; }
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9; }
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10; }
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
/* === end COLUMNAS === */

p {
    line-height: 2;
    font-size: 14px;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 14px;
}

p.serif{
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
}
p.serif-2{
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-size: 15px;
}
.serif{
    font-family: 'Playfair Display', serif !important;
}
span.serif {
    font-family: 'Coustard', serif !important;
    font-size: 6em;
    text-align: center;
    display: block;
    height: 50px;
    padding: 10px;
}
strong {
    font-weight: 600;
}

.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
/* Styles */

.no-display{
    display: none !important;
}
a {
    color: inherit;
    transition: ease all .2s;
    text-decoration: none;
}

* {
  box-sizing: border-box;
}
*.row{
	display: flex !important;
}

div.prevideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 106%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prevideo img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40vh;
    margin-top: -3%;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 105vw; 
  height: auto;
}

/*
.content {
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}*/

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

#intro {
    height: 100vh;
    margin-bottom:-40px;/*
    background: url(img/baires.mp4) no-repeat top center #222;
    background-attachment: fixed;
    background-size: cover;*/
}

#better {
    /*
    background: url(img/thc-back-better.jpg) no-repeat top center #222;
    background-size: cover;*/
    background-color: #fff;
    position: relative;
    top: -10px !important;
    z-index: 1;
}


#servicios {
    height: 45vh;
    background: url(img/thc-back1.jpg) no-repeat top center #222;
    position: relative;
    background-attachment: fixed;
    background-position: 0% 0.5px;
    margin-top: -15px;
}

#nosotros {
    height: 45vh;
    background: url(img/thc-back3.jpg) no-repeat top center #222;
    position: relative;
    background-attachment: fixed;
    background-position: 0% 0.5px;
}

#us {
    background-color: #fff;
    background-size: cover;
    position: relative;
}

#today {
    background-color: #fff;
    position: relative;
    top: 6px !important;
}

#management {
    height: 550px;
    background: url(img/up.jpg) no-repeat top center #222;
    position: relative;
    background-attachment: fixed;
}

#management img.abajo{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

#partners {
    background-color: #fff;
    background-size: cover;
    z-index: 1;
    position: relative;
}

#formulario {
    background-color: white;
    background-size: cover;
    z-index: 1;
    position: relative;
    height: auto;
}

#control {
    background: white;
    position: relative;
    height: fit-content;
}

#building {
    height: 110vh;
    background: url(img/thc-back3.jpg) no-repeat top center #222;
    position: relative;
    background-attachment: fixed;
}

#intro .claim {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    letter-spacing: 4px;
    text-align: center;
}

.container {
    max-width: 970px;
    padding: 75px 0px;
    margin: auto;
    position: relative;
}

.container.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    position: relative;
    z-index: 99;
    height: 100%;
}

div .col-4{
    min-height: 400px;
    height: fit-content;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.globo{
    min-height: 400px;
    height: 100%;
    /* padding-bottom: 35px; */
    background-image: url(../img/globo.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 0 3% 0 9% !important;
}
div.globo.dos{
    background-image: url(../img/globo-dos.svg);
}
div.globo.tres{
    background-image: url(../img/globo-tres.svg);
}
div.descripcion{
    width: 50%;
    min-height: 400px;
    height: 100%;
    padding-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
}

div.contactate{
    width: 100%;
    height: fit-content;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
div.formulario{
    width: 100%;
    height: fit-content;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.descripcion p{
    font-size: 1.3em;
}
.globo p {
    font-size: 1.7em;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 18pt;
}
.buffer {
    overflow: hidden;
    height: 100px;
    display: flex;
}
.buffer-title {
    overflow: hidden;
    height: 50px;
    display: flex;
    justify-content: center;
    font-family: 'Playfair Display', serif !important;
}

div.flecha-abajo{
    position: absolute !important;
    z-index: 10;
    width: 100%;
}

h2 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 60px;
    padding-bottom: 50px;
    width: auto;
    margin: auto;
    display: inline-block;
    position: relative;
}

h2.titulo{
    font-size: 42px;
}

h2:after,
h2:before {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 2px solid #414042;
    top: 21px;
    width: 90%;
}

h2:after {
    left: 100%;
    margin-left: 20px;
}

h2:before {
    right: 100%;
    margin-right: 20px;
}
/*
.section-img {
    position: absolute;
    top: 0vh;
    left: 0;
    text-align: left;
    width: 100%;
    z-index: 9999;
}*/
.section-img-2 {
    position: absolute;
    bottom: -2vh;
    left: 0;
    text-align: left;
    width: 100%;
    z-index: 2;
}
/*
.section-img img, .section-img-2 img {
    width: 100%;
}*/
.section-img-2 img {
    width: 100%;
}
.text {
    column-count: 2;
    text-align: justify;
    column-gap: 100px;
}
.text-2 {
    column-count: 1;
    text-align: justify;
    /*column-gap: 100px;*/
}

.number {
    font-size: 82px;
    margin: auto;
    display: flex;
    max-width: 100px;
    text-align: center;
    align-items: center;
}

.hash {
    font-size: 60px;
}

h3 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
}

#partners h3 {
    width: 80%;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
}

.mini {
    font-size: 12px;
    text-transform: uppercase;
    min-width: 100px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    transition: ease all 0.2s;
}

.mini:hover {
    transform: scale(1.1);
    background: #555
}

.properties {
    display: flex;
    text-align: center;
    justify-content: space-around;
}

.properties li h4 {
    font-size: 70px;
    color: #5D5A39;
    font-family: 'Playfair Display', serif;
    padding-bottom: 20px;
}

.properties li {
    text-align: center;
    font-size: 21px;
    min-width: 350px;
}

.properties li p {
    text-transform: uppercase;
    text-align: center;
}

.gold {
    width: 50px;
    height: 24px;
    text-align: center;
    text-transform: uppercase;
    background: #5D5A39;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    transition: ease all 0.2s;
}

span.smallex {
    margin: auto;
    min-width: 200px;
    display: block;
    text-transform: uppercase;
    padding-top: 15px;
    text-align: center;
}

.partners {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.partners li {
    max-width: 400px;
}
.partners li img {
    width: 100%;
    filter: saturate(0);
    transition: all .3s ease;
}
.partners li img:hover{
    filter: saturate(1);
    transition: all .3s ease;
}

.people {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.person {
    width: 140px;
    height: 140px;
    border-radius: 150px;
    background: #BABCBE;
    border: 10px solid #BABCBE;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.person:hover {
    border: 0px solid #BABCBE;
    transition: all .3s ease;
}

.person img {
    width: 100%;
    scale:1;
    transition: all .3s ease;
}

.person:hover img{
    scale:1.2;
    transition: all .3s ease;
}

.people li p {
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
}

.people li a {
    text-transform: uppercase;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 17px;
    color: #67686B;
}

#control .container {
    /*columns: 2;
    column-gap: 100px;*/
}

#footer {
    background: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .container{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
.logo {
    width: 100%;
    display: grid;
}

.logo img {
    width: 100%;
    max-width: 300px !important;
    justify-self: center;
}

.menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    vertical-align: top;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding: 25px 0;
    flex-wrap: nowrap;
}

.menu ul {
    position: relative;
}

#footer .menu ul {
    position: relative;
    margin: 0 auto;
}

#footer .menu ul li{
    display: inline-flex;
}

#footer .menu ul li.fb, #footer .menu ul li.ig, #footer .menu ul li.tw{
    padding-right: 20px;
}

.menu i {
    color: #fff;
    font-family: "Font Awesome 5 Brands" !important;
    font-size: 34px !important;
}

nav .menu li.fb, nav .menu li.ig, nav .menu li.tw, nav .menu li.ln{
    display: contents;
}

nav ul li a{
    padding-right: 7px;
}


nav {
    position: fixed;
    z-index: 99999;
    width: 180px;
    padding: 25px;
    font-size: 18px;
    top: 30vh;
}

nav:before {
    content: '';
    width: 90%;
    background: #0000009e;
    height: 310px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-blend-mode: multiply;
}

nav .logo {
    width: 85%;
    padding-bottom: 20px;
    z-index: 999999;
    position: relative;
}

nav .menu {
    padding: 0;
    width: 100%;
    font-size: 14px;
    line-height: 29px;
    height: 180px;
    position: relative;
    z-index: 999999;
}

nav .menu i {
    font-size: 20px !important;
}

#management .section-img {
    bottom: -7vh;
}

@media (max-width: 480px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    nav {
        position: absolute;
        top: 5vh;
        overflow: hidden;
        height: 90px;
    }

    section {
        width: 100%;
    }
	/*
    .section-img {
        position: absolute;
        bottom: -106px;
        left: 0;
        text-align: left;
        width: 100%;
        overflow: hidden;
        height: 15px;
    }*/

    /*.section-img img {
        width: 200%;
        position: absolute;
        left: -50%;
        top: 0;
    }*/

    #intro .claim {
        width: 75%;
        margin: auto;
    }

    h2 {
        font-size: 30px;
        line-height: 60px;
    }

    .text,
    #control .container {
        column-count: 1;
        text-align: justify;
        column-gap: 100px;
        width: 90%;
        margin: auto;
    }

    .text p {
        font-size: 14px;
    }

    .properties {
        display: block;
        text-align: center;
        justify-content: space-around;
        width: 90%;
        margin: auto;
    }

    .properties li h4 {
        font-size: 40px
    }

    .properties li {
        min-width: 100%;
    }

    .partners,
    .people {
        display: block;
        text-align: center;
    }

    .partners li {
        width: 100%;
        max-width: 50%;
        margin: auto;
    }

    .people li {
        margin-bottom: 20px
    }

    #footer .logo {
        width: 75%;
        padding-left: 50px;
        margin-bottom: 25px;
    }
}
/* borrar botones */
#today > div > ul > li:nth-child(1) {
    display: none !important;
}
#today > div > ul > li:nth-child(2) {
    display: none !important;
}
#today > div > ul > li:nth-child(3) {
    display: none !important;
}

p.white{
    color: white !important;
}

div.grey {
    position: relative;
    top: 30px;
    left: -20px;
    width: 460px;
    border-radius: 400px;
    height: 460px;
    background-color: #eee;
    z-index: 1;
    box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.4);
    animation: entrada-izquierda 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.blue {
    position: relative;
    /*top: -60px;*/
    left: 20px;
    width: 520px;
    height: 520px;
    border-radius: 400px;
    background-color: #262d45;    
    box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.4);
    animation: entrada-derecha 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes entrada-izquierda{
    0%{left: -100px;opacity: 0}
    100%{left: -20px;opacity: 1}
}

@keyframes entrada-derecha{
    0%{left: 100px;opacity: 0}
    100%{left: 20px;opacity: 1}
}

div.blue ul{
    width: 70%;
}
div.blue ul li{
    color: white;
    font-size: 1.2rem;
    /*line-height: 1.5rem;*/
    padding-bottom: 25px;
}

div.grey ul{
    width: 60%;
}
div.grey ul li{
    color: #262d45;
    font-size: 1.2rem;
    /*line-height: 1.5rem;*/
    padding: 10px 15px;
    border: 1px solid #262d45;
    margin-bottom: 10px;
    border-radius: 10px;
}

div.titulo {
    width: 100%;
    display: flex;
    /*padding-top: 100px;*/
}

.about{
    /*background-image: url(img/thc-back2.jpg);
    background-position: center center;
    background-attachment: fixed;*/
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center !important;
    flex-wrap: wrap;
    padding: 100px 0;
}

ul.partners li p{
    text-align: left;
}

img.up-hoteles{
    width: 400px;
    height: auto;
    transform: scale(1);
    opacity: .9;
    transition: all .3s ease;    
}
img.up-hoteles:hover{
    width: 400px;
    height: auto;
    transform: scale(1.05);
    opacity: 1;
    transition: all .3s ease;
}

p.footer a:hover{
    color: grey;
}

input.form-control{
    border: none;
    border-bottom: 1px solid grey;
    padding: 30px 15px 30px 0px !important;
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.2em;
    color: black;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px !important;
}

textarea.form-control{
    border: none;
    border-bottom: 1px solid grey;
    padding: 0px 15px 25px 0px;
    width: 100%;
    font-size: 1.2em;
    color: black;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px !important;
}
div.has-error input.form-control, div.has-danger input.form-control{
    border-bottom: 1px solid red !important;
}
input.form-control:focus-visible, textarea.form-control:focus-visible{
    outline: none;
}
input::placeholder, textarea::placeholder{
    font-size: 1.1em;
    color: grey;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.form-floating>label {
    font-size: 1.2em !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}

button.btn-primary{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    background-color: black;
    color: white;
    padding: 20px 30px;
    width: 70%;
    border-radius: 50px;
    transition: all .3s ease;
    border:none;
}
button.btn-primary:hover{
    background-color: darkgrey;
    transition: all .3s ease;
}

@media (min-width: 340px) and (max-width: 768px){
    div.prevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .prevideo img {
    height: 20vh;
    }
    nav {
    height: 130px;
    }
    #myVideo {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    height: 100vh !important;
    width: auto;
    }
    /*
    .section-img {
    position: absolute;
    bottom: -10px;
    left: -50%;
    width: 200%;
    }
    */
    /*
    .section-img img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    }
    */
    h2.titulo {
    font-size: 30px;
    line-height: 1.1;
    padding-bottom: 0px;
    }
    h2:after, h2:before {
    display: none;
    }
    .text, #control .container {
    column-count: 1;
    text-align: justify;
    column-gap: 100px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 0px;
    }
    #servicios {
    height: 30vh;
    background: url(img/thc-back1.jpg) no-repeat top center #222;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    }
    .about {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center !important;
    flex-wrap: wrap;
    padding: 100px 0;
    }
    .container.flex {
    display: flex;
    justify-content: center;
    min-height: 30vh;
    position: relative;
    z-index: 99;
    height: 100%;
    align-items: center;
    }
    .section-img-2 {
    position: absolute;
    bottom: -1.5vh;
    left: -50%;
    /* text-align: left; */
    width: 200%;
    z-index: 2;
    }
    .buffer-title {
    overflow: hidden;
    height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'Playfair Display', serif !important;
    }

    .buffer-title h3{
        font-size: 40px;
        padding: 0;
    }

    .buffer-title h3.titulo{
        padding: 0 20px;
        font-size: 30px;
    }

    .text-2{
    column-count: 1;
    text-align: justify;
    column-gap: 100px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    }
    img.up-hoteles{
        width: 250px !important;
    }

    div.flecha-abajo {
    position: absolute !important;
    width: 200%;
    left: -50%;
    margin-top: -5px;
    }
    #management img.abajo {
    position: absolute;
    bottom: 25px;
    /* left: -50%; */
    width: 200% !important;
    z-index: 1;
    }
    #management {
    margin-bottom: -25px;
    }
    div .col-4 {
    min-height: 400px;
    height: fit-content;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: -100px;
    }

    div .col-4 .globo{
    min-height: 400px;
    height: 100%;
    background-image: url(../img/globo.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 0px 6% 0 22% !important;
    left: -30px;
    }

    div .col-4 .descripcion{
    width: 100%;
    min-height: 400px;
    height: 100%;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0px;
    }
    div.about .row{
    flex-direction: column;
    margin-top: 30px;
    }
    div.blue {
    position: relative;
    top: 0px;
    left: 0px;
    width: 520px;
    height: 520px;
    border-radius: 400px;
    background-color: #262d45;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    div.blue ul {
    width: 60%;
    }
    div.grey {
    position: relative;
    top: -40px;
    left: 10px;
    width: 500px;
    border-radius: 400px;
    height: 500px;
    background-color: #eee;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .partners li {
    width: 100%;
    max-width: 85%;
    margin: auto;
    }
    ul.partners li p {
    text-align: left;
    margin-top: -40px;
}
}

.section-img {
	position: relative;
	z-index: 999;
	display: block;
}

.section-img img{
    width: 100%;
    position: relative;
    margin-bottom: -5;
}
@media (min-width: 300px) and (max-width: 430px){
	.section-img {
	position: relative;
	z-index: 999;
	display: block;
	}

	.section-img img{
    width: 200%;
    left: -50%;
    position: relative;
    margin-bottom: -5;
	}
	#better {
    top: -5px !important;
	}
	#footer p {
    line-height: 2;
    font-size: 14px;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 14px;
    width: 80%;
    text-align: center;
	}
}
@media (min-width: 300px) and (max-width: 375px){
	h2.titulo {
    font-size: 28px;
    line-height: 1.1;
    padding-bottom: 0px;
    }
    .prevideo img {
    height: 20%;
	}
}




.grecaptcha-badge{
    z-index: 9999;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}