@charset "UTF-8";
/*Fonts family*/
/*Font sizes*/
/*Colors*/
/*Hover Colors*/
/*Variables*/
/*Functions*/
/*Bases*/
#scrollUp {
  background-image: url("QgNjzgEU5SBKDBuaL0uSqPSvgjy2xbjhhaaUjoVf6XU.png");
  bottom: 20px;
  left: 20px;
  width: 38px;
  /* Width of image */
  height: 38px;
  /* Height of image */
}
.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.gradient-navbar {
  background: #333333;
  background: -moz-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #333333), color-stop(100%, #696969));
  background: -webkit-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: -o-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: -ms-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: linear-gradient(45deg, #333333 0%, #696969 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#696969, GradientType=1);
}
.gradient-orange {
  background: #ff7f4a;
  background: -moz-linear-gradient(45deg, #ff7f4a 0%, #ffa37d 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff7f4a), color-stop(100%, #ffa37d));
  background: -webkit-linear-gradient(45deg, #ff7f4a 0%, #ffa37d 100%);
  background: -o-linear-gradient(45deg, #ff7f4a 0%, #ffa37d 100%);
  background: -ms-linear-gradient(45deg, #ff7f4a 0%, #ffa37d 100%);
  background: linear-gradient(45deg, #ff7f4a 0%, #ffa37d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@orange', endColorstr='@lightOrange', GradientType=1);
}
.gradient-purple {
  background: #6f31c4;
  background: -moz-linear-gradient(45deg, #6f31c4 0%, #8a54d4 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #6f31c4), color-stop(100%, #8a54d4));
  background: -webkit-linear-gradient(45deg, #6f31c4 0%, #8a54d4 100%);
  background: -o-linear-gradient(45deg, #6f31c4 0%, #8a54d4 100%);
  background: -ms-linear-gradient(45deg, #6f31c4 0%, #8a54d4 100%);
  background: linear-gradient(45deg, #6f31c4 0%, #8a54d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@purple', endColorstr='@lightPurple', GradientType=1);
}
.gradient-grey {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f4f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f4f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f2f4f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f4f7', GradientType=0);
  /* IE6-9 */
}
.separator {
  display: block;
  width: 75px;
  height: 4px;
  background: #ff7f4a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 35px;
  margin-bottom: 40px;
}
.separator-purple {
  display: block;
  width: 75px;
  height: 4px;
  background: #6f31c4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 35px;
  margin-bottom: 40px;
}
.parallax-content {
  min-height: 300px !important;
  background: transparent !important;
}
.separator-blue {
  background: #79aae4;
}
.btn-orange {
  background-color: #ff7f4a;
  color: #ffffff;
  transition: all .2s;
}
.btn-purple {
  background-color: #6f31c4;
  color: #ffffff;
  transition: all .2s;
}
.btn-blue {
  background-color: #79aae4;
  color: #ffffff;
  transition: all .2s;
}
.btn-red {
  background-color: #d85464;
  color: #ffffff;
  transition: all .2s;
}
.btn-green {
  background-color: #92c659;
  color: #ffffff;
  transition: all .2s;
}
.btn-grey {
  background-color: #a7a7a7;
  color: #ffffff;
  transition: all .2s;
}
.btn-black {
  background-color: #333333;
  color: #ffffff;
  transition: all .2s;
}
.btn-orange:hover {
  background-color: #ff5b17;
  color: #ffffff;
  transition: all .2s;
}
.btn-purple:hover {
  background-color: #58279b;
  color: #ffffff;
  transition: all .2s;
}
.btn-blue:hover {
  background-color: #4f8fdb;
  color: #ffffff;
  transition: all .2s;
}
.btn-red:hover {
  background-color: #cb2e41;
  color: #ffffff;
  transition: all .2s;
}
.btn-green:hover {
  background-color: #79b03c;
  color: #ffffff;
  transition: all .2s;
}
.btn-grey:hover {
  background-color: #8e8e8e;
  color: #ffffff;
  transition: all .2s;
}
.btn-black:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  transition: all .2s;
}
/*Labels colors*/
.label-orange {
  background: #ff7f4a;
  font-size: 12px;
}
.label-purple {
  background: #6f31c4;
  font-size: 12px;
}
.label-blue {
  background: #79aae4;
  font-size: 12px;
}
.label-red {
  background: #d85464;
  font-size: 12px;
}
.label-green {
  background: #92c659;
  font-size: 12px;
}
.label-grey {
  background: #a7a7a7;
  font-size: 12px;
}
.label-black {
  background: #333333;
  font-size: 12px;
}
/*Text colors*/
.color-orange {
  color: #ff7f4a !important;
}
.color-purple {
  color: #6f31c4 !important;
}
.color-blue {
  color: #79aae4 !important;
}
.color-red {
  color: #d85464 !important;
}
.color-green {
  color: #92c659 !important;
}
.color-grey {
  color: #a7a7a7 !important;
}
.color-black {
  color: #333333 !important;
}
.color1 {
  color: #ff6384;
}
.color2 {
  color: #ff9f40;
}
.color3 {
  color: #ffcd56;
}
.color4 {
  color: #4bc0c0;
}
.color5 {
  color: #36a2eb;
}
.color6 {
  color: #9966ff;
}
.color7 {
  color: #c9cbcf;
}
.color8 {
  color: #646464;
}
.color9 {
  color: #ffc0cb;
}
/*Loaders*/
/*Loader*/
.dots-loading:after {
  content: '.';
  border-radius: 50px;
  animation: dots 1s steps(5, end) infinite;
  font-size: 32px;
  position: relative;
  line-height: 0px;
  margin-left: -10px;
}
.header-static .border-header {
  width: 100%;
  height: 3px;
  background: #333333;
  background: -moz-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #333333), color-stop(100%, #696969));
  background: -webkit-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: -o-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: -ms-linear-gradient(45deg, #333333 0%, #696969 100%);
  background: linear-gradient(45deg, #333333 0%, #696969 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#696969, GradientType=1);
  display: block;
  margin-top: -40px;
  margin-bottom: 40px;
}
.bg-static-parallax {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: top center;
  background-repeat: none;
  padding-top: 170px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.bg-static-parallax .shadow-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 350px;
  background: rgba(51, 51, 51, 0.6);
  z-index: 1;
}
.bg-static-parallax .shadow-text {
  background-image: url('rXsdxBbhsMIQZxhRDKEY3QHT0KVuKfMj1OaHjl9WbqT.png');
  background-size: cover;
  background-position: top center;
  background-repeat: none;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0px;
}
.bg-static-parallax .container {
  z-index: 2;
  position: relative;
  vertical-align: bottom;
}
.bg-static-parallax .row {
  vertical-align: bottom;
}
.bg-static-parallax h1 {
  color: #ffffff;
  font-family: SX-Font-Bold;
  text-shadow: 0px 2px 20px #333333;
  font-size: 3em;
  text-transform: uppercase;
  position: absolute;
  bottom: -120px;
}
.bg-static-parallax .route {
  margin-top: 20px;
}
.bg-static-parallax .route a {
  color: #c1c1c1;
}
.bg-static-parallax .route li::after {
  content: '/';
  color: #c1c1c1;
  padding-left: 15px;
  padding-right: 0px;
}
.bg-static-parallax .route li:last-child::after {
  content: '';
}
.carrousel-quotes {
  margin-top: 40px;
}
.carrousel-quotes .avatar {
  float: left;
  width: 75px !important;
  height: 75px;
  margin-right: 15px;
}
.carrousel-quotes .content p {
  color: #ffffff;
}
.carrousel-quotes .content p::before {
  content: '"';
  margin-right: 0px;
}
.carrousel-quotes .content p::after {
  content: '"';
  margin-left: 0px;
}
.carrousel-quotes .content span {
  display: block;
  color: #79aae4;
  font-family: SX-Font-SemiBold;
}
/*content big*/
.content-static p {
  font-size: 17px;
  line-height: 28px;
  margin-top: 20px;
  color: #818181;
}
.content-static p b {
  font-family: SX-Font-Bold;
  color: #676767;
}
.content-static p a {
  font-family: SX-Font-Bold;
  color: #ff7f4a;
}
.content-text-big {
  text-align: center;
  padding-top: 50px;
}
.content-text-big h1 {
  width: 60%;
  margin: 0 auto;
  font-size: 52px;
  font-family: SX-Font-Thin2;
}
.content-text-big h3 {
  width: 60%;
  margin: 0 auto;
  margin-top: 60px;
  color: #747474;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 60px;
}
.content-text-big h3 b {
  font-family: SX-Font-Bold;
  color: #5b5b5b;
}
.content-text-big h3 span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-family: SX-Font-SemiBold;
  color: #333333;
}
.content-text-big h3 b.bold {
  font-family: SX-Font-Bold;
  color: #79aae4;
  background-image: url('2lMLlQ8AEn9GNq7vKvtFBZ4Git2Uwc7DTz5GO7czGof.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 28px;
}
.content-text-big h3 b:hover {
  cursor: pointer;
}
.big-numbers {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 40px;
}
.big-numbers h2 {
  color: #ff7f4a;
  font-size: 52px;
  font-family: SX-Font-SemiBold;
}
.big-numbers p {
  width: 80%;
  margin: 0 auto;
  color: #a7a7a7;
}
.big-numbers p span {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #a7a7a7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 1px;
}
.content-text {
  color: #818181;
}
.process-invest img {
  width: 100%;
  height: 100%;
}
.process-invest h3 b {
  background: #ff7f4a;
  color: #ffffff;
  width: 36px;
  height: 36px;
  font-family: SX-Font-Bold;
  display: inline-block;
  text-align: center;
  padding-top: 9px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 7px;
}
.process-invest p strong {
  font-family: SX-Font-Bold;
  color: #414141;
}
.process-invest .indice-links {
  font-size: 17px;
}
.process-invest .indice-links li {
  margin-bottom: 10px;
}
.process-invest .indice-links ol {
  margin-top: 15px;
}
.process-invest .table {
  font-size: 16px;
}
.process-invest .table th {
  background: #ffffff;
  color: rgba(51, 51, 51, 0.8) !important;
  font-weight: SX-Font-SemiBold;
}
.process-invest .alert-blue {
  background: rgba(121, 170, 228, 0.05);
  color: #79aae4 !important;
  padding: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #79aae4;
  margin-top: 20px;
  font-size: 14px;
}
.process-invest .alert-blue b,
.process-invest .alert-blue strong {
  font-family: SX-Font-SemiBold;
}
.content-text h3,
.content-text h4,
.content-text h2,
.content-text h1 {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #0e0e0e;
  font-family: SX-Font-SemiBold;
}
.content-text h2 {
  font-size: 36px;
  font-family: SX-Font-Bold;
  margin-top: 100px;
}
.content-text ul {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
  margin-left: -40px;
}
.content-text ul li {
  margin-bottom: 10px;
  border: 1px solid rgba(167, 167, 167, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 15px;
  font-family: SX-Font-SemiBold;
  color: #5b5b5b;
  background: rgba(255, 255, 255, 0.95);
  font-size: 16px;
}
.content-text .type-investment {
  padding: 20px;
  border: 2px solid #BBC5D5;
  margin-top: 30px;
  margin-bottom: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.content-text .type-investment h5 {
  text-align: center;
  color: #696969;
  font-size: 24px;
}
.content-text .type-investment p {
  color: #A09F9E;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  line-height: 18px;
}
.content-text .type-investment ul {
  margin-bottom: -25px;
}
.content-text .type-investment ul li {
  background: none;
  border: none;
  padding: 5px 0px;
  color: #9faaba;
}
.content-text .type-investment .label-type-investment {
  text-align: center;
}
.content-text .type-investment .label-type-investment span {
  padding: 4px 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #ffffff;
}
.content-text .type-investment .label-type-investment .fa {
  font-size: 8px;
  opacity: 0.3;
}
.content-text .type-investment .label-type-investment .fa.active {
  opacity: 1;
}
.content-text .type-investment .label-type-investment b {
  margin-top: 2px;
  margin-left: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.content-text .type-investment .type-EARLY span {
  background: #909CB0;
}
.content-text .type-investment .type-EARLY .dot1 {
  opacity: 1;
}
.content-text .type-investment .type-SEED span {
  background: #BBC5D5;
}
.content-text .type-investment .type-SEED .dot1,
.content-text .type-investment .type-SEED .dot2 {
  opacity: 1;
}
.content-text .type-investment .type-SCALEUP span {
  background: #545E6F;
}
.content-text .type-investment .type-SCALEUP .dot1,
.content-text .type-investment .type-SCALEUP .dot2,
.content-text .type-investment .type-SCALEUP .dot3 {
  opacity: 1;
}
.content-text .type-investment .type-BOND span {
  background: #2A8FA0;
}
.content-text .type-investment ul {
  margin-top: 45px;
  margin-bottom: 30px;
  color: #9FAABA;
  list-style: none;
  margin-left: -30px;
  font-size: 16px;
}
.content-text .type-investment ul li {
  margin-bottom: 16px;
}
.content-text .type-investment ul span {
  float: right;
  color: #606773;
  font-family: SX-Font-SemiBold;
}
.content-text .type-investment ul .fa {
  opacity: 0.6;
  position: relative;
  top: -5px;
}
.content-text .type-investment .btn-view-criteria {
  text-align: center !important;
  color: #ff7f4a;
  font-size: 16px;
  font-family: SX-Font-SemiBold;
  width: 100%;
  display: block;
  margin-top: 20px;
  border-top: 1.5px solid #BBC5D5;
  padding-top: 20px;
}
.content-text .fa-ban {
  color: #d85464;
  margin-right: 5px;
}
.content-text b {
  font-family: SX-Font-Bold;
}
.content-text a {
  font-family: SX-Font-SemiBold;
  color: #ff7f4a;
}
.content-about {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
}
.row h3 {
  font-family: SX-Font-SemiBold;
  font-size: 26px;
}
.content-about h3 {
  font-family: SX-Font-SemiBold;
  font-size: 26px;
}
.button {
  color: #a7a7a7;
  margin-bottom: 40px;
  margin-top: 20px;
  border: 2px solid #a7a7a7;
  padding: 15px 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  font-size: 16px;
  transition: all .2s;
}
.button span {
  background: #79aae4;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 12px;
  margin-right: 10px;
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.button:hover {
  color: #79aae4;
  border-color: #79aae4;
  transition: all .2s;
  text-decoration: none;
}
.content-team {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 80px;
}
.content-team .item-team {
  min-height: 500px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.content-team .content {
  bottom: 0px;
  margin: 0 auto;
  margin-top: 30px;
}
.content-team img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0px 2px 20px rgba(51, 51, 51, 0.2);
  margin-bottom: 20px;
  transition: all .2s;
  margin: 0 auto;
}
.content-team h4 {
  font-family: SX-Font-SemiBold;
}
.content-team h5 {
  color: #ff7f4a;
  text-transform: uppercase;
}
.content-team h5 span {
  color: #ff7f4a;
  border: 1px solid #ff7f4a;
  padding: 2px 6px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 5px;
}
.content-team p {
  width: 80%;
  margin: 0 auto;
  color: #a7a7a7;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 14px;
}
.content-team a {
  color: #79aae4;
  border: 2px solid #79aae4;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  font-size: 18px;
  transition: all .2s;
}
.content-team a:hover {
  color: #ffffff;
  background: #79aae4;
  transition: all .2s;
}
.content-team a.disabled,
.content-team a.disabled:hover {
  color: #a7a7a7;
  border: 2px solid #a7a7a7;
  cursor: not-allowed;
  background: none;
  opacity: 0.5;
}
.content-team .item-team:hover img {
  width: 210px;
  height: 210px;
  transition: all .2s;
  margin: 0 auto;
  margin-top: 5px;
}
/*media content*/
.content-media {
  margin-top: 60px;
  margin-bottom: 60px;
}
.content-media img {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.content-media ul {
  margin-left: 20px;
  margin-top: 30px;
}
.content-media ul li {
  margin-bottom: 10px;
}
.content-media b {
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
}
.content-media p {
  width: 80%;
  color: #747474;
}
/*Space*/
.space {
  width: 100%;
  height: 100px;
  display: block;
  clear: both;
}
/*timeline*/
.timeline h5 {
  color: #a7a7a7;
  margin-bottom: 50px;
  display: block;
}
.timeline {
  margin-top: 70px;
  background: #ffffff;
  padding: 30px 10px;
  border-top: 1px solid rgba(167, 167, 167, 0.2);
  border-bottom: 1px solid rgba(167, 167, 167, 0.2);
  height: 360px;
  overflow-x: scroll;
  margin-bottom: 60px;
}
.timeline ol {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 4px;
  background: #ff7f4a;
  width: 100%;
  margin-top: 105px;
}
.timeline ol::before,
.timeline ol::after {
  content: "";
  position: absolute;
  top: -8px;
  display: block;
  width: 0;
  height: 0;
  border-radius: 10px;
  border: 10px solid #ff7f4a;
}
.timeline ol::before {
  left: -5px;
}
.timeline ol::after {
  right: -10px;
  content: "";
  border-right: 0;
  border-left: 20px solid #ff7f4a;
  border-radius: 10px;
  background: #ffffff;
}
/* ---- Timeline elements ---- */
.timeline li {
  position: relative;
  display: inline-block;
  float: left;
  width: 200px;
  font: bold 14px arial;
  height: 50px;
  margin-right: 20px;
}
.timeline li .data {
  position: absolute;
  top: -60px;
  left: 5%;
  color: rgba(51, 51, 51, 0.8);
  font-family: SX-Font-SemiBold;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.timeline li .time {
  display: block;
  color: #79aae4;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 12px;
  font-family: SX-Font-Regular;
}
.timeline li .point {
  content: "";
  top: -3px;
  left: 10%;
  display: block;
  width: 8px;
  height: 8px;
  border: 5px solid #ff7f4a;
  border-radius: 10px;
  background: #fff;
  position: absolute;
}
.timeline li .description {
  display: ;
  background-color: rgba(167, 167, 167, 0.12);
  padding: 15px;
  margin-top: 30px;
  position: relative;
  font-weight: normal;
  z-index: 1;
  height: 115px;
  font-family: SX-Font-SemiBold;
  color: rgba(51, 51, 51, 0.6);
  transition: all .2s;
  font-size: 13px;
  line-height: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.timeline .description::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f4f4f4;
  position: absolute;
  top: -5px;
  left: 10%;
}
.timeline li:hover {
  cursor: pointer;
  color: #48A4D2;
}
.timeline li:hover .description {
  background-color: rgba(167, 167, 167, 0.24);
  margin-top: 20px;
  transition: all .2s;
}
/*Collapse*/
.panel-static-content h4 {
  margin-top: -10px;
  padding: 10px 0px;
}
.panel-static-content h4 a,
.panel-static-content h4 a:hover,
.panel-static-content h4 a:focus {
  border: none;
  color: rgba(51, 51, 51, 0.9);
  text-align: left;
  float: none;
  background: none;
  text-transform: none;
  font-size: 18px;
  text-decoration: none;
  line-height: 20px;
  margin-left: -15px;
}
.panel-static-content h4 {
  line-height: 10px;
  padding-top: 18px;
  margin-left: 15px;
}
.panel-static-content .panel {
  margin-bottom: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(51, 51, 51, 0.25);
  overflow: hidden;
}
.panel-static-content .panel-heading {
  background: #eff3f6;
}
.panel-static-content .panel-body {
  height: 205px;
  overflow-y: scroll;
  font-size: 14px;
  color: #a7a7a7;
}
/*Trust in*/
.trust-in-sx {
  background: #ffffff;
  margin-bottom: -100px;
  padding: 50px 0px;
}
.trust-in-sx h4 {
  color: #a7a7a7;
  font-size: 16px;
}
.trust-in-sx h4 a {
  color: #79aae4;
  border: 1px solid #79aae4;
  padding: 4px 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 20px;
  transition: all .2s;
}
.trust-in-sx h4 a:hover {
  background: #79aae4;
  color: #ffffff;
  text-decoration: none;
  transition: all .2s;
}
.trust-in-sx .list-trust,
.trust-in-sx .list-finance {
  margin-top: 40px;
}
.trust-in-sx .list-trust li {
  margin-right: 20px;
}
.trust-in-sx .list-investors {
  margin-top: 50px;
  margin-bottom: 60px;
}
.trust-in-sx .list-investors li {
  margin-right: -30px;
  transition: all .2s;
}
.trust-in-sx .list-investors li img {
  width: 80px;
  height: 80px;
}
.trust-in-sx .list-investors li:hover {
  margin-right: -20px;
  margin-left: 20px;
  transition: all .2s;
}
.trust-in-sx .cnmv-block {
  margin-top: 40px;
}
.trust-in-sx .cnmv-block img {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.trust-in-sx .cnmv-block .content {
  float: left;
  width: 70%;
  color: #a7a7a7;
}
.trust-in-sx .cnmv-block .content span {
  display: block;
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/*contact*/
.content-contact {
  margin-top: 80px;
  margin-bottom: 80px;
}
.content-contact iframe {
  width: 90%;
  height: 450px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(167, 167, 167, 0.5);
  margin-top: 20px;
}
.content-contact .address {
  background: #ffffff;
  width: 90%;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.content-contact .address h4 {
  color: #818181;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}
.content-contact .address h4 b {
  color: #333333;
  font-family: SX-Font-SemiBold;
}
.content-contact .address a {
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
}
.content-contact .address .title {
  font-family: SX-Font-SemiBold;
  display: block;
  margin-bottom: -20px;
  font-size: 18px;
  color: #333333;
}
.content-contact .address .subtitle {
  margin-bottom: -20px;
}
.content-contact p.text {
  color: #747474;
  margin-top: 30px;
  font-size: 14px;
}
.content-contact p.text a {
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
}
.content-contact .btn-send-contact {
  background: #79aae4;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 40px;
  margin-top: 30px;
  font-size: 18px;
  font-family: SX-Font-SemiBold;
  transition: all .2s;
}
.content-contact .btn-send-contact:hover {
  background: #4f8fdb;
  transition: all .2s;
}
.content-contact .btn-send-contact.disabled,
.content-contact .btn-send-contact.disabled:hover {
  background: #a7a7a7;
  pointer: not-allowed;
  opacity: 0.4 !important;
}
.content-contact label {
  font-family: SX-Font-SemiBold;
}
.content-contact .user-content h5 {
  color: #a7a7a7;
  margin-bottom: 20px;
}
.content-contact .user-content {
  margin-bottom: 40px;
  display: block;
}
.content-contact .user-content img {
  width: 60px;
  height: 60px;
  border: 4px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 18px;
  box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.2);
}
.content-contact .content {
  padding-top: 7px;
}
.content-contact .user-content .name {
  font-family: SX-Font-SemiBold;
  display: block;
  text-transform: capitalize;
}
.content-contact .user-content .email {
  color: #ff7f4a;
  display: block;
}
.content-contact .alert-captcha-success,
.content-contact .alert-captcha-fail {
  display: none;
}
.content-contact .chaptcha p {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  margin-top: 12px;
}
.content-contact .chaptcha input {
  width: 65px;
  float: left;
  margin-top: 10px;
  text-align: center;
}
.content-contact .alert-content-captcha {
  color: #a7a7a7;
  margin-top: 5px;
}
.content-contact .alert-captcha-success {
  color: #92c659;
}
.content-contact .alert-captcha-fail {
  color: #d85464;
}
/*download button*/
.download-button {
  float: right;
  position: relative;
  top: -30px;
}
.download-button a {
  border: 2px solid #ff7f4a;
  color: #ff7f4a;
  padding: 15px 30px;
  font-family: SX-Font-SemiBold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.download-button a:hover {
  cursor: pointer;
  text-decoration: none;
  background: #ff7f4a;
  color: #ffffff;
}
/*Dealflow page*/
.content-dealflow-page p {
  line-height: 21px;
  padding-right: 30px;
  font-size: 16px;
}
.content-dealflow-page ul {
  list-style: none;
  margin-left: -40px;
  margin-top: 15px;
}
.content-dealflow-page ul li {
  margin-bottom: 5px;
}
.content-dealflow-page ul a {
  color: #ff7f4a;
  font-size: 18px;
}
.content-dealflow-page .typeform-iframe {
  background: #fff;
  box-shadow: 0px 3px 20px #e7e6e6;
  border-radius: 6px;
  padding: 20px;
  margin-top: 50px;
}
.content-dealflow-page .step {
  float: left;
  width: 31%;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
}
.content-dealflow-page .step span {
  color: #ff7f4a;
  display: block;
  margin-bottom: 0px;
  font-family: SX-Font-SemiBold;
}
.content-dealflow-page .step p {
  color: #333333;
  font-size: 16px;
  margin-top: 0px;
  font-family: SX-Font-SemiBold;
}
.content-dealflow-page .step .progress {
  background: #ff7f4a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 10px;
  margin-bottom: 5px;
}
.content-dealflow-page .step.disabled {
  opacity: 0.5;
}
.content-dealflow-page .step.disabled:hover {
  cursor: not-allowed;
}
.content-dealflow-page .step.disabled span,
.content-dealflow-page .step.disabled p {
  color: #a7a7a7;
  font-family: SX-Font-Regular;
}
.content-dealflow-page .step.disabled .progress {
  background: rgba(167, 167, 167, 0.5);
}
.content-dealflow-page .no-steps {
  text-align: center;
  padding: 40px 0px;
}
.content-dealflow-page .no-steps i {
  color: #d85464;
  font-size: 64px;
}
.content-dealflow-page .no-steps p span {
  color: #333333;
  font-family: SX-Font-SemiBold;
  text-transform: uppercase;
}
/*Modal dealflow*/
.modal-step-2-dealflow .modal-dialog {
  top: 25%;
}
.modal-step-2-dealflow .modal-dialog .modal-body {
  padding-bottom: 45px;
}
.modal-step-2-dealflow .modal-dialog .modal-body p {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 24px;
}
.modal-step-2-dealflow .modal-dialog .modal-body a {
  margin: 0 auto;
  background: #ff7f4a;
  padding: 15px 35px;
  color: #ffffff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  margin-bottom: 50px;
  opacity: 1;
  font-size: 18px;
  font-family: SX-Font-Bold;
  transition: all .2s;
}
.modal-step-2-dealflow .modal-dialog .modal-body a:hover {
  text-decoration: none;
  background: #ff6221;
  box-shadow: 0px 5px 10px rgba(167, 167, 167, 0.3);
  transition: all .2s;
}
.modal-step-2-dealflow .modal-dialog .modal-body .margin {
  display: block;
  width: 100%;
  height: 25px;
}
.modal-step-2-dealflow .modal-dialog .modal-body p span {
  color: #ff7f4a;
  text-transform: capitalize;
  font-family: SX-Font-SemiBold;
}
.modal-step-2-dealflow .modal-dialog .modal-body p b {
  color: #333333;
  font-family: SX-Font-Bold;
}
.modal-step-2-dealflow .modal-dialog .modal-body h3 {
  color: #333333;
  font-family: SX-Font-SemiBold;
  margin-bottom: 30px;
}
.modal-step-2-dealflow .modal-dialog .modal-body h3 i {
  display: block;
  color: #92c659;
  margin-bottom: 20px;
  font-size: 36px;
}
.animateBounceIcon {
  -webkit-animation-name: bounceA;
  -moz-animation-name: bounceA;
  -o-animation-name: bounceA;
  animation-name: bounceA;
}
.animatedA {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounceA {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounceA {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounceA {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-15px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounceA {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*Pyro Animation*/
.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px #0000ff, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}
.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}
@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
/*Responsive*/
@media only screen and (max-width: 549px), only screen and (min-width: 550px) and (max-width: 769px) {
  .bg-static-parallax {
    height: 250px;
    padding-top: 120px;
  }
  .bg-static-parallax h1 {
    font-size: 36px;
  }
  .carrousel-quotes {
    display: none;
  }
  .content-text-big h1 {
    width: 90%;
    font-size: 32px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .content-text-big h3 {
    width: 80%;
  }
  .big-numbers {
    width: 90%;
  }
  .timeline ol {
    width: 180%;
  }
  .content-text-big h3 b {
    display: block;
    text-align: center;
    width: 180px;
    margin: 0 auto;
  }
  .button span {
    display: none;
  }
  .timeline ol {
    width: 390%;
  }
  .trust-in-sx .cnmv-block .content {
    width: 65%;
  }
  .content-team .item-team {
    min-height: 350px;
  }
  .content-team img,
  .content-team .item-team:hover img {
    width: 120px;
    height: 120px;
  }
  .space {
    height: 40px;
  }
  .trust-in-sx .list-investors li img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bg-static-parallax {
    height: 250px;
    padding-top: 120px;
  }
  .bg-static-parallax h1 {
    font-size: 36px;
  }
  .carrousel-quotes {
    margin-top: 30px;
  }
  .content-text-big h1 {
    width: 90%;
    font-size: 42px;
    margin-top: -20px;
  }
  .big-numbers {
    width: 90%;
  }
  .timeline ol {
    width: 180%;
  }
  .trust-in-sx .cnmv-block .content {
    width: 65%;
  }
  .content-team .item-team {
    min-height: 410px;
  }
  .content-team img,
  .content-team .item-team:hover img {
    width: 150px;
    height: 150px;
  }
  .space {
    height: 50px;
  }
}


