@charset "UTF-8";
.slbOverlay,.slbWrapOuter,.slbWrap{position:fixed;top:0;right:0;bottom:0;left:0}.slbOverlay{overflow:hidden;z-index:2000;background-color:#000;opacity:.7;filter:alpha(opacity=70);-webkit-animation:slbOverlay .5s;-moz-animation:slbOverlay .5s;animation:slbOverlay .5s}.slbWrapOuter{overflow-x:hidden;overflow-y:auto;z-index:2010}.slbWrap{position:absolute;text-align:center}.slbWrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.slbContentOuter{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;padding:0 1em;box-sizing:border-box;z-index:2020;text-align:left;max-width:100%}.slbContentEl .slbContentOuter{padding:5em 1em}.slbContent{position:relative}.slbContentEl .slbContent{-webkit-animation:slbEnter .3s;-moz-animation:slbEnter .3s;animation:slbEnter .3s;background-color:#fff;box-shadow:0 .2em 1em rgba(0,0,0,0.4)}.slbImageWrap{-webkit-animation:slbEnter .3s;-moz-animation:slbEnter .3s;animation:slbEnter .3s;position:relative}.slbImageWrap:after{content:"";position:absolute;left:0;right:0;top:5em;bottom:5em;display:block;z-index:-1;box-shadow:0 .2em 1em rgba(0,0,0,0.6)}.slbImage{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:5em 0;margin:0 auto}.slbCaption{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1.4em;position:absolute;left:0;right:0;bottom:0;padding:.71429em 0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbCloseBtn,.slbArrow{margin:0;padding:0;border:0;cursor:pointer;background:0}.slbCloseBtn::-moz-focus-inner,.slbArrow::-moz-focus-inner{padding:0;border:0}.slbCloseBtn:hover,.slbArrow:hover{opacity:.5}.slbCloseBtn:active,.slbArrow:active{opacity:.8}.slbCloseBtn{-webkit-animation:slbEnter .3s;-moz-animation:slbEnter .3s;animation:slbEnter .3s;font-size:3em;width:1.66667em;height:1.66667em;line-height:1.66667em;position:absolute;right:-0.33333em;top:0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbLoading .slbCloseBtn{display:none}.slbLoadingText{font-size:1.4em;color:#fff;color:rgba(255,255,255,0.9)}.slbArrows{position:fixed;top:50%;left:0;right:0}.slbLoading .slbArrows{display:none}.slbArrow{position:absolute;top:50%;margin-top:-5em;width:5em;height:10em;opacity:.7;text-indent:-999em;overflow:hidden}.slbArrow:before{content:"";position:absolute;top:50%;left:50%;margin:-0.8em 0 0 -0.8em;border:.8em solid transparent}.slbArrow.next{right:0}.slbArrow.next:before{border-left-color:#fff}.slbArrow.prev{left:0}.slbArrow.prev:before{border-right-color:#fff}.slbIframeCont{width:80em;height:0;overflow:hidden;padding-top:56.25%;margin:5em 0}.slbIframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 .2em 1em rgba(0,0,0,0.6);background:#000}@-webkit-keyframes slbOverlay{from{opacity:0}to{opacity:.7}}@-moz-keyframes slbOverlay{from{opacity:0}to{opacity:.7}}@keyframes slbOverlay{from{opacity:0}to{opacity:.7}}@-webkit-keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0,-1em,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0)}}@-moz-keyframes slbEnter{from{opacity:0;-moz-transform:translate3d(0,-1em,0)}to{opacity:1;-moz-transform:translate3d(0,0,0)}}@keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0,-1em,0);-moz-transform:translate3d(0,-1em,0);-ms-transform:translate3d(0,-1em,0);-o-transform:translate3d(0,-1em,0);transform:translate3d(0,-1em,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
/*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 syndicate*/
.navbar-sx .dropdown-menu {
  z-index: 9999;
}
.header-syndicate {
  height: 770px;
  position: relative;
}
.header-syndicate .BigImage {
  height: 770px;
  width: 100%;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 5;
  transition: all .2s;
}
.header-syndicate.no-leadinvestor-image,
.header-syndicate .BigImage.no-leadinvestor-image,
.header-syndicate .overlayImage.no-leadinvestor-image {

}
.header-syndicate .overlayImage {
  height: 770px;
  width: 100%;
  background: rgba(51, 51, 51, 0.2);
  position: absolute;
  top: 0px;
  z-index: 6;
  transition: all .5s;
}
.header-syndicate:hover .overlayImage {
  background: rgba(51, 51, 51, 0.4);
  transition: all .5s;
}
.header-syndicate .content-header {
  text-align: center;
  position: absolute;
  top: 75px;
  z-index: 7;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.header-syndicate .follow {
  position: absolute;
  top: 15px;
  left: 5px;
}
.header-syndicate .follow a {
  background: rgba(51, 51, 51, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 12px 30px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  transition: all .2s;
}
.header-syndicate .follow a:hover {
  transition: all .2s;
  color: rgba(255, 255, 255, 0.99);
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(51, 51, 51, 0.6);
  text-decoration: none;
}
.header-syndicate .share {
  position: absolute;
  top: 0px;
  right: 5px;
  text-align: right;
  color: rgba(167, 167, 167, 0.6);
}
.header-syndicate .share ul {
  margin-top: 5px;
}
.header-syndicate .share ul li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 26px;
  transition: all .3s;
}
.header-syndicate .share ul li a:hover {
  color: rgba(255, 255, 255, 0.99);
  transition: all .3s;
}
.header-syndicate .content-header .logo-startup {
  width: 200px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.header-syndicate .content-header h1 {
  color: #ffffff;
  font-family: SX-Font-SemiBold, Arial;
  text-shadow: 0px 1px 20px #000000;
  font-size: 42px;
}
.header-syndicate .content-header h2 {
  color: #1a1a1a;
  text-shadow: 0px 1px 20px #1a1a1a;
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  height: 50px;
  margin-top: 20px;
  line-height: 24px;
}
.header-syndicate .lead-investor {
  margin: 0 auto;
  width: 60%;
  margin-top: 40px;
}
.header-syndicate .lead-investor .block-investor {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.header-syndicate .lead-investor .block-investor .logo-investor {
  float: left;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.header-syndicate .lead-investor .block-investor .content {
  color: #ffffff;
  font-size: 20px;
  text-align: left;
  line-height: 20px;
  text-shadow: 0px 1px 15px #000000;
  text-transform: uppercase;
}
.header-syndicate .lead-investor .block-investor .content span {
  color: #a7a7a7;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
.header-syndicate .lead-investor .block-investor.button a {
  color: rgba(255, 255, 255, 0.6);
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(51, 51, 51, 0.6);
  margin-top: 0px;
  display: block;
  transition: all .2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.header-syndicate .lead-investor .block-investor.button a:hover {
  border-color: #79aae4;
  color: #79aae4;
  text-decoration: none;
  transition: all .2s;
}
.header-syndicate .lead-investor .block-investor.button {
  float: right;
}
.header-syndicate .lead-investor .data {
  width: 53%;
}
.header-syndicate .lead-investor .invest {
  width: 23%;
}
.header-syndicate .lead-investor .invest .content {
  text-align: right !important;
}
.header-syndicate .block-invest {
  background: #ffffff;
  padding: 20px;
  zoom: 0.9;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.header-syndicate .block-invest .bar {
  float: left;
  width: 65%;
  margin-right: 20px;
  margin-bottom: -5px;
}
.header-syndicate .block-invest .bar .data-round {
  font-size: 26px;
  color: rgba(51, 51, 51, 0.8);
}
.header-syndicate .block-invest .bar .data-round span {
  color: #a7a7a7;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  font-family: SX-Font-Regular;
  line-height: 15px;
}
.header-syndicate .block-invest .bar .data-round .invest {
  text-align: left;
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
}
.header-syndicate .block-invest .bar .data-round .round {
  text-align: right;
}

/* Compatibilidad con barra de progreso mejorada en header */
.header-syndicate .block-invest .bar .progress-enhanced {
  height: 10px;
  margin-top: 10px;
}

.header-syndicate .block-invest .bar .capital-labels {
  margin-bottom: 10px;
  font-size: 14px;
}

.header-syndicate .block-invest .bar .capital-labels .capital-item .amount {
  font-size: 16px;
}

.header-syndicate .block-invest .bar .objectives-info {
  margin-top: 10px;
  font-size: 12px;
}

.header-syndicate .block-invest .bar .campaign-status {
  margin-top: 10px;
}

.header-syndicate .block-invest .bar .campaign-status .status-badge {
  font-size: 10px;
  padding: 4px 10px;
}
.header-syndicate .block-invest .bar .progress {
  height: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-top: 10px;
  display: block;
}
.header-syndicate .block-invest .bar .progress-bar {
  background: #ff7f4a;
  box-shadow: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.header-syndicate .block-invest .bar .fadeInLeft {
  -webkit-animation-delay: 2s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 2s;
  -webkit-animation-duration: 3s;
  /* Safari 4.0 - 8.0 */
  animation-duration: 3s;
}
.header-syndicate .block-invest .data-invest {
  text-align: left;
  color: rgba(51, 51, 51, 0.8);
  font-size: 20px;
  margin-bottom: 0px;
}
.header-syndicate .block-invest .data-invest li {
  width: 24.2%;
  border-right: 1px solid rgba(167, 167, 167, 0.15);
  padding-left: 30px;
}
.header-syndicate .block-invest .data-invest li:first-child {
  padding-left: 10px;
}
.header-syndicate .block-invest .data-invest span {
  display: block;
  text-transform: uppercase;
  color: #a7a7a7;
  font-size: 12px;
}
.header-syndicate .block-invest .button {
  float: right;
  width: 30%;
}
.header-syndicate .block-invest .button button {
  background: #ff7f4a;
  color: #ffffff;
  width: 100%;
  display: block;
  height: 95px;
  border: 3px solid rgba(255, 255, 255, 0);
  font-size: 22px;
  font-family: SX-Font-SemiBold, Arial;
  padding: 32px 10px;
  transition: all .2s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.header-syndicate .block-invest .button button:hover {
  color: #ff7f4a;
  background: #ffffff;
  border: 3px solid #ff7f4a;
  text-decoration: none;
  transition: all .2s;
}
.header-syndicate .block-invest .button button.btn-closed,
.header-syndicate .block-invest .button button.btn-closed:hover {
  background: #a7a7a7;
  color: #282828;
  opacity: 0.3;
  cursor: not-allowed;
  border: none;
}
.header-syndicate .block-invest .button button.btn-demo-goBaker {
  background: #79aae4;
  color: #ffffff;
}
.header-syndicate .block-invest .button button.btn-demo-goBaker:hover {
  color: #79aae4;
  border-color: #79aae4;
  background: #ffffff;
}
.header-syndicate .block-invest .button button.btn-transfer-green,
.header-syndicate .block-invest .button button.btn-transfer-green:hover {
  background: #92c659;
  border: none;
  color: #ffffff;
}
.header-syndicate .block-invest .button .tip {
  color: rgba(167, 167, 167, 0.6);
  margin-top: 20px;
  display: block;
}
.content-menu-syndicate,
.menu-syndicate {
  position: relative;
}
.shadow-scroll {
  width: 100px;
  height: 65px;
  display: block;
  position: absolute;
  z-index: 10;
  right: 2%;
  bottom: 0%;
  background: #ffffff;
}
.menu-syndicate {
  background: rgba(167, 167, 167, 0.22);
  border-bottom: 1px solid rgba(167, 167, 167, 0.24);
  height: 165px;
  padding-top: 115px;
  text-align: center;
}
.menu-syndicate.scroll {
  position: fixed;
  top: 0px;
  z-index: 1050;
  background: #ffffff;
  width: 100%;
  height: 50px; /* Reducido de 65px */
  padding-top: 15px; /* Reducido de 20px */
  box-shadow: 0px 2px 10px rgba(51, 51, 51, 0.15);
}
.scroll-margin-admin-menu.scroll {
  top: 50px;
}
.menu-syndicate.scroll .list-menu-syndicate li a {
  padding-bottom: 15px; /* Reducido de 20px */
}
.menu-syndicate .list-menu-syndicate li {
  margin-right: 12px;
}
.menu-syndicate .list-menu-syndicate li a {
  color: rgba(51, 51, 51, 0.75);
  font-family: SX-Font-SemiBold, Arial;
  font-size: 16px;
  padding: 24px 18px;
  transition: all .3s;
  border-bottom: 5px solid rgba(167, 167, 167, 0);
}
.menu-syndicate .list-menu-syndicate li button {
  background: none;
  border: none;
  color: rgba(51, 51, 51, 0.75);
  font-family: SX-Font-SemiBold;
  font-size: 16px;
  padding: 0px 20px;
  padding-bottom: 20px;
}
.menu-syndicate .list-menu-syndicate li .dropdown-menu {
  margin-top: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.menu-syndicate .list-menu-syndicate li .dropdown-menu li a {
  padding: 15px;
  height: 40px;
  margin-top: -5px;
  width: 100%;
  border: none;
}
.menu-syndicate .list-menu-syndicate li .dropdown-menu .divider {
  width: 100%;
}
.menu-syndicate .list-menu-syndicate li a span {
  font-size: 14px;
  color: #ff7f4a;
  font-family: SX-Font-Regular;
  margin-left: 8px;
}
.menu-syndicate .list-menu-syndicate li a span.live {
  text-transform: uppercase;
  color: #d85464;
  font-family: SX-Font-SemiBold;
  font-size: 12px;
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.menu-syndicate .list-menu-syndicate li a.active,
.menu-syndicate .list-menu-syndicate li a.active:hover,
.menu-syndicate .list-menu-syndicate li button.active {
  border-bottom: 5px solid rgba(51, 51, 51, 0.75);
}
.menu-syndicate .list-menu-syndicate li a:hover {
  text-decoration: none;
  transition: all .3s;
  border-bottom: 5px solid rgba(51, 51, 51, 0.2);
}
.menu-syndicate .list-menu-syndicate li a.disabled,
.menu-syndicate .list-menu-syndicate li a.disabled:hover,
.menu-syndicate .list-menu-syndicate li button.disabled:hover {
  color: rgba(51, 51, 51, 0.2);
  font-family: SX-Font-SemiBold;
  font-size: 16px;
  cursor: not-allowed;
  padding: 24px 18px;
  transition: all .3s;
  border-bottom: 5px solid rgba(167, 167, 167, 0);
}
.menu-syndicate .list-menu-syndicate li a:focus {
  text-decoration: none;
}
.menu-syndicate .list-menu-syndicate li .dropdown-menu li a:hover {
  color: #79aae4;
  border: none;
  background: none;
  transition: all .2s;
}
/*menu scroll*/
.menu-syndicate-scroll {
  position: fixed;
  bottom: 0px;
  background: #ffffff;
  z-index: 99999;
  width: 100%;
  height: 85px;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
}
.menu-syndicate-scroll span.tip {
  display: none;
}
.menu-syndicate-scroll .logo-startup {
  width: 75%;
  margin-top: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.menu-syndicate-scroll .title {
  color: rgba(51, 51, 51, 0.9);
  font-family: SX-Font-Bold;
  font-size: 22px;
  margin-top: 18px;
  margin-left: -15%;
}
.menu-syndicate-scroll .categories {
  margin-left: -14%;
}
.menu-syndicate-scroll .categories li {
  color: #79aae4;
  text-transform: capitalize;
}
.menu-syndicate-scroll .logo-investor {
  float: left;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.menu-syndicate-scroll .investor {
  color: #a7a7a7;
  margin-top: -2px;
  float: left;
  margin-left: 10px;
}
.menu-syndicate-scroll .investor span {
  display: block;
  color: #79aae4;
}
.menu-syndicate-scroll .data-round {
  font-size: 15px;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 15px;
}
.menu-syndicate-scroll .data-round span {
  color: #a7a7a7;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-family: SX-Font-Regular;
  line-height: 15px;
}
.menu-syndicate-scroll .data-round .invest {
  text-align: left;
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
  font-size: 18px;
}
.menu-syndicate-scroll .data-round .round {
  text-align: right;
  font-size: 18px;
}
.menu-syndicate-scroll .progress {
  height: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-top: 5px;
  display: block;
}
.menu-syndicate-scroll .progress-bar {
  background: #ff7f4a;
  box-shadow: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.menu-syndicate-scroll .data-invest {
  text-align: left;
  color: rgba(51, 51, 51, 0.8);
  font-size: 13px;
  font-family: SX-Font-SemiBold;
  margin-bottom: 0px;
  margin-top: -12px;
}
.menu-syndicate-scroll .data-invest li {
  width: 32.7%;
  border-right: 1px solid rgba(167, 167, 167, 0.15);
  padding-left: 15px;
}
.menu-syndicate-scroll .data-invest li:first-child {
  padding-left: 5px;
}
.menu-syndicate-scroll .data-invest span {
  display: block;
  text-transform: uppercase;
  color: #a7a7a7;
  font-size: 11px;
  font-family: SX-Font-Regular;
}

/* Compatibilidad con barra de progreso mejorada en scroll */
.menu-syndicate-scroll .progress-enhanced {
  height: 5px;
  margin-top: 5px;
}

.menu-syndicate-scroll .capital-labels {
  margin-bottom: 8px;
  font-size: 12px;
}

.menu-syndicate-scroll .capital-labels .capital-item .amount {
  font-size: 14px;
}

.menu-syndicate-scroll .capital-breakdown {
  font-size: 10px;
  margin-top: 3px;
}

.menu-syndicate-scroll .objectives-info {
  margin-top: 8px;
  font-size: 11px;
}

.menu-syndicate-scroll .campaign-status {
  margin-top: 8px;
}

.menu-syndicate-scroll .campaign-status .status-badge {
  font-size: 9px;
  padding: 3px 8px;
}
.menu-syndicate-scroll button {
  background: #ff7f4a;
  color: #ffffff;
  width: 100%;
  display: block;
  height: 55px;
  border: 3px solid rgba(255, 255, 255, 0);
  font-size: 18px;
  font-family: SX-Font-SemiBold;
  padding: 7px 10px;
  transition: all .2s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 15px;
  text-align: center;
  line-height: 22px;
}
.menu-syndicate-scroll button:hover {
  border: 2px solid #ff7f4a;
  color: #ff7f4a;
  background: #ffffff;
  text-decoration: none;
  transition: all .3s;
}
.menu-syndicate-scroll button.btn-closed,
.menu-syndicate-scroll button.btn-closed:hover {
  background: #a7a7a7;
  color: #282828;
  opacity: 0.3;
  cursor: not-allowed;
  border: none;
}
.menu-syndicate-scroll button.btn-transfer-green,
.menu-syndicate-scroll button.btn-transfer-green:hover {
  background: #92c659;
  color: #ffffff;
  border: none;
}
.menu-syndicate-scroll button.btn-demo-goBaker {
  background: #79aae4;
  color: #ffffff;
}
.menu-syndicate-scroll button.btn-demo-goBaker:hover {
  color: #79aae4;
  border-color: #79aae4;
  background: #ffffff;
}
.menu-syndicate-scroll-mobile {
  position: fixed;
  bottom: 0px;
  background: #ffffff;
  z-index: 9999;
  width: 100%;
  height: 95px;
  box-shadow: 0px -5px 20px rgba(51, 51, 51, 0.3);
  overflow: hidden;
}
.menu-syndicate-scroll-mobile {
  color: rgba(51, 51, 51, 0.9);
  font-family: SX-Font-SemiBold;
  font-size: 22px;
  margin-top: 18px;
}
.menu-syndicate-scroll-mobile .data-round {
  font-size: 15px;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 10px;
}
.menu-syndicate-scroll-mobile .data-round span {
  color: #a7a7a7;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-family: SX-Font-Regular;
  line-height: 15px;
}
.menu-syndicate-scroll-mobile .data-round .invest {
  text-align: left;
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
}
.menu-syndicate-scroll-mobile .data-round .round {
  text-align: right;
}
.menu-syndicate-scroll-mobile .progress {
  height: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-top: 5px;
  display: block;
}
.menu-syndicate-scroll-mobile .progress-bar {
  background: #ff7f4a;
  box-shadow: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.menu-syndicate-scroll-mobile button {
  background: #ff7f4a;
  color: #ffffff;
  width: 100%;
  display: block;
  height: 80px;
  border: 3px solid rgba(255, 255, 255, 0);
  font-size: 22px;
  font-family: SX-Font-SemiBold;
  padding: 23px 10px;
  transition: all .2s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
}
.menu-syndicate-scroll-mobile button.btn-closed,
.menu-syndicate-scroll-mobile button.btn-closed:hover {
  background: #a7a7a7;
  color: #282828;
  opacity: 0.3;
  cursor: not-allowed;
  border: none;
}
.menu-syndicate-scroll-mobile button.btn-demo-goBaker {
  background: #79aae4;
  color: #ffffff;
}
.menu-syndicate-scroll-mobile button.btn-demo-goBaker:hover {
  color: #79aae4;
  border-color: #79aae4;
  background: #ffffff;
}
/*content-syndicate*/
.page-content-tabs {
  margin-top: 2em;
  width: 100%;
  min-height: 800px;
  display: block;
}
.content-syndicate {
  position: relative;
}
.margin-top-fix {
  display: block;
  width: 100%;
  height: 5px;
  margin-bottom: -320px;
}
.content-syndicate h4 {
  font-size: 32px;
  margin-bottom: -5px;
  margin-top: 60px;
  color: rgba(51, 51, 51, 0.9);
  font-family: SX-Font-SemiBold, Arial;
}
.content-syndicate h4 i {
  color: rgba(167, 167, 167, 0.5);
}
.content-syndicate h4 a {
  float: right;
  text-transform: uppercase;
  color: #ff7f4a;
  border: 1px solid #ff7f4a;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all .3s;
}
.content-syndicate h4 a i {
  color: #ff7f4a;
}
.content-syndicate h4 a:hover {
  background: #ff7f4a;
  color: #ffffff;
  text-decoration: none;
  transition: all .3s;
}
.content-syndicate h4 a:hover i {
  color: #ffffff;
}
.content-syndicate h4 .live {
  color: #d85464;
  font-size: 16px;
  border: 2px solid #d85464;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 8px 20px;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  left: 10px;
}
.content-syndicate h4 .live i {
  color: #d85464;
  margin-right: 5px;
}
.content-syndicate .html-content {
  color: #747474;
  font-size: 16px;
  text-align: left;
}
.content-syndicate .html-content strong,
.content-syndicate .html-content b {
  font-family: SX-Font-Bold;
  color: #747474;
}
.content-syndicate .content-data {
  float: left;
  min-width: 20%;
  margin-right: 50px;
  margin-top: 30px;
}
.content-syndicate .content-data.stage {
  min-width: 15%;
}
.content-syndicate .content-data p {
  color: #a7a7a7;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.content-syndicate .label-type-investment {
  text-align: center;
  text-transform: uppercase;
}
.content-syndicate .label-type-investment span {
  padding: 4px 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #ffffff;
}
.content-syndicate .label-type-investment .fa {
  font-size: 8px;
  opacity: 0.3;
}
.content-syndicate .label-type-investment .fa.active {
  opacity: 1;
}
.content-syndicate .label-type-investment b {
  margin-top: 2px;
  margin-left: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.content-syndicate .type-SEED span {
  background: #BBC5D5;
}
.content-syndicate .type-SEED .dot1 {
  opacity: 1;
}
.content-syndicate .type-EARLY span {
  background: #909CB0;
}
.content-syndicate .type-EARLY .dot1,
.content-syndicate .type-EARLY .dot2 {
  opacity: 1;
}
.content-syndicate .type-SCALEUP span {
  background: #545E6F;
}
.content-syndicate .type-SCALEUP .dot1,
.content-syndicate .type-SCALEUP .dot2,
.content-syndicate .type-SCALEUP .dot3 {
  opacity: 1;
}
.content-syndicate .sectors ul {
  margin-left: 2px;
}
.content-syndicate .sectors li {
  color: #79aae4;
  border: 1px solid #79aae4;
  padding: 3px 8px;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
}
.content-syndicate .content-data.showon,
.content-syndicate .content-data.social {
  min-width: 15%;
}
.content-syndicate .showon i {
  color: rgba(51, 51, 51, 0.85);
  font-size: 26px;
}
.content-syndicate .showon i.soon {
  color: rgba(51, 51, 51, 0.4);
}
.content-syndicate .social a {
  color: rgba(51, 51, 51, 0.85);
  font-size: 26px;
  position: relative;
  top: -4px;
}
.content-syndicate .website a {
  font-size: 22px;
  color: #ff7f4a;
}
.content-syndicate .fiscal-incentives {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.content-syndicate .fiscal-incentives .content {
  background: rgba(121, 170, 228, 0.15);
  color: #2569b8;
  padding: 15px;
  border: 1px solid rgba(121, 170, 228, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  width: 100% !important;
}
.content-syndicate .fiscal-incentives .content a {
  color: #0b2039;
  font-family: SX-Font-SemiBold;
  margin-left: 5px;
}
.content-syndicate .fiscal-incentives .content i {
  margin-right: 5px;
}
.content-media {
  margin-top: 40px;
}
.content-media h5,
.timeline h5 {
  color: #a7a7a7;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.content-media .video img,
.content-media .video iframe {
  width: 90%;
}
.content-media .youtube-stats {
  margin-top: 10px;
}
.content-media .youtube-stats .icon {
  float: left;
  font-size: 18px;
  color: #a7a7a7;
  width: 30px;
}
.content-media .youtube-stats a {
  color: rgba(51, 51, 51, 0.85);
  font-size: 18px;
  margin-top: 5px;
  float: left;
  font-family: SX-Font-SemiBold;
  text-decoration: none;
}
.content-media .youtube-stats a span {
  text-transform: uppercase;
  display: block;
  color: #a7a7a7;
  margin-top: 5px;
  font-size: 14px;
  font-family: SX-Font-Regular;
}
.content-media .list-gallery-startup {
  max-height: 330px;
  overflow-y: scroll;
}
.content-media .gallery li {
  width: 30%;
  margin-bottom: 15px;
  margin-right: 10px;
  height: 135px;
  border: 1px solid rgba(167, 167, 167, 0.5);
  overflow: hidden;
  background: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px;
}
.content-media .gallery li .preview {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
/*timeline*/
.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: 350px;
  overflow-x: scroll;
}
.timeline ol {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 4px;
  background: #ff7f4a;
  width: 100%;
  margin-top: 80px;
}
.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%;
  width: 95%;
  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: block;
  background-color: rgba(167, 167, 167, 0.12);
  padding: 15px;
  margin-top: 30px;
  position: relative;
  font-weight: normal;
  height: 100px;
  font-family: SX-Font-Regular;
  color: rgba(51, 51, 51, 0.6);
  transition: all .2s;
  -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;
}
/*why invest*/
.why-invest {
  margin-top: 60px;
}
.principal-kpis {
  transition: all .2s;
}
.principal-kpis .kpi-block {
  background: #ffffff;
  display: block;
  width: 100%;
  height: 130px;
  padding: 2px 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  transition: all .2s;
}
.kpis-startup-info .kpi-block {
  height: 100px;
  margin-bottom: 0px;
}
.principal-kpis .icon {
  float: left;
  background: #eff3f6;
  color: rgba(167, 167, 167, 0.6);
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: -15px;
  padding-top: 3.2px;
  margin-right: 20px;
  top: 35%;
  transition: all .2s;
}
.principal-kpis h4 {
  font-size: 32px;
  color: rgba(51, 51, 51, 0.85);
  font-family: SX-Font-SemiBold;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  padding-left: 5px;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.principal-kpis h4 b {
  font-size: 18px;
}
.principal-kpis h4 span {
  display: block;
  color: #a7a7a7;
  text-transform: uppercase;
  font-family: SX-Font-Regular;
  font-size: 14px;
  margin-bottom: 10px;
}
.principal-kpis .sparkline {
  margin-top: 25px;
  float: right;
  width: 40%;
  text-align: right;
}
.principal-kpis .bottom-zone {
  display: block;
  width: 100%;
  background: rgba(167, 167, 167, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 5px 10px;
  border-radius: 0px 0px 8px 8px;
  font-size: 12px;
  color: rgba(167, 167, 167, 0.6);
  text-transform: uppercase;
}
.principal-kpis .bottom-zone span {
  float: right;
}
.principal-kpis .bottom-zone b {
  font-family: SX-Font-SemiBold;
}
.principal-kpis:hover .item-popover-kpi {
  opacity: 0.5;
  transition: all .2s;
}
.item-popover-kpi:hover {
  cursor: context-menu;
  box-shadow: 0px 0px 12px rgba(167, 167, 167, 0.6);
  opacity: 1 !important;
}
.item-popover-kpi:hover .icon {
  background: #79aae4;
  color: #ffffff;
}
.content-scroll-action {
  margin-top: 50px;
  background: rgba(167, 167, 167, 0.15);
  padding: 25px;
  height: 375px;
  overflow-y: hidden;
  z-index: 3;
  position: relative;
  padding-bottom: 80px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.content-scroll-action ul {
  margin-bottom: 25px;
  margin-top: 25px;
}
.content-scroll-action ul li {
  margin-bottom: 15px;
}
.content-scroll-action b {
  font-family: SX-Font-SemiBold;
}
.content-scroll-action a {
  color: #ff7f4a;
}
.content-scroll-action.complete-size {
  height: auto;
}
.action-show-scroll {
  text-align: center;
}
.gradient-content-scroll {
  background: rgba(239, 243, 246, 0.1);
  background: -moz-linear-gradient(top, rgba(239, 243, 246, 0.1) 0%, #eff3f6 39%, #eff3f6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239, 243, 246, 0.1)), color-stop(39%, #eff3f6), color-stop(100%, #eff3f6));
  background: -webkit-linear-gradient(top, rgba(239, 243, 246, 0.1) 0%, #eff3f6 39%, #eff3f6 100%);
  background: -o-linear-gradient(top, rgba(239, 243, 246, 0.1) 0%, #eff3f6 39%, #eff3f6 100%);
  background: -ms-linear-gradient(top, rgba(239, 243, 246, 0.1) 0%, #eff3f6 39%, #eff3f6 100%);
  background: linear-gradient(to bottom, rgba(239, 243, 246, 0.1) 0%, #eff3f6 39%, #eff3f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff3f6', endColorstr='#eff3f6', GradientType=0);
}
.action-show-scroll .overlay {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  margin-top: -70px;
  position: relative;
  z-index: 4;
  background: rgba(239, 243, 246, 0.1);
  background: -moz-linear-gradient(top, rgba(239, 243, 246, 0.1) 0%, #eff3f6 39%, #eff3f6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239, 243, 246, 0.1)), color-stop(39%, #eff3f6), color-stop(100%, #eff3f6));
  background: -webkit-linear-gradient(top, rgba(239, 243, 246, 0.1) 0%, #eff3f6 39%, #eff3f6 100%);
  background: -o-linear-gradient(top, rgba(239, 243, 246, 0.1) 0%, #eff3f6 39%, #eff3f6 100%);
  background: -ms-linear-gradient(top, rgba(239, 243, 246, 0.1) 0%, #eff3f6 39%, #eff3f6 100%);
  background: linear-gradient(to bottom, rgba(239, 243, 246, 0.1) 0%, #eff3f6 39%, #eff3f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff3f6', endColorstr='#eff3f6', GradientType=0);
}
.action-show-scroll .line {
  background: rgba(167, 167, 167, 0.3);
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  z-index: 5;
  top: -30px;
}
.action-show-scroll .button {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 200px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 15px;
  position: relative;
  z-index: 6;
  color: rgba(51, 51, 51, 0.8);
  display: block;
  margin: 0 auto;
  margin-top: -60px;
  border: 2px solid rgba(51, 51, 51, 0.3);
  text-transform: uppercase;
  transition: all .2s;
  font-family: SX-Font-SemiBold;
}
.action-show-scroll .button:hover {
  color: #ffffff;
  background: #79aae4;
  border-color: #79aae4;
  text-decoration: none;
  transition: all .3s;
}
.action-show-scroll .button-close-content-scroll {
  color: #d85464;
  border-color: #d85464;
}
/*Investors data*/
.investor-data {
  margin-top: 40px;
}
.investor-data h7 {
  color: #a7a7a7;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: -35px;
  display: block;
  font-size: 16px;
}
.investor-data .investor-block {
  margin-bottom: 40px;
  margin-top: 30px;
}
.investor-data .investor-block .logo-investor {
  float: left;
  width: 85px;
  margin-right: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.investor-data .investor-block .title {
  float: left;
}
.investor-data .investor-block h3 {
  color: rgba(51, 51, 51, 0.85);
  font-size: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-top: 5px;
}
.investor-data .investor-block h4 {
  color: #79aae4;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: -2px;
}
.investor-data .invest {
  color: #333333;
  font-size: 36px;
  margin-bottom: 20px;
  float: left;
  width: 40%;
  margin-right: 20px;
}
.investor-data .invest span,
.investor-data .website span {
  display: block;
  font-size: 18px;
  color: #a7a7a7;
  line-height: 10px;
  text-transform: uppercase;
}
.investor-data .website {
  float: right;
  text-align: right;
  width: 50%;
}
.investor-data .website a {
  color: #ff7f4a;
  margin-top: 10px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.investor-data .content-investor {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.8);
}
.investor-data .content-investor h6 {
  color: #a7a7a7;
  margin-bottom: 15px;
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
}
.list-kpis-investor {
  margin-top: 20px;
  margin-left: 10%;
}
.list-kpis-investor li {
  background: #ffffff;
  padding: 15px 15px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  min-height: 85px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.list-kpis-investor li .title {
  float: left;
  width: 30%;
  text-transform: uppercase;
  color: #a7a7a7;
  font-size: 16px;
  padding-top: 5px;
}
.list-kpis-investor li .number {
  float: right;
  width: 55%;
  text-align: right;
  color: #79aae4;
  font-family: SX-Font-SemiBold;
  font-size: 36px;
  margin-top: -10px;
  padding-top: 10px;
  margin-bottom: -10px;
}
.carrousel-investor {
  margin-top: 45px;
}
.carrousel-investor h5 {
  color: #a7a7a7;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
}
.carrousel-investor .logos-carousel {
  background: #ffffff;
  padding: 20px;
  border: 1px solid rgba(167, 167, 167, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.carrousel-investor .logos-carousel .item {
  margin-right: 40px;
}
.carrousel-investor p img {
  width: 100%;
  height: 100%;
}
/*startup team*/
.startup-team {
  margin-top: 20px;
  margin-bottom: -20px;
}
.startup-team h7 {
  color: #ff7f4a;
  text-transform: uppercase;
  margin-top: 60px;
  display: block;
  margin-bottom: -20px;
}
.startup-team .big-team {
  margin-top: 70px;
}
.startup-team .big-team .founder {
  text-align: center;
  min-height: 375px;
}
.startup-team .big-team .founder .avatar-image {
  width: 200px;
  height: 200px;
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 25px rgba(51, 51, 51, 0.45);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
.startup-team .big-team .founder .avatar-image img {
  width: 100%;
}
.founder-label {
  position: absolute;
  bottom: 10px;
  background: #79aae4;
  width: 100%;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px;
  font-family: SX-Font-SemiBold;
  font-size: 11px;
}
.startup-team .big-team .founder .name {
  font-size: 18px;
  font-family: SX-Font-SemiBold;
}
.startup-team .big-team .founder .position {
  text-transform: uppercase;
  color: #79aae4;
  font-size: 16px;
}
.startup-team .big-team .founder .description {
  color: #a7a7a7;
}
.startup-team .big-team .founder-empty .avatar-placeholder {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  background: rgba(167, 167, 167, 0.07);
}
.startup-team .big-team .founder-empty .name-placeholder {
  width: 200px;
  height: 20px;
  background: rgba(167, 167, 167, 0.07);
  display: block;
  margin: 0 auto;
}
.startup-team .big-team .founder-empty .position-placeholder {
  width: 100px;
  height: 20px;
  background: rgba(167, 167, 167, 0.07);
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.startup-team .big-team .founder-empty .description-placeholder .line1 {
  width: 150px;
  height: 12px;
  background: rgba(167, 167, 167, 0.07);
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.startup-team .big-team .founder-empty .description-placeholder .line2 {
  width: 110px;
  height: 12px;
  background: rgba(167, 167, 167, 0.07);
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.small-team {
  margin-top: 40px;
}
.small-team .rooster {
  min-height: 110px;
  margin-top: 20px;
}
.small-team .rooster .image {
  float: left;
  width: 25%;
  margin-right: 15px;
}
.small-team .rooster .image img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.small-team .rooster .name {
  font-size: 18px;
  font-family: SX-Font-SemiBold;
  padding-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.small-team .rooster .position {
  color: #79aae4;
  text-transform: uppercase;
  margin-top: -5px;
}
.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;
}
/*Questions tab*/
#investor-questions h3 {
  font-family: SX-Font-SemiBold;
  margin-top: 40px;
  font-size: 20px;
}
#investor-questions p {
  color: #8e8e8e;
}
.ama-live-container {
  width: 100%;
  display: block;
  max-height: 600px;
  margin-top: 20px;
  overflow-y: scroll;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
  background: #dfe7ed;
  padding: 30px;
}
.ama-live-container img {
  width: 100%;
}
.panel-questions-investors h4 {
  margin-top: -10px;
  padding: 10px 0px;
}
.panel-questions-investors h4 a,
.panel-questions-investors h4 a:hover,
.panel-questions-investors 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-questions-conditions h4 {
  line-height: 10px;
  padding-top: 15px;
  margin-left: 5px;
}
.panel-questions-investors .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-questions-investors .panel-heading {
  background: #eff3f6;
}
.panel-questions-investors .panel-body {
  color: #747474;
  padding: 20px;
  min-height: 75px;
  font-size: 16px;
}
.panel-questions-conditions .panel-body {
  height: 185px;
  overflow-y: scroll;
  font-size: 14px;
}
.panel-questions-conditions h4 a,
.panel-questions-conditions h4 a:hover,
.panel-questions-conditions h4 a:focus {
  font-size: 14px;
  padding: 15px;
}
.panel-questions-investors .panel-body li {
  margin-bottom: 10px;
}
.data-questions {
  margin-bottom: 40px;
  margin-top: 80px;
}
.data-questions .avatar {
  float: left;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
}
.data-questions .responds {
  color: #a7a7a7;
  text-transform: uppercase;
  display: block;
}
.data-questions .title {
  font-family: SX-Font-SemiBold;
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.data-questions .position {
  color: #ff7f4a;
}
.data-questions p {
  color: #a7a7a7;
  margin-top: -5px;
}
/*Download tab*/
.content-downloads .download-file {
  background: #ffffff;
  width: 100%;
  min-height: 65px;
  border: 1px solid rgba(167, 167, 167, 0.25);
  padding: 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.content-downloads .download-file .title {
  color: #333333;
  display: block;
  font-family: SX-Font-SemiBold;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.content-downloads .download-file .date {
  color: #ff7f4a;
  text-transform: uppercase;
}
.content-downloads .download-file .description {
  color: #a7a7a7;
  font-size: 13px;
  line-height: 15px !important;
}
.content-downloads .download-file .size,
.content-downloads .download-file .format {
  display: block;
  border: 1px solid rgba(167, 167, 167, 0.3);
  padding: 4px 10px;
  width: 100px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  color: #a7a7a7;
  text-transform: uppercase;
}
content-downloads .download-file .format {
  margin-bottom: -10px;
}
.content-downloads .download-file .size i,
.content-downloads .download-file .format i {
  margin-right: 5px;
}
.content-downloads .button-download {
  background: #79aae4;
  display: block;
  border: none;
  font-family: SX-Font-SemiBold;
  font-size: 16px;
  height: 65px;
  padding: 20px 10px;
  transition: all .2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.content-downloads .button-download:hover {
  background: #4f8fdb;
  transition: all .2s;
}
.menu-syndicate-mobile button {
  background: #ffffff;
  width: 100%;
  height: 45px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
}
.menu-syndicate-mobile .dropdown-menu {
  width: 100%;
}
.menu-syndicate-mobile .dropdown-menu .label-menu-mobile {
  color: #ff7f4a;
  font-size: 14px;
}
.menu-syndicate-mobile .dropdown-menu li a {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(167, 167, 167, 0.2);
}
.menu-syndicate-mobile .dropdown-menu li:last-child a {
  border-bottom: 1px solid rgba(167, 167, 167, 0);
}
/*Timeline activity*/
.module-timeline .timeline {
  padding: 25px;
}
.module-timeline .timeline-activity li {
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.module-timeline .timeline-activity .avatar {
  float: left;
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin-right: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
}
.module-timeline .timeline-activity .avatar img {
  width: 100%;
}
.module-timeline .timeline-activity .content {
  float: left;
  width: 87%;
}
.module-timeline .timeline-activity .content h4 {
  font-family: SX-Font-SemiBold;
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 5px;
}
.module-timeline .timeline-activity .content h4 small {
  font-family: SX-Font-Regular;
  margin-left: 10px;
  color: #79aae4;
  text-transform: uppercase;
}
.module-timeline .timeline-activity .content .date {
  color: #a7a7a7;
  margin-top: -15px;
}
.module-timeline .timeline-activity .content .text {
  font-size: 16px;
  color: #818181;
  padding: 10px 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.module-timeline .timeline-activity .content .text b {
  font-family: SX-Font-SemiBold;
}
.module-timeline .timeline-activity .content .text a {
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
}
.module-timeline .timeline-activity .content .subcontent .list-images {
  margin-left: 0px;
}
.module-timeline .timeline-activity .content .subcontent .list-images li,
.module-timeline .timeline-activity .content .list-actions-timeline li {
  border-bottom: none;
  padding: 0px;
  margin-right: 10px;
}
.module-timeline .timeline-activity .content .subcontent .list-images li img {
  min-width: 60px;
  max-width: 210px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.module-timeline .timeline-activity .content .list-actions-timeline {
  margin-top: 10px;
  margin-bottom: -15px;
  margin-left: 0px;
}
.module-timeline .timeline-activity .content .list-actions-timeline li {
  margin-right: 20px;
}
.module-timeline .timeline-activity .content .list-actions-timeline li a {
  color: #a7a7a7;
}
.module-timeline .timeline-activity .content .list-actions-timeline li a:hover {
  color: #79aae4;
  text-decoration: none;
}
.module-timeline .timeline-activity .content .list-actions-timeline li a.active {
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
}
.module-timeline .timeline-activity .content .list-actions-timeline li .report-button:hover {
  color: #d85464;
}
.module-timeline .timeline-activity .content .list-actions-timeline li .report-button.active {
  color: #d85464;
  font-family: SX-Font-SemiBold;
}
.module-timeline .timeline-activity .content .subcontent .startup-info {
  width: 80%;
  background: #ffffff;
  border: 1px solid rgba(193, 193, 193, 0.5);
  padding: 12px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.module-timeline .timeline-activity .content .subcontent .startup-info .image {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
}
.module-timeline .timeline-activity .content .subcontent .startup-info .image img {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.module-timeline .timeline-activity .content .subcontent .startup-info .content {
  float: left;
  width: 80%;
}
.module-timeline .timeline-activity .content .subcontent .startup-info .content .title {
  color: #333333;
  font-family: SX-Font-SemiBold;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.module-timeline .timeline-activity .content .subcontent .startup-info .content .subtitle {
  color: #79aae4;
  margin-bottom: -5px;
}
.module-timeline .timeline-activity .positive {
  color: #92c659;
}
.module-timeline .timeline-activity .negative {
  color: #d85464;
}
.module-timeline .timeline-activity .content .subcontent .kpi-block {
  height: 100px;
  padding: 2px 20px;
  background: #ffffff;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  min-width: 250px;
  max-width: 400px;
  width: auto;
}
.module-timeline .timeline-activity .content .subcontent .kpi-block h4 {
  font-size: 32px;
  color: rgba(51, 51, 51, 0.85);
  font-family: SX-Font-SemiBold;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.module-timeline .timeline-activity .content .subcontent .kpi-block h4 b {
  font-size: 18px;
}
.module-timeline .timeline-activity .content .subcontent .kpi-block h4 span {
  display: block;
  color: #a7a7a7;
  text-transform: uppercase;
  font-family: SX-Font-Regular;
  font-size: 16px;
  margin-bottom: 10px;
}
.module-timeline .timeline-activity .content .subcontent .kpi-block .sparkline {
  margin-top: 25px;
  float: left;
}
.module-timeline .timeline-activity .content .subcontent .download-document {
  padding: 20px;
  background: #ffffff;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  width: 100%;
  height: 85px;
  margin-top: 20px;
}
.module-timeline .timeline-activity .content .subcontent .download-document .icon {
  float: left;
  margin-right: 20px;
  font-size: 36px;
  color: #a7a7a7;
  height: 80px;
}
.module-timeline .timeline-activity .content .subcontent .download-document .name {
  color: #333333;
  font-size: 18px;
  font-family: SX-Font-SemiBold;
  float: left;
}
.module-timeline .timeline-activity .content .subcontent .download-document .name .data {
  display: block;
  color: #a7a7a7;
  text-transform: uppercase;
  font-size: 14px;
  font-family: SX-Font-Regular;
}
.module-timeline .timeline-activity .content .subcontent .download-document .button-download {
  display: block;
  text-transform: uppercase;
  color: #79aae4;
  border: 2px solid #79aae4;
  padding: 10px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 150px;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  float: right;
}
.sidebar {
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 1px 10px rgba(51, 51, 51, 0.1);
  margin-top: 0px;
  margin-right: 10%;
}
.sidebar .title-sidebar {
  color: rgba(167, 167, 167, 0.5);
  text-transform: uppercase;
  padding: 20px;
  font-size: 14px;
}
.sidebar ul {
  margin-top: -10px;
}
.sidebar ul li a {
  padding: 10px 20px;
  border-top: 1px solid rgba(167, 167, 167, 0.2);
  display: block;
  width: 100%;
  color: #a7a7a7;
  transition: all .2s;
}
.sidebar ul li a:hover {
  text-decoration: none;
  color: black;
  background: rgba(167, 167, 167, 0.1);
  transition: all .2s;
}
.sidebar ul li a .counter {
  float: right;
  font-size: 12px;
  color: rgba(193, 193, 193, 0.5);
}
.sidebar ul li a.active {
  background: #ff7f4a;
  color: #ffffff;
}
.sidebar ul li.active a .counter {
  color: #ffebe3;
}
/*Conditions*/
.list-startup-conditions {
  margin-left: 0px;
  margin-top: 0px;
}
.list-startup-conditions li {
  min-height: 20px;
}
.list-startup-conditions li .title {
  font-size: 14px;
  padding-top: 0px;
  width: 35%;
}
.list-startup-conditions li .number {
  font-size: 20px;
  padding-top: 18px;
}
.content-conditions .list-startup-conditions {
  margin-left: 0px;
  margin-left: 10%;
  margin-top: 0px;
}
.content-conditions .content-info-conditions p {
  color: #a7a7a7;
  font-size: 16px;
}
.content-conditions .content-info-conditions ul {
  margin-top: 30px;
  margin-bottom: 30px;
  color: rgba(51, 51, 51, 0.85);
  font-size: 16px;
}
.content-conditions .content-info-conditions ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.content-conditions .content-info-conditions ul li b,
.content-conditions .content-info-conditions ul li strong {
  color: #333333;
  font-family: SX-Font-SemiBold;
}
.content-conditions .content-info-conditions a {
  color: #ff7f4a;
  text-transform: uppercase;
  border: 2px solid #ff7f4a;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 20px;
  display: inline-block;
}
.panel-questions-conditions {
  margin-right: 0%;
}
.help-conditions h4.title {
  color: #a7a7a7;
  font-size: 16px;
  font-family: SX-Font-Regular;
  margin-bottom: 20px;
}
.help-conditions h4.panel-title {
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 10px;
}
.help-conditions h4.panel-title a {
  font-size: 16px;
  margin-left: -12px;
  margin-top: -2px;
}
/*Análisis*/
.last-update {
  float: right;
  font-size: 12px;
  color: #a7a7a7;
  font-family: SX-Font-Regular;
  text-align: right;
  margin-top: 5px;
  text-transform: uppercase;
}
.last-update b {
  display: block;
  font-family: SX-Font-SemiBold;
  font-size: 16px;
  margin-top: 5px;
  color: #79aae4;
}
.content-analytics .title-container {
  color: #a7a7a7;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 16px;
}
.content-analytics .separator-block {
  width: 100%;
  display: block;
  height: 75px;
}
.content-analytics .invest-destiny .number {
  font-family: SX-Font-SemiBold;
  color: #333333;
  font-size: 32px;
  margin-bottom: -5px;
  display: block;
  margin-top: 10px;
}
.content-analytics .invest-destiny .premoney {
  color: #ff7f4a;
  display: block;
  margin-bottom: 15px;
}
.content-analytics .invest-destiny .progress {
  height: 18px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #ffffff;
  overflow: hidden;
  padding: 3px;
  border: 1px solid rgba(167, 167, 167, 0.3);
}
.content-analytics .invest-destiny .progress-bar {
  border: 2px solid #ffffff;
  overflow: hidden;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.content-analytics .invest-destiny .progress-red {
  background: #d85464;
}
.content-analytics .invest-destiny .progress-blue {
  background: #79aae4;
}
.content-analytics .invest-destiny .progress-green {
  background: #92c659;
}
.content-analytics .invest-destiny .progress-yellow {
  background: #f7ed6f;
}
.content-analytics .invest-destiny .progress-black {
  background: #333333;
}
.content-analytics .invest-destiny .color-red {
  color: #d85464;
}
.content-analytics .invest-destiny .color-blue {
  color: #79aae4;
}
.content-analytics .invest-destiny .color-green {
  color: #92c659;
}
.content-analytics .invest-destiny .color-yellow {
  color: #f7ed6f;
}
.content-analytics .invest-destiny .color-black {
  color: #333333;
}
.content-analytics .invest-destiny ul {
  margin-top: 10px;
}
.content-analytics .invest-destiny li {
  font-family: SX-Font-SemiBold;
  margin-bottom: 10px;
}
.content-analytics .invest-destiny li span {
  font-family: SX-Font-Regular;
  color: #a7a7a7;
  float: right;
  margin-top: 3px;
}
.content-analytics .invest-destiny i {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-border-radius: 60%;
  -moz-border-radius: 60%;
  border-radius: 60%;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.downloads-section p {
  margin-bottom: 25px;
}
.downloads-section a,
.downloads-section button {
  background: #79aae4;
  color: #ffffff;
  text-align: center;
  width: 100% !important;
  padding: 15px 10px;
  font-size: 16px;
  display: block;
  margin-top: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all .2s;
  border: none;
}
.downloads-section a:hover,
.downloads-section button:hover {
  text-decoration: none;
  background: #4f8fdb;
  transition: all .2s;
  color: #ffffff;
}
.downloads-section a i,
.downloads-section button i {
  float: left;
  margin-left: 10px;
}
.downloads-section .dropdown-menu {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
}
.downloads-section .dropdown-menu li:first-child {
  margin-top: -10px;
}
.downloads-section .dropdown-menu li {
  margin-bottom: -10px;
}
.downloads-section .dropdown-menu a {
  background: none;
  padding: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.list-startup-datas {
  margin-left: 0px;
}
.list-startup-datas li {
  min-height: 58px;
  background: none;
  border: 1px solid rgba(167, 167, 167, 0.5);
  position: relative;
  transition: all .2s;
}
.list-startup-datas span.title {
  font-size: 14px;
  width: 40%;
  color: rgba(51, 51, 51, 0.5);
  padding-left: 10px;
}
.list-startup-datas span.number {
  font-size: 20px;
  color: rgba(51, 51, 51, 0.8);
}
.financial-certifications span.title {
  width: 75%;
  padding-left: 10px;
}
.financial-certifications span.number {
  width: 15%;
}
.financial-certifications .positive {
  color: #92c659;
}
.financial-certifications .negative {
  color: #92c659;
}
.list-startup-datas span.icon {
  float: left;
  background: #eff3f6;
  color: #a7a7a7;
  border: 1px solid #a7a7a7;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: -11px;
  padding-top: 1px;
  margin-right: 20px;
  top: 16px;
  transition: all .2s;
}
.list-startup-datas li.popover-link:hover {
  background: #ffffff;
  cursor: context-menu;
  transition: all .2s;
  box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.3);
}
.list-startup-datas li.popover-link:hover .icon {
  background: #79aae4;
  color: #ffffff;
  transition: all .2s;
}
.list-startup-datas li.popover-link:hover .item-popover {
  opacity: 0.3 !important;
  transition: all .2s;
}
.list-competitors {
  margin-top: 30px;
}
.list-competitors li {
  margin-bottom: 10px;
  font-family: SX-Font-SemiBold;
  font-size: 16px;
  border: 1px solid rgba(167, 167, 167, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8px;
}
.list-competitors li .image {
  width: 32px;
  height: 32px;
  background: #ffffff;
  display: inline-block;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.list-competitors li .image img {
  width: 100%;
}
.content-left-analytics {
  padding-left: 7%;
}
.actual-status-startup {
  font-size: 16px;
}
.actual-status-startup p b,
.actual-status-startup p strong {
  font-family: SX-Font-Bold;
}
.actual-status-kpis {
  margin-top: 40px;
}
.block-float-data {
  margin-bottom: 25px;
}
.block-float-data:last-child {
  margin-bottom: 0px;
}
.content-actual-status {
  padding-left: 30px;
  margin-top: -40px;
}
.actual-status-kpis .title-kpi-float {
  color: #a7a7a7;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  margin-top: 10px;
}
.actual-status-kpis ul {
  margin-left: -10px;
}
.actual-status-kpis ul li {
  margin-bottom: 5px;
}
.actual-status-kpis ul li b,
.actual-status-kpis ul li strong {
  font-family: SX-Font-SemiBold;
}
.logos-partners {
  background: #ffffff;
  padding: 20px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: -10px;
}
.gallery-analytics {
  width: 100%;
}
.gallery-analytics li {
  width: 47.5%;
  margin-bottom: 15px;
  height: 250px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0px;
  margin-right: 15px;
  position: relative;
  background: #ffffff;
}
.gallery-analytics li img {
  width: 100%;
  background: #333333;
  z-index: 4;
  transition: all .2s;
}
.gallery-analytics .info {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  background: rgba(51, 51, 51, 0.6);
  width: 100%;
  color: white;
}
.gallery-analytics .play-button {
  width: 90px;
  height: 90px;
  background: #ff7f4a;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 28%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  z-index: 5;
  transition: all .2s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 36px;
  padding-top: 20px;
  box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.6);
}
.gallery-analytics .video {
  background: #333333;
  border: 1px solid rgba(51, 51, 51, 0);
}
.gallery-analytics .video img {
  opacity: 0.5;
}
.gallery-analytics .video:hover .play-button {
  width: 120px;
  height: 120px;
  transition: all .2s;
  top: 22%;
  padding-top: 35px;
}
.gallery-analytics .image:hover img {
  width: 105%;
  transition: all .2s;
  opacity: 0.8;
}
.certificate-financial,
.certificate-sx {
  margin-top: 20px;
}
.grey-scale {
  filter: grayscale(1);
  transition-property: filter;
  transition: all .2s;
  opacity: 0.4;
}
.certificate-financial img {
  width: 45%;
  margin: 0 auto;
  filter: grayscale(1);
  transition-property: filter;
  transition: all .2s;
  opacity: 0.4;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.certificate-sx img {
  width: 10%;
  margin: 0 auto;
  filter: grayscale(1);
  transition-property: filter;
  transition: all .2s;
  opacity: 0.4;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  margin-left: 5px;
}
.certificate-financial p,
.certificate-sx p {
  text-align: left;
  font-size: 11px;
  color: #a7a7a7;
  width: 50%;
  margin: 0 auto;
  margin-top: 5px;
  float: left;
}
.certificate-sx p {
  width: 83%;
  padding-top: 4px;
}
.certificate-financial:hover img,
.certificate-sx:hover img {
  filter: grayscale(0);
  transition: all .2s;
  opacity: 1;
}
.reason-to-invest {
  margin-left: 0px !important;
}
.reason-to-invest li {
  margin-bottom: 20px !important;
  font-size: 14px;
}
.reason-to-invest li:before {
  width: 22px;
  height: 22px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  content: "\f00c";
  font-family: FontAwesome;
  text-align: center;
  padding-top: 1px;
  color: #92c659;
  margin-right: 8px;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.content-reviewer {
  margin-bottom: 40px;
  border: 1px solid rgba(51, 51, 51, 0.15);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
  min-height: 105px;
}
.content-reviewer .image {
  float: left;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
}
.content-reviewer .image img {
  width: 100%;
  height: 100%;
}
.content-reviewer p {
  color: #a7a7a7;
  font-size: 12px;
  margin-top: 0px;
}
.content-reviewer .name {
  float: left;
  width: 80%;
}
.content-reviewer .name b {
  font-family: SX-Font-SemiBold;
}
.content-reviewer .name span {
  color: #ff7f4a;
  margin-left: 15px;
}
.content-reviewer .code {
  width: 12%;
  float: right;
  text-align: right;
}
.content-reviewer .code img {
  width: 60px;
  opacity: 0.2;
}
/*overrrides*/
.popover {
  width: 100%;
  font-family: SX-Font-Regular;
  border-color: rgba(255, 127, 74, 0.3);
  box-shadow: 0px 2px 40px rgba(51, 51, 51, 0.3);
  max-width: 95%;
}
.popover .popover-title {
  padding: 15px 20px;
  font-size: 16px;
  font-family: SX-Font-SemiBold;
  color: #ffffff;
  background: #ff7f4a;
  border: none;
}
.popover .popover-content {
  color: #747474;
  padding: 20px;
}
.popover .popover-content a {
  color: orange;
  font-family: SX-Font-SemiBold;
}
.popover .popover-content b {
  font-family: SX-Font-SemiBold;
  color: #414141;
}
.tip:hover {
  cursor: pointer;
}
.tooltip-sparkline {
  background: #333333;
  padding: 10px;
  width: 100px;
  margin-top: -10px;
  margin-left: -10px;
  color: #a7a7a7;
  font-family: SX-Font-Regular;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
}
.tooltip-sparkline span {
  display: block;
  color: #ffffff;
  margin-top: 2px;
}
.bottom-footer-margin {
  padding-bottom: 130px;
}
.navbar-sx-scroll-syndicate {
  box-shadow: none;
  transition: all ease .5s;
}
.margin-scroll-syndicate {
  width: 100%;
  height: 190px;
  display: block;
  background: #eff3f6;
}
/*overlay helps*/
.help-tour {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 400px;
  z-index: 9999;
}
.help-tour .help-overlay {
  background-image: url('X1ADbLCBa1H0NciK1N1xAk61epLPQEUPoidQtBLXh0U.png');
  width: 500px;
  height: 400px;
  display: block;
  position: absolute;
  bottom: -60px;
  left: 0px;
}
.help-tour .help-container {
  width: 400px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 2px 60px rgba(51, 51, 51, 0.5);
}
.help-tour .help-container .image {
  width: 20%;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.help-tour .help-container .image .icon-circle {
  border: 6px solid rgba(167, 167, 167, 0.3);
  width: 65px;
  height: 65px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #a7a7a7;
  margin: 0 auto;
  font-size: 26px;
  padding-top: 10px;
  margin-top: 5px;
}
.help-tour .help-container .content {
  float: left;
  width: 73%;
  margin-bottom: -10px;
}
.help-tour .help-container .content .title {
  display: block;
  color: #ff7f4a;
  font-family: SX-Font-SemiBold;
  margin-bottom: 5px;
}
.help-tour .help-container .content p {
  color: #747474;
  line-height: 18px;
}
.help-tour .help-container .content p b {
  font-family: SX-Font-SemiBold;
  color: #282828;
}
/*Modals*/
.modal-invest {
  position: relative;
}
.modal-syndicate .modal-content {
  background-color: #ffffff;
  max-width: 750px;
  margin: 0 auto 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 50px;
  overflow: hidden;
  zoom: 0.95;
}
.modal-syndicate .modal-header {
  background-color: #ffffff;
  border-bottom: none;
}
.modal-header .startup-name {
  font-size: 32px;
  font-family: SX-Font-Bold;
  width: 45%;
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
.modal-header .leadInvestorDiv {
  width: 50%;
  float: right;
  margin-top: -10px;
  text-align: right;
}
.modal-syndicate .span12 p,
.modal-syndicate .span12 ul {
  font-size: 16px;
  color: #747474;
}
.modal-syndicate .span12 ul {
  font-family: SX-Font-SemiBold;
  color: #333333;
}
.modal-header .leadInvestorDiv .investorName {
  font-size: 16px;
  font-family: SX-Font-SemiBold;
  margin-right: 10px;
  display: inline-block;
  margin-top: 8px;
  width: 65%;
}
.modal-header .leadInvestorDiv span {
  display: block;
  color: #ff7f4a;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase !important;
}
.alert-real-invest,
.alert-average-ticket,
.alert-share-investment {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  text-align: center;
  padding: 20px;
}
.alert-share-investment {
  height: 420px;
  position: relative;
  padding-top: 0px;
}
.alert-average-ticket {
  padding-top: 75px;
}
.alert-share-investment .fa-icon-info {
  color: #92c659;
  font-size: 52px;
  margin-bottom: 20px;
  display: block;
}
.alert-average-ticket img {
  width: 100%;
  margin-top: 10px;
}
.alert-average-ticket .title,
.alert-share-investment .title {
  font-family: SX-Font-SemiBold;
  color: #333333;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.alert-average-ticket .title span,
.alert-share-investment .title span {
  text-transform: capitalize;
}
.alert-average-ticket .midTicket {
  background: #ffffff;
  color: #333333;
  font-size: 26px;
  border: 1.5px solid #a7a7a7;
  padding: 8px 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.alert-average-ticket .stocks {
  font-family: SX-Font-Bold;
  color: #92c659;
}
.alert-average-ticket .alert-time {
  margin-top: 130px;
  color: #a7a7a7;
  font-size: 16px;
}
.alert-average-ticket p {
  color: #676767;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.alert-share-investment p {
  color: #8e8e8e;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.alert-share-investment p b {
  font-family: SX-Font-SemiBold;
}
.alert-share-investment .button {
  margin-top: 65px;
}
.alert-share-investment .btn-share {
  width: 56px;
  height: 56px;
  background: #333333;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
}
.alert-share-investment .btn-share.btn-facebook {
  background-color: #2b4170;
}
.alert-share-investment .btn-share.btn-linkedin {
  background-color: #0073b2;
}
.alert-share-investment .btn-share.btn-twitter {
  background-color: #79aae4;
}
.alert-share-investment .btn-share.btn-whatsapp {
  background-color: #92c659;
}
.alert-share-investment .btn-close-modal {
  color: #a7a7a7;
  border: 2px solid #a7a7a7;
  padding: 10px 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-top: 30px;
}
.alert-share-investment .btn-close-modal:hover {
  color: #79aae4;
  border-color: #79aae4;
  text-decoration: none;
}
.alert-real-invest .fa-icon-info {
  color: #79aae4;
  font-size: 72px;
  margin-bottom: 20px;
  display: block;
}
.alert-real-invest .important {
  color: #d85464;
  background: rgba(216, 84, 100, 0.1);
  border: 2px solid #d85464;
  padding: 3px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  width: 110px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.alert-real-invest p {
  color: #676767;
  line-height: 24px;
  padding: 15px;
  font-size: 16px;
}
.alert-real-invest .title {
  font-family: SX-Font-SemiBold;
  color: #333333;
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0px;
}
.alert-real-invest p a {
  color: #79aae4;
  font-family: SX-Font-SemiBold;
}
.alert-real-invest p .startup {
  text-transform: capitalize;
  font-family: SX-Font-Bold;
  color: #4e4e4e;
}
.alert-real-invest p.button {
  margin-top: 30px;
}
.alert-real-invest .confirm-inversion-button-alert {
  background: #ff7f4a;
  color: #ffffff;
  padding: 20px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 18px;
  margin-top: 40px;
}
.alert-real-invest .confirm-inversion-button-alert:hover {
  text-decoration: none;
  background: #fd4a00;
}
.modal-header .leadInvestorDiv img {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 4px solid rgba(167, 167, 167, 0.3);
  float: right;
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
}
.modal-syndicate .modal-body {
  border: none;
  min-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 0px;
  padding-bottom: 30px;
}
#investContent .info {
  font-size: 14px;
  color: #a7a7a7;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#investContent .info span {
  text-transform: capitalize !important;
}
#investContent .step {
  list-style: none !important;
  margin-left: -55px;
  margin-right: -35px;
  margin-top: 0px;
}
#investContent .step li {
  display: inline-block;
  width: 32%;
  font-family: SX-Font-SemiBold;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(167, 167, 167, 0.5);
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid rgba(167, 167, 167, 0.5);
}
#investContent .step li span {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  color: #ffffff;
  background-color: rgba(167, 167, 167, 0.2);
  display: inline-block;
  text-align: center;
  margin-right: 3px;
  padding-top: 1px;
}
#investContent .step .active {
  color: #ff7f4a !important;
  border-color: #ff7f4a !important;
}
#investContent .step .active span {
  background-color: #ff7f4a !important;
}
#investContent .info-input {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  font-family: SX-Font-SemiBold;
  margin-top: 10px;
  display: block;
}
#investContent .icon-input {
  position: relative;
  float: right;
  font-size: 20px;
  color: #ccc;
  top: -47px;
  margin-bottom: -20px;
  width: 30px;
  text-align: center;
  margin-right: 5px;
}
#investContent .fa-mobile {
  font-size: 30px;
  top: -50px;
}
#investContent .input-amount,
#investContent .input_phone {
  background-color: rgba(167, 167, 167, 0.2);
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  padding: 16px;
  border: 1px solid rgba(167, 167, 167, 0.2);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  transition: all .3s;
  margin-top: 5px;
  font-family: SX-Font-SemiBold;
  height: auto;
}
#investContent .input-amount::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(167, 167, 167, 0.7);
  font-family: SX-Font-Regular;
}
#investContent .input-amount::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(167, 167, 167, 0.7);
  font-family: SX-Font-Regular;
}
#investContent .input-amount:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(167, 167, 167, 0.7);
  font-family: SX-Font-Regular;
}
#investContent .input-amount:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(167, 167, 167, 0.7);
  font-family: SX-Font-Regular;
}
#investContent .input_phone::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(167, 167, 167, 0.7);
  font-family: SX-Font-Regular;
}
#investContent .input_phone::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(167, 167, 167, 0.7);
  font-family: SX-Font-Regular;
}
#investContent .input_phone:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(167, 167, 167, 0.7);
  font-family: SX-Font-Regular;
}
#investContent .input_phone:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(167, 167, 167, 0.7);
  font-family: SX-Font-Regular;
}
#investContent .input-amount:focus {
  border: 1px solid #dedede !important;
  outline: none;
  box-shadow: none;
  transition: all .3s;
  background-color: #f1f1f1 !important;
  color: #222;
}
#investContent .min-height-simulator {
  min-height: 110px !important;
}
#investContent .invest-now {
  color: #ff7f4a;
  font-weight: 400;
  font-size: 18px !important;
  float: left;
  width: 40%;
  display: inline-block;
  margin-top: 5px;
}
#investContent .objetive {
  font-weight: 400;
  font-size: 18px !important;
  float: right;
  width: 40%;
  display: inline-block;
  text-align: right;
  margin-top: 5px;
}
#investContent .progress {
  background-color: #e6e6e6;
  box-shadow: none !important;
  height: 8px !important;
  margin-top: 7px;
}
#investContent .progress .dynamicRoundProgress {
  background-color: #bae2ff !important;
  height: 8px !important;
  border-radius: 50px;
  transition: all .3s;
}
#investContent .progress .progress-bar {
  position: relative;
  top: -8px;
  z-index: 999;
  box-shadow: none !important;
  background: #ff7f4a;
}
#investContent .completed-round-info {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: SX-Font-SemiBold;
  margin-top: -10px;
}
#investContent .completed-round-info span {
  font-weight: 500;
}
#investContent .investor-round-info {
  font-size: 12px;
  font-weight: 400;
  color: #5bb8ff;
}
#investContent .investor-round-info span {
  background-color: #5bb8ff;
  color: #fff;
  font-weight: 500;
  padding: 1px 4px;
  border-radius: 4px;
}
#investContent .simulation-invest {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .2s;
}
#investContent .blur-simulation {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.3;
  transition: all .2s;
}
#investContent .disabled-simulation {
  background-color: #f2dede;
  text-align: center;
  color: #a94442;
  padding: 5px 10px;
  border-radius: 4px;
  width: 80%;
  margin: 0 auto;
  display: block;
  font-size: 12px;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
  border: 1px solid #ebccd1;
}
#investContent .badge-alert {
  background-color: #d85464;
  font-size: 11px !important;
  margin-top: 30px;
  text-transform: uppercase !important;
}
#investContent .info-distribution-round {
  font-size: 13px;
  color: #a7a7a7;
  line-height: 16px;
  margin-top: 7px;
}
.checkbox-confirm-invest {
  text-align: center;
  padding: 15px 0px;
  font-size: 16px;
}
.btn-confirm-invest-big {
  height: 75px !important;
  margin-bottom: -25px !important;
  margin-top: 15px;
  font-size: 22px;
  background: #ff7f4a;
  color: #ffffff;
  width: 100%;
  display: block;
}
.btn-confirm-invest-big .icon-chevron {
  margin-top: 4px;
  margin-right: 5px;
}
.disabled-button-invest,
.disabled-button-invest:hover {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.6) !important;
  opacity: 0.5 !important;
  color: rgba(167, 167, 167, 0.9);
  border: 2px solid rgba(167, 167, 167, 0.9);
}
.preview-info-min-invest {
  color: #92c659;
}
.label-error-mininvest {
  color: #d85464;
  font-family: SX-Font-SemiBold;
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.modal-footer {
  border: none;
}
.modal-footer #errorAlert .contentAlert .alert-danger {
  margin-top: 10px;
  margin-bottom: -5px;
  margin-left: -15px !important;
  margin-right: -15px !important;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
.modal-content #infoAlert .contentAlert .alert-block,
.modal-content #errorAlert .contentAlert .alert-block,
.modal-content #successAlert .contentAlert .alert-block {
  margin-top: 10px;
  margin-bottom: -5px;
  margin-left: -15px !important;
  margin-right: -15px !important;
  font-size: 14px;
  padding: 10px;
}
/*STEP 2*/
#signaturitIframe {
  top: 0;
  left: 0;
  zoom: 1;
  width: 100%;
  height: 600px;
  border-radius: 5px;
  background: #ececec;
  margin-bottom: -50px;
  margin-top: -20px;
  border: none;
}
.sx-Dinfo p {
  font-size: 14px;
  color: #929292;
  line-height: 18px;
}
.steps-step2 {
  margin-left: -50px !important;
  margin-right: -55px !important;
  margin-bottom: 0px;
  margin-top: -20px !important;
}
#signaturitSpinner {
  width: 99%;
  height: 600px;
  background-color: #ececec;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-bottom: -590px;
  margin-top: 5px;
}
#signaturitSpinner p {
  padding: 25% 10%;
  text-align: center;
}
#signaturitSpinner p i {
  display: block;
  font-size: 60px !important;
  width: 100%;
  margin-bottom: 20px;
}
#iframeErrorMessage {
  margin-top: 50px;
  margin-bottom: -60px !important;
}
#iframeErrorMessage .alert {
  margin-left: -15px;
  margin-bottom: 30px;
}
#sign-continue-button {
  margin-top: 20px;
  margin-bottom: -40px;
  margin-right: 0px;
}
#sign-continue-button button {
  width: 105% !important;
  background: #ff7f4a;
  color: #fff !important;
  padding: 15px;
  font-size: 16px;
  border: none;
  margin-top: 30px;
  font-weight: 500;
}
.secure-info-signaturit {
  background: #eaf3ff;
  color: #609cbf !important;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 25px;
}
.secure-info-signaturit i,
.secure-info-signaturit span {
  font-weight: bold;
  color: #595996;
  margin-right: 4px;
}
/*STEP 3*/
.info-transfer {
  font-size: 14px;
  color: #929292;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.bank-details {
  background-color: #ececec;
  padding: 10px;
  border: 0px solid #fff !important;
}
.bank-details th {
  width: 35%;
  padding: 10px !important;
  text-transform: uppercase;
  font-size: 12px;
  color: #b9b5b5;
}
.bank-details td {
  text-transform: uppercase;
  font-weight: 500;
  color: #6d6d6d;
  padding: 10px !important;
  text-align: right;
}
.bank-details .orangeColor {
  color: #ff7f4a !important;
  font-weight: 600;
}
.bank-details .big {
  font-size: 17px;
  font-family: SX-Font-SemiBold;
}
.bank-details .subinfo {
  text-transform: none !important;
  color: #b5b4b4;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  display: block;
  font-weight: 300;
  margin-top: 4px;
}
.bank-details a {
  color: #a5a5a5;
}
.bank-details a:hover {
  color: #3978a9;
}
.select-banks-content p {
  font-size: 16px;
  color: #818181;
  margin-top: 25px;
  margin-bottom: 25px;
}
.select-banks-content p .startup {
  text-transform: capitalize;
  font-family: SX-Font-SemiBold;
  color: #333333;
}
.select-banks-content p b {
  color: #92c659;
  font-family: SX-Font-SemiBold;
}
.select-banks-content li {
  width: 23%;
  margin-right: 10px;
  margin-bottom: 20px;
}
.select-banks-content li img {
  width: 100%;
  border-radius: 5px;
  transition: all .2s;
}
.select-banks-content li img:hover {
  box-shadow: 0px 2px 15px #ccc;
  transition: all .2s;
}
.select-banks-content .opacity-button {
  opacity: 0.2;
}
.select-banks-content .opacity-button img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
}
.select-banks-content .selected-button {
  box-shadow: 0px 2px 15px #ccc;
}
.select-banks-content .bank-other a {
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
  display: block;
  padding: 26px 10px;
  border-radius: 5px;
  color: #333333;
  font-family: SX-Font-SemiBold;
  transition: all .2s;
}
.select-banks-content .bank-other a:hover {
  box-shadow: 0px 2px 15px #ccc;
  transition: all .2s;
  text-decoration: none;
  background: rgba(247, 237, 111, 0.1);
}
.select-banks-content .disabled,
.select-banks-content .disabled:hover,
.select-banks-content .disabled img,
.select-banks-content .disabled img:hover {
  cursor: not-allowed;
  box-shadow: none !important;
}
#redirection-bank-alert .fa {
  font-size: 24px;
  text-align: center;
  margin-left: 10px;
  margin-top: 5px;
}
#redirection-bank-alert {
  color: #a7a7a7;
}
#redirection-bank-alert b {
  color: #79aae4;
}
#redirection-bank-alert span {
  color: #333333;
  font-family: SX-Font-SemiBold;
  text-transform: capitalize;
}
#bottomSelectBank .btn-show-table-transfer {
  width: 100%;
  display: block;
  padding: 18px 10px !important;
  font-size: 20px !important;
  background: #ff7f4a;
  border: none;
}
#bottomSelectBank .btn-show-table-transfer span {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 5px;
}
#bottomSelectBank {
  margin-bottom: -50px !important;
}
#escrow-info img {
  max-width: 120%;
  margin-top: -10px;
  text-align: center;
}
#escrow-info p {
  font-size: 12px;
  color: #929292;
  line-height: 16px;
  margin-top: 5px;
}
#bottomBankTransfer button {
  width: 100%;
  display: block;
  padding: 18px 10px !important;
  font-size: 20px !important;
  background: #79aae4;
  border: none;
}
#bottomBankTransfer .print-page-button {
  display: block;
  text-align: center;
  background-color: #ededed;
  margin-top: 8px;
  border-radius: 5px;
  color: #888;
  padding: 5px;
}
#bottomBankTransfer {
  margin-bottom: -50px !important;
}
/*ERROR VIEW*/
.error-request-view {
  padding: 20px;
  margin-top: 30px;
}
.error-request-view img {
  width: 90%;
  text-align: center;
  margin-top: 25px;
}
.error-request-view h4 {
  color: #ff7f4a !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
}
.error-request-view p {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}
.error-request-view a {
  display: block;
  width: 100%;
  background-color: #ececec;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  color: #b1b1b1;
  border-radius: 5px;
}
/*MODAL GO BAKER*/
.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;
}
.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: 13px;
  line-height: 18px;
  color: #9a9a9a;
}
.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;
}
.alert-error-change-baker,
.alert-done-change-baker {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  padding: 15px !important;
  margin-bottom: 0px;
}
/*Unsubscribe modal*/
#unsubscribeModal .modal-content {
  background-color: #ffffff;
  max-width: 750px;
  margin: 0 auto 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 15%;
  zoom: 0.95;
  overflow: hidden;
}
#unsubscribeModal .modal-header {
  padding-left: 25px;
}
#unsubscribeModal h4 {
  font-size: 32px;
  color: #333333;
  margin-top: 00px;
  font-family: SX-Font-Bold;
}
#unsubscribeModal h5 {
  font-size: 14px;
  font-weight: 400;
  color: #ff7f4a;
  margin-top: -5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#unsubscribeModal .modal-body {
  font-size: 14px;
  color: #a7a7a7;
  font-weight: 300;
  padding: 25px;
}
#unsubscribeModal .button-alert-suscribe {
  text-align: center;
  border: 2px solid #a7a7a7;
  min-height: 120px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  padding-top: 12%;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}
#unsubscribeModal .button-alert-suscribe > .subalert {
  display: none !important;
  transition: all .2s;
}
#unsubscribeModal .button-alert-suscribe b {
  color: #333333;
  font-size: 16px;
  font-family: SX-Font-SemiBold;
  text-transform: capitalize;
}
#unsubscribeModal .button-alert-suscribe p {
  font-size: 12px;
  margin-top: 5px;
  line-height: 18px;
  text-align: center;
}
#unsubscribeModal .all-oportunities {
  padding-top: 7%;
}
#unsubscribeModal .button-alert-suscribe:hover {
  transition: all .2s;
  cursor: pointer;
  background: rgba(204, 204, 204, 0.15);
  border: 2px solid #8ab6ec;
}
#unsubscribeModal .button-alert-suscribe.active,
#unsubscribeModal .button-alert-suscribe.active:hover {
  border: 3px solid #92c659;
  background: rgba(146, 198, 89, 0.1);
}
#unsubscribeModal .button-alert-suscribe.active > .subalert {
  display: block !important;
  transition: all .2s;
}
#unsubscribeModal .button-alert-suscribe .subalert {
  width: 100px;
  height: 50px;
  background: #92c659;
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: -20px;
  left: -35px;
  color: #fff;
  text-align: center;
}
#unsubscribeModal .button-alert-suscribe .subalert i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-left: -10px;
  margin-top: 25px;
  font-size: 20px;
}
#unsubscribeModal .small-detail {
  font-size: 11px;
  text-transform: uppercase;
}
#unsubscribeModal .changeReasonButton {
  text-align: right;
  float: right;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -30px;
}
#unsubscribeModal select {
  background: rgba(204, 204, 204, 0.14);
  height: 40px;
}
#unsubscribeModal .modal-footer {
  padding-top: 25px;
}
#unsubscribeModal .alertunsubscribeBottom {
  color: #b5b5b5;
  font-size: 12px;
  text-align: right;
}
#unsubscribeModal .alertunsubscribeBottom span {
  font-size: 12px;
  padding: 2px 6px;
  background: #d85464;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
#unsubscribeModal .alertunsubscribeBottom p {
  margin-top: 10px;
  line-height: 16px;
  text-align: right;
  font-size: 12px;
}
#unsubscribeModal .alertunsubscribeBottom a {
  color: #ff7f4a;
}
#unsubscribeModal .modal-footer .btn {
  background: #ff7f4a;
  border: none;
  display: block;
  width: 100%;
  padding: 24px;
  font-size: 20px;
  font-family: SX-Font-SemiBold;
  border-radius: 8px;
  transition: all .2s;
}
#unsubscribeModal .modal-footer .btn:hover {
  background: #fd4a00;
  transition: all .2s;
}
.alert-select-option {
  color: #821919;
  background: rgba(255, 0, 0, 0.14);
  border-radius: 4px;
  font-size: 12px;
  padding: 8px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 0px;
}
#unsubscribeModal .content-step2 {
  text-align: center;
  padding: 20px;
}
#unsubscribeModal .content-step2 i {
  font-size: 52px;
  color: #92c659;
  border-radius: 50px;
  background: rgba(68, 220, 122, 0.2);
  padding: 10px;
  margin-bottom: 20px;
}
#unsubscribeModal .content-step2 p {
  font-size: 16px;
  color: #a7a7a7;
  text-align: center;
}
#unsubscribeModal .content-step2 .info-prefs {
  font-size: 13px;
  margin: 0 auto;
  width: 80%;
  background: rgba(204, 204, 204, 0.21);
  color:  #999;
  padding: 20px 20px;
  border-radius: 6px;
  margin-top: 20px;
}
#unsubscribeModal .content-step2 .info-prefs a {
  font-weight: 600;
  color: #ff7f4a;
}
/*RESPONSIVE FIXES*/
@media only screen and (max-width: 500px) {
  .modal-header .startup-name {
    font-size: 22px !important;
  }
  #investContent .info {
    font-size: 13px;
    color: #6F6F6C;
    line-height: 16px;
  }
  #investContent .step li span {
    display: none;
  }
  .modal-header .leadInvestorDiv span {
    font-size: 10px;
  }
  .modal-header .leadInvestorDiv .investorName {
    font-size: 16px !important;
  }
  #investContent .step li {
    font-size: 12px;
  }
  #investContent .step {
    margin-right: -25px;
    margin-top: -25px;
  }
  #investContent .simulation-invest {
    margin-top: 0px;
  }
  #investContent .min-height-simulator {
    min-height: 90px !important;
  }
  #investContent .input-amount,
  #investContent .input_phone {
    background-color: #eaeaea;
    color: #333 !important;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 7px;
    transition: all .3s;
    margin-top: 5px;
    font-weight: 400 !important;
    height: 50px;
    padding-left: 20px;
  }
  #investContent .icon-input {
    display: none;
  }
  #investContent .info-input {
    font-size: 13px;
    text-transform: uppercase;
    color: #777 !important;
    font-weight: 400 !important;
    margin-top: 5px;
    display: block;
  }
  #investContent .invest-now,
  #investContent .objetive {
    font-size: 16px !important;
    margin-top: 0px !important;
  }
  #investContent .progress {
    margin-top: 4px;
  }
  .checkbox-confirm-invest {
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
  }
  .modal-header .leadInvestorDiv {
    width: 46%;
    float: right;
    margin-top: -4px;
    text-align: right;
  }
  .bank-details {
    width: 100% !important;
  }
  .bank-details th {
    width: 35%;
    padding: 10px !important;
    text-transform: uppercase;
    font-size: 10px;
    color: #b9b5b5;
  }
  .bank-details td {
    text-transform: uppercase;
    font-weight: 500;
    color: #6d6d6d;
    padding: 5px !important;
    text-align: right;
    font-size: 13px !important;
  }
  .bank-details .big {
    font-size: 13px;
    font-family: SX-Font-SemiBold;
  }
  #escrow-info img {
    max-width: 80px;
    margin-top: -10px;
    text-align: center;
  }
  .info-transfer {
    font-size: 14px;
    color: #929292;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  #escrow-info p {
    font-size: 10px;
    color: #929292;
    line-height: 13px;
    margin-top: 5px;
    text-align: left;
  }
}
.open-modal-invest {
  display: none !important;
}
/*Modal login syndicate*/
.modal-login-syndicate .modal-content {
  margin-top: 15%;
  padding: 20px;
}
.modal-login-syndicate .modal-header {
  border: none;
}
.modal-login-syndicate .sx-loginsH1 {
  font-family: SX-Font-Bold;
  margin-top: -40px;
  margin-bottom: 40px;
}
.modal-login-syndicate .sx-loginsH1 i {
  display: none;
}
.modal-login-syndicate input {
  width: 100%;
  display: block;
  border: none;
  background: rgba(167, 167, 167, 0.15);
  color: #333333;
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 16px;
}
.modal-login-syndicate button.sx-registerBtn,
.modal-login-syndicate button.sx-loginsBtn {
  background: #ff7f4a;
  color: #ffffff;
  width: 100%;
  padding: 15px;
  font-family: SX-Font-SemiBold;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
}
.modal-dialog-invest-signature {
  width: 100%;
  height: 100%;
}
.modal-content-invest-signature {
  width: 90%;
  height: 90%;
}
#sx-loginLeft a {
  color: #79aae4;
  margin-top: 30px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}
#sx-loginLeft label {
  text-transform: uppercase;
  color: #a7a7a7;
}
#sx-loginSoc h3,
#sx-loginSoc h2 {
  font-family: SX-Font-SemiBold;
  color: #333333;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 25px;
}
#sx-loginSoc ul {
  margin-left: -35px;
  color: #a7a7a7;
  list-style: none;
}
#sx-loginSoc ul li {
  margin-bottom: 12px;
}
#sx-loginSoc h5 {
  text-align: center;
  font-family: SX-Font-SemiBold;
  margin-top: 20px;
}
#sx-loginSoc h5 a {
  display: block;
  color: #ff7f4a;
  border: 1.5px solid #ff7f4a;
  padding: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: -20px;
}
/*fixes old*/
.company-info img,
.company-info iframe {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.company-info iframe {
  min-height: 250px;
}
.file-column img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 20px;
}
.file-column h2,
.file-column h3 {
  font-family: SX-Font-SemiBold;
  font-size: 22px;
}
.hide-intercom {
  display: none !important;
}
.notAuthorizedZone {
  text-align: center;
  margin-top: 50px;
}
.notAuthorizedZone .content {
  margin-top: -110px;
}
.notAuthorizedZone .content h3 {
  font-family: SX-Font-SemiBold;
  color: #333333;
}
.notAuthorizedZone .content p {
  font-size: 16px;
  color: #818181;
  margin-bottom: 40px;
}
.notAuthorizedZone .content a {
  border: 2px solid #ff7f4a;
  color: #ff7f4a;
  padding: 18px 40px;
  font-size: 16px;
  font-family: SX-Font-SemiBold;
  margin-top: 80px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: all .2s;
}
.notAuthorizedZone .content a:hover {
  text-decoration: none;
  background: #ff7f4a;
  color: #ffffff;
  transition: all .2s;
}
.gradient-orange-alpha {
  background: rgba(51, 51, 51, 0);
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #252525 70%, #1f1f1f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(70%, #252525), color-stop(100%, #1f1f1f));
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #252525 70%, #1f1f1f 100%);
  background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #252525 70%, #1f1f1f 100%);
  background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #252525 70%, #1f1f1f 100%);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #252525 70%, #1f1f1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1f1f1f', GradientType=0);
}
.alert-scroll {
  z-index: 9999;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: rgba(51, 51, 51, 0);
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #252525 70%, #1f1f1f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(70%, #252525), color-stop(100%, #1f1f1f));
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #252525 70%, #1f1f1f 100%);
  background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #252525 70%, #1f1f1f 100%);
  background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #252525 70%, #1f1f1f 100%);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #252525 70%, #1f1f1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1f1f1f', GradientType=0);
  color: #ffd9ca;
  padding-top: 20px;
}
.alert-scroll i {
  font-size: 22px;
  color: #ffffff;
  -webkit-animation-name: bounceA;
  -moz-animation-name: bounceA;
  -o-animation-name: bounceA;
  animation-name: bounceA;
  position: relative;
}
.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*/

/* CTA Button Wrapper Styles */
.cta-integrated-wrapper {
    display: block;
    width: 100%;
}
.cta-integrated-wrapper .cta-button-container {
    width: 100%;
}
.cta-integrated-wrapper button,
.cta-integrated-wrapper .btn-invest,
.cta-integrated-wrapper .btn-pending,
.cta-integrated-wrapper .btn-closed {
    background: #92C659;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: block;
}
.cta-integrated-wrapper .invest-time-tip {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: rgba(167, 167, 167, 0.8);
    font-weight: 400;
}
.cta-integrated-wrapper .invest-time-tip i {
    margin-right: 5px;
}
.cta-integrated-wrapper button:hover,
.cta-integrated-wrapper .btn-invest:hover,
.cta-integrated-wrapper .btn-pending:hover,
.cta-integrated-wrapper .btn-closed:hover {
    background: #7aad41;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.cta-integrated-wrapper button:active,
.cta-integrated-wrapper .btn-invest:active,
.cta-integrated-wrapper .btn-pending:active,
.cta-integrated-wrapper .btn-closed:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.cta-integrated-wrapper button.disabled,
.cta-integrated-wrapper button:disabled,
.cta-integrated-wrapper .btn-invest.disabled,
.cta-integrated-wrapper .btn-invest:disabled,
.cta-integrated-wrapper .btn-pending.disabled,
.cta-integrated-wrapper .btn-pending:disabled,
.cta-integrated-wrapper .btn-closed.disabled,
.cta-integrated-wrapper .btn-closed:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.cta-integrated-wrapper button.disabled:hover,
.cta-integrated-wrapper button:disabled:hover,
.cta-integrated-wrapper .btn-invest.disabled:hover,
.cta-integrated-wrapper .btn-invest:disabled:hover,
.cta-integrated-wrapper .btn-pending.disabled:hover,
.cta-integrated-wrapper .btn-pending:disabled:hover,
.cta-integrated-wrapper .btn-closed.disabled:hover,
.cta-integrated-wrapper .btn-closed:disabled:hover {
    transform: none;
    box-shadow: none;
}
.cta-integrated-wrapper .btn-pending {
    background: #ff7f4a;
}
.cta-integrated-wrapper .btn-pending:hover {
    background: #ff5c17;
}
.cta-integrated-wrapper .btn-transfer-green {
    background: #5cb85c;
}
.cta-integrated-wrapper .btn-transfer-green:hover {
    background: #449d44;
}
.cta-integrated-wrapper .btn-closed {
    background: #A7A7A7;
}
.cta-integrated-wrapper .btn-closed:hover {
    background: #A7A7A7;
}

.mobile-cta-wrapper {
    text-align: center;
    margin-top: 20px;
}
.mobile-cta-wrapper .cta-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.mobile-cta-wrapper button,
.mobile-cta-wrapper .btn-invest,
.mobile-cta-wrapper .btn-pending,
.mobile-cta-wrapper .btn-closed {
    width: 100%;
    max-width: 300px;
    padding: 14px 24px;
    font-size: 14px;
    background: #92C659;
    color: #ffffff;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
}
.mobile-cta-wrapper .invest-time-tip {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 13px;
    color: rgba(167, 167, 167, 0.8);
    font-weight: 400;
}
.mobile-cta-wrapper .invest-time-tip i {
    margin-right: 4px;
}
.mobile-cta-wrapper button:hover,
.mobile-cta-wrapper .btn-invest:hover,
.mobile-cta-wrapper .btn-pending:hover,
.mobile-cta-wrapper .btn-closed:hover {
    background: #7aad41;
}
.mobile-cta-wrapper button.disabled,
.mobile-cta-wrapper button:disabled,
.mobile-cta-wrapper .btn-invest.disabled,
.mobile-cta-wrapper .btn-invest:disabled,
.mobile-cta-wrapper .btn-pending.disabled,
.mobile-cta-wrapper .btn-pending:disabled,
.mobile-cta-wrapper .btn-closed.disabled,
.mobile-cta-wrapper .btn-closed:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.mobile-cta-wrapper .btn-pending {
    background: #ff7f4a;
}
.mobile-cta-wrapper .btn-pending:hover {
    background: #ff5c17;
}
.mobile-cta-wrapper .btn-transfer-green {
    background: #5cb85c;
}
.mobile-cta-wrapper .btn-transfer-green:hover {
    background: #449d44;
}
.mobile-cta-wrapper .btn-closed {
    background: #A7A7A7;
}
.mobile-cta-wrapper .btn-closed:hover {
    background: #A7A7A7;
}
@media only screen and (max-width: 549px), only screen and (min-width: 550px) and (max-width: 769px) {
  .modal-syndicate .modal-content {
    zoom: 1;
  }
  .header-syndicate,
  .header-syndicate .BigImage,
  .header-syndicate .overlayImage {
    height: 560px;
  }
  .header-syndicate .BigImage.no-leadinvestor-image,
  .header-syndicate .overlayImage.no-leadinvestor-image,
  .header-syndicate.no-leadinvestor-image {
    height: 380px;
  }
  .header-syndicate .content-header .logo-startup {
    width: 100px;
  }
  .header-syndicate .follow a,
  .header-syndicate .share {
    display: none;
  }
  .header-syndicate .content-header h1 {
    font-size: 26px;
  }
  .header-syndicate .content-header {
    top: 90px;
  }
  .header-syndicate .content-header h2 {
    font-size: 13px;
    width: 100%;
    line-height: 18px;
  }
  .header-syndicate .lead-investor {
    width: 100%;
  }
  .header-syndicate .lead-investor .data {
    width: 95%;
    margin-bottom: 25px;
  }
  .header-syndicate .lead-investor .block-investor .content {
    font-size: 16px;
  }
  .header-syndicate .lead-investor .block-investor .content span {
    font-size: 12px;
  }
  .header-syndicate .lead-investor .block-investor.button a {
    padding: 8px 10px;
    font-size: 12px;
  }
  .modal-header .leadInvestorDiv {
    display: none;
  }
  .checkbox-confirm-invest {
    padding: 2px 20px;
  }
  .checkbox-confirm-invest span {
    font-size: 14px;
    line-height: 18px;
  }
  .modal-syndicate .modal-body {
    max-height: 500px;
    overflow-y: scroll;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-login-syndicate .sx-loginsH1 {
    font-size: 26px;
  }
  .modal-login-syndicate input {
    font-size: 14px;
  }
  #sx-loginSoc h3,
  #sx-loginSoc h2 {
    display: none;
  }
  #sx-loginSoc ul {
    display: none;
  }
  .modal-syndicate .modal-footer:empty {
    display: none;
  }
  .modal-dialog {
    width: 95% !important;
  }
  #investContent .step {
    margin-left: -56px;
  }
  #investContent .info {
    display: none;
  }
  .sx-Dinfo .secure-info-signaturit {
    margin-bottom: 25px;
  }
  .modal-syndicate .modal-content {
    margin-top: 8%;
  }
  .btn-confirm-invest-big {
    height: 60px !important;
    font-family: SX-Font-SemiBold;
    font-size: 16px;
  }
  .block-invest {
    display: none;
  }
  .content-syndicate .sectors li {
    margin-bottom: 10px;
  }
  .menu-syndicate-scroll-mobile button {
    font-size: 16px;
    line-height: 18px;
    padding-top: 18px;
  }
  .block-invest-mobile {
    margin-top: 25px;
    background: rgba(0, 0, 0, 0.45);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    padding: 11px;
  }
  .block-invest-mobile .data-round span {
    color: #a7a7a7;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    line-height: 15px;
    text-align: left;
  }
  .block-invest-mobile .data-round {
    color: #ffffff;
  }
  .block-invest-mobile .progress {
    height: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 10px;
    display: block;
  }
  .block-invest-mobile .progress-bar {
    background: #ff7f4a;
    box-shadow: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .block-invest-mobile .data-invest {
    text-align: left;
    color: #ffffff;
    margin-bottom: 0px;
  }
  .block-invest-mobile .data-invest li {
    width: 32%;
  }
  .block-invest-mobile .data-invest span {
    display: block;
    text-transform: uppercase;
    color: #a7a7a7;
    font-size: 11px;
  }
  .title-menu-mobile {
    color: #a7a7a7;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .menu-syndicate {
    padding-top: 15px;
    height: 75px;
  }
  .content-syndicate h4 {
    font-size: 22px;
    margin-top: 40px;
  }
  .content-media .gallery {
    margin-top: 50px;
  }
  .timeline ol {
    width: 500%;
  }
  .content-syndicate h4 a {
    display: block;
    margin-top: 60px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .principal-kpis h4 {
    font-size: 20px;
  }
  .principal-kpis h4 span {
    font-size: 12px;
  }
  .action-show-scroll .button,
  .action-show-scroll .button {
    width: 150px;
  }
  .investor-data .investor-block .logo-investor {
    width: 22%;
  }
  .investor-data .investor-block .title {
    width: 67%;
  }
  .investor-data .investor-block h3 {
    font-size: 20px;
  }
  .investor-data .investor-block h4 {
    font-size: 14px;
  }
  .investor-data .invest span,
  .investor-data .website span {
    font-size: 14px;
  }
  .principal-kpis .sparkline {
    width: 38%;
  }
  .investor-data .invest {
    width: 100%;
    text-align: left;
  }
  .investor-data .website {
    display: none;
  }
  .list-kpis-investor {
    margin-left: 0%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .list-kpis-investor li {
    min-height: 60px;
  }
  .list-kpis-investor li .title {
    width: 35%;
    font-size: 14px;
  }
  .list-kpis-investor li .number {
    font-size: 22px;
    padding-top: 10px;
  }
  .startup-team .big-team .founder {
    min-height: 320px;
  }
  .startup-team .big-team .founder .avatar-image,
  .startup-team .big-team .founder-empty .avatar-placeholder {
    width: 120px;
    height: 120px;
  }
  .small-team .rooster {
    height: 75px !important;
    min-height: 50px;
  }
  .logo-startup-mobile {
    float: left;
    margin-right: 10px;
    width: 40px;
    margin-top: -3px;
  }
  .menu-syndicate-scroll-mobile .title {
    font-size: 16px;
  }
  .menu-syndicate-scroll-mobile .data-round span {
    font-size: 11px;
    display: none;
  }
  .menu-syndicate-scroll-mobile .button-invest-scroll {
    font-size: 16px;
    width: 100%;
    height: 65px;
    text-align: center;
    margin-top: 14px;
    padding-top: 20px;
    font-size: 14px;
  }
  .panel-questions-conditions {
    margin-right: 0%;
  }
  .margin-reason-invest-mobile {
    padding-top: 20px !important;
    display: block;
    padding: 0px 20px;
  }
  .reason-to-invest {
    padding: 0px 20px;
  }
  .principal-kpis .kpi-block {
    height: 110px;
  }
  .content-syndicate .html-content,
  .investor-data .content-investor {
    font-size: 14px;
  }
  .content-syndicate .html-content img,
  .notAuthorizedZone img {
    max-width: 100% !important;
  }
  .modal-login-syndicate .modal-content {
    margin-top: 5%;
    padding: 20px;
  }
  .alert-invest-startups p {
    font-size: 12px;
  }
  .content-syndicate h4 {
    margin-top: 20px;
  }
  .content-media .gallery li {
    width: 45%;
  }
  .panel-questions-investors h4 a,
  .panel-questions-investors h4 a:hover,
  .panel-questions-investors h4 a:focus {
    padding: 0px;
    margin-top: -25px;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .panel-questions-investors .panel-body {
    padding: 15px;
    font-size: 14px;
  }
  .margin-bottom-download {
    margin-bottom: 15px;
  }
  .module-timeline .timeline-activity .avatar {
    width: 48px;
    height: 48px;
  }
  .module-timeline .timeline-activity .content {
    width: 75%;
  }
  .module-timeline .timeline-activity .content .date {
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .module-timeline .timeline-activity .content h4 {
    margin-top: -5px;
  }
  .module-timeline .timeline-activity .content h4 small {
    display: block;
    margin-left: 0px;
    margin-top: 5px;
  }
  .module-timeline .timeline-activity .content .subcontent .list-images li,
  .module-timeline .timeline-activity .content .list-actions-timeline li {
    margin-bottom: 10px;
  }
  .module-timeline .timeline-activity .content .subcontent .kpi-block {
    width: 90%;
    height: 170px;
  }
  .module-timeline .timeline-activity .content .subcontent .kpi-block .sparkline {
    width: 100%;
    display: block;
  }
  .module-timeline .timeline-activity .content .subcontent .download-document .icon {
    display: none;
  }
  .module-timeline .timeline-activity .content .subcontent .download-document .name {
    width: 100%;
    display: block;
    font-size: 16px;
  }
  .module-timeline .timeline-activity .content .subcontent .download-document .button-download {
    width: 100%;
    display: block;
  }
  .module-timeline .timeline-activity .content .subcontent .download-document {
    height: 125px;
  }
  #scrollUp {
    display: none !important;
  }
  .content-left-analytics {
    margin-top: 40px;
  }
  .gallery-analytics li {
    width: 44%;
    height: 140px;
  }
  .gallery-analytics .play-button,
  .gallery-analytics .video:hover .play-button {
    width: 70px;
    height: 70px;
    top: 22%;
    padding-top: 12px;
  }
  .menu-syndicate.scroll {
    position: fixed;
    top: 0px;
    z-index: 1050;
    width: 100%;
    height: 70px;
    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);
  }
  .scroll-margin-admin-menu.scroll {
    margin-top: 50px;
  }
  .margin-scroll-syndicate {
    width: 100%;
    height: 100px;
  }
  .menu-syndicate-mobile {
    margin-top: 2px;
    max-width: 100%;
    font-family: SX-Font-SemiBold;
  }
  .menu-syndicate.scroll .menu-syndicate-mobile {
    margin-top: -8px;
    max-width: 100%;
    font-family: SX-Font-SemiBold;
  }
  .menu-syndicate-mobile .fa {
    color: #a7a7a7;
    padding-top: 3px;
  }
  .menu-syndicate-mobile .caret {
    padding-top: 10px;
    position: relative;
    top: 6px;
  }
  .last-update {
    text-align: left;
    width: 100%;
    display: block;
    height: 30px;
    clear: both;
    margin-top: 20px;
  }
  .content-reviewer .image {
    display: none;
  }
  .content-reviewer .code {
    display: none;
  }
  .content-reviewer .name {
    float: left;
    width: 100%;
  }
  .content-reviewer {
    height: 170px;
  }
  .content-reviewer .name b {
    padding-top: 10px;
    display: block;
  }
  .content-reviewer .name span {
    display: block;
    margin-left: 0px;
  }
  .content-analytics .separator-block {
    width: 100%;
    display: block;
    height: 40px;
  }
}
@media only screen and (max-width: 350px) {
  .modal-syndicate .modal-body {
    max-height: 407px;
    overflow-y: scroll;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .modal-header .startup-name {
    display: none;
  }
}
@media only screen and (min-width: 550px) and (max-width: 769px) {
  .header-syndicate .lead-investor .data {
    width: 48%;
  }
  .header-syndicate,
  .header-syndicate .BigImage,
  .header-syndicate .overlayImage {
    height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .menu-syndicate.scroll {
    height: 50px; /* Reducido para consistencia */
    top: 59px;
    background: #ffffff;
  }
  .scroll-margin-admin-menu.scroll {
    top: 50px;
  }
  .menu-syndicate .list-menu-syndicate li {
    margin-right: 5px;
  }
  .menu-syndicate .list-menu-syndicate li i {
    display: none;
  }
  .menu-syndicate .list-menu-syndicate li a {
    font-size: 14px;
  }
  .header-syndicate .lead-investor {
    width: 95%;
  }
  .header-syndicate .content-header h2 {
    width: 90%;
  }
  .header-syndicate .block-invest {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .menu-syndicate {
    padding-top: 110px;
    height: 160px;
  }
  .content-syndicate {
    margin-top: 20px;
  }
  .header-syndicate .block-invest .data-invest li {
    width: 32%;
  }
  .header-syndicate .block-invest .button a {
    font-size: 18px;
  }
  .menu-syndicate .list-menu-syndicate li a {
    padding: 24px 15px;
  }
  .list-menu-syndicate {
    width: 150%;
    margin-left: -22%;
  }
  .content-menu-syndicate {
    overflow: scroll;
    height: 50px;
  }
  .content-analytics .separator-block {
    width: 100%;
    display: block;
    height: 40px;
  }
  .menu-syndicate-scroll button {
    font-size: 16px;
    line-height: 19px;
    padding-top: 19px;
  }
  .content-syndicate .content-data {
    min-width: 45%;
  }
  .content-media .gallery {
    margin-top: 50px;
  }
  .timeline ol {
    width: 200%;
  }
  .list-kpis-investor {
    margin-left: 0%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .menu-syndicate-scroll.hidden-xs {
    visible: initial;
  }
  .menu-syndicate-scroll .title {
    font-size: 16px;
  }
  .menu-syndicate-scroll .investor {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    margin-left: 0px;
  }
  .menu-syndicate-scroll .data-round {
    margin-top: 25px;
  }
  .menu-syndicate-scroll .logo-startup {
    width: 105%;
    margin-top: 20px;
  }
  .menu-syndicate-scroll .button-invest-scroll {
    font-size: 16px;
    height: 55px;
    padding-top: 15px;
    margin-top: 15px;
  }
  .menu-syndicate-scroll {
    height: 95px;
  }
  .list-startup-conditions li .title {
    width: 45%;
  }
  .content-reviewer .name {
    width: 75%;
  }
  .principal-kpis .kpi-block {
    height: 100px;
  }
  .content-syndicate h4 a {
    display: none;
  }
  .principal-kpis-row .principal-kpis .kpi-block {
    height: 120px;
  }
  .principal-kpis h4 {
    font-size: 26px;
  }
  .principal-kpis h4 span {
    font-size: 12px;
  }
  .panel-questions-conditions {
    margin-right: 0%;
  }
  .gallery-analytics li {
    width: 44%;
    height: 160px;
  }
  .gallery-analytics .info {
    font-size: 12px;
    line-height: 14px;
  }
  .small-team:empty {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-syndicate-scroll .data-invest li {
    width: 32%;
  }
  .days-large {
    display: none !important;
  }
  .days-small {
    display: block !important;
  }
  .content-syndicate .content-data {
    min-width: 24%;
  }
  .timeline ol {
    width: 150%;
  }
  .principal-kpis h4 {
    font-size: 26px;
  }
  .principal-kpis h4 span {
    font-size: 12px;
  }
  .list-kpis-investor li .title {
    width: 35%;
  }
}

/* Progress bar mejoras para seguimiento de rondas */

/* Variables CSS para segmentos de progreso */
.progress-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

/* Etiquetas superiores para capital */
.capital-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: SX-Font-SemiBold;
  font-size: 16px;
}

.capital-labels .capital-item {
  text-align: center;
  flex: 1;
}

.capital-labels .capital-item .amount {
  display: block;
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
}

.capital-labels .capital-item .label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #a7a7a7;
}

.capital-labels .capital-previo .amount {
  color: #2c5282;
}

.capital-labels .capital-campana .amount {
  color: #ff7f4a;
}

.capital-labels .capital-total .amount {
  color: #333333;
  font-family: SX-Font-Bold;
}

/* Barra de progreso con segmentos */
.progress-enhanced {
  position: relative;
  height: 12px;
  background: #f5f5f5;
  border-radius: 50px;
  overflow: visible;
  border: 1px solid rgba(167, 167, 167, 0.2);
}

.progress-enhanced .progress-segments {
  display: flex;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.progress-enhanced .segment {
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.progress-enhanced .segment.startup-capital {
  background: linear-gradient(90deg, #2c5282 0%, #3d63a3 100%);
  border-radius: 50px 0 0 50px;
}

.progress-enhanced .segment.campaign-capital {
  background: linear-gradient(90deg, #ff7f4a 0%, #ffa37d 100%);
}

.progress-enhanced .segment.remaining-capital {
  background: #e5e5e5;
  border-radius: 0 50px 50px 0;
  opacity: 0.6;
}

/* Marcadores de objetivos - Diseño mejorado */
.progress-enhanced .objective-marker {
  position: absolute;
  top: -8px;
  height: 28px;
  width: 3px;
  background: #333333;
  z-index: 10;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.progress-enhanced .objective-marker.min-marker {
  background: #92c659;
}

.progress-enhanced .objective-marker.max-marker {
  background: #333333;
  right: 0;
  left: auto !important;
}

.progress-enhanced .objective-marker::before {
  content: attr(data-label);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
  font-family: SX-Font-SemiBold;
  white-space: nowrap;
  margin-bottom: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
}

.progress-enhanced .objective-marker.min-marker::before {
  color: #92c659;
  border-color: rgba(146, 198, 89, 0.3);
}

.progress-enhanced .objective-marker.max-marker::before {
  content: "OBJETIVO MÁXIMO";
  color: #333;
}

.progress-enhanced .objective-marker.min-marker::before {
  content: "OBJETIVO MÍNIMO";
}

/* Indicador visual de zona objetivo */
.progress-enhanced::after {
  content: '';
  position: absolute;
  left: 75%;
  right: 0;
  top: -3px;
  bottom: -3px;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 5px,
    rgba(146, 198, 89, 0.05) 5px,
    rgba(146, 198, 89, 0.05) 10px
  );
  border-radius: 0 50px 50px 0;
  pointer-events: none;
}

/* Tooltips para segmentos */
.progress-enhanced .segment[data-tooltip] {
  cursor: pointer;
}

.progress-enhanced .segment[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 20;
  margin-bottom: 5px;
}

.progress-enhanced .segment[data-tooltip]:hover::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333333;
  z-index: 20;
}

/* Información de objetivos - Diseño mejorado */
.objectives-info {
  background: rgba(247, 247, 247, 0.5);
  border: 1px solid rgba(167, 167, 167, 0.15);
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
  font-family: SX-Font-Regular;
  font-size: 14px;
}

.objectives-info::before {
  content: "OBJETIVOS DE CAPTACIÓN";
  display: block;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
  font-family: SX-Font-SemiBold;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.objectives-info .objectives-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.objectives-info .objective-item {
  text-align: center;
  flex: 1;
  position: relative;
  padding: 10px;
}

.objectives-info .objective-item.objective-min {
  border-right: 1px solid rgba(167, 167, 167, 0.2);
}

.objectives-info .objective-item .icon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  border-radius: 50%;
  line-height: 36px;
  font-size: 18px;
}

.objectives-info .objective-min .icon {
  background: rgba(146, 198, 89, 0.15);
  color: #92c659;
}

.objectives-info .objective-max .icon {
  background: rgba(51, 51, 51, 0.1);
  color: #333;
}

.objectives-info .objective-item .amount {
  display: block;
  font-size: 20px;
  color: #333333;
  font-family: SX-Font-Bold;
  margin-bottom: 5px;
}

.objectives-info .objective-item .label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 8px;
  font-weight: 600;
}

.objectives-info .objective-item .progress-percent {
  display: inline-block;
  font-size: 14px;
  font-family: SX-Font-SemiBold;
  padding: 4px 12px;
  border-radius: 20px;
  margin-top: 5px;
}

.objectives-info .objective-min .progress-percent {
  background: rgba(146, 198, 89, 0.15);
  color: #92c659;
}

.objectives-info .objective-max .progress-percent {
  background: rgba(121, 170, 228, 0.15);
  color: #79aae4;
}

.objectives-info .objective-item .status-text {
  display: block;
  font-size: 11px;
  color: #666;
  margin-top: 5px;
  text-transform: uppercase;
}

/* Estados de la campaña */
.campaign-status {
  margin-top: 15px;
  text-align: center;
}

.campaign-status .status-badge {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-family: SX-Font-SemiBold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.campaign-status .status-badge.pre-minimum {
  background: rgba(167, 167, 167, 0.15);
  color: #666;
}

.campaign-status .status-badge.minimum-reached {
  background: rgba(146, 198, 89, 0.15);
  color: #92c659;
}

.campaign-status .status-badge.minimum-reached::before {
  content: "✓ ";
  margin-right: 5px;
}

.campaign-status .status-badge.maximum-reached {
  background: rgba(51, 51, 51, 0.15);
  color: #333;
}

.campaign-status .remaining-info {
  font-size: 13px;
  color: #666;
}

/* Animaciones */
.progress-enhanced .segment {
  animation: segmentGrow 1s ease-out;
}

@keyframes segmentGrow {
  0% {
    width: 0;
  }
  100% {
    width: var(--segment-width);
  }
}

.campaign-status .status-badge.minimum-reached {
  animation: pulseSuccess 2s ease-in-out;
}

@keyframes pulseSuccess {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Vista compacta para scroll/mobile */
.progress-compact {
  font-size: 13px;
}

.progress-compact .capital-labels {
  margin-bottom: 10px;
}

.progress-compact .capital-labels .capital-item .amount {
  font-size: 16px;
}

.progress-compact .progress-enhanced {
  height: 8px;
}

.progress-compact .objectives-info {
  margin-top: 10px;
  font-size: 12px;
}

.progress-compact .objectives-info .objective-item .amount {
  font-size: 14px;
}

/* Etiqueta de breakdown debajo del total */
.capital-breakdown {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #79aae4;
  font-family: SX-Font-Regular;
}

/* ===== VISTA ULTRA COMPACTA PARA TARJETAS DE OPORTUNIDAD ===== */

/* Contenedor principal para tarjetas de oportunidad */
.opportunity-card-progress {
  background: white;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  transition: all 0.2s ease;
}

.opportunity-card-progress:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transform: translateY(-1px);
}

/* Sección de progreso (lado izquierdo) */
.opportunity-card-progress .progress-section {
  flex: 1;
  min-width: 0;
}

.opportunity-card-progress .amount-section {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}

.opportunity-card-progress .amount-value {
  font-size: 18px;
  font-weight: bold;
  color: #ff7f4a;
  font-family: SX-Font-Bold;
}

.opportunity-card-progress .amount-percentage {
  font-size: 14px;
  color: #666;
  font-family: SX-Font-SemiBold;
}

.opportunity-card-progress .amount-tooltip {
  font-size: 10px;
  color: #999;
  display: block;
  margin-top: 2px;
  line-height: 1.2;
}

.opportunity-card-progress .amount-tooltip .startup-part {
  color: #2c5282;
  font-weight: 600;
}

.opportunity-card-progress .amount-tooltip .campaign-part {
  color: #ff7f4a;
  font-weight: 600;
}

/* Barra de progreso mini */
.opportunity-card-progress .progress-bar-mini {
  height: 6px;
  background: #f0f0f0;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}

.opportunity-card-progress .progress-bar-mini .fill {
  height: 100%;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.opportunity-card-progress .progress-bar-mini .segment-startup {
  background: linear-gradient(90deg, #2c5282 0%, #3d63a3 100%);
  height: 100%;
  transition: all 0.3s ease;
}

.opportunity-card-progress .progress-bar-mini .segment-campaign {
  background: linear-gradient(90deg, #ff7f4a 0%, #ffa37d 100%);
  height: 100%;
  transition: all 0.3s ease;
}

/* Marcador de objetivo mínimo */
.opportunity-card-progress .mini-marker {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 18px;
  background: #92c659;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.opportunity-card-progress .mini-marker::after {
  content: 'MIN';
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 8px;
  color: #92c659;
  font-weight: 600;
  font-family: SX-Font-Bold;
  text-transform: uppercase;
}

/* Sección de estadísticas (lado derecho) */
.opportunity-card-progress .stats-section {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}

.opportunity-card-progress .mini-stat {
  text-align: center;
  min-width: 45px;
}

.opportunity-card-progress .mini-stat .value {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  font-family: SX-Font-Bold;
  line-height: 1;
  display: block;
}

.opportunity-card-progress .mini-stat .label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  font-family: SX-Font-Regular;
  margin-top: 2px;
  line-height: 1;
}

/* Estados especiales */
.opportunity-card-progress.minimum-reached .amount-value {
  color: #92c659;
}

.opportunity-card-progress.minimum-reached .mini-marker {
  background: #92c659;
  box-shadow: 0 0 6px rgba(146, 198, 89, 0.4);
}

.opportunity-card-progress.closed .amount-value {
  color: #a7a7a7;
}

.opportunity-card-progress.closed .progress-bar-mini .fill {
  opacity: 0.6;
}

/* Integración con el sistema de tarjetas existente */
.syndicate-opportunity-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  transition: all 0.2s ease;
}

.syndicate-opportunity-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

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

.syndicate-opportunity-card .startup-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.syndicate-opportunity-card .startup-logo {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.syndicate-opportunity-card .startup-details h3 {
  font-size: 18px;
  color: #333;
  margin: 0 0 4px 0;
  font-family: SX-Font-Bold;
}

.syndicate-opportunity-card .startup-details .category {
  font-size: 12px;
  color: #79aae4;
  text-transform: uppercase;
  font-family: SX-Font-SemiBold;
}

.syndicate-opportunity-card .status-badge {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: SX-Font-Bold;
}

.syndicate-opportunity-card .status-badge.abierta {
  background: rgba(146, 198, 89, 0.1);
  color: #92c659;
}

.syndicate-opportunity-card .status-badge.seed {
  background: rgba(167, 167, 167, 0.1);
  color: #a7a7a7;
}

/* Integración con las métricas de objetivos */
.syndicate-opportunity-card .objectives-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(167, 167, 167, 0.1);
  font-size: 12px;
  color: #666;
}

.syndicate-opportunity-card .objective-item {
  text-align: center;
}

.syndicate-opportunity-card .objective-item .label {
  text-transform: uppercase;
  font-size: 10px;
  color: #a7a7a7;
  margin-bottom: 2px;
}

.syndicate-opportunity-card .objective-item .amount {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  font-family: SX-Font-Bold;
}

.syndicate-opportunity-card .objective-item.min .amount {
  color: #92c659;
}

/* ===== VISTA COMPACTA TIPO TARJETA ===== */

/* Reset estilos existentes de horizontal-invest-block para compact-card */
.horizontal-invest-block .inferior .compact-card {
  background: white !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
  width: auto !important;
  margin: 0 !important;
  display: block !important;
  position: relative !important;
  overflow: visible !important;
}

.horizontal-invest-block .compact-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.horizontal-invest-block .compact-card .card-title {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: SX-Font-SemiBold;
}

.horizontal-invest-block .compact-card .card-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(255, 127, 74, 0.1);
  color: #ff7f4a;
  font-family: SX-Font-Bold;
  text-transform: uppercase;
}

.horizontal-invest-block .compact-card .card-status.success {
  background: rgba(146, 198, 89, 0.1);
  color: #92c659;
}

.horizontal-invest-block .compact-card .card-status.closed {
  background: rgba(167, 167, 167, 0.1);
  color: #a7a7a7;
}

.horizontal-invest-block .compact-card .amount-display {
  text-align: center;
  margin-bottom: 20px;
}

.horizontal-invest-block .compact-card .amount-display .main-amount {
  font-size: 32px;
  font-weight: bold;
  color: #ff7f4a;
  line-height: 1;
  font-family: SX-Font-Bold;
}

.horizontal-invest-block .compact-card .amount-display .amount-label {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: SX-Font-Regular;
}

.horizontal-invest-block .compact-card .amount-display .amount-breakdown {
  font-size: 11px;
  color: #666;
  margin-top: 8px;
  font-family: SX-Font-Regular;
}

.horizontal-invest-block .compact-card .amount-display .amount-breakdown .startup-part {
  color: #2c5282;
  font-weight: 600;
}

.horizontal-invest-block .compact-card .amount-display .amount-breakdown .campaign-part {
  color: #ff7f4a;
  font-weight: 600;
}

.horizontal-invest-block .compact-card .progress-simple {
  position: relative;
  height: 8px;
  background: #f0f0f0;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 15px;
}

.horizontal-invest-block .compact-card .progress-simple .progress-fill {
  height: 100%;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
}

.horizontal-invest-block .compact-card .progress-simple .segment-startup {
  background: linear-gradient(90deg, #2c5282 0%, #3d63a3 100%);
  height: 100%;
}

.horizontal-invest-block .compact-card .progress-simple .segment-campaign {
  background: linear-gradient(90deg, #ff7f4a 0%, #ffa37d 100%);
  height: 100%;
}

.horizontal-invest-block .compact-card .progress-simple .progress-marker {
  position: absolute;
  top: -2px;
  width: 2px;
  height: 12px;
  background: #92c659;
}

.horizontal-invest-block .compact-card .progress-simple .progress-marker.min {
  left: 66.67%;
}

.horizontal-invest-block .compact-card .progress-simple .progress-marker.max {
  right: 0;
  background: #333;
}

.horizontal-invest-block .compact-card .goals-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 5px;
}

.horizontal-invest-block .compact-card .goal-item {
  text-align: center;
}

.horizontal-invest-block .compact-card .goal-item .goal-label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: SX-Font-Regular;
}

.horizontal-invest-block .compact-card .goal-item .goal-amount {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  font-family: SX-Font-Bold;
}

.horizontal-invest-block .compact-card .goal-item.min .goal-amount {
  color: #92c659;
}

.horizontal-invest-block .compact-card .stats-row {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
}

.horizontal-invest-block .compact-card .stat-item {
  text-align: center;
}

.horizontal-invest-block .compact-card .stat-item .stat-value {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  font-family: SX-Font-Bold;
}

.horizontal-invest-block .compact-card .stat-item .stat-label {
  font-size: 11px;
  color: #999;
  text-transform: capitalize;
  margin-top: 3px;
  font-family: SX-Font-Regular;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
  .capital-labels {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .capital-labels .capital-item {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(167, 167, 167, 0.1);
  }
  
  .capital-labels .capital-item:last-child {
    border-bottom: none;
    font-weight: bold;
    border-top: 2px solid rgba(167, 167, 167, 0.3);
    padding-top: 15px;
    margin-top: 10px;
  }
  
  .objectives-info {
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }
  
  .objectives-info .objective-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .progress-enhanced .objective-marker::before {
    display: none;
  }
  
  .syndicate-opportunity-card {
    padding: 15px;
  }
  
  .syndicate-opportunity-card .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .syndicate-opportunity-card .objectives-row {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .opportunity-card-progress {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 10px 12px;
  }
  
  .opportunity-card-progress .progress-section {
    order: 1;
  }
  
  .opportunity-card-progress .stats-section {
    order: 2;
    justify-content: space-around;
    padding-top: 8px;
    border-top: 1px solid rgba(167, 167, 167, 0.1);
  }
  
  .opportunity-card-progress .amount-section {
    justify-content: center;
    text-align: center;
  }
  
  .opportunity-card-progress .mini-stat {
    min-width: auto;
  }
}

/* Vista Principal Elegante y Minimalista */
.progress-elegant {
    background: white;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    max-width: 100%;
}

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

.progress-elegant .amount-group {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.progress-elegant .amount-main {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}

.progress-elegant .amount-detail {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.progress-elegant .amount-detail .startup {
    color: #2c5282;
}

.progress-elegant .amount-detail .campaign {
    color: #ff7f4a;
}

.progress-elegant .objectives-mini {
    display: flex;
    gap: 20px;
    font-size: 12px;
}

.progress-elegant .obj-mini {
    text-align: right;
}

.progress-elegant .obj-mini .label {
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.progress-elegant .obj-mini .value {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.progress-elegant .obj-mini.min .value {
    color: #92c659;
}

.progress-elegant .progress-bar-elegant {
    position: relative;
    height: 6px;
    background: #f5f5f5;
    border-radius: 50px;
    overflow: visible;
    margin-bottom: 12px;
}

.progress-elegant .progress-bar-elegant .segments {
    display: flex;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.progress-elegant .progress-bar-elegant .seg-startup {
    background: #2c5282;
    transition: width 0.3s ease;
}

.progress-elegant .progress-bar-elegant .seg-campaign {
    background: #ff7f4a;
    transition: width 0.3s ease;
}

.progress-elegant .progress-bar-elegant .marker {
    position: absolute;
    top: -1px;
    width: 1px;
    height: 8px;
    background: rgba(0,0,0,0.2);
}

.progress-elegant .progress-bar-elegant .marker.min {
    left: 75%;
    background: #92c659;
}

.progress-elegant .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-elegant .status-text {
    font-size: 12px;
    color: #666;
}

.progress-elegant .status-text .highlight {
    color: #ff7f4a;
    font-weight: 600;
}

.progress-elegant .metrics {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #999;
}

.progress-elegant .metrics .metric {
    display: flex;
    align-items: center;
    gap: 5px;
}

.progress-elegant .metrics .metric .value {
    color: #333;
    font-weight: 600;
}

/* Vista adaptada para Modal de Inversión */
.block-invest .investment-modal-view,
.block-invest-mobile .investment-modal-view {
    background: white !important;
    border-radius: 8px !important;
    padding: 20px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    position: relative !important;
}

.block-invest.investment-modal-view-integrated .metrics-row,
.block-invest-mobile.investment-modal-view-integrated .metrics-row {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 20px !important;
    gap: 15px !important;
}

.block-invest.investment-modal-view-integrated .metric-item,
.block-invest-mobile.investment-modal-view-integrated .metric-item {
    text-align: center !important;
    flex: 1 !important;
}

.block-invest.investment-modal-view-integrated .metric-item.primary,
.block-invest-mobile.investment-modal-view-integrated .metric-item.primary {
    flex: 1.5 !important;
}

.block-invest.investment-modal-view-integrated .metric-item .amount,
.block-invest-mobile.investment-modal-view-integrated .metric-item .amount {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 4px !important;
}

.block-invest.investment-modal-view-integrated .metric-item.primary .amount,
.block-invest-mobile.investment-modal-view-integrated .metric-item.primary .amount {
    font-size: 20px !important;
    color: #ff7f4a !important;
}

.block-invest.investment-modal-view-integrated .metric-item .label,
.block-invest-mobile.investment-modal-view-integrated .metric-item .label {
    font-size: 11px !important;
    text-transform: uppercase !important;
    color: #666 !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

.block-invest .investment-modal-view .progress-modal,
.block-invest-mobile .investment-modal-view .progress-modal {
    position: relative !important;
    height: 8px !important;
    background: #f0f0f0 !important;
    border-radius: 4px !important;
    margin-bottom: 15px !important;
    overflow: hidden !important;
}

.block-invest .investment-modal-view .progress-segments-modal,
.block-invest-mobile .investment-modal-view .progress-segments-modal {
    display: flex !important;
    height: 100% !important;
}

.block-invest .investment-modal-view .segment-modal,
.block-invest-mobile .investment-modal-view .segment-modal {
    height: 100% !important;
    transition: all 0.3s ease !important;
}

.block-invest .investment-modal-view .segment-modal.startup,
.block-invest-mobile .investment-modal-view .segment-modal.startup {
    background: linear-gradient(90deg, #2c5282 0%, #3d63a3 100%) !important;
}

.block-invest .investment-modal-view .segment-modal.campaign,
.block-invest-mobile .investment-modal-view .segment-modal.campaign {
    background: linear-gradient(90deg, #ff7f4a 0%, #ffa37d 100%) !important;
}

.block-invest .investment-modal-view .marker-modal,
.block-invest-mobile .investment-modal-view .marker-modal {
    position: absolute !important;
    top: -2px !important;
    bottom: -2px !important;
    width: 2px !important;
    border-radius: 1px !important;
}

.block-invest .investment-modal-view .marker-modal.min,
.block-invest-mobile .investment-modal-view .marker-modal.min {
    background: #92c659 !important;
}

.block-invest .investment-modal-view .marker-modal.max,
.block-invest-mobile .investment-modal-view .marker-modal.max {
    background: #333 !important;
    right: 0 !important;
    left: auto !important;
}

.block-invest .investment-modal-view .progress-info-enhanced,
.block-invest-mobile .investment-modal-view .progress-info-enhanced {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 15px !important;
    position: relative !important;
    z-index: 1 !important;
}

.block-invest .investment-modal-view .stat-item,
.block-invest-mobile .investment-modal-view .stat-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
    background: rgba(247, 247, 247, 0.6) !important;
    padding: 12px 8px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    min-height: 50px !important;
}

.block-invest .investment-modal-view .stat-item:hover,
.block-invest-mobile .investment-modal-view .stat-item:hover {
    background: rgba(247, 247, 247, 1) !important;
    transform: translateY(-1px) !important;
}

.block-invest .investment-modal-view .stat-content,
.block-invest-mobile .investment-modal-view .stat-content {
    text-align: center !important;
}

.block-invest .investment-modal-view .stat-number,
.block-invest-mobile .investment-modal-view .stat-number {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
    line-height: 1 !important;
}

.block-invest .investment-modal-view .stat-label,
.block-invest-mobile .investment-modal-view .stat-label {
    font-size: 10px !important;
    color: #666 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin-top: 1px !important;
}

.block-invest .investment-modal-view .color-legend,
.block-invest-mobile .investment-modal-view .color-legend {
    display: flex !important;
    justify-content: center !important;
    gap: 25px !important;
    margin: 10px 0 15px 0 !important;
    font-size: 12px !important;
}

.block-invest .investment-modal-view .legend-item,
.block-invest-mobile .investment-modal-view .legend-item {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.block-invest .investment-modal-view .color-dot,
.block-invest-mobile .investment-modal-view .color-dot {
    width: 12px !important;
    height: 4px !important;
    border-radius: 2px !important;
}

.block-invest .investment-modal-view .color-dot.startup,
.block-invest-mobile .investment-modal-view .color-dot.startup {
    background: linear-gradient(90deg, #2c5282 0%, #3d63a3 100%) !important;
}

.block-invest .investment-modal-view .color-dot.campaign,
.block-invest-mobile .investment-modal-view .color-dot.campaign {
    background: linear-gradient(90deg, #ff7f4a 0%, #ffa37d 100%) !important;
}

.block-invest .investment-modal-view .legend-item span,
.block-invest-mobile .investment-modal-view .legend-item span {
    color: #666 !important;
    font-weight: 500 !important;
}

/* Estados de la campaña */
.campaign-status {
    margin-top: 15px;
    text-align: center;
}

/* Diseño integrado de barra de progreso y CTA - block-invest como contenedor principal */
.block-invest.investment-modal-view-integrated,
.block-invest-mobile.investment-modal-view-integrated {
    background: white !important;
    border-radius: 12px !important;
    padding: 25px !important;
    width: 75% !important;
    max-width: 900px !important;
    margin: 20px auto !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    position: relative !important;
    z-index: 1 !important;
    clear: both !important;
}

.block-invest.investment-modal-view-integrated .progress-cta-section,
.block-invest-mobile.investment-modal-view-integrated .progress-cta-section {
    background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin: 15px 0 !important;
    border: 1px solid #e2e8f0 !important;
}

.block-invest.investment-modal-view-integrated .progress-header,
.block-invest-mobile.investment-modal-view-integrated .progress-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.block-invest.investment-modal-view-integrated .progress-title,
.block-invest-mobile.investment-modal-view-integrated .progress-title {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #1a202c !important;
    margin: 0 !important;
}

.block-invest.investment-modal-view-integrated .progress-percentage,
.block-invest-mobile.investment-modal-view-integrated .progress-percentage {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ff7f4a !important;
    background: rgba(255, 127, 74, 0.1) !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
}

.block-invest.investment-modal-view-integrated .progress-bar-enhanced,
.block-invest-mobile.investment-modal-view-integrated .progress-bar-enhanced {
    position: relative !important;
    height: 12px !important;
    background: #e2e8f0 !important;
    border-radius: 8px !important;
    margin: 15px 0 !important;
    overflow: hidden !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1) !important;
}

.block-invest.investment-modal-view-integrated .progress-segments-enhanced,
.block-invest-mobile.investment-modal-view-integrated .progress-segments-enhanced {
    display: flex !important;
    height: 100% !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.block-invest.investment-modal-view-integrated .segment-enhanced,
.block-invest-mobile.investment-modal-view-integrated .segment-enhanced {
    height: 100% !important;
    transition: all 0.4s ease !important;
    position: relative !important;
}

.block-invest.investment-modal-view-integrated .segment-enhanced.startup,
.block-invest-mobile.investment-modal-view-integrated .segment-enhanced.startup {
    background: linear-gradient(90deg, #1e40af 0%, #3b82f6 50%, #60a5fa 100%) !important;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.3) !important;
}

.block-invest.investment-modal-view-integrated .segment-enhanced.campaign,
.block-invest-mobile.investment-modal-view-integrated .segment-enhanced.campaign {
    background: linear-gradient(90deg, #ea580c 0%, #ff7f4a 50%, #ffa37d 100%) !important;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.3) !important;
}

.block-invest.investment-modal-view-integrated .marker-enhanced,
.block-invest-mobile.investment-modal-view-integrated .marker-enhanced {
    position: absolute !important;
    top: -3px !important;
    bottom: -3px !important;
    width: 3px !important;
    border-radius: 2px !important;
    z-index: 10 !important;
}

.block-invest.investment-modal-view-integrated .marker-enhanced.min,
.block-invest-mobile.investment-modal-view-integrated .marker-enhanced.min {
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%) !important;
    box-shadow: 0 2px 4px rgba(34, 197, 94, 0.4) !important;
}

.block-invest.investment-modal-view-integrated .marker-enhanced.max,
.block-invest-mobile.investment-modal-view-integrated .marker-enhanced.max {
    background: linear-gradient(180deg, #6b7280 0%, #374151 100%) !important;
    right: 0 !important;
    left: auto !important;
    box-shadow: 0 2px 4px rgba(107, 114, 128, 0.4) !important;
}

.block-invest.investment-modal-view-integrated .progress-stats-grid,
.block-invest-mobile.investment-modal-view-integrated .progress-stats-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
    margin: 15px 0 !important;
}

.block-invest.investment-modal-view-integrated .stat-mini,
.block-invest-mobile.investment-modal-view-integrated .stat-mini {
    text-align: center !important;
    padding: 8px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
}

.block-invest.investment-modal-view-integrated .stat-mini:hover,
.block-invest-mobile.investment-modal-view-integrated .stat-mini:hover {
    background: rgba(255, 255, 255, 1) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}

.block-invest.investment-modal-view-integrated .stat-mini .value,
.block-invest-mobile.investment-modal-view-integrated .stat-mini .value {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #1a202c !important;
    line-height: 1 !important;
}

.block-invest.investment-modal-view-integrated .stat-mini .label,
.block-invest-mobile.investment-modal-view-integrated .stat-mini .label {
    font-size: 9px !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin-top: 2px !important;
    letter-spacing: 0.5px !important;
}

.block-invest.investment-modal-view-integrated .cta-integrated,
.block-invest-mobile.investment-modal-view-integrated .cta-integrated {
    background: linear-gradient(135deg, #ff7f4a 0%, #f97316 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(255, 127, 74, 0.3) !important;
    width: 100% !important;
    margin-top: 15px !important;
}

.block-invest.investment-modal-view-integrated .cta-integrated:hover,
.block-invest-mobile.investment-modal-view-integrated .cta-integrated:hover {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(255, 127, 74, 0.4) !important;
}

.block-invest.investment-modal-view-integrated .cta-integrated:active,
.block-invest-mobile.investment-modal-view-integrated .cta-integrated:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(255, 127, 74, 0.3) !important;
}

.block-invest.investment-modal-view-integrated .investment-legend-compact,
.block-invest-mobile.investment-modal-view-integrated .investment-legend-compact {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin: 12px 0 8px 0 !important;
    font-size: 11px !important;
}

.block-invest.investment-modal-view-integrated .legend-compact-item,
.block-invest-mobile.investment-modal-view-integrated .legend-compact-item {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.block-invest.investment-modal-view-integrated .legend-compact-dot,
.block-invest-mobile.investment-modal-view-integrated .legend-compact-dot {
    width: 10px !important;
    height: 3px !important;
    border-radius: 2px !important;
}

.block-invest.investment-modal-view-integrated .legend-compact-dot.startup,
.block-invest-mobile.investment-modal-view-integrated .legend-compact-dot.startup {
    background: linear-gradient(90deg, #1e40af 0%, #60a5fa 100%) !important;
}

.block-invest.investment-modal-view-integrated .legend-compact-dot.campaign,
.block-invest-mobile.investment-modal-view-integrated .legend-compact-dot.campaign {
    background: linear-gradient(90deg, #ea580c 0%, #ffa37d 100%) !important;
}

.block-invest.investment-modal-view-integrated .legend-compact-item span,
.block-invest-mobile.investment-modal-view-integrated .legend-compact-item span {
    color: #64748b !important;
    font-weight: 500 !important;
}

/* Ajustes para el menú con el nuevo componente integrado */
.menu-syndicate {
    height: 295px !important;
    padding-top: 250px !important;
}

@media (max-width: 768px) {
    .block-invest.investment-modal-view-integrated .progress-stats-grid,
    .block-invest-mobile.investment-modal-view-integrated .progress-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    
    .block-invest.investment-modal-view-integrated .progress-header,
    .block-invest-mobile.investment-modal-view-integrated .progress-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
    
    /* En mobile, ajustar menú para el componente compacto */
    .menu-syndicate {
        height: 125px !important;
        padding-top: 100px !important;
    }
}

/* Vista Mobile Compacta Vertical */
.block-invest-mobile.mobile-compact {
    background: white !important;
    border-radius: 12px !important;
    padding: 16px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    margin: 15px auto !important;
    max-width: 95% !important;
}

.block-invest-mobile.mobile-compact .mobile-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

.block-invest-mobile.mobile-compact .main-amount {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #ff7f4a !important;
}

.block-invest-mobile.mobile-compact .progress-percent {
    font-size: 16px !important;
    color: #666 !important;
    font-weight: 600 !important;
}

.block-invest-mobile.mobile-compact .mobile-progress-bar {
    height: 8px !important;
    background: #f0f0f0 !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    margin-bottom: 8px !important;
}

.block-invest-mobile.mobile-compact .progress-fill {
    height: 100% !important;
    display: flex !important;
    border-radius: 50px !important;
    overflow: hidden !important;
}

.block-invest-mobile.mobile-compact .segment-startup {
    background: linear-gradient(90deg, #2c5282 0%, #3d63a3 100%) !important;
    height: 100% !important;
}

.block-invest-mobile.mobile-compact .segment-campaign {
    background: linear-gradient(90deg, #ff7f4a 0%, #ffa37d 100%) !important;
    height: 100% !important;
}

.block-invest-mobile.mobile-compact .mobile-breakdown {
    font-size: 11px !important;
    color: #666 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
}

.block-invest-mobile.mobile-compact .mobile-breakdown .startup-part {
    color: #2c5282 !important;
    font-weight: 600 !important;
}

.block-invest-mobile.mobile-compact .mobile-breakdown .campaign-part {
    color: #ff7f4a !important;
    font-weight: 600 !important;
}

.block-invest-mobile.mobile-compact .mobile-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
}

.block-invest-mobile.mobile-compact .stat-item {
    text-align: center !important;
    padding: 8px 4px !important;
    background: rgba(247, 247, 247, 0.6) !important;
    border-radius: 6px !important;
}

.block-invest-mobile.mobile-compact .stat-item .value {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #333 !important;
    line-height: 1 !important;
}

.block-invest-mobile.mobile-compact .stat-item .label {
    font-size: 9px !important;
    color: #999 !important;
    text-transform: uppercase !important;
    margin-top: 2px !important;
    line-height: 1 !important;
}

.block-invest-mobile.mobile-compact .mobile-cta-button {
    width: 100% !important;
    padding: 12px 20px !important;
    background: linear-gradient(135deg, #ff7f4a 0%, #ffa37d 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.block-invest-mobile.mobile-compact .mobile-cta-button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(255, 127, 74, 0.3) !important;
}

/* Footer móvil optimizado */
.footer-minimal-mobile {
    position: fixed !important;
    bottom: 10px !important; /* Margen inferior */
    left: 10px !important;
    right: 10px !important;
    z-index: 100 !important;
    background: white !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* Container principal */
.footer-minimal-mobile .footer-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 48px !important; /* Más compacto */
    padding: 0 16px !important;
}

/* Columna izquierda - Solo montos centrados */
.footer-minimal-mobile .footer-left {
    display: flex !important;
    align-items: center !important; /* Centrado vertical */
    gap: 10px !important;
    flex: 1 !important;
}

.footer-minimal-mobile .amount-total {
    font-size: 18px !important; /* Más compacto */
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
}

.footer-minimal-mobile .amount-percent {
    font-size: 14px !important; /* Más compacto */
    font-weight: 600 !important;
    color: #ff7f4a !important;
    line-height: 1.2 !important;
}

/* Columna derecha - 35% */
.footer-minimal-mobile .footer-right {
    flex: 0 0 35% !important;
    display: flex !important;
    justify-content: flex-end !important;
}

/* Botón CTA */
.footer-minimal-mobile .footer-right .btn,
.footer-minimal-mobile .footer-right button {
    background: #ff7f4a !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 16px !important; /* Más compacto */
    font-size: 13px !important; /* Más pequeño */
    font-weight: 600 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    min-width: 110px !important;
}

.footer-minimal-mobile .footer-right .btn:hover,
.footer-minimal-mobile .footer-right button:hover {
    background: #ff6b30 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 8px rgba(255, 127, 74, 0.3) !important;
}

/* Ocultar el span de tip */
.footer-minimal-mobile .tip {
    display: none !important;
}

/* Footer Pre-lanzamiento Mobile */
.footer-minimal-mobile .footer-prelaunch {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 16px !important;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
    margin: 10px 0 !important;
}

.footer-minimal-mobile .footer-prelaunch-text {
    flex: 1 !important;
    font-size: 12px !important;
    color: #666 !important;
    text-align: center !important;
}

/* Footer Minimalista Desktop */
.footer-minimal-desktop .footer-progress-minimal-desktop {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 16px 20px !important;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
    margin: 15px 0 !important;
}

.footer-minimal-desktop .footer-info-section-desktop {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.footer-minimal-desktop .footer-logo-desktop {
    width: 32px !important;
    height: 32px !important;
    border-radius: 6px !important;
    object-fit: cover !important;
}

.footer-minimal-desktop .footer-startup-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.footer-minimal-desktop .footer-title-desktop {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.footer-minimal-desktop .footer-categories {
    font-size: 11px !important;
}

.footer-minimal-desktop .footer-amount-inline-desktop {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
}

.footer-minimal-desktop .footer-total-desktop {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #333 !important;
}

.footer-minimal-desktop .footer-percent-desktop {
    font-size: 14px !important;
    color: #ff7f4a !important;
    font-weight: 600 !important;
}

.footer-minimal-desktop .footer-composition-desktop {
    font-size: 11px !important;
    color: #999 !important;
    margin-left: 8px !important;
}

.footer-minimal-desktop .footer-composition-desktop .startup-part {
    color: #2c5282 !important;
}

.footer-minimal-desktop .footer-composition-desktop .campaign-part {
    color: #ff7f4a !important;
}

.footer-minimal-desktop .footer-bar-section-desktop {
    flex: 1 !important;
    position: relative !important;
    padding: 0 20px !important;
}

.footer-minimal-desktop .footer-mini-bar-desktop {
    height: 4px !important;
    background: #f0f0f0 !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    display: flex !important;
}

.footer-minimal-desktop .footer-fill-desktop {
    height: 100% !important;
    display: flex !important;
    border-radius: 50px !important;
    overflow: hidden !important;
}

.footer-minimal-desktop .footer-segment-startup-desktop {
    background: #2c5282 !important;
    height: 100% !important;
}

.footer-minimal-desktop .footer-segment-campaign-desktop {
    background: #ff7f4a !important;
    height: 100% !important;
}

.footer-minimal-desktop .footer-stats-section-desktop {
    flex: 0 0 auto !important;
    display: flex !important;
    gap: 20px !important;
}

.footer-minimal-desktop .footer-stat-desktop {
    text-align: center !important;
}

.footer-minimal-desktop .footer-num-desktop {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
    display: block !important;
}

.footer-minimal-desktop .footer-lbl-desktop {
    font-size: 10px !important;
    color: #999 !important;
    text-transform: uppercase !important;
}

.footer-minimal-desktop .footer-cta-section-desktop {
    flex: 0 0 auto !important;
}

/* Footer Pre-lanzamiento Desktop */
.footer-minimal-desktop .footer-prelaunch-desktop {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 16px 20px !important;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
    margin: 15px 0 !important;
}

.footer-minimal-desktop .footer-prelaunch-text-desktop {
    flex: 1 !important;
    font-size: 14px !important;
    color: #666 !important;
    text-align: center !important;
    font-weight: 500 !important;
}

.campaign-status .status-badge {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.campaign-status .status-badge.pre-minimum {
    background: rgba(167, 167, 167, 0.15);
    color: #666;
}

.campaign-status .status-badge.minimum-reached {
    background: rgba(146, 198, 89, 0.15);
    color: #92c659;
}

.campaign-status .status-badge.minimum-reached::before {
    content: "✓ ";
    margin-right: 5px;
}

.campaign-status .remaining-info {
    font-size: 13px;
    color: #666;
}

/* ========== MEJORAS VISTA MÓVIL SYNDICATE - UX OPTIMIZADO ========== */

/* 1. CORRECCIÓN DEL FOOTER MÓVIL FLOTANTE */
@media only screen and (max-width: 767px) {
    /* Footer móvil más compacto y mejor alineado */
    .footer-minimal-mobile {
        position: fixed !important;
        bottom: 0 !important; /* Sin margen inferior */
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        background: white !important;
        border: none !important;
        border-top: 1px solid #e5e5e5 !important;
        border-radius: 0 !important;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
        padding: 0 !important;
    }

    .footer-minimal-mobile .footer-container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 56px !important; /* Altura estándar móvil */
        padding: 0 15px !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    /* Columna izquierda con barra de progreso integrada */
    .footer-minimal-mobile .footer-left {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        flex: 1 !important;
        gap: 4px !important;
        padding-right: 10px !important;
    }

    /* Línea superior con monto y porcentaje */
    .footer-minimal-mobile .amount-row {
        display: flex !important;
        align-items: baseline !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .footer-minimal-mobile .amount-total {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #1a1a1a !important;
        line-height: 1 !important;
        font-family: SX-Font-Bold !important;
    }

    .footer-minimal-mobile .amount-percent {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #ff7f4a !important;
        line-height: 1 !important;
        font-family: SX-Font-SemiBold !important;
    }

    /* Mini barra de progreso en el footer */
    .footer-minimal-mobile .mini-progress-bar {
        width: 100% !important;
        height: 3px !important;
        background: #f0f0f0 !important;
        border-radius: 50px !important;
        overflow: hidden !important;
        margin-top: 2px !important;
    }

    .footer-minimal-mobile .mini-progress-fill {
        height: 100% !important;
        background: linear-gradient(90deg, #ff7f4a 0%, #ffa37d 100%) !important;
        transition: width 0.3s ease !important;
    }

    /* Botón CTA optimizado */
    .footer-minimal-mobile .footer-right {
        flex: 0 0 auto !important;
    }

    .footer-minimal-mobile .footer-right .btn,
    .footer-minimal-mobile .footer-right button {
        background: #ff7f4a !important;
        color: white !important;
        border: none !important;
        border-radius: 20px !important;
        padding: 10px 20px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        box-shadow: 0 2px 4px rgba(255, 127, 74, 0.2) !important;
        font-family: SX-Font-SemiBold !important;
    }

    /* 2. MEJORA DEL MENÚ MÓVIL FLOTANTE */
    .menu-syndicate {
        position: sticky !important;
        top: 0 !important;
        z-index: 999 !important;
        background: white !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
        padding: 8px 0 !important;
        margin-bottom: 0 !important;
    }

    .menu-syndicate-mobile {
        width: 100% !important;
        padding: 0 15px !important;
    }

    .menu-syndicate-mobile .dropdown {
        width: 100% !important;
    }

    .menu-syndicate-mobile .content-dropdown-menu-text {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px 15px !important;
        background: #f8f9fa !important;
        border: 1px solid #e5e5e5 !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #333 !important;
    }

    /* 3. AJUSTE DEL CONTENIDO PRINCIPAL PARA EL FOOTER FIJO */
    .page-content-tabs {
        padding-bottom: 70px !important; /* Espacio para el footer fijo */
    }

    /* 4. MEJORAS ADICIONALES DE ESPACIADO */
    .header-syndicate {
        padding-bottom: 0 !important;
    }

    .margin-scroll-syndicate {
        display: none !important;
    }

    /* Ocultar elementos innecesarios en móvil */
    .menu-syndicate-scroll {
        display: none !important;
    }
}

/* ========== CORRECCIONES FINALES DESKTOP Y MÓVIL ========== */

/* 1. CORRECCIÓN DEL MENÚ SYNDICATE EN SCROLL */
.menu-syndicate {
    height: 295px !important;
    padding-top: 250px !important;
}

.menu-syndicate.scroll {
    position: fixed;
    top: 0px;
    z-index: 1050;
    background: #ffffff;
    width: 100%;
    box-shadow: 0px 2px 10px rgba(51, 51, 51, 0.15);
    height: 66px !important;
    padding-top: 24px !important;
}

.scroll-margin-admin-menu.scroll {
    top: 50px;
}

/* 2. CORRECCIÓN DEL FOOTER DESKTOP */
.menu-syndicate-scroll.footer-minimal-desktop {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: white !important;
    z-index: 998 !important;
    height: auto !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05) !important;
    padding: 0 !important;
}

.menu-syndicate-scroll.footer-minimal-desktop .container {
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding: 12px 15px !important;
}

.footer-minimal-desktop .footer-progress-minimal-desktop {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Ajustar altura del menú scroll desktop */
.menu-syndicate-scroll {
    height: 65px !important; /* Reducir altura */
}

/* 2. CORRECCIONES MÓVILES MEJORADAS */
@media only screen and (max-width: 767px) {
    /* Ajustar z-index del menú móvil para que no sea tapado */
    .menu-syndicate {
        position: sticky !important;
        top: 50px !important; /* Ajustar según altura del header */
        z-index: 997 !important; /* Menor que el footer pero mayor que el contenido */
        background: white !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
        padding: 8px 0 !important;
        margin-bottom: 0 !important;
    }
    
    /* Si hay admin bar, ajustar el top */
    .margin-admin-active + .menu-syndicate {
        top: 90px !important; /* 50px header + 40px admin */
    }

    /* Footer móvil con mejor espaciado */
    .footer-minimal-mobile {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        background: white !important;
        border: none !important;
        border-top: 1px solid #e5e5e5 !important;
        border-radius: 0 !important;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
        padding: 0 !important;
    }

    .footer-minimal-mobile .footer-container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 13px 15px !important; /* Padding mejorado */
        margin-top: 0 !important; /* Sin margin-top en el container */
        max-width: 100% !important;
        margin: 0 !important;
        min-height: 60px !important; /* Altura mínima para mejor proporción */
    }

    /* Columna izquierda mejorada */
    .footer-minimal-mobile .footer-left {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        flex: 1 !important;
        gap: 4px !important;
        padding-right: 15px !important; /* Más espacio */
    }

    /* Botón CTA con mejor diseño */
    .footer-minimal-mobile .footer-right {
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important; /* Centrado vertical */
    }

    .footer-minimal-mobile .footer-right .btn,
    .footer-minimal-mobile .footer-right button {
        background: #ff7f4a !important;
        color: white !important;
        border: none !important;
        border-radius: 10px !important; /* Border radius corregido */
        padding: 12px 24px !important; /* Padding más generoso */
        font-size: 14px !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        box-shadow: 0 2px 6px rgba(255, 127, 74, 0.25) !important;
        font-family: SX-Font-SemiBold !important;
        margin: 0 !important; /* Sin márgenes externos */
        line-height: 1.2 !important;
        min-height: 44px !important; /* Altura mínima para touch */
    }

    .footer-minimal-mobile .footer-right .btn:active,
    .footer-minimal-mobile .footer-right button:active {
        transform: scale(0.98) !important;
        box-shadow: 0 1px 3px rgba(255, 127, 74, 0.25) !important;
    }

    /* Ajustar el contenido principal para los elementos fijos */
    .page-content-tabs {
        padding-bottom: 80px !important; /* Espacio para el footer */
        padding-top: 60px !important; /* Espacio para el menú sticky */
    }
    
    /* Con admin bar */
    .margin-admin-active ~ * .page-content-tabs {
        padding-top: 100px !important;
    }

    /* Asegurar que el header no tape el menú */
    .header-syndicate {
        position: relative !important;
        z-index: 1 !important;
    }
}

/* 3. AJUSTES ADICIONALES PARA TABLETS */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-syndicate-scroll.footer-minimal-desktop .container {
        padding: 10px 20px !important;
    }
    
    .footer-minimal-desktop .footer-progress-minimal-desktop {
        gap: 15px !important;
    }
}

/* 4. CORRECCIÓN DE Z-INDEX GENERAL */
.navbar-fixed-top {
    z-index: 1030 !important;
}

.admin-bar {
    z-index: 1031 !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}

/* ========== CORRECCIONES MÓVILES ESPECÍFICAS SOLICITADAS - ENERO 2025 ========== */
@media only screen and (max-width: 767px) {
    /* 1. CLEARFIX PARA EL MENÚ - Evitar que tape el CTA principal */
    .menu-syndicate::after {
        content: "" !important;
        display: table !important;
        clear: both !important;
    }
    
    .menu-syndicate::before {
        content: "" !important;
        display: table !important;
    }
    
    /* 2. REPOSICIONAMIENTO DEL MENÚ CON TOP 100px Y HEIGHT 55px */
    .menu-syndicate {
        position: sticky !important;
        top: 100px !important; /* Ajustado según solicitud para salvar los menús superiores */
        z-index: 997 !important;
        background: white !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
        height: 55px !important; /* Height fijo solicitado */
        padding-top: 0 !important; /* Sin padding top en el section */
        margin-bottom: 0 !important;
        clear: both !important; /* Forzar clearfix */
        width: 100% !important;
        display: block !important;
    }
    
    /* Ajuste del contenedor interno para dar espacio */
    .menu-syndicate .content-menu-syndicate {
        padding-top: 0px !important; /* Sin padding en móvil */
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
    }
    
    /* Ajuste del dropdown móvil */
    .menu-syndicate .menu-syndicate-mobile {
        width: 100% !important;
        margin: 0 !important;
    }
    
    /* Asegurar que el contenido anterior tenga espacio adicional */
    .header-syndicate {
        margin-bottom: 60px !important; /* Aún más espacio antes del menú para no tapar CTA */
        position: relative !important;
        z-index: 1 !important;
    }
    
    /* Espacio adicional para el CTA principal */
    .header-syndicate .block-invest {
        padding-bottom: 40px !important; /* Más padding adicional para separar del menú */
        position: relative !important;
        z-index: 2 !important;
    }
    
    /* Asegurar que el menú no tape elementos anteriores */
    .margin-scroll-syndicate + .menu-syndicate {
        margin-top: 20px !important; /* Espacio adicional cuando hay margin-scroll */
    }
    
    /* 3. CORRECCIÓN DEL FOOTER CON MARGIN-TOP 20px PARA CENTRAR TODO */
    .footer-minimal-mobile .footer-container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 13px 15px !important;
        margin-top: 20px !important; /* Margin-top solicitado para centrar */
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        min-height: 60px !important;
    }
    
    /* Ajustes adicionales para evitar solapamientos */
    .content-menu-syndicate {
        position: relative !important;
        z-index: 1 !important;
        margin-bottom: 20px !important;
    }
    
    /* Asegurar que el CTA principal sea visible */
    .header-syndicate .block-invest {
        position: relative !important;
        z-index: 2 !important;
        margin-bottom: 30px !important; /* Más espacio antes del menú */
    }
    
    /* Ajuste del contenido principal */
    .page-content-tabs {
        padding-top: 20px !important;
        padding-bottom: 100px !important; /* Espacio para el footer fijo */
    }
}

/* ========== FIN CORRECCIONES MÓVILES ENERO 2025 ==========*/

/* Estilos específicos para usuarios no logueados en páginas de inversión */

/* Ajustes para el menú syndicate - se aplican los nuevos estilos solicitados */
.menu-syndicate {
    height: 100px !important;
    padding-top: 50px !important;
}

/* Mantener los estilos originales para la versión scroll del menú */
.menu-syndicate.scroll {
    height: 65px !important;
    padding-top: 20px !important;
} 

