@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;
}
/*Open oportunity*/
.open-oportunity {
  margin-top: 60px;
  margin-bottom: 20px;
}
h2 {
  margin-bottom: 30px;
  font-family: SX-Font-Regular;
  color: #696969;
}
.open-oportunity h2 small {
  font-family: SX-Font-SemiBold;
  color: #ff7f4a;
  text-transform: uppercase;
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
  margin-left: 10px;
}
.info-criteria p {
  text-align: right;
  margin-top: 15px;
  font-size: 16px;
  color: #a7a7a7;
}
.info-criteria strong,
.info-criteria b {
  color: #818181;
  font-family: SX-Font-SemiBold;
}
.info-criteria .btn-group .btn-bordered {
  background: none;
  border: 2px solid #a7a7a7;
  color: #a7a7a7;
  padding: 15px 20px;
  transition: all .3s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-top: 20px;
}
.info-criteria .btn-group span {
  margin-right: 5px;
  text-transform: uppercase;
}
.info-criteria .btn-group .btn {
  margin-left: -2px;
}
.info-criteria .btn-group .btn-bordered:hover {
  border: 2px solid #79aae4;
  color: #79aae4;
  transition: all .3s;
}
/*New investment block*/
.content-open-oportunity {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid rgba(167, 167, 167, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
}
.content-open-oportunity .overlay {
  background: rgba(51, 51, 51, 0.75);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.content-open-oportunity .row {
  padding: 35px;
  padding-right: 20%;
}
.content-open-oportunity .content-text {
  padding-left: 15%;
  text-align: right;
  color: #ffffff;
  padding-right: 5%;
}
.content-open-oportunity .content-text-mobile {
  padding-top: 25px;
  text-align: center;
  color: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
}
.content-open-oportunity .content-text h1 {
  font-family: SX-Font-Bold;
  color: #ffffff;
  text-shadow: 0px 0px 20px #333333;
  font-size: 42px;
  margin-top: 30px;
}
.content-open-oportunity .content-text .separator {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-open-oportunity .content-text p {
  font-size: 16px;
  color: #dadada;
  text-shadow: 0px 0px 20px #333333;
  margin-top: 30px;
}
.content-open-oportunity .content-text p span {
  color: #ffffff;
  font-family: SX-Font-SemiBold;
}
.content-open-oportunity .content-text .fiscal-incentives {
  border: 1.5px solid #79aae4;
  color: #79aae4;
  background: rgba(51, 51, 51, 0.75);
  width: 250px;
  padding: 10px;
  float: right;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 12px;
}
.content-open-oportunity .content-text .fiscal-incentives i {
  margin-right: 5px;
}
.content-open-oportunity .content-text .btn-invest {
  color: #ffffff;
  padding: 20px 60px;
  font-size: 20px;
}
.content-open-oportunity .content-text-mobile .btn-invest {
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  margin-bottom: -30px;
}
.content-open-oportunity .content-text .countdown {
  margin-top: 50px;
}
.content-open-oportunity .content-text .countdown span {
  text-transform: uppercase;
  color: #a7a7a7;
}
.content-open-oportunity .content-text .countdown b {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 26px;
  text-shadow: 0px 0px 20px #333333;
}
.content-open-oportunity .syndicate {
  width: 320px !important;
}
/*Old oportunities*/
.old-oportunities {
  margin-top: 40px;
}
.old-oportunities h2 small {
  font-family: SX-Font-SemiBold;
  color: #79aae4;
  text-transform: uppercase;
  margin-left: 10px;
}
/*3 steps*/
.steps-investment {
  margin-top: 60px;
}
.steps-investment span {
  font-size: 42px;
  color: #79aae4;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: block;
  border: 3px solid #79aae4;
  padding-top: 8px;
  margin-top: 30px;
}
.steps-investment h3 {
  font-family: SX-Font-SemiBold;
  font-size: 22px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 20px;
}
.steps-investment p {
  color: #a7a7a7;
  width: 90%;
  text-align: justify;
  font-size: 16px;
  line-height: 23px;
}
.steps-investment p strong,
.steps-investment p b {
  font-family: SX-Font-SemiBold;
  color: #818181;
}
/*quote sx*/
.quote-sx {
  background: #333333;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 80px;
  color: #ffffff;
  text-align: center;
}
.quote-sx .quote {
  font-size: 26px;
  padding: 10px 15%;
  line-height: 32px;
  color: #ffffff;
}
.quote-sx p {
  margin-top: 20px;
  color: #a7a7a7;
  font-size: 16px;
}
.quote-sx p img {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.quote-sx p span {
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
}
/*Ventajas*/
.keys-invest-sx .row {
  width: 90%;
  margin: 0 auto;
  margin-bottom: -40px;
}
.keys-invest-sx .block {
  padding: 0px;
  margin-right: 5%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 40px;
  border: 1px solid rgba(167, 167, 167, 0.4);
}
.keys-invest-sx .block h4 {
  color: rgba(167, 167, 167, 0.2);
  font-size: 60px;
  font-family: SX-Font-Bold;
  padding: 25px;
  transition: all .2s;
}
.keys-invest-sx .block.investors h4.investors {
  color: #ff7f4a;
  transition: all .2s;
}
.keys-invest-sx .block.startups h4.startups {
  color: #79aae4;
  transition: all .2s;
}
.keys-invest-sx .block {
  box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.2);
  transition: all .2s;
  background: #ffffff;
}
.keys-invest-sx .block ul {
  list-style: none;
  margin-left: -40px;
}
.keys-invest-sx .block ul i {
  margin-right: 5px;
}
.keys-invest-sx .block ul li {
  border-bottom: 1px solid rgba(167, 167, 167, 0.2);
  padding: 25px;
  font-size: 16px;
  color: #8e8e8e;
}
.keys-invest-sx .block ul li:last-child {
  border-bottom: 0px solid rgba(167, 167, 167, 0.2);
}
/*Syndicate block*/
.syndicate .overlay-bg {
  background: rgba(51, 51, 51, 0.65);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.syndicate {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  height: 580px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 95%;
  text-align: center;
  margin: 0px 0px 0px 0px;
  margin-bottom: 40px;
}
.syndicate .image {
  position: relative;
  height: 185px;
  overflow: hidden;
}
.syndicate .image img {
  width: 120%;
}
.syndicate .image .logo {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  position: absolute;
  top: 45px;
  left: 37.5%;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 20px #333333;
  transition: all .1s;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  background: #fbfbfb;
}
.syndicate .image .lead-investor {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  background: #fbfbfb;
  border: 3px solid #ffffff;
}
.syndicate .image .status {
  position: absolute;
  top: 10px;
  left: 10px;
  box-shadow: 0px 0px 10px #333333;
  text-transform: uppercase;
}
.syndicate .content {
  padding: 12px;
}
.syndicate .content.content-startup {
  margin-top: -10px;
}
.syndicate .content h3 {
  font-family: SX-Font-Bold;
  font-size: 20px;
  color: #333333;
}
.syndicate .content .description {
  font-size: 14px;
  line-height: 18px;
  min-height: 40px;
  color: #a7a7a7;
}
.syndicate .content .category {
  color: #79aae4;
  text-transform: capitalize;
}
.syndicate hr {
  color: #a7a7a7;
  background-color: #a7a7a7;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.syndicate .data.pull-right {
  text-align: right;
}
.syndicate .data.pull-left {
  text-align: left;
}
.syndicate .data span {
  color: #c1c1c1;
  text-transform: uppercase;
  font-size: 12px;
}
.syndicate .data p {
  font-size: 18px;
  color: #696969;
  margin-top: -2px;
  margin-bottom: 5px;
  font-family: SX-Font-SemiBold;
}
.syndicate .data p.orange {
  color: #ff7f4a;
}
.syndicate .progress {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 10px;
  box-shadow: none;
  padding: 3px;
  margin-top: 0px;
  overflow: hidden;
}
.syndicate .progress-bar {
  background: #ff7f4a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.syndicate ul {
  text-align: left;
  color: #c1c1c1;
  font-family: SX-Font-Thin2;
  margin-bottom: -5px;
}
.syndicate ul li {
  width: 32%;
  text-transform: capitalize;
}
.syndicate ul span {
  display: block;
  font-size: 18px;
  margin-bottom: -3px;
  font-family: SX-Font-Regular;
  font-weight: bold;
  color: #696969;
}
.syndicate .lead-investor {
  margin-bottom: -15px;
}
.syndicate .lead-investor .logo {
  width: 46px;
  height: 46px;
  float: left;
  border: 1px solid #e7e7e7;
  margin-right: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fbfbfb;
}
.syndicate .lead-investor .logo img {
  width: 100%;
  height: 100%;
}
.syndicate .small {
  color: #c1c1c1;
  font-family: SX-Font-Thin2;
  margin-top: -12px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: -12px;
}
.syndicate .lead-investor .investor-name {
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #a7a7a7;
  font-family: SX-Font-SemiBold;
}
.syndicate .lead-investor .qty-invest {
  text-align: left;
  text-transform: uppercase;
  color: #696969;
  font-family: SX-Font-SemiBold;
  font-size: 18px;
  margin-top: -10px;
}
.syndicate:hover .image .logo {
  width: 100px;
  height: 100px;
  left: 35%;
  top: 39px;
  transition: all .2s;
}
.syndicate a:hover {
  text-decoration: none;
}
.syndicate .background {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  transition: all .3s;
}
.syndicate:hover .background {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  transition: all .3s;
}
/*.syndicate opened*/
.open-opportinies-sx {
  margin-bottom: 50px;
}
.syndicate-opened {
  height: 585px;
  margin-top: 2em;
}
.syndicate-opened .content h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.syndicate-opened .finish-investment {
  padding-top: 7px;
  color: rgba(51, 51, 51, 0.4);
}
.syndicate-opened .btn-invest {
  width: 92%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
}
.syndicate-opened .fiscal-incentives {
  width: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding-top: 4px;
  background: #79aae4;
  border: 2px solid #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.syndicate-opened .countdown span {
  text-transform: uppercase;
  color: #ccc;
  font-size: 12px;
  float: left;
  padding-left: 15px;
}
.syndicate-opened .countdown b {
  font-weight: bold;
  font-family: SX-Font-SemiBold;
  font-size: 14px;
  float: right;
  padding-right: 15px;
}
/*Bottom*/
.alert-invest-startups {
  background: #ffffff;
  padding: 40px 0px;
}
.alert-invest-startups .label {
  padding: 4px 10px;
  font-size: 14px;
}
.alert-invest-startups p {
  color: #a7a7a7;
  margin-top: 20px;
}
.alert-invest-startups a {
  color: #ff7f4a;
}
.demo-block {
  text-align: center;
  background: rgba(216, 84, 100, 0.2);
  padding: 50px;
  color: #d85464;
  margin-top: 50px;
}
/*Bottom register not logged*/
.scrolled-div-register {
  position: fixed;
  bottom: 0px;
  background: #ffffff;
  padding: 10px;
  width: 100%;
  box-shadow: -10px 0px 30px rgba(51, 51, 51, 0.2);
  z-index: 9999;
}
.scrolled-div-register p {
  font-size: 16px;
  color: #8e8e8e;
}
.scrolled-div-register p span {
  display: block;
  color: #79aae4;
  font-family: SX-Font-SemiBold;
  margin-bottom: 8px;
}
@keyframes bounceloop {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounceloop {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-5px);
  }
}
.scrolled-div-register a {
  background: #ff7f4a;
  text-align: center;
  width: 100%;
  font-family: SX-Font-Bold;
  color: #ffffff;
  display: block;
  padding: 20px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 18px;
  margin-top: 7px;
  transition: all .2s;
  animation: bounceloop .6s infinite alternate;
  -webkit-animation: bounceloop .6s infinite alternate;
}
.scrolled-div-register a:hover {
  text-decoration: none;
  background: #e34200;
  transition: all .2s;
}
/*Modal no backer*/
.btn-demo-goBaker {
  text-align: center;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  margin-top: 10px;
  color: #ff7f4a !important;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #ff7f4a !important;
}
.btn-demo-goBaker:hover {
  text-align: center;
  background-color: #ff7f4a;
  padding: 15px;
  border-radius: 4px;
  margin-top: 10px;
  color: #fff !important;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #ff7f4a !important;
}
.btn-demo-goBaker span {
  background-color: #666;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  margin-left: 2px;
}
.modal-modalNoBaker h3 {
  font-size: 24px !important;
  margin-top: 10px;
  font-family: SX-Font-Bold;
}
.modal-modalNoBaker .cap {
  text-transform: capitalize !important;
}
.modal-modalNoBaker h4 {
  color: #ff7f4a !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 25px;
}
.modal-modalNoBaker p {
  font-size: 16px;
  line-height: 22px;
  color: #9a9a9a;
}
.modal-modalNoBaker p strong {
  font-family: SX-Font-SemiBold;
  color: #676767;
}
.modal-modalNoBaker p span {
  color: #9a9a9a;
  font-weight: 600;
}
.modal-modalNoBaker a {
  background-color: #ff7f4a;
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  border-radius: 5px;
  padding: 18px;
  width: 100%;
}
.modal-modalNoBaker .modal-body {
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
}
.modal-modalNoBaker .bounceIn {
  -webkit-animation-delay: 0.2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 0.2s;
  width: 100%;
}
.alert-error-change-baker,
.alert-done-change-baker {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  padding: 15px !important;
  margin-bottom: 0px;
}
.alert-top-register .alert {
  margin-bottom: 20px;
  margin-bottom: -50px;
  background: rgba(121, 170, 228, 0.2);
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #143863;
  font-size: 14px;
}
.alert-top-register .alert span {
  font-family: SX-Font-SemiBold;
}
.alert-top-register .alert a {
  background: #79aae4;
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: SX-Font-SemiBold;
  display: block;
  transition: all .2s;
  animation: bounceloop .6s infinite alternate;
  -webkit-animation: bounceloop .6s infinite alternate;
}
.alert-top-register .alert a:hover {
  background: #4f8fdb;
  transition: all .2s;
}
.bg-static-parallax {
  height: 340px !important;
}
.header-syndicates {
  height: 340px !important;
  margin-top: 63px;
}
.header-syndicates h2 {
  text-align: center;
  color: #ffffff;
  font-family: SX-Font-Bold;
  text-transform: uppercase;
  font-size: 42px;
  margin-top: -45px;
  text-shadow: 0px 2px 20px #333333;
}
.header-syndicates p.info-invest {
  color: #c1c1c1;
  font-size: 18px;
  text-align: center;
  text-shadow: 0px 2px 20px #333333;
}
.header-syndicates .btn-info-invest {
  margin: 0 auto !important;
}
.header-syndicates .btn-group .btn-bordered {
  background: none;
  border: 2px solid #a7a7a7;
  color: #a7a7a7;
  padding: 15px 20px;
  transition: all .3s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-top: 20px;
  background: rgba(51, 51, 51, 0.45);
}
.header-syndicates .btn-group span {
  margin-right: 5px;
  text-transform: uppercase;
}
.header-syndicates .btn-group .btn {
  margin-left: -2px;
}
.header-syndicates .btn-group .btn-bordered:hover {
  border: 2px solid #79aae4;
  color: #79aae4;
  transition: all .3s;
}
.investment-types {
  margin: 50px 0px;
}
.investment-types h3 {
  color: #A09F9E;
  font-size: 28px;
  font-family: SX-Font-Regular;
}
.investment-types .btn-close-investment-types {
  background: #ff7f4a;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 4px 10px;
  margin-top: -50px;
}
.investment-types .type-investment {
  padding: 20px;
  border: 2px solid #BBC5D5;
  margin-top: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.investment-types .type-investment h5 {
  text-align: center;
  color: #696969;
  font-size: 24px;
}
.investment-types .type-investment p {
  color: #A09F9E;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
.investment-types .type-investment .label-type-investment {
  text-align: center;
}
.investment-types .type-investment .label-type-investment span {
  padding: 4px 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #ffffff;
}
.investment-types .type-investment .label-type-investment .fa {
  font-size: 8px;
  opacity: 0.3;
}
.investment-types .type-investment .label-type-investment .fa.active {
  opacity: 1;
}
.investment-types .type-investment .label-type-investment b {
  margin-top: 2px;
  margin-left: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.investment-types .type-investment .type-PRE_SEED span {
  background: #BBC5D5;
}
.investment-types .type-investment .type-SEED span {
  background: #BBC5D5;
}
.investment-types .type-investment .type-SEED .dot1 {
  opacity: 1;
}
.investment-types .type-investment .type-EARLY span {
  background: #909CB0;
}
.investment-types .type-investment .type-EARLY .dot1,
.investment-types .type-investment .type-EARLY .dot2 {
  opacity: 1;
}
.investment-types .type-investment .type-SCALEUP span {
  background: #545E6F;
}
.investment-types .type-investment .type-SCALEUP .dot1,
.investment-types .type-investment .type-SCALEUP .dot2,
.investment-types .type-investment .type-SCALEUP .dot3 {
  opacity: 1;
}
.investment-types .type-investment ul {
  margin-top: 45px;
  margin-bottom: 30px;
  color: #9FAABA;
  list-style: none;
  margin-left: -30px;
  font-size: 16px;
}
.investment-types .type-investment ul li {
  margin-bottom: 16px;
}
.investment-types .type-investment ul span {
  float: right;
  color: #606773;
  font-family: SX-Font-SemiBold;
}
.investment-types .type-investment ul .fa {
  opacity: 0.6;
  position: relative;
  top: -5px;
}
.investment-types .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;
}
.syndicate .investment-type {
  margin-bottom: 25px;
}
.syndicate .investment-type .label-type-investment {
  text-align: center;
  text-transform: uppercase;
}
.syndicate .investment-type .label-type-investment span {
  padding: 4px 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #ffffff;
}
.syndicate .investment-type .label-type-investment .fa {
  font-size: 8px;
  opacity: 0.3;
}
.syndicate .investment-type .label-type-investment .fa.active {
  opacity: 1;
}
.syndicate .investment-type .label-type-investment b {
  margin-top: 2px;
  margin-left: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.syndicate .investment-type .type-SEED span {
  background: #BBC5D5;
}
.syndicate .investment-type .type-SEED .dot1 {
  opacity: 1;
}
.syndicate .investment-type .type-EARLY span {
  background: #909CB0;
}
.syndicate .investment-type .type-EARLY .dot1,
.syndicate .investment-type .type-EARLY .dot2 {
  opacity: 1;
}
.syndicate .investment-type .type-SCALEUP span {
  background: #545E6F;
}
.syndicate .investment-type .type-SCALEUP .dot1,
.syndicate .investment-type .type-SCALEUP .dot2,
.syndicate .investment-type .type-SCALEUP .dot3 {
  opacity: 1;
}
.syndicate-opened {
  transition: all .2s;
}
.syndicate-opened p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.syndicate-opened .button-invest {
  padding-top: 12px;
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
  font-size: 16px;
}
.syndicate-opened .button-invest .fa {
  font-size: 12px;
  margin-left: 5px;
}
.syndicate-opened .countdown {
  color: #a7a7a7;
  padding-top: 12px;
}
.syndicate-opened .countdown .fa {
  margin-right: 5px;
}
.syndicate-opened .content-border-top {
  border-top: 1px solid #ececec;
  margin-top: 15px;
}
.syndicate-opened:hover {
  box-shadow: 0px 5px 30px #d6d6d6;
  margin-top: -5px;
  transition: all .2s;
}
.syndicate-opened:hover .button-invest {
  text-decoration: underline;
}
.module-new-syndicates-types {
  margin-top: 40px;
}
.menu-syndicates-types ul {
  margin-bottom: 40px;
  margin-top: 50px;
  font-size: 18px;
  font-family: SX-Font-Regular;
  border-bottom: 2px solid #E0DEDE;
  width: 100%;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.menu-syndicates-types ul li {
  margin-right: 15px;
  padding: 8px 15px;
  padding-bottom: 10px;
  margin-bottom: -2px;
}
.menu-syndicates-types ul li a {
  color: #BFBCBC;
}
.menu-syndicates-types ul li.active,
.menu-syndicates-types ul li:hover.active {
  font-family: SX-Font-SemiBold;
  border-bottom: 3px solid #ff7f4a;
}
.menu-syndicates-types ul li.active a,
.menu-syndicates-types ul li:hover.active a {
  color: #ff7f4a;
}
.menu-syndicates-types ul li:hover {
  transition: all .2s;
  border-bottom: 3px solid #79aae4;
}
.menu-syndicates-types ul li:hover a {
  color: #79aae4;
  text-decoration: none;
  transition: all .2s;
}
/*Old syndicates block*/
.old-syndicates-types {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 75px;
  background: #ffffff;
  overflow: hidden;
  /*
	ul.kpis{
		margin-top: 50px;
		margin-bottom: 40px;
		font-size: 32px;
		font-family: @fontSemiBold;
		li{
			margin-right: 20px;
			width: 45%;
    		margin-bottom: 30px;
		}
		span{
			color:fade(@grey,70%);
			text-transform: uppercase;
			font-size: 14px;
			display: block;
			margin-bottom: 5px;
		}
	}*/
}
.old-syndicates-types h4 {
  font-size: 40px;
  font-family: SX-Font-Bold;
  color: #333333;
}
.old-syndicates-types .list-description {
  color: #a7a7a7;
  font-size: 18px;
  width: 80%;
  margin-top: 30px;
}
.old-syndicates-types .btn-view-old-syndicates {
  background: #ff7f4a;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  font-family: SX-Font-SemiBold;
  padding: 20px 50px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.old-syndicates-types ul.list-old-syndicates li {
  background: #FFFFFF;
  box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 22px;
}
.old-syndicates-types ul.list-old-syndicates li img {
  text-align: center;
  background: #ffffff;
  border: 1px solid #a7a7a7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 60px;
  height: 60px;
}
.old-syndicates-types ul.list-old-syndicates li h5 {
  font-size: 20px;
  font-family: SX-Font-Bold;
  color: #333333;
  margin-top: 0px;
}
.old-syndicates-types ul.list-old-syndicates li .categories {
  color: #79aae4;
  font-size: 16px;
  margin-top: -3px;
  text-transform: capitalize;
}
.old-syndicates-types ul.list-old-syndicates li span.invest {
  color: rgba(167, 167, 167, 0.7);
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.old-syndicates-types ul.list-old-syndicates li span.total-invest {
  font-family: SX-Font-SemiBold;
  color: #ff7f4a;
  font-size: 20px;
}
/*Empty syndicates*/
.empty-syndicates {
  border: 2px dashed #d0d0d0;
  padding: 30px;
  width: 97%;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.empty-syndicates .fa-file-text-o {
  color: #333333;
  font-size: 30px;
}
.empty-syndicates h5 {
  font-family: SX-Font-SemiBold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.empty-syndicates p {
  color: #9a9a9a;
  font-size: 15px;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 24px;
}
.empty-syndicates p span {
  color: #79aae4;
  text-decoration: underline;
  font-family: SX-Font-SemiBold;
}
.empty-syndicates a {
  background: #ff7f4a;
  color: #ffffff;
  padding: 15px 50px;
  font-size: 15px;
  font-family: SX-Font-SemiBold;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all .2s;
}
.empty-syndicates a:hover {
  background: #ff5b17;
  text-decoration: none;
  transition: all .2s;
}
.list-inline.kpis {
  grid-gap: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  grid-auto-flow: column;
}
@media only screen and (max-width: 549px), only screen and (min-width: 550px) and (max-width: 769px) {
  .list-inline.kpis {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-auto-flow: row;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
.kpi__title {
  width: 100%;
  color: rgba(100,100,100);
  font-size: 14px;
  text-transform: uppercase;
}
.kpi__data {
  width: 100%;
  color: #333333;
  font-size: 32px;
  font-family: SX-Font-SemiBold;
}
@media only screen and (max-width: 549px), only screen and (min-width: 550px) and (max-width: 769px) {
  .btn-view-old-syndicates {
    width: 100%;
  }
}
/*Responsive*/
@media only screen and (max-width: 549px), only screen and (min-width: 550px) and (max-width: 769px) {
  .content-open-oportunity .syndicate {
    width: 100% !important;
    margin-bottom: 0px;
  }
  .content-open-oportunity .row {
    padding: 25px;
  }
  .keys-invest-sx .row {
    width: 100%;
  }
  .keys-invest-sx .block h4 {
    font-size: 36px;
  }
  .keys-invest-sx .block ul li {
    font-size: 14px;
  }
  .steps-investment {
    text-align: center;
  }
  .steps-investment span {
    margin: 0 auto;
    margin-top: 30px;
  }
  .steps-investment p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .header-syndicates {
    height: 375px !important;
  }
  .header-syndicates h2 {
    font-size: 36px;
    margin-top: -15px;
  }
  .header-syndicates p.info-invest {
    font-size: 16px;
  }
  .header-syndicates .btn-group .btn-bordered {
    padding: 14px 15px;
    font-size: 16px;
  }
  .investment-types h3 {
    font-size: 24px;
  }
  .investment-types .btn-close-investment-types {
    margin-top: -20px;
  }
  /*
.old-syndicates-types{
  height: 1050px;

  ul.kpis li{
    float: left;
    width: 40%;
  }

}
*/
  .quote-sx h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .info-criteria .btn-group .btn-bordered {
    padding: 12px 15px;
    font-size: 16px;
    width: 100%;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
  }
  .info-criteria .btn-group .btn-bordered:last-child {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .content-open-oportunity .content-text h1 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .content-open-oportunity .row {
    padding: 25px;
  }
  .content-open-oportunity .content-text p {
    font-size: 14px;
  }
  .keys-invest-sx .row {
    width: 100%;
  }
  .keys-invest-sx .block h4 {
    font-size: 36px;
  }
  .keys-invest-sx .block ul li {
    font-size: 14px;
  }
}

/**
 * Enhanced Progress Bar Styles for Syndicate Campaigns
 * Displays startup contribution and investor contributions separately
 * Compatible with Bootstrap 3.3.7
 */

/* Enhanced Progress Bar Container */
.progress-bar-enhanced {
    margin: 10px 0 5px 0;
}

.progress-segments-enhanced {
    display: flex;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    background: #e5e5e5;
    position: relative;
}

/* Segment Styles */
.segment-enhanced {
    height: 100%;
    transition: width 0.3s ease;
    position: relative;
}

.segment-enhanced.startup {
    background: #bdbdbd; /* Darker grey for startup's own capital */
}

.segment-enhanced.campaign {
    background: #ff7f4a; /* Orange for campaign/investor capital */
}

/* Hover effects for segments */
.segment-enhanced:hover {
    opacity: 0.9;
}

.segment-enhanced[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    margin-bottom: 5px;
}

/* Investment Legend Compact */
.investment-legend-compact {
    display: flex;
    gap: 10px;
    font-size: 12px;
    margin-bottom: 8px;
    color: #666;
}

.legend-compact-item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.legend-compact-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
}

.legend-compact-dot.startup {
    background: #bdbdbd;
}

.legend-compact-dot.campaign {
    background: #ff7f4a;
}

/* Markers for min/max targets */
.marker-enhanced {
    position: absolute;
    top: -5px;
    width: 2px;
    height: 18px;
    background: #333;
}

.marker-enhanced.min {
    border-left: 2px dashed #666;
}

.marker-enhanced.max {
    right: 0;
    display: none; /* Hidden by default as it's at 100% */
}

/* Integration with existing block-invest styles */
.block-invest.investment-modal-view-integrated {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.block-invest .metrics-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.block-invest .metric-item {
    flex: 1;
    text-align: center;
}

.block-invest .metric-item.primary {
    flex: 2;
}

.block-invest .metric-item .amount {
    font-size: 24px;
    font-weight: 600;
    color: #ff7f4a;
}

.block-invest .metric-item .label {
    font-size: 14px;
    color: #666;
}

/* Progress CTA Section */
.progress-cta-section {
    background: white;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.progress-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.progress-percentage {
    font-size: 24px;
    font-weight: 700;
    color: #ff7f4a;
}

/* Progress Stats Grid */
.progress-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.stat-mini {
    text-align: center;
}

.stat-mini .value {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.stat-mini .label {
    font-size: 12px;
    color: #666;
}

/* CTA Integration */
.cta-integrated-wrapper {
    margin-top: 20px;
    text-align: center;
}

/* Mobile Styles */
.block-invest-mobile {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin: 15px 0;
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-header .main-amount {
    font-size: 22px;
    font-weight: 700;
    color: #ff7f4a;
}

.mobile-header .progress-percent {
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

.mobile-progress-bar {
    height: 12px;
    background: #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.mobile-progress-bar .progress-fill {
    height: 100%;
    background: #ff7f4a;
    position: relative;
    display: flex;
    transition: width 0.3s ease;
}

.mobile-progress-bar .segment-startup {
    background: #bdbdbd;
}

.mobile-progress-bar .segment-campaign {
    background: #ff7f4a;
}

.mobile-breakdown {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    color: #666;
}

.mobile-breakdown .startup-part {
    color: #757575;
    font-weight: 500;
}

.mobile-breakdown .campaign-part {
    color: #ff7f4a;
    font-weight: 500;
}

.mobile-stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.mobile-stats .stat-item {
    text-align: center;
    flex: 1;
}

.mobile-stats .value {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.mobile-stats .label {
    font-size: 11px;
    color: #666;
}

.mobile-cta-wrapper {
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .progress-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .block-invest .metrics-row {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .investment-legend-compact {
        flex-direction: column;
        gap: 5px;
        font-size: 11px;
    }
    
    .progress-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .progress-title {
        font-size: 16px;
    }
    
    .progress-percentage {
        font-size: 20px;
    }
}

/* Animation for progress updates */
@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

.segment-enhanced.updating {
    animation: pulse 0.6s ease-in-out;
}

/* Override Bootstrap progress bar for opportunity cards */
.oportunity-file .progress {
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.oportunity-file .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ff7f4a;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease;
}

.oportunity-file .progress-bar span {
    padding: 0 5px;
}

/* Green progress bar when minimum target is reached for opportunity cards */
.oportunity-file .progress-bar-success {
    background-color: #5cb85c !important;
    background-image: none !important;
}

.oportunity-file .progress-bar-warning {
    background-color: #ff7f4a !important;
    background-image: none !important;
}

/* Green progress bar when minimum target is reached */
.opportunity-card-progress.minimum-reached .progress-bar-mini .segment-campaign {
    background: linear-gradient(90deg, #5cb85c 0%, #7dc383 100%);
}

.opportunity-card-progress.minimum-reached .mini-marker {
    background: #5cb85c;
}

.opportunity-card-progress.minimum-reached .mini-marker::after {
    color: #5cb85c;
}

/* Also apply green to the amount value when minimum reached */
.opportunity-card-progress.minimum-reached .amount-value {
    color: #5cb85c;
}

