#progress {
  width: 0%;
  height: 10px;
  background-color: #000c45;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
  display: none;
}
.success {
  color: #008000;
  display: none;
}
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
.active-orange {
  color: #ff7933;
}
h3,
h1,
h2 {
  font-weight: 400;
}
.triangulo_sup {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #ff7933;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  background-color: #808080;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.coverimage {
  background-repeat: no-repeat no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% 50%;
}
.coverfixed {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.cfix {
  *zoom: 1;
}
.cfix:before,
.cfix:after {
  display: table;
  content: "";
}
.cfix:after {
  clear: both;
}
.imgfluid {
  max-width: 100%;
  vertical-align: top;
  border: 0;
}
.astable {
  width: 100%;
  height: 100%;
  display: table;
}
.ascell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vertical-content:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ellipsis {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.button-menu {
  font-size: 40px;
  padding: 20px;
  color: #f87100;
  display: none;
}
.button-menu:hover {
  cursor: pointer;
}
p {
  margin: 0;
}
.in-right-wrapper {
  width: 90%;
  margin: 0 auto;
  font-size: 0px;
}
.in-right-wrapper:first-child {
  width: 70%;
}
.right-wrapper {
  width: 90%;
  margin: 0 auto;
}
.right-wrapper .text-title {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.left-wrapper {
  width: 100%;
}
.left-wrapper:after {
  content: "";
  width: 100px;
  height: 1px;
  border-bottom: 1px solid #fff;
  display: block;
  padding-top: 40px;
}
.title-blue {
  color: #000c45;
  min-height: 50px;
}
.col-2 {
  width: 20%;
}
.col-3 {
  width: 30%;
}
.social a {
  width: 34px;
  height: 34px;
  background-color: #fff;
  text-align: center;
  content: "f";
  font-size: 16px;
  color: #000c45;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.owl-theme .owl-controls {
  position: absolute;
  right: 30px;
  top: calc(50% - 66px);
}
.owl-theme .owl-controls .owl-pagination {
  width: 40px;
}
.owl-theme .owl-controls .owl-pagination .owl-page span {
  background-color: #f47e20 !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #fff !important;
}
.min-line {
  width: 10px;
  background-color: #bebebe;
  height: 1px;
  margin: auto;
  margin-bottom: 10px;
  position: relative;
  left: -15px;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.bg-orange {
  background: #fe7a37;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 25px;
  display: inline-block;
}
.bg-blue {
  background: #000c45;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 25px;
  display: inline-block;
  color: #fff;
}
.map {
  border-top: 1px solid #ff7933;
  border-bottom: 1px solid #ff7933;
}
.map iframe {
  width: 100%;
  height: 300px;
}
.input-field {
  display: block;
  border: 1px solid #ff7933;
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
}
.input-field:focus {
  outline: none;
  background-color: #ff7933;
  color: #fff;
}
.input-field:last-child {
  margin-bottom: 0px;
}
.input-field::-webkit-input-placeholder {
  color: #000c45;
}
.textarea-field {
  width: 100%;
  resize: none;
  padding: 10px;
  border: 1px solid #ff7933;
  min-height: 200px;
}
.textarea-field:focus {
  outline: none;
  background-color: #ff7933;
  color: #fff;
}
.textarea-field::-webkit-input-placeholder {
  color: #000c45;
}
.semi-diagonal-top {
  background: #e0e0e0;
  padding-bottom: 10px;
}
.semi-diagonal-top .title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.semi-diagonal-top form {
  margin-bottom: 50px;
  font-size: 0;
}
.semi-diagonal-top form .block {
  font-size: 14px;
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 10px;
}
.semi-diagonal-top form .block .nice-button {
  color: #fff;
  outline: none;
  border: 0px;
  line-height: 20px;
}
.semi-diagonal-top form .block b {
  color: #ff7933;
}
.semi-diagonal-top form .block p {
  color: #666;
}
.semi-diagonal-top:before {
  height: 50px;
  width: 100%;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  background: #e0e0e0;
  display: block;
  content: "";
  position: relative;
  top: -30px;
  z-index: 2001;
}
.wrapper {
  width: 50%;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.line {
  width: 30px;
  background-color: #fff;
  height: 4px;
  display: inline-block;
  margin: 20px 0px;
}
.center {
  text-align: center !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #fff;
}
.nice-button {
  background-color: #000c45;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  display: inline-block;
  margin: 20px 0px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  outline: none;
  border: 0px;
  line-height: 50px;
}
.nice-button:hover {
  background-color: rgba(255,121,51,0.8);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.nice-link {
  color: #000c45;
}
blockquote {
  color: #666;
  font-style: italic;
}
.line-eque {
  width: 30px;
  content: "";
  height: 1px;
  display: block;
  margin: 20px 0px;
}
.line-left-blue {
  border-top: 3px solid #000c45;
}
.line-left-orange {
  border-top: 3px solid #ff7933;
}
.line-right-orange {
  width: 100%;
}
.line-center-blue {
  border-top: 3px solid #000c45;
  margin: 20px auto;
}
.line-center-orange {
  border-top: 3px solid #ff7933;
  margin: 20px auto;
}
.left-title {
  text-align: left;
}
.right-title {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.half.d-block {
  margin: 40px 0px;
}
.line-left-orange {
  border-top: 3px solid #ff7933;
  margin: 20px 0;
}
.line-right-orange {
  border-top: 3px solid #ff7933;
  margin: 20px 0;
  display: inline-block;
  width: 30px;
}
.line-center-gray {
  border-top: 3px solid #bbb;
  margin: 20px auto;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0px 0px;
}
.orange-text {
  color: #ed7e27;
  margin-bottom: 15px;
}
.contact-success {
  color: #014701;
  font-size: 20px;
  text-align: center;
}
#main {
  background-color: #000c45;
  font-size: 0;
}
.division-line {
  width: 100%;
  height: 1px;
  background: #cacaca;
  margin: 40px 0px;
  margin-bottom: 60px;
}
.d-block {
  display: block;
  margin: 0px auto;
  width: 80%;
  margin-top: 40px;
}
#left {
  width: 20%;
  position: fixed;
  left: 0;
  max-width: 300px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  background-color: #000c45;
  padding-left: 30px;
}
#left #logo {
  padding: 30px 0px;
}
#left #logo img:hover {
  cursor: pointer;
}
#left #menu {
  color: #fff;
  font-size: 14px;
}
#left #menu li {
  padding: 15px 0px;
  overflow: hidden;
  border-bottom: 1px solid #1e295b;
}
#left #menu li a .fa {
  margin-right: 5px;
  padding-left: 10px;
  border-left: 1px solid #404974;
}
#left #menu li a:hover {
  color: #ff7933;
}
.mask-diagonal {
  background-color: #e0e0e0;
  padding: 70px 0px;
}
.mask-diagonal .half {
  text-align: left;
}
.mask-diagonal .half .line-eque {
  float: left;
}
.diagonal-white .half {
  text-align: center;
}
.diagonal-white .half .line-eque {
  float: right;
}
.title {
  margin-bottom: 20px;
  color: #000c45;
  font-weight: bold;
}
.diagonal-white .right-wrapper,
.mask-diagonal .right-wrapper {
  font-size: 0px;
}
.diagonal-white .right-wrapper .half,
.mask-diagonal .right-wrapper .half {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  vertical-align: middle;
  padding: 20px 20px;
}
.diagonal-white .right-wrapper .half .line-eque,
.mask-diagonal .right-wrapper .half .line-eque {
  margin: 20px 0px;
}
.diagonal-white .right-wrapper .half .line-eque.line-right-orange,
.mask-diagonal .right-wrapper .half .line-eque.line-right-orange {
  float: right;
  background-color: #ff7933;
  width: 30px;
  height: 3px;
}
.diagonal-white .right-wrapper .half h2,
.mask-diagonal .right-wrapper .half h2 {
  font-size: 20px;
  color: #000c45;
  font-weight: bold;
}
.diagonal-white .right-wrapper .half p,
.mask-diagonal .right-wrapper .half p {
  display: inline-block;
  width: 100%;
}
.diagonal-white .right-wrapper .half .blockquote,
.mask-diagonal .right-wrapper .half .blockquote {
  color: #666;
  font-style: italic;
  margin-top: 5px;
}
.diagonal-white .right-wrapper .half img,
.mask-diagonal .right-wrapper .half img {
  width: 80%;
}
.diagonal-white .right-wrapper .half:first-child,
.mask-diagonal .right-wrapper .half:first-child {
  text-align: right;
  border-right: 1px solid #f0d8c6;
}
.diagonal-white .block,
.mask-diagonal .block {
  display: inline-block;
  width: 40%;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  padding: 10px;
}
.diagonal-white .block:first-child,
.mask-diagonal .block:first-child {
  width: 60%;
}
.diagonal-white .block p,
.mask-diagonal .block p {
  color: #777;
  margin: 20px 0px;
}
.diagonal-white .block .left-text,
.mask-diagonal .block .left-text {
  text-align: left;
}
.diagonal-white .block ul li,
.mask-diagonal .block ul li {
  margin: 20px 0px;
  color: #777;
}
.diagonal-white .block ul li i,
.mask-diagonal .block ul li i {
  color: #ff7933;
  margin-right: 10px;
}
.diagonal-white {
  background-color: #fff;
}
.diagonal-white:before {
  height: 50px;
  width: 100%;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  background: #fff;
  display: block;
  content: "";
  position: relative;
  top: -30px;
  z-index: 2001;
}
.diagonal-white:after {
  height: 50px;
  width: 100%;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  background: #fff;
  display: block;
  content: "";
  position: relative;
  top: 30px;
}
#right {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  overflow: hidden;
  padding-left: 20%;
}
#right .row-in {
  background-color: #ccc;
  width: 100%;
  position: relative;
  margin-top: -10px;
  z-index: 0;
  font-size: 0;
  min-height: 350px;
}
#right .row-in .img-side {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/guy.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 30%;
  min-height: 350px;
}
#right .row-in .img-side img {
  width: 100%;
}
#right .row-in p {
  font-size: 16px;
  width: 70%;
  padding: 0px 40px;
  display: inline-block;
  color: #333;
  text-align: right;
  vertical-align: middle;
}
#right .slider-index .slider-item {
  height: calc(100% - 20px);
}
#right .slider-index .slider-item .wrapper {
  margin: 0;
  text-align: left;
}
#right .slider-index .slider-item .wrapper .ascell {
  text-align: left;
  padding-left: 70px;
}
#right .slider-index .slider-item .wrapper .ascell .e-p-r-o {
  display: inline-block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-weight: 100;
  font-size: 30px !important;
  margin-bottom: 30px;
}
#right .slider-index .slider-item .wrapper .ascell .e-p-r-o span {
  color: #fff;
}
#right .slider-who .slider-item {
  height: 440px;
}
#right .slider-who .slider-item .wrapper-who {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
  color: #fff;
}
#right .slider-who .slider-item .wrapper-who .wrapper {
  margin: 0;
}
#right .slider-who .slider-item .wrapper-who .wrapper p {
  font-weight: 100;
}
#right .slider-who .slider-item .wrapper-who .wrapper h1 {
  font-weight: 100;
}
#right #slider {
  position: relative;
  z-index: 2000;
}
#right #slider .breadcumbs {
  margin-bottom: 60px;
}
#right #slider .breadcumbs ul li {
  display: inline-block;
  color: #9d999a;
  padding: 0 5px;
  vertical-align: middle;
}
#right #slider .breadcumbs ul li:after {
  padding: 0 10px;
  content: url("../images/arrow_breadcumbs.png");
  line-height: 16px;
  padding-right: 0;
}
#right #slider .breadcumbs .white-breadcumbs li {
  color: #fff;
}
#right #slider .breadcumbs .orange-breadcumbs li {
  color: #f5b8a1;
}
#right #slider .breadcumbs.white ul li {
  color: #f5f5f5;
}
#right #slider .slider-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#right #slider .slider-item .wrapper {
  position: relative;
}
#right #slider .slider-item .wrapper h1,
#right #slider .slider-item .wrapper p {
  color: #fff;
}
#right #slider .slider-item .wrapper .orange-text {
  color: #ed7e27;
}
#right #slider .slider-item .wrapper h1 {
  font-size: 20px;
}
#right #slider .slider-item .wrapper p {
  line-height: 25px;
  font-size: 16px;
}
#right .who-diagonal .item-col {
  padding: 0px 15px;
  display: inline-block;
  position: relative;
}
#right .who-diagonal .item-col:after {
  content: "=";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: -10px;
  font-size: 30px;
  line-height: 53px;
  top: 0;
  font-style: italic;
  color: #ff7933;
}
#right .who-diagonal .item-col:nth-child(2):after {
  content: "+";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: -10px;
  font-size: 30px;
  line-height: 53px;
  top: 0;
  font-style: italic;
  color: #ff7933;
}
#right .who-diagonal .item-col:last-child:after {
  content: "";
}
#right .diagonal-half-top {
  position: relative;
  background-color: #e0e0e0;
  z-index: 9999;
  height: 80px;
}
#right .diagonal-half-top:before {
  height: 50px;
  width: 100%;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  background: #e0e0e0;
  display: block;
  content: "";
  position: relative;
  top: -30px;
}
#right .diagonal-half-top.d-white {
  background-color: #fff;
}
#right .mask-white {
  padding: 40px 0px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
#right .mask-white:before {
  height: 50px;
  width: 100%;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  background: #fff;
  display: block;
  content: "";
  position: relative;
  top: -60px;
  background-color: #fff;
}
#right .mask-white:after {
  height: 50px;
  width: 100%;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  background: #fff;
  display: block;
  content: "";
  position: relative;
  top: 60px;
  background-color: #fff;
}
#right .mask-white .right-wrapper {
  text-align: center;
  font-size: 0px;
}
#right .mask-white .right-wrapper .half {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 30px;
}
#right .mask-white .right-wrapper .half:first-child {
  text-align: center;
  border-right: 1px solid #f0d8c6;
}
#right .mask-white .right-wrapper .half:first-child img {
  width: 80%;
}
#right .mask-white .right-wrapper .half p {
  margin: 0;
  padding-bottom: 0px;
  font-size: 14px;
  text-align: left;
}
#right .mask-white .right-wrapper .half .blockquote {
  color: #666;
  margin-top: 5px;
  font-style: italic;
}
#right .mask-white .right-wrapper .half .title {
  text-align: left;
}
#right .diagonal-1 {
  position: relative;
  top: -20px;
  background-color: #e0e0e0;
  z-index: 9999;
  padding: 40px 0px;
  width: 100%;
}
#right .diagonal-1:before {
  height: 50px;
  width: 100%;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  background: #e0e0e0;
  display: block;
  content: "";
  position: relative;
  top: -60px;
}
#right .diagonal-1:after {
  height: 50px;
  width: 100%;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  background: #e0e0e0;
  display: block;
  content: "";
  position: relative;
  top: 70px;
}
#right .diagonal-1 p {
  width: 100%;
  color: #777;
  margin: 20px 0px;
  font-size: 14px;
}
#right .diagonal-1 .title {
  font-size: 30px;
  text-align: center;
  color: #000c45;
}
#right .diagonal-1 .title:after {
  content: "";
  width: 40px;
  border-top: 1px solid #ff7933;
  display: block;
  height: 1px;
  margin: 10px auto;
}
#right .diagonal-1 .right-wrapper {
  text-align: center;
  font-size: 0px;
}
#right .diagonal-1 .right-wrapper h2 {
  font-size: 20px;
  color: #000c45;
  line-height: 30px;
}
#right .diagonal-1 .right-wrapper .half {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 30px;
}
#right .diagonal-1 .right-wrapper .half-centric {
  width: 100%;
}
#right .diagonal-1 .right-wrapper .half-centric:first-child {
  text-align: center;
}
#right .diagonal-1 .right-wrapper .half-centric:first-child img {
  width: 50%;
}
#right .diagonal-1 .right-wrapper .half-centric p {
  margin: 0;
  color: #777;
  padding-bottom: 30px;
  font-size: 14px;
}
#right .diagonal-1 .right-wrapper .half-centric h2 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
#right .diagonal-1 .right-wrapper .down-item {
  text-align: center;
}
#right .diagonal-1 .right-wrapper .down-item p {
  background-color: #cfcfcf;
  padding: 10px 20px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-top: 30px;
  position: relative;
  line-height: 20px;
}
#right .diagonal-1 .right-wrapper .down-item p:before {
  width: 0;
  height: 0;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #cfcfcf;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  top: -20px;
}
#right .who-diagonal .right-wrapper .half:first-child {
  text-align: right;
  color: #808080;
}
.message-1 {
  background-image: url("../images/bgMessage.jpg");
}
.message-2 {
  background-image: url("../images/bgMessage2.jpg");
}
.message-2 .title-message div {
  margin: 5px 0px !important;
  padding: 5px 15px !important;
}
.message-2 .title-message .bg-orange {
  font-size: 19px !important;
}
.message-2 .title-message .bg-blue {
  font-size: 19px !important;
}
.message-2 {
  background-image: url("../images/bgMessage3.jpg");
}
.message-2 h2 {
  margin-bottom: 45px;
}
.message-2 h2:after {
  width: 30px;
  border-top: 1px solid #fff;
  height: 1px;
  display: block;
  margin: 0 auto;
}
.msj-short {
  padding: 70px 0px;
  background-color: #ccc;
  text-align: center;
}
.msj-short .right-wrapper {
  width: 70%;
}
.msj-short .right-wrapper .title a {
  color: #000c45;
  text-decoration: underline;
}
.msj-short .right-wrapper .form-question {
  margin-top: 60px;
  font-size: 0px;
}
.msj-short .right-wrapper .form-question .block {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  padding: 0px 10px;
}
.msj-short .right-wrapper .form-question .block .textarea-field {
  min-height: 152px;
  display: inline-block;
}
.msj-short .right-wrapper .form-question .nice-button {
  margin-top: 40px;
  line-height: 40px;
}
.message {
  position: relative;
  margin-top: -10px;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.message h2 {
  color: #fff;
}
.message h2:after {
  width: 30px;
  border-top: 1px solid #fff;
  display: block;
  height: 1px;
}
.message .wrapper-4 {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 0px;
  text-align: center;
}
.message .wrapper-4 .title-message {
  margin-bottom: 20px;
}
.message .wrapper-4 .title-message .bg-purpure {
  background-color: rgba(0,12,69,0.9);
}
.message .wrapper-4 .title-message div {
  color: #fff;
  margin: 1px 0px;
  padding: 0px 30px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 2em;
  font-weight: 100;
  display: inline-block;
}
.message .wrapper-4 .title-message div strong {
  font-weight: bold;
}
.mission {
  background: #fff;
  position: relative;
  top: -10px;
  padding: 100px 0px;
}
.mission .right-wrapper {
  text-align: center;
  width: 60%;
}
.mission .right-wrapper .title {
  color: #000c45;
}
.mission .right-wrapper p {
  color: #777;
  margin: 15px 0px;
}
#team {
  padding: 100px 0px;
  background-color: #e0e0e0;
  text-align: center;
}
#team .right-wrapper-team {
  width: 80%;
  margin: 0 auto;
}
#team .right-wrapper-team #members-descriptions {
  background-color: #fceee3;
  border: 15px solid #ff7933;
  font-size: 0;
  padding: 40px 80px;
  z-index: 1000;
  position: relative;
  margin-top: 30px;
}
#team .right-wrapper-team #members-descriptions .block {
  width: 40%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}
#team .right-wrapper-team #members-descriptions .block:first-child {
  padding-left: 0;
  width: 100%;
  padding-right: 20px;
}
#team .right-wrapper-team #members-descriptions .block .top-block {
  text-align: left;
  margin-bottom: 20px;
}
#team .right-wrapper-team #members-descriptions .block .top-block .img-member-description {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#team .right-wrapper-team #members-descriptions .block .top-block .member-info {
  display: inline-block;
  vertical-align: middle;
}
#team .right-wrapper-team #members-descriptions .block .top-block .member-info h3 {
  color: #000c45;
}
#team .right-wrapper-team #members-descriptions .block .top-block .member-info span {
  color: #ff7933;
}
#team .right-wrapper-team #members-descriptions .block .description {
  color: #777;
  text-align: left;
}
#team .right-wrapper-team #members-descriptions .block .description p {
  margin-bottom: 20px;
  font-weight: 100;
}
#team .right-wrapper-team #members-descriptions .block .description p:last-child {
  margin-bottom: 0px;
}
#team .right-wrapper-team #members-descriptions .block.skills {
  padding-top: 35px;
}
#team .right-wrapper-team #members-descriptions .block.skills .line-eque {
  margin-bottom: 30px;
}
#team .right-wrapper-team #members-descriptions .block.skills h3 {
  padding-bottom: 30px;
  color: #000c45;
}
#team .right-wrapper-team #members-descriptions .block.skills ul li {
  background-color: #ff7933;
  margin: 10px 0px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 15px;
}
#team .right-wrapper-team #members-descriptions .block.skills ul li:nth-child(odd) {
  background-color: #000c45;
  color: #fff;
}
#team .right-wrapper-team #members {
  font-size: 0px;
  padding-bottom: 50px;
}
#team .right-wrapper-team #members .triangulo_sup {
  position: absolute;
  bottom: -30px;
  margin-left: -20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: 50%;
  z-index: 1;
}
#team .right-wrapper-team #members li {
  vertical-align: top;
  display: inline-block;
  width: 25%;
  padding: 10px;
  position: relative;
  min-height: 270px;
}
#team .right-wrapper-team #members li .info-member {
  font-size: 14px;
  color: #777;
  text-align: center;
  width: 100%;
}
#team .right-wrapper-team #members li .info-member h4 {
  color: #000;
}
#team .right-wrapper-team #members li .img-member {
  width: 100%;
  height: 190px;
  padding: 5px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
#team .right-wrapper-team #members li .img-member:hover {
  cursor: pointer;
}
#team .right-wrapper-team #members li .img-member:hover .hover-cruz {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
}
#team .right-wrapper-team #members li .img-member .hover-cruz {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0,12,69,0.8) no-repeat;
  width: 100%;
  height: 100%;
  text-align: center;
}
#team .right-wrapper-team #members li .img-member .hover-cruz .center {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
#team .right-wrapper-team #members li .img-member .hover-cruz span {
  font-size: 14px;
  color: #000c45;
  display: inline-block;
}
#copyright {
  text-align: center;
  padding: 40px;
  background-color: #ff7933;
  color: #cdcdcd;
}
footer {
  padding: 50px 0px;
  position: relative;
  z-index: 10;
  background-color: #00185c;
}
footer .footer-wrapper {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
  font-size: 0;
}
footer .column {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 15px;
}
footer .column .social {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
footer .column .social a {
  width: 35px;
  height: 35px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: top;
  line-height: 38px;
  font-size: 20px;
  font-weight: bold;
}
footer .column .social a:hover {
  background-color: #ff7933;
}
footer .column .share {
  display: block;
  width: 100%;
  text-align: right;
}
footer .column .share .twitter-share-button {
  width: 82px !important;
}
footer .column p {
  margin-bottom: 0;
}
footer .column p:first-child:before {
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  padding: 10px 0px;
  border-top: 1px solid #fff;
}
footer .column img {
  width: 100%;
}
footer .column ul li {
  padding-bottom: 4px;
  display: inline-block;
  margin: 0px;
  width: 100%;
}
footer .column ul li a {
  color: #b0b0b0;
  font-weight: 100;
}
footer .column ul li a:hover {
  color: #fff;
}
footer .column ul:before {
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  padding: 10px 0px;
  border-top: 1px solid #fff;
}
footer .info-footer .orange-text {
  font-size: 11px;
}
.diagonal-white-2.mask-white.mask-center .right-wrapper .half {
  border-right: 0px !important;
}
.diagonal-white-2.mask-white.mask-center .right-wrapper .half p {
  text-align: center !important;
}
.tercio {
  font-size: 0;
}
.tercio .block {
  font-size: 14px;
  width: 50%;
  margin: 30px 0px;
  padding: 0px 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
}
.tercio .block:first-child {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
}
.tercio .block h3 {
  font-size: 20px;
}
.tercio .block p {
  font-size: 14px;
  font-weight: 100;
}
@media (max-width: 1000px) {
  .button-menu {
    display: block;
  }
  .show-menu #right {
    -webkit-transform: translate3d(260px, 0px, 0);
    -moz-transform: translate3d(260px, 0px, 0);
    -o-transform: translate3d(260px, 0px, 0);
    -ms-transform: translate3d(260px, 0px, 0);
    transform: translate3d(260px, 0px, 0);
  }
  .open-menu {
    -webkit-transform: translate3d(260px, 0px, 0);
    -moz-transform: translate3d(260px, 0px, 0);
    -o-transform: translate3d(260px, 0px, 0);
    -ms-transform: translate3d(260px, 0px, 0);
    transform: translate3d(260px, 0px, 0);
  }
  .menu-button {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    z-index: 10000;
    position: fixed;
  }
  #left {
    left: -260px;
    z-index: 10000;
    width: 260px;
  }
  .show-menu #left {
    left: 0;
  }
  #right {
    padding-left: 0px;
  }
}
.d-block img {
  width: 100%;
}
@media (max-width: 880px) {
  .right-wrapper {
    width: 100%;
    padding: 0px 15px;
  }
  .right-wrapper .in-right-wrapper {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #left {
    overflow: auto;
  }
  #right .slider-index .slider-item {
    height: auto;
    padding: 30px 0px;
  }
}
@media (max-width: 600px) {
  .triangulo_sup {
    display: none;
  }
  #team .right-wrapper-team {
    width: 100%;
    padding: 0 15px;
  }
  #team .right-wrapper-team #members li {
    width: 50%;
    height: 240px;
  }
  #team .right-wrapper-team #members li i {
    font-size: 20px;
  }
  #team .right-wrapper-team #members li span {
    font-size: 20px;
  }
  #team .right-wrapper-team #members-descriptions {
    margin-top: 0px;
    border: 0px;
    padding: 15px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow-y: auto;
  }
  #team .right-wrapper-team #members-descriptions .block {
    width: 100%;
    text-align: center;
  }
  #team .right-wrapper-team #members-descriptions .block.skills {
    padding: 0;
    margin-top: 40px;
  }
  #team .right-wrapper-team #members-descriptions .block.skills h3 {
    padding-bottom: 10px;
  }
  #team .right-wrapper-team #members-descriptions .block.skills .line-eque {
    margin: 10px auto 30px auto;
  }
  #team .right-wrapper-team #members-descriptions .block .description {
    text-align: center;
    font-size: 14px;
  }
  #team .right-wrapper-team #members-descriptions .block .description p {
    font-size: 14px;
  }
  #team .right-wrapper-team #members-descriptions .block:first-child {
    width: 100%;
    padding-right: 0px;
    border-right: 0px;
  }
  #team .right-wrapper-team #members-descriptions .block .top-block {
    text-align: center;
  }
  #team .right-wrapper-team #members-descriptions .block .top-block .member-info {
    margin-top: 10px;
    width: 100%;
  }
  #team .right-wrapper-team #members-descriptions .block .top-block .img-member-description {
    margin-right: 0px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 550px) {
  .d-block img {
    width: 100%;
  }
  #team .right-wrapper-team #members li {
    width: 100%;
    height: auto;
  }
  #team .right-wrapper-team #members li .img-member {
    height: 300px;
  }
  #team .right-wrapper-team #members li i {
    font-size: 20px;
  }
  #team .right-wrapper-team #members li span {
    font-size: 20px;
  }
  #team .right-wrapper-team #members-descriptions {
    border: 0px;
    padding: 15px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow-y: auto;
    margin-top: 0px;
    z-index: 1000;
  }
  .diagonal-white .half {
    border: 0px !important;
  }
  .tercio .block {
    width: 100%;
    margin: 20px 0px;
  }
  .diagonal-white-2 .half {
    border: 0px !important;
  }
  .diagonal-white-2 .block {
    width: 100%;
    text-align: center;
  }
  .diagonal-white-2 .block ul li i {
    font-size: 20px;
  }
  .diagonal-white-2 .block ul li span {
    font-size: 20px;
  }
  .diagonal-white-2 .block .title {
    font-size: 25px;
  }
  .diagonal-white-2 .block .line-eque {
    margin: 20px auto;
  }
  .diagonal-white-2 .block:first-child {
    width: 100%;
  }
  .slider-item {
    text-align: center;
  }
  .slider-item .line {
    margin: 20px auto;
    display: block;
  }
  .slider-item .wrapper .ascell {
    padding: 0 !important;
    text-align: center !important;
  }
  .message .wrapper-4 {
    width: 100%;
    padding: 80px 0px 20px 0px;
  }
  .message .wrapper-4 .title-message .bg-orange {
    color: #000c45;
    background-color: transparent;
    font-size: 1.6em;
  }
  .message .wrapper-4 .title-message .bg-white {
    color: #fff;
    font-size: 1.6em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  }
  .message.message-2 .wrapper-4 .title-message .bg-orange,
  .message.message-2 .wrapper-4 .title-message .bg-blue {
    color: #fff;
    background-color: transparent;
  }
  #right .diagonal-1 {
    padding: 0px 0px 30px 0px !important;
  }
  #right .diagonal-1:before {
    top: -20px;
  }
  #right .diagonal-1 .in-right-wrapper {
    font-size: 14px;
  }
  #right .diagonal-1 .in-right-wrapper .half {
    padding: 0 15px;
  }
  #right .diagonal-1 .in-right-wrapper .half p {
    font-size: 1.2em;
  }
  #right .diagonal-1 .in-right-wrapper p {
    font-size: 1.2em;
  }
  #right .diagonal-1:after {
    top: 50px;
  }
  .msj-short .right-wrapper .form-question .block {
    width: 100%;
  }
  .msj-short .right-wrapper .form-question .block .input-field {
    margin-bottom: 10px;
  }
  footer {
    width: 100%;
    padding: 20px 15px;
  }
  footer #copyright {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  footer .footer-wrapper .column {
    text-align: center;
    margin: 10px 0px;
  }
  footer .footer-wrapper .column .social {
    text-align: center;
  }
  footer .footer-wrapper .column .share {
    text-align: center;
  }
  footer .footer-wrapper .column img {
    width: 50%;
  }
  footer .footer-wrapper .column ul:before {
    margin: 10px auto;
    width: 20%;
  }
  footer .footer-wrapper .column ul li {
    display: inline-block;
    width: auto;
    margin: 5px 10px;
  }
  footer .footer-wrapper .column ul li a {
    font-size: 1.3em;
  }
  footer .footer-wrapper .column p {
    font-size: 1.3em;
  }
  footer .footer-wrapper .column p:before {
    margin: 10px auto;
    width: 20%;
  }
  footer .footer-wrapper .column .social {
    float: none;
  }
  footer .footer-wrapper .col-2 {
    width: 100%;
  }
  footer .footer-wrapper .col-3 {
    width: 100%;
  }
  #right .slider-index .slider-item {
    height: auto;
  }
  #right #slider .slider-item .wrapper {
    width: 100%;
    padding: 0 15px;
  }
  #right #slider .slider-item .wrapper h1 {
    font-size: 20px;
  }
  #right #slider .slider-item .wrapper p {
    font-size: 18px;
  }
  #right .mask-diagonal .right-wrapper .block,
  #right .diagonal-white .right-wrapper .block,
  #right .diagonal-white-2 .right-wrapper .block {
    width: 100%;
  }
  #right .mask-diagonal .right-wrapper .half,
  #right .diagonal-white .right-wrapper .half,
  #right .diagonal-white-2 .right-wrapper .half {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #right .mask-diagonal .right-wrapper .half .line-eque,
  #right .diagonal-white .right-wrapper .half .line-eque,
  #right .diagonal-white-2 .right-wrapper .half .line-eque {
    margin: 20 auto;
    float: none;
  }
  #right .mask-diagonal .right-wrapper .half .title,
  #right .diagonal-white .right-wrapper .half .title,
  #right .diagonal-white-2 .right-wrapper .half .title {
    text-align: center;
    margin-top: 20px;
  }
  #right .mask-diagonal .right-wrapper .half p,
  #right .diagonal-white .right-wrapper .half p,
  #right .diagonal-white-2 .right-wrapper .half p {
    text-align: center;
    font-size: 1.3em;
    color: #777;
    margin-bottom: 20px;
  }
  #right p {
    font-size: 16px;
  }
  #right .right-wrapper {
    width: 100%;
    padding: 0px 15px;
  }
  #right .right-wrapper .in-right-wrapper {
    width: 100%;
  }
  #right .right-wrapper .in-right-wrapper .half {
    width: 100%;
  }
  #right .who-diagonal .right-wrapper .half {
    width: 100%;
  }
  #right .who-diagonal .right-wrapper .half p {
    font-size: 16px;
  }
  #right .who-diagonal .right-wrapper .half:first-child {
    text-align: center;
  }
  #right .who-diagonal .right-wrapper .half img {
    width: 100%;
  }
  .owl-theme .owl-controls {
    position: relative;
    right: inherit;
    top: -60px;
  }
  .owl-theme .owl-controls .owl-pagination {
    width: auto;
  }
  .semi-diagonal-top form .block {
    width: 100%;
  }
  .semi-diagonal-top .nice-button {
    margin: 20px auto 0px;
    display: block;
    text-align: center;
    width: 70px;
    height: 70px;
  }
}
/* Update 6/15/16*/
.wrapper {
    width: 90%;
}
.col-6 {
    float:left;
    width: 50%;
    padding: 10px;
}
.col-3-new {
    vertical-align: middle;
     float:left;
    width: 25%;
    padding: 5px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-device-width: 480px) {
  .col-6 {
    float:none;
    width: 50%;
    padding: 10px;
}
}