@charset "UTF-8";
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: "Open Sans", sans-serif;
  color: black;
  font-weight: 400;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 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;
}

strong {
  font-weight: bold;
}

a {
  color: black;
  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;
}

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

body {
  font-family: "Open Sans", sans-serif;
  height: auto !important;
  background: #fff;
  -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 0.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: 1920px) {
  .container {
    width: 1260px;
  }
}
@media only screen and (max-width: 1919px) {
  .container {
    width: 1260px;
  }
}
@media only screen and (max-width: 1260px) {
  .container {
    width: 425px;
  }
}
@media only screen and (max-width: 424px) {
  .container {
    width: 100%;
  }
}
.row {
  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;
}

.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 > li,
.nav-pills > li {
  float: left;
}

.nav-tabs {
  width: 100%;
}

.nav-tabs > li {
  position: relative;
}

.nav-tabs > li > a {
  position: relative;
  text-align: center;
}

.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;
}

/*accordion*/
.fade {
  opacity: 0;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.owl-carousel {
  display: none;
  width: 100%;
  -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;
  overflow: hidden;
  -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 {
  display: none;
}

.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: absolute;
  top: 50%;
  width: 100%;
  margin-top: -60px;
  z-index: 10;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px;
  background-image: url("images/arrow-prev.svg");
}

.owl-carousel .owl-nav .owl-next {
  right: 30px;
  background-image: url("images/arrow-next.svg");
}

.owl-carousel .owl-nav .owl-prev:hover {
  background-image: url("images/arrow-prev.svg");
}

.owl-carousel .owl-nav .owl-next:hover {
  background-image: url("images/arrow-next.svg");
}

.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-dots {
  position: absolute;
  bottom: 84px;
  z-index: 10;
  text-align: left;
  width: 100%;
}

.owl-dots, .owl-nav {
  -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*=owl-] {
  display: inline-block;
  cursor: pointer;
}

.owl-nav [class*=owl-]:hover {
  text-decoration: none;
}

.owl-nav .disabled {
  opacity: 1;
  cursor: default;
}

.owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  position: relative;
}

.owl-dots .owl-dot span {
  position: relative;
  width: 27px;
  height: 27px;
  margin: 0 20px 0 0;
  border-radius: 100%;
  text-align: center;
  background: #fff;
  border: thin solid #7B7EFF;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}

.owl-dots .owl-dot.active span {
  position: relative;
  background: #7B7EFF;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.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;
}

.desktop_version {
  display: block;
}

.mobile_version {
  display: none !important;
}

.tablet_version {
  display: none !important;
}

.justify-content-center {
  justify-content: center !important;
}

.row.justify-content-center {
  display: flex;
  flex-wrap: wrap;
}

.pos_center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.w_100 {
  width: 100%;
}

.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%;
}

.d-block {
  display: none !important;
}

.small {
  font-size: 12px;
}

input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
}

input,
textarea,
select,
.bg_file {
  position: relative;
  width: 100%;
  height: 35px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
  padding: 10px 0;
  margin-bottom: 20px;
  -webkit-appearance: none;
  cursor: text;
  border-radius: 0;
  background-color: #fff;
  border-bottom: thin solid #A4A4A4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input.error,
textarea.error,
select.error {
  color: #FF4848;
  border-bottom: thin solid #FF4848;
}

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: #000 !important;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

span.error {
  color: #FF4848;
  font-size: 16px;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

span.success {
  color: #8DB632;
  font-size: 16px;
}

textarea {
  height: 150px;
  padding: 20px;
}

label {
  display: block;
}

label span {
  color: #01335E;
  font-size: 10px;
  line-height: 16px;
  text-transform: none;
}

label.float {
  color: #8DB632;
  position: absolute;
  z-index: 10;
  top: -12px;
  left: 10px;
  background-color: #fff;
  padding: 0 5px;
}

.field {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.field input,
.field select {
  margin-bottom: 0;
}

.field label {
  font-family: "proxima_novaregular";
  color: #FFBD2E;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  z-index: 10;
  top: -8px;
  left: 0;
  padding: 0 0 0 15px;
}

.form-control-placeholder {
  position: absolute;
  top: -25px;
  left: 5px;
  transition: all 200ms;
  font-size: 16px;
  color: #4476A0;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 12px;
  color: #4476A0;
  font-weight: 500;
  top: 12px;
  transform: translate3d(0, -100%, 0);
}

select {
  cursor: pointer;
  outline: 0;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 15px;
  background-image: url(images/select.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

input[type=file] {
  display: none;
}

.bg_file span.file {
  position: absolute;
  top: -8px;
  right: 10px;
  z-index: 10;
  width: auto;
  background-color: #4476A0;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 2px;
}

.bg_file {
  cursor: pointer;
  padding: 0 20px 0;
  margin: 0;
  color: #4476A0;
}

label.bg_file {
  line-height: 5px;
}

.file-label {
  color: #fff;
  font-size: 10px;
  font-style: italic;
  margin-left: 20px;
  position: absolute;
  top: 31px;
}

form {
  position: relative;
  width: 100%;
}

input[type=submit] {
  display: table;
  width: auto;
  height: 38px;
  color: white;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  padding: 0 40px 0 20px;
  margin: 0;
  background-color: #7B7EFF;
  background-image: url(images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
}

input[type=submit]:hover {
  color: #fff;
  background-color: #4c518b;
}

input[type=submit].dis_table {
  display: table;
  width: auto;
  padding: 2px 40px;
}

input[type=checkbox] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  border: thin solid #CCCCCC;
  background-repeat: no-repeat;
  background-position: center;
}

input[type=checkbox]:checked {
  background-image: url("../images/check-blue.svg");
}

input[type=radio] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 90px;
  background-color: #fff;
  border: thin solid #000000;
  margin-right: 10px;
  padding: 0;
  margin-bottom: 0;
}

input[type=radio]:checked {
  border: none;
  background-image: url("../images/radio-blue.svg");
}

.label-radio {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.label-radio span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-right: 15px;
}

.g-recaptcha {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  height: 55px;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 30px;
  border: none;
  border-radius: 8px;
  background-color: #7B7EFF;
  -webkit-transition: 0.3s ease-out;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  background-color: #1C1B1A;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s ease-out;
}

.btn-green {
  color: #5F6192;
  background-color: #00F6AF;
}
@media (max-width: 1199px) {
  .btn-green {
    height: 44px;
  }
}
.btn-green:hover {
  color: #ffffff;
  background-color: #1C1B1A;
}

.btn-arrow {
  padding: 0 60px 0 30px;
}
@media (max-width: 1199px) {
  .btn-arrow {
    height: 44px;
    padding: 0 50px 0 20px;
  }
}
.btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 10px;
  background-image: url(images/arrow-purple-dark.svg);
  background-repeat: no-repeat;
}

section {
    position: relative;
    overflow: hidden;
}
#principal {
    min-height: 100vh;
}
#principal .logo {
    width: 380px;
    position: absolute;
    top: 10%
}
#principal h1 {
    position: absolute;
    top: 20%;
    right: 0;
    width: 510px;
    color: #004aad;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2px;
    font-weight: 400;
}
#principal .phrase {
    position: absolute;
    bottom: 140px;
    left: 50%;
    width: 270px;
    margin-left: 180px;
}
.phrase h2 {
    font-size: 20px;
    color: black;
    font-weight: 700;
}
.phrase span {
    font-size: 20px;
    color: black;
    font-weight: 700;
    font-style: italic;
    text-align: right;
    display: block;
}
.principal__content {
    height: 100vh;
}
.detail1 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    margin-left: -230px;
    width: 460px;
    height: 100%;
    background-image: url(img/img1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}
.btn-whatsapp {
    position: fixed;
    bottom: 75px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-image: url(img/whatsapp-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
}
.btn-whatsapp:hover:after {
    content: "Vamos conversar?";
    position: absolute;
    left: -15px;
    bottom: 70px;
    color: #004aad;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#phrases,
.phrases__content,
.about__content,
#about,
#more  {
    height: 976px;
}
.phrases__content .phrase,
.phrases__content .item1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 310px;
    margin-left: -330px;
    margin-top: -340px;
}
.phrases__content .phrase.item2 {
    width: 270px;
    margin-left: 90px;
    margin-top: -160px;
}
.phrases__content .phrase.item3 {
    top: inherit;
    bottom: 0;
    margin-left: -320px;
    margin-bottom: 90px;
    width: 230px;
}
.detail2 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    margin-left: -34px;
    width: 280px;
    height: 976px;
    background-image: url(img/detail1.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
}
.about__content .phrase {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 270px;
    margin-left: 90px;
}
.detail3 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    margin-left: -195px;
    width: 600px;
    min-height: 976px;
    height: 100%;
    background-image: url(img/detail3.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
}
.about__content .title {
    margin-top: 20%;
}
.about__content .title h3 {
    color: #004aad;
    font-size: 62px;
    line-height: 62px;
    letter-spacing: -2px;
    font-weight: 400;
    width: 220px;
    margin-bottom: 60px;
}
.list ul {
    display: flex;
    justify-content: space-between;
}
.list ul li {
    max-width: 300px;
}
.list ul li img {
    width: 180px;
    margin: 0 auto 30px;
}
.list ul li p {
    text-align: left;
} 
.list ul li .icon {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list ul li h4 {
    font-weight: bold;
}
.list ul li:last-child {
    margin-left: 170px;
}
.detail4 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    margin-left: -90px;
    width: 600px;
    height: 976px;
    background-image: url(img/detail6.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
}
#more .about__content  .title {
    margin-top: 140px;
}
#more .about__content .title h3 {
    width: 470px;
    margin-bottom: 60px;
}
#more .list ul li:last-child {
    margin-left: 0;
}

#more .list ul li:last-child img {
    width: 260px;
}
#whoami {
    height: auto;
    padding-bottom: 20px;
}
#whoami .whoami__content .title {
    margin-top: 15%;
    max-width: 575px;
    margin-bottom: 30px;
}
#whoami .whoami__content {
    max-width: 730px;
    margin: 0 auto;
}
#whoami .title h5 {
    color: #004aad;
    font-size: 62px;
    line-height: 62px;
    letter-spacing: -2px;
    font-weight: 400;
    width: 720px;
}
#whoami .title span {
    color: #004aad;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    display: block;
    text-align: right;
    font-style: italic;
}
.detail5 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    margin-left: -885px;
    width: 1040px;
    height: 100%;
    background-image: url(img/detail5.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}
#whoami .whoami__content p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 24px;
}
#whoami .whoami__content h6 {
    color: #004aad;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.photo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 240px;
}
.photo img {
    width: 100%;
}
.photo h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}
footer {
    padding: 15px 0;
    margin-top: 30px;
    background-image: url(img/footer.png);
    background-size: cover;
}
.footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer p,
.footer a {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: 0 30px;
}
footer a {
    display: flex;
}
.mail {
    display: table;
    width: 40px;
    height: 40px;
    background-image: url(img/mail.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.instagram {
    display: table;
    width: 40px;
    height: 40px;
    background-image: url(img/instagram.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.whatsapp {
    display: table;
    width: 40px;
    height: 40px;
    background-image: url(img/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}

@media (max-width: 1260px) {
    #principal {
        min-height: 807px;
    }
    .principal__content {
        height: 807px;
    }
    .btn-whatsapp {
        top: 50%;
        width: 40px;
        height: 40px;
    }
    .btn-whatsapp:hover:after {
        bottom: 46px;
        font-size: 12px;
    }
    #principal .logo {
        width: 260px;
        position: relative;
        top: 30px;
        left: 50%;
        margin-left: -130px;
    }
    #principal h1 {
        position: relative;
        top: 100px;
        right: inherit;
        width: 100%;
        text-align: center;
        font-size: 27px;
        line-height: 33px;
    }
    .detail1 {
        position: relative;
        bottom: 0;
        left: 50%;
        margin-left: -130px;
        width: 260px;
    }
    #principal .phrase {
        position: relative;
        bottom: inherit;
        left: 50%;
        width: 270px;
        margin-left: -138px;
        top: 50%;
        margin-top: -250px;
        margin-bottom: 16px;
    }
    .phrase h2,
    .phrase span {
        font-size: 18px;
    }
    .detail2 {
        height: 740px;
        margin-left: -75px;
    }
    .phrases__content .phrase, 
    .phrases__content .item1 {
        width: 290px;
        margin-left: -145px;
        margin-top: -330px;
        background-color: white;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    }
    .phrases__content .phrase.item2,
    .phrases__content .phrase.item3 {
        width: 290px;
        margin-left: -145px;
    }
    .phrases__content .phrase.item3 {
        margin-bottom: 0;
        margin-top: 0;
        bottom: 60px;
    }
    #phrases,
    #phrases .phrases__content {
        height: 740px;
    }
    .phrases__content .phrase.item2 {
        margin-top: -50px;
    }
    .about__content .title h3 {
        font-size: 38px;
        line-height: 40px;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    }
    .list ul {
        display: block;
    }
    .list ul li {
        max-width: 100%;
        background-color: white;
        padding: 20px;
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .list ul li img {
        width: 70px;
    }
    .list ul li .icon {
        min-height: 120px;
    }
    .list ul li:last-child {
        margin-left: 0;
        margin-bottom: 20px;
    }
    #about, #more,
    .about__content {
        height: auto;
    }
    .about__content .phrase {
        position: relative;
        top: 20px;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    #about {
        padding-top: 200px;
    }
    .detail3 {
        margin-left: -230px;
        max-height: 796px;
        min-height: auto;
    }
    #about .about__content .phrase {
        background-color: white;
        padding: 20px;
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }
    #more .about__content .title h3 {
        width: 100%;
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 32px;
        padding: 0 40px;
    }
    #more .list ul li:last-child img {
        width: 100px;
    }
    #whoami .title h5 {
        font-size: 28px;
        line-height: 30px;
        width: 100%;
    }
    #whoami .title span {
        font-size: 20px;
    }
    .detail5 {
        top: 0px;
        margin-left: -295px;
        width: 480px;
    }
    #whoami .whoami__content .title {
        margin-top: 150px;
        max-width: 100%;
    }
    #whoami .whoami__content p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 22px;
    }
    .photo {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 30px;
    }
    #whoami {
        padding-bottom: 0;
    }
    .footer {
        display: block;
        margin-top: 30px;
    }
    .footer p {
        display: none;
    }
    .footer a {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .mail,
    .instagram,
    .whatsapp {
        width: 28px;
        height: 28px;
    }
}

@media (max-height: 790px) and (min-width: 1260px) {
    .detail1 {
        width: 400px;
    }
    #principal h1 {
        top: 15%;
    }
}