#nav-bar {
    background-image: none;
    background-color: #FFFFFF;
}


/********************
Widget Video
********************/


.sectionOuterContainerVideo {
width:100%;  
padding-top: 72px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
float:left; clear:left;}

.sectionInnerContainerVideo {width:950px; margin:0 auto; display:block; position:relative;}

.arrowDownVideo {background-color:#002495;}

.arrowDownVideo {
        padding:10px;
        border-radius:40px;
        -webkit-border-radius:40px;
        -moz-border-radius:40px;
        position:absolute;
        top:-92px;
        left:450px;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}


.jumpLinkVideo {position:absolute; top:-80px;}

.primaryBackgroundColorContainer {background-color:#FFFFFF;}
.BackgroundColorContainer{background-color:#FFFFFF;}

/********************
ENT Section Containers
********************/

.sectionOuterContainer {width:100%; padding:72px 0; float:left; clear:left;}

.altOuterContainer {background-color:#F9F9F9 !important;}

.sectionInnerContainer {width:950px; margin:0 auto; display:block; position:relative;}

.sectionContentContainer {600px; margin:0 auto;}

.sectionTitle {font-family:'Roboto', 'Open Sans', arial, sans serif; font-size:6em; font-weight:500;   display:block; color:#ee3125;}



.sectionSubtitle {font-size:2em; color:#777777; margin-top:1em; display:block;}


.sectionSubtitle::after {
        content:'';
        display:block;
        width:120px;
        height:10px;
        background-color:#777777;
        margin:36px 0 0;
}

.altSubtitle::after {margin:36px auto 0 !important;}

.sectionDescription p {color:#ee3125; display:block; font-size:2.30em !important; line-height:1.5em; margin-top:1em;  text-align:left;}

.altDescription p {color:#727272 !important; text-align:center;}

.sectionInnerContainer ul {display:block; margin-top:48px;}
.sectionInnerContainer ul li {width:29%; margin:0 2% 0; display:block; float:left; text-align:center; color:#888888;}

.sectionListItemTitle {font-family:'Roboto', 'Open Sans', arial, sans serif; font-size:2.66em; line-height:1.125em; font-weight:300; margin-top:0.56em; display:block;}


.sectionListItemDescription {font-size:1.16em; line-height:21px; display:block; margin-top:1.28em; margin-bottom:1.28em;}

.sectionButtonContainer {display:block; margin-top:48px;}




.textCentered {text-align:center;}

.arrowDown {
        padding:10px;
        border-radius:40px;
        -webkit-border-radius:40px;
        -moz-border-radius:40px;
        position:absolute;
        top:-92px;
        left:450px;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}


/********************
ENT Feature
********************/
#ENTHeroOuterContainer {
        /*background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD7467/0EB026A8.png);*/
        background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD7511/75723B75.jpg);
        background-repeat:no-repeat;
        background-position:center;
        height:640px;
        position:relative;
        padding:0;
        background-size:cover;
        margin-top:47px !important;

}

#ENTHeroInnerContainer {width:950px; text-align:center; margin:0 auto; padding-top:204px; color:#fff; position:relative;}

.ENTHeroTitle {font-family:'Roboto', arial, sans serif; font-size:6.5em; font-weight:700; display:block; margin-bottom:48px; line-height:1em;}

.ENTHeroTitle::after {
        content:'';
        display:block;
        width:120px;
        height:10px;
        background-color:#fff;
        margin:48px auto 0;
}

.ENTHeroSubtitle {font-size:2em; margin-top:0.75em; line-height:1.5em; display:block;}

.subFeatureColor {display:block; width:10px; height:35px; margin-right:20px; float:left;}

.ENTHeroDescription {margin-top:1.125em; margin-bottom:2.25em; font-size:1.33em; line-height:24px; display:block; margin-bottom:; clear:left;}

.featureColorOverlay {
        width:100%;
        height:640px;
        position:absolute;
        left:0;
        opacity:0.5;
}





/********************
ENT Getting Started Section
********************/

#gettingStartedContentContainer {width:500px !important; float:right;}
#gettingStartedImage {float:left;}




***********************/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}



.element-to-hide{
    visibility:hidden; 
} 

.slideRight {
    visibility: visible;
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out; 
}

@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }
    50% {
        transform: translateX(8%);
    }
    65% {
        transform: translateX(-4%);
    }
    80% {
        transform: translateX(4%);
    }
    95% {
        transform: translateX(-2%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }
    50% {
        -webkit-transform: translateX(8%);
    }
    65% {
        -webkit-transform: translateX(-4%);
    }
    80% {
        -webkit-transform: translateX(4%);
    }
    95% {
        -webkit-transform: translateX(-2%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

.slideLeft {
    visibility: visible;
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out; 
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }
    50% {
        transform: translateX(-8%);
    }
    65% {
        transform: translateX(4%);
    }
    80% {
        transform: translateX(-4%);
    }
    95% {
        transform: translateX(2%);
    }
    100% {
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
    }
    50% {
        -webkit-transform: translateX(-8%);
    }
    65% {
        -webkit-transform: translateX(4%);
    }
    80% {
        -webkit-transform: translateX(-4%);
    }
    95% {
        -webkit-transform: translateX(2%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}


/*ACCENT COLOR*/
.accentTextColor {color:#f3933f;}
.accentTextColorTabla {color:#c8d92b;}
.accentBackgroundColor {background-color:#e62037;}

.arrowDown {background-color:#002495;}
#mobile-promotion-android-button {background-color:#f3933f;}


.accentBackgroundColor:hover {background-color:#f82037;}


/********************
Section Containers
********************/

.sectionOuterContainer {width:100%; padding:72px 0; float:left; clear:left;}
.sectionInnerContainer {width:950px; margin:0 auto; display:block; position:relative; text-align:center;}

h1 {font-family:'Open Sans', arial, sans serif; font-size:6em !important; font-weight:600; display:block; line-height:1em;}

h2 {font-family:'Open Sans', arial, sans serif; font-size:3em !important; line-height: 1.2em; font-weight:700; display:block;}

h3 {font-family:'Open Sans', arial, sans serif; font-size:2em !important; line-height: 1.5em; font-weight:300; display:block;}

h4 {font-family:'Open Sans', arial, sans serif; font-size:15px !important; line-height: 1.33em; margin-top:1.33em !important; font-weight:600; display:block;}

h5 {font-family:'Open Sans', arial, sans serif; font-size:3em !important; line-height: 1.33em; margin-top:1.33em !important; font-weight:600; display:block;}

h6 {font-family:'Open Sans', arial, sans serif; font-size:2em !important; line-height: 1.33em; margin-top:1.33em !important; font-weight:600; display:block; color:#2c3e50;}

.sectionDescription {color:#727272; display:block; font-size:1.33em; line-height:1.5em; margin-top:1.0em;}

.sectionInnerContainer ul {display:block; margin-top:20px;}
.sectionInnerContainer ul li {width:29%; margin:20px 2% 0; display:block; float:left;}

.sectionListItemDescription {color:#727272; font-size:16px; line-height:1.5em; display:block; margin-top:1.5em; margin-bottom:2em;}

.sectionInnerContainer ul li .standardButton {min-width:152px;}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}



table {border-spacing:0;}

img {border:none;}

.jumpLink {position:absolute; top:-80px;}


/********************
UPDATE FOLLOWING ITEMS TO PREFERRED COLORS
********************/

/*PRIMARY COLOR*/
.primaryTextColor {color:#f3933f;}
.primaryBackgroundColor {background-color:#ffffff !important;}
.primaryBackgroundColorButton {background-color:#002495 !important;}





/********************
UPDATE FOLLOWING ITEMS TO PREFERRED COLOR
********************/

.primaryTextColor {color:#0ecc71 !important;}
.primaryBackgroundColor {background-color:#0ecc71;}

.accentTextColor {color:#3498db !important;}
.accentBackgroundColor {background-color:#e62037;}

.darkBlueText {color:#2c3e50;}
.darkBlueBackground {background-color:#2c3e50;}

.lightGreyBackground {background-color:#f4f4f4;}

#global-nav-bar {background:#404040;}


/************************
Login Page
************************/
/*#brand-logo {display:block; background-image: url("https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD7797/20A0A90A.png"); background-size:250px; background-repeat:no-repeat; background-position:center; height:120px; width:250px; margin:50px auto 25px;}*/


/********************
BUTTON STYLES
********************/
.standardButton {
        border-radius:3px;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        line-height:3.5em;
        height:48px;
         padding:0 20px;
        display:inline-block;
        color:#fff !important;
        font-size:14px;
        margin:0 5px;
        text-align:center;
        font-family:'Open Sans', arial, sans serif;
        font-weight:700;
        transition:0.2s ease;
        box-sizing:border-box;
}

.standardButton:hover {text-decoration:none;}

.standardButton.primaryBackgroundColor:hover {background-color:#ee2037;}
.standardButton.accentBackgroundColor:hover {background-color:#f82037;}




/********************
BUTTON STYLES INNOVEMOS
********************/
.standardButtonInnova {
  width: 150px;
  height: 150px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border: 5px solid #002495 !important;
  display:inline-block;
  padding:40px 20px;
  line-height:1.5em;
  color:#002495 !important;
  font-size:16px;
  margin:0 5px;
  text-align:center;
  font-family:'Open Sans', arial, sans serif;
  font-weight:700;
  transition:0.2s ease;
  box-sizing:border-box;
}

.standardButtonInnova:hover {
  text-decoration:none;
}

.primaryBackgroundColorButtonInnova {
  background-color:#FFFFFF !important;
}

.standardButtonInnova.primaryBackgroundColorButtonInnova:hover {
  background-color: #002495 !important;
  color:#FFFFFF !important;
}

.standardButtonInnovaRojo {
  width: 150px;
  height: 150px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border: 5px solid #EE3125 !important;
  display:inline-block;
  padding:40px 20px;
  line-height:1.5em;
  color:#EE3125 !important;
  font-size:16px;
  margin:0 5px;
  text-align:center;
  font-family:'Open Sans', arial, sans serif;
  font-weight:700;
  transition:0.2s ease;
  box-sizing:border-box;
}

.standardButtonInnovaRojo:hover {
  text-decoration:none;
}

.primaryBackgroundColorButtonInnovaRojo {
  background-color:#FFFFFF !important;
}

.standardButtonInnovaRojo.primaryBackgroundColorButtonInnovaRojo:hover {
  background-color:#EE3125 !important;
  color:#FFFFFF !important;
}


/********************
FONTS
********************/
 body {
  font-family:'Open Sans', arial, sans serif;
  font-size:12px;
  line-height:24px;
}

/********************
MAIN PAGE CONTAINERS
********************/

#body_div {overflow:auto !important;

}

.all_container {
        width:100%;
}

.content {width:100%; margin-left:auto; margin-right:auto; float:inherit !important; padding-bottom:0px !important; background:}

#main_content {width:950px;  margin:0 auto !important; display:block; text-align:left !important; background:#fff !important;}

#bi-page-c-es #main_content, #bi-page-c-b #main_content {width:100% !important; overflow:hidden !important;} 


#bi-page-c-es #main_content {
        margin-top:-50px !important;
}

p {
    margin-top: 1.5em !important;
    font-size: 1.33em;
    line-height: 1.5em;
}



/*************************
   GLOBAL NAVIGATION
**************************/

.stick-to-top {background-color:#FFFFFF !important;}


#global-nav-bar {
        filter:none !important;
        box-shadow:none;
        transition:background-color 0.4s ease;
}

#global-nav {z-index:10000;}

#nav-bar .global-nav-btn {color:#fff;}
#nav-bar .global-nav-btn:hover {color:#004B80;}

#nav-bar-logo {width:auto !important; margin-right:24px;}
 
#global-nav-placeholder {height:35px;}

#global-nav-screen-name {color:#fff !important;}

#search-content input, #search-content {background-color:#ddd !important; border:none !important;}

#search-content {padding:3px !important; margin-top:5px !important;}

#global-search-input {font-family:'Roboto', arial, sans serif;}

.nav-sub-menu .fa {color:#999 !important;}

#nav-bar .global-nav-btn.open>i, #nav-bar #profile-button.open>i, #nav-bar #profile-caret.open>i {color:#bbdefb !important;}

.global-nav-btn i:hover {color:#bbdefb !important;}

.no-items-img i {color:#dadada !important;}

/************************
BANNER
************************/

#banner {
    margin:0 auto; 
    height:0px;
   background-color: transparent!important;
}

#masthead {height:0px; overflow:visible;}

#masthead-grad {background:none; filter:none !important;}

#masthead-placeholder {height:0;}

#masthead-logo {position:relative;}
#masthead-logo img {padding:0; height:auto; display:none;}

#bannerLogo {
    float:left; 
    height:auto !important; 
    width:auto !important; 
    padding:20px 0 0 0 !important;
}

.banner-text p {margin-top: 0em !important;}

/********************
POPUPS
********************/

.campaign-image-popup-class {top:100px !important;}




/**********************************ENTERPRISE**********************************/

/************************
ENT LEVEL NAVIGATION FOR CHALLENGE LEVEL - HIDDEN
************************/
#entLevelNavigation {display:none;}




/**********************************NAV**********************************/

.bi_dynamic_navigation .hide_submenu a, .bi_dynamic_navigation .show_submenu a {border:none !important;}

.enterprise-level #navbar {
        border:0px !important; 
        position:relative; 
        width:100%;
        margin:0;
        padding:5px 0;
        height:40px;
}


#navbar .bi_dynamic_navigation li:nth-child(1) a {margin-left:0; padding-left:0;}


.enterprise-level .bi_dynamic_navigation li a  {font-size:16px; text-transform:uppercase; margin:8px; font-weight:bold; background-color:transparent;}

.enterprise-level #dynamic_navigation_bar {width:950px !important; margin-left:auto !important; margin-right: auto !important;}

.enterprise-level .bi_dynamic_navigation {  }



/********************
ENT HOMEPAGE
********************/
.all_container {width:100%;}

#bi-page-c-es #navbar {position:absolute; top:0px; background-color:transparent; z-index:1000;}
#bi-page-c-es #nav-bar {background-color:transparent;}

#nav-bar .fa {color:#002495;}

#bi-page-c-es #global-nav-bar {background-color:transparent;}
#bi-page-c-es  .bi_dynamic_navigation li {float:none; display:inline-block;}
#bi-page-c-es .bi_dynamic_navigation {text-align:center;}


/********************
ENT HOMEPAGE CONTAINER 1
********************/
#bi-page-c-es #container_ent_home_1 {
    width:100%;
    min-height:0;
    overflow:hidden;
    margin-left:0;
    background-color:#fafafa !important;
  
}

#bi-page-c-es #container_ent_home_1 .boxcontent {padding:0; overflow:visible;}

#bi-page-c-es #container_ent_home_1 .widget_container {margin-bottom:0 !important; clear:left;}

#bi-page-c-es {width:100%; min-height:100px; overflow:hidden !important;}




/********************
ENT HOMEPAGE CONTAINERS 2-4
********************/

#bi-page-c-es #container_ent_home_2 {display:none; margin:0; width:100%; min-height:150px !important; padding-bottom:40px; padding-top:0px;}

#bi-page-c-es #container_ent_home_2 .widget_container {width:950px; margin:0 auto 40px;}

#bi-page-c-es #container_ent_home_2 .boxcontent {padding:0;}

#bi-page-c-es #container_ent_home_3 {width:100%; margin:0 auto; min-height:0px !important; padding-bottom:0px; position:relative; display:block;}

#bi-page-c-es #container_ent_home_3 .boxcontent {padding:0;}

#bi-page-c-es #container_ent_home_4 {display:none; float:left; width: 100%; margin: 0px !important; background:#ffffff !important; padding-bottom:40px;}




/********************
ENT Section Containers
********************/

.sectionOuterContainer {width:100%; padding:72px 0; float:left; clear:left;}

.sectionOuterContainer3xi {width:100%; padding:0px 0; float:left; clear:left;}

.altOuterContainer {background-color:#F9F9F9 !important;}

.sectionInnerContainer {width:950px; margin:0 auto; display:block; position:relative;}

.sectionContentContainer {width:600px; margin:0 auto;}

.sectionTitle {font-family:'Roboto', 'Open Sans', arial, sans serif; font-size:6em; font-weight:500;   display:block; color:#ee3125;}



.sectionSubtitle {font-size:2em; color:#777777; margin-top:1em; display:block;}


.sectionSubtitle::after {
        content:'';
        display:block;
        width:120px;
        height:10px;
        background-color:#777777;
        margin:36px 0 0;
}

.altSubtitle::after {margin:36px auto 0 !important;}

.sectionDescription p {color:#ee3125; display:block; font-size:1.33em; line-height:1.5em; margin-top:1.0em;}

.altDescription p {color:#727272 !important; text-align:center;}

.sectionInnerContainer ul {display:block; margin-top:48px;}
.sectionInnerContainer ul li {width:29%; margin:0 2% 0; display:block; float:left; text-align:center; color:#888888;}

.sectionListItemTitle {font-family:'Roboto', 'Open Sans', arial, sans serif; font-size:2.66em; line-height:1.125em; font-weight:300; margin-top:0.56em; display:block;}


.sectionListItemDescription {font-size:1.16em; line-height:21px; display:block; margin-top:1.28em; margin-bottom:1.28em;}

.sectionButtonContainer {display:block; margin-top:48px;}

.textCentered {text-align:center;}

.arrowDown {
        padding:10px;
        border-radius:40px;
        -webkit-border-radius:40px;
        -moz-border-radius:40px;
        position:absolute;
        top:-92px;
        left:450px;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}



/********************
ENT Feature
********************/
#ENTHeroOuterContainer {
       background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD7797/716DC3B9.jpg);
        background-repeat:no-repeat;
        background-position:center;
        height:500px;
        position:relative;
        padding:0;
        background-size:cover;
}

#ENTHeroInnerContainer {width:950px; text-align:center; margin:0 auto; padding-top:204px; color:#fff; position:relative;}

.ENTHeroTitle {font-family:'Roboto', arial, sans serif; font-size:6.5em; font-weight:700; display:block; margin-bottom:48px; line-height:1em;}

.ENTHeroTitle::after {
        content:'';
        display:block;
        width:120px;
        height:10px;
        background-color:#fff;
        margin:48px auto 0;
}

.ENTHeroSubtitle {font-size:2em; margin-top:0.75em; line-height:1.5em; display:block;}

.subFeatureColor {display:block; width:10px; height:35px; margin-right:20px; float:left;}

.ENTHeroDescription {margin-top:1.125em; margin-bottom:2.25em; font-size:1.33em; line-height:24px; display:block; margin-bottom:; clear:left;}

.featureColorOverlay {
        width:100%;
        height:640px;
        position:absolute;
        left:0;
        opacity:0.5;
}





/********************
ENT Getting Started Section
********************/

#gettingStartedContentContainer {width:590px; float:right;}
#gettingStartedImage {float:left;}


/********************
ENT Getting Started Section
********************/

.getStartedIconContainer {
        padding:25px;
        width:50px;
        border-radius:50px;
        -webkit-border-radius:50px;
        -moz-border-radius:50px;
        text-align:center;
        margin:0 auto;
}

.getStartedIconContainer i {
     font-family:FontAwesome;
     color:#fff;
    font-style:normal;
    font-size:4em;
    line-height:1em;
}

.gettingStartedTitle {font-family:'Open Sans', arial, sans serif; font-size:18px !important; line-height: 1.33em; font-weight:600; display:table-cell; padding-top:1.33em;}

.gettingStartedDescription {color:#727272; font-size:16px; line-height:1.5em; display:table-cell; margin-top:1.5em; margin-bottom:2em;}

.gettingStartedImage img {margin-top:3em;}

.gettingStartedDescription span {margin-top:1.5em; display:block; padding:0 20px;}

.tableButton a {margin-top:2em;}
/************************
Visual WS List
************************/
#container_ent_home_1 #visual-large-webstorms-list {width:950px !important; margin-left:auto !important; margin-right:auto !important;}

#container_ent_home_1 .vwl-webstorm {width:29%; margin:0 2%; border:none !important; float:left;}

#container_ent_home_1 .vwl-content {text-align:left;}

#container_ent_home_1 .vwl-panel.webstorm-panel {
        margin-bottom:20px; 
        background-color:#fafafa;
        height:400px; 
        border-radius:0; 
        padding:20px !important;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.2);
}

.large-visual-ws-list-widget-container {margin-bottom:40px; overflow:auto;}

.webstorm-panel .vwl-image {
        height:175px !important;
        width:100% !important;
        margin-bottom:20px;
        float:none !important;
        border-radius:0 !important;
        position:relative !important;
}

.vwl-image-lg img {
         display:block;
         width:100%;
         height:auto !important;
         position:absolute;
         top:-30px;
}

.webstorm-panel .vwl-content {display:block !important; margin:0 !important; height:auto !important;}

.vwl-menu-btn {position:absolute !important; top:5px !important; right:5px !important;}


.vwl-webstorm-title {font-family: 'Open Sans', arial, sans serif; display:block; font-size:1.5em !important; font-weight:600 !important; color:#2c3e50; white-space:normal !important; height:48px !important; margin-bottom:10px !important; text-align:left; line-height:1em;}

.webstorm-panel .vwl-webstorm-description {
        height:72px !important;
        font-size:14px !important;
        line-height:24px !important;
        margin-bottom:10px !important;
        display:block;
        text-align:left;
        
}

.vwl-panel.hover-menu {height:410px;}

.hover-menu .hover-buttons {min-width:0 !Important; margin:130px auto 0 !important; border:none; height:auto !important;}

.hover-menu .hover-btn {font-size:14px !important; width:175px !important; margin:10px 0 !important;}

.hover-menu .vml-hover-dim, .vml-hover-dim a {height:440px !important; border-radius:0 !important;}




/************************
ENT Visual WS List
************************/

#bi-page-c-es .large-visual-ws-list-widget-container {max-height:260px; width:100%; float:left; overflow:hidden; margin-bottom:36px;}


#bi-page-c-es .webstorm-panel .vwl-count-wrap {width:100% !important; text-align:center; margin:0 !important;}

#bi-page-c-es .webstorm-panel .vwl-count-wrap .count-item {font-size:14px; margin-right:15px !important;}

#bi-page-c-es .vwl-content-footer {padding-top:10px; position:relative;}

#bi-page-c-es .webstorm-panel .vwl-phase-wrap {position:absolute; top:0; width:100% !important;}

#bi-page-c-es .webstorm-panel .vwl-phase-title {text-align:center; margin-top:6px; color:#3498db !important;}

#bi-page-c-es .vwl-phase-bar .webstorm-phase.filled-in {background-color:#3498db !important;}

#bi-page-c-es .webstorm-phase.filled-in:last-of-type, .vwl-phase-bar {border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important;}


#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child {width:95% !Important; margin:0 2% !important;}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vwl-panel.webstorm-panel {
    height:250px !important;
    padding:0 !important;
    margin-bottom:48px !important;
    background-color:#f5f5f5;
}


#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vwl-image {
    height:250px !important;
    width:250px !important;
    float:left !important;
    margin:0 !important;
    position:relative;
    overflow:visible;
}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vwl-image::before {
    content:'';
    width:250px;
    height:250px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
}



#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vwl-image-lg img {height:250px !important; width:250px !important; top:0;}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vwl-content {
    float:left !important;
    padding:0px 40px;
    width:650px;
    height:250px;
    box-sizing:border-box;
}


#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vwl-webstorm-title {font-size:2em !important; white-space:nowrap !important; text-overflow:ellipsis; height:auto !important; margin-bottom:18px !important; margin-top:36px; line-height:1.2em; font-weight:400; text-align:left; color:#2c3e50;}


#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vwl-webstorm-description {text-align:left; font-size:1.16em !important; line-height:1.7em !important; max-height:72px !important; min-height:72px; margin-bottom:24px !important;}


#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vwl-panel.hover-menu {height:250px !important;}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .webstorm-panel .vwl-count-wrap .count-item {font-size:16px !important; margin:0 10px !important;}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .webstorm-phase.filled-in:last-of-type {border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important;}


#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vwl-content-footer {position:relative;}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .webstorm-panel .vwl-count-wrap {position:absolute; width:250px !important; text-align:center; left:-290px; top:-20px; color:#fff; z-index:1000;}


#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vml-hover-dim {background:none !important;}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .hover-buttons {visibility:visible; opacity:1; width:auto; margin-top:175px !important; margin-left:290px !important; float:left;}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .hover-buttons .view-ideas-btn {float:right !important;}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .hover-menu .hover-btn {border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; padding:0px; float:left; margin:0 10px 0 0 !important; height:48px; line-height:3.5em; font-weight:700; font-family:'Open Sans', arial, sans serif; border:none !important;}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .webstorm-panel .vwl-phase-wrap {width:30% !important; position:absolute; left:-250px; top:20px; z-index:10000; margin:0;}

#bi-page-c-es .vwl-webstorm:first-child .vwl-phase-title {text-align:center; color:#fff !important; font-size:16px;}

/*#auth-2 {
    background: url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD7797/04FE7C40.jpg) no-repeat fixed;
    background-position: 0 -120px;
    background-color: #F5F5F2 !important;
    background-size: cover;
}
#bi-page-c-es  .webstorm-panel .vwl-webstorm:first-child .vwl-phase-title::before {
    content:'Current Phase:';
    font-size:11px;
    display:block;
    line-height:1em;
    text-align:center;
    
}
*/

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .hover-menu .view-topic-btn {background-color:#3498db !important;}

#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .hover-menu .view-topic-btn:hover {background-color:#67b2e4 !important;}



#bi-page-c-es #visual-large-webstorms-list .webstorm-panel {
    box-shadow:none !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
}


#bi-page-c-es #visual-large-webstorms-list .vwl-webstorm:first-child .vwl-phase-bar {margin-bottom:6px;}


#bi-page-c-es .vwl-webstorm:first-child .vwl-menu-btn {font-size:24px;}

       
/************************
SubPage Visual WS List
************************/
#bi-page-c-b  .visual_webstorm_list_large_widget {margin-top:48px;}

#bi-page-c-b .webstorm-panel .vwl-count-wrap {width:100% !important; text-align:center; margin:0 !important;}

#bi-page-c-b .webstorm-panel .vwl-count-wrap .count-item {font-size:14px; margin-right:15px !important;}

#bi-page-c-b .vwl-content-footer {padding-top:48px; position:relative;}

#bi-page-c-b .webstorm-panel .vwl-phase-wrap {position:absolute; top:0; width:100% !important;}

#bi-page-c-b .webstorm-panel .vwl-phase-title {text-align:center; margin-top:6px; color:#3498db !important;}

#bi-page-c-b .vwl-phase-bar .webstorm-phase.filled-in {background-color:#3498db !important;}

#bi-page-c-b .webstorm-phase.filled-in:last-of-type, .vwl-phase-bar {border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important;}

#bi-page-c-b .vwl-panel.webstorm-panel {border-top:6px solid #2c3e50;}

/********************
ENT How it Works Section
********************/
#howItWorksSectionJumpLink {position:absolute; top:-50px; left:0;}

.forParticipantsIcon {margin-bottom:20px; height:55px;}

/********************
SUB-PAGES
********************/

.subPageHeroOuterContainer {background-color:#002495; height:90px; padding:0;}

.subPageHeroInnerContainer {height:90px;}

.subPageHeroContent {text-align:left; color:#fff; position:relative; transform:translateY(-40%); -ms-transform:translateY(-40%); -webkit-transform:translateY(-40%); top:40%;}

.subPageSectionOuterContainer {padding:48px 0; overflow:auto;}

.subPageSectionInnerContainer {width:950px; margin:0 auto; text-align:left;}

.subPageSectionInnerContainer .subPageSectionContentContainer:first-child h5 {margin-top:0 !important;}

.subPageSectionContentContainer {float:left; clear:left; position:relative;}

.subPageSectionContentContainer p {font-size:1.33em; line-height:1.5em; margin-top:1.5em; color:#727272;}

.subPageSectionContentContainer .termsList {margin-top:1em; font-size:1.33em; line-height:1.5em; color:#727272; margin-left:36px;}

.subPageSectionContentContainer .section {margin-top:4em; float:left; clear:left;}
.subPageSectionContentContainer .section:first-child {margin-top:0;}

.subPageSectionContentContainer .section .standardButton {margin-top:2em;}

.subPageQuestionContainer {margin-top:1.33em; cursor:pointer; float:left; clear:left;}

.subPageSectionQuestion {font-family:'Open Sans', arial, sans serif; font-size:1.5em; line-height: 1.33em; font-weight:400; display:inline-block; float:left; color:#727272; width:920px; transition:0.2s ease;}

.subPageSectionAnswerContainer {display:none; font-size:1.33em; font-weight:400; color:#727272; line-height:1.5em; margin:1.5em 0 1.5em 22px !important; float:left; clear:both;}

.subPageSectionAnswerContainer ul ul {margin:1em 0 1em 1em;}

.subPageSectionAnswer ul {margin-left:24px;}


/*
.number {
    font-size:1.75em;
    background-color:#00d298; 
    width:40px;
    height:40px;
    line-height:1.9em;
    border-radius:80px;
    color:#fff;
    margin-right:24px;
    float:left;
    text-align:center;
}
*/


.rotate {
      -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
         transform: rotate(90deg);
          border-left:10px solid #002495 !important;
}


.arrow {width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #2c3e50;
	border-bottom: 5px solid transparent;
        display:block;
        float:left;
        margin-top:6px;
        margin-right:12px;
        transition: ease 0.2s;
}

.bolded {font-weight:700;}

.subPageHeroContent h2::before {
    font-family:FontAwesome;
    color:#fff;
    margin-right:24px;
    -webkit-font-smoothing: antialiased;
}


/********************
FAQ
********************/

#bi-page-c-a #container_ent_home_1 {
    width:100%;
    min-height:0;
    overflow:hidden;
    margin-left:0;
}

#bi-page-c-a #main_content {width:100%;}

#bi-page-c-a #container_ent_home_1 .boxcontent {padding:0;}

#bi-page-c-a #container_ent_home_1 .widget_container  {margin-bottom:0 !important; clear:left;}

#bi-page-c-a {width:100%; min-height:100px; overflow:hidden !important;}

#bi-page-c-a #container_ent_home_2 {display:none; margin:0; width:100%; min-height:150px !important; padding-bottom:40px; padding-top:40px;}

#bi-page-c-a #container_ent_home_2 .widget_container {width:950px; margin:0 auto;}

#bi-page-c-a #container_ent_home_2 .boxcontent {padding:0;}

#bi-page-c-a #container_ent_home_3 {width:100%; margin:0 auto; min-height:0px !important; padding-bottom:0px; position:relative; display:block;}

#frequentlyAskedQuestionsPageTitle::before {
    content:'\f059';
}

.subPageSectionAnswer ul li {
    width:auto;
    display:list-item;
    float:none;
    margin:0;
}


/********************
BLOG LIST PAGE
********************/
#container_ct_blog_list_2 {display:block; width:100%; margin-bottom:36px;}

#container_ct_blog_list_2 .widget_container {margin:0;}
#container_ct_blog_list_2 .boxcontent {padding:0;}

#content_blog_list {margin:0 !important; padding:0 !important;}
#content_blog_list .boxcontent {padding:0;}

#container_ct_blog_list_1 {padding-top:0 !important;}



/********************
EXTRA PAGES
********************/

#bi-page-c-b #container_ent_home_1, #bi-page-c-f #container_ent_home_1, #bi-page-c-h #container_ent_home_1, #bi-page-c-i #container_ent_home_1, #bi-page-c-j #container_ent_home_ {
    width:100%;
    min-height:0;
    overflow:hidden;
    margin-left:0;
}

#bi-page-c-f #main_content, #bi-page-c-h #main_content, #bi-page-c-i #main_content, #bi-page-c-j #main_content {width:100%;}

#bi-page-c-b #container_ent_home_1 .boxcontent, #bi-page-c-f #container_ent_home_1 .boxcontent, #bi-page-c-h #container_ent_home_1 .boxcontent, #bi-page-c-i #container_ent_home_1 .boxcontent, #bi-page-c-j #container_ent_home_1 .boxcontent  {padding:0;}

#bi-page-c-b #container_ent_home_1 .widget_container, #bi-page-c-f #container_ent_home_1 .widget_container, #bi-page-c-h #container_ent_home_1 .widget_container, #bi-page-c-i #container_ent_home_1 .widget_container, #bi-page-c-j #container_ent_home_1 .widget_container  {margin-bottom:0 !important; clear:left;}

#bi-page-c-b, #bi-page-c-f, #bi-page-c-h, #bi-page-c-i, #bi-page-c-j {width:100%; min-height:100px; overflow:hidden !important;}

#bi-page-c-b #container_ent_home_2, #bi-page-c-f #container_ent_home_2, #bi-page-c-h #container_ent_home_2, #bi-page-c-i #container_ent_home_2, #bi-page-c-j #container_ent_home_2 {margin:0; width:100%; min-height:150px !important; padding-bottom:40px; padding-top:40px;}

#bi-page-c-b #container_ent_home_2 .widget_container, #bi-page-c-f #container_ent_home_2 .widget_container, #bi-page-c-h #container_ent_home_2 .widget_container, #bi-page-c-i #container_ent_home_2 .widget_container, #bi-page-c-j #container_ent_home_2 .widget_container   {width:950px; margin:0 auto;}

#bi-page-c-b #container_ent_home_2 .boxcontent, #bi-page-c-f #container_ent_home_2 .boxcontent, #bi-page-c-h #container_ent_home_2 .boxcontent, #bi-page-c-i #container_ent_home_2 .boxcontent, #bi-page-c-j #container_ent_home_2 .boxcontent   {padding:0;}

#bi-page-c-b #container_ent_home_3, #bi-page-c-f #container_ent_home_3, #bi-page-c-h #container_ent_home_3, #bi-page-c-i #container_ent_home_3, #bi-page-c-j #container_ent_home_3 {width:100%; margin:0 auto; min-height:0px !important; padding-bottom:0px; position:relative; display:block;}

#bi-page-c-g #container_ent_home_1, #bi-page-c-j #container_ent_home_1 {
    width:100%;
    min-height:0;
    overflow:hidden;
    margin-left:0;
}

#bi-page-c-g #main_content, #bi-page-c-j #main_content {width:100%;}

#bi-page-c-g #container_ent_home_1 .boxcontent, #bi-page-c-j #container_ent_home_1 .boxcontent {padding:0;}

#bi-page-c-g #container_ent_home_1 .widget_container, #bi-page-c-j #container_ent_home_1 .widget_container {margin-bottom:0 !important; clear:left;}

#bi-page-c-g, #bi-page-c-j {width:100%; min-height:100px; overflow:hidden !important;}

#bi-page-c-g #container_ent_home_2, #bi-page-c-j #container_ent_home_2 {margin:0; width:100%; min-height:150px !important; padding-bottom:40px; padding-top:40px;}

#bi-page-c-g #container_ent_home_2 .widget_container, #bi-page-c-j #container_ent_home_2 .widget_container {width:950px; margin:0 auto;}

#bi-page-c-g #container_ent_home_2 .boxcontent, #bi-page-c-j #container_ent_home_2 .boxcontent  {padding:0;}

#bi-page-c-g #container_ent_home_3, #bi-page-c-j #container_ent_home_3 {width:100%; margin:0 auto; min-height:0px !important; padding-bottom:0px; position:relative; display:block;}

/********************
HOW IT WORKS PAGE
********************/

.howItWorksPhaseTitle {font-size:24px; font-weight:bold; padding-top:1em;}
.howItWorksPhaseDescription {width:33%;}
.howItWorksPhaseDescription span {font-size:16px; line-height:1.5em; color:#727272; display:block; padding-right:30px; margin-top:1.5em; box-sizing:border-box;}

.subPageSectionContentContainer .standardButton {margin:3em 0 0 0;}

#bi-page-c-c #container_ent_home_1 {
    width:100%;
    min-height:0;
    overflow:hidden;
    margin-left:0;
}

#bi-page-c-c #main_content {width:100%;}

#bi-page-c-c #container_ent_home_1 .boxcontent {padding:0;}

#bi-page-c-c #container_ent_home_1 .widget_container {margin-bottom:0 !important; clear:left;}

#bi-page-c-c {width:100%; min-height:100px; overflow:hidden !important;}

#bi-page-c-c #container_ent_home_2 {display:none; margin:0; width:100%; min-height:150px !important; padding-bottom:40px; padding-top:40px;}

#bi-page-c-c #container_ent_home_2 .widget_container {width:950px; margin:0 auto;}

#bi-page-c-c #container_ent_home_2 .boxcontent {padding:0;}

#bi-page-c-c #container_ent_home_3 {width:100%; margin:0 auto; min-height:0px !important; padding-bottom:0px; position:relative; display:block;}

#howItWorksPageTitle::before {
    content:'\f0ad';
}

.howItWorksList {margin-top:36px; float:left; clear:left; list-style:none;}

.howItWorksList li {
    float:left;
    width:30%;
    margin:0 2%;
}

.howItWorksList li:first-child {margin-left:0 !important;}
.howItWorksList li:last-child {margin-right:0 !important;}

.howItWorksIcon {
    font-size:5em;
    color:#2c3e50;
}


/********************
ABOUT PAGE
********************/

#bi-page-c-e #container_ent_home_1 {
    width:100%;
    min-height:0;
    overflow:hidden;
    margin-left:0;
}

#bi-page-c-e #main_content {width:100%;}

#bi-page-c-e #container_ent_home_1 .boxcontent {padding:0;}

#bi-page-c-e #container_ent_home_1 .widget_container {margin-bottom:0 !important; clear:left;}

#bi-page-c-e {width:100%; min-height:100px; overflow:hidden !important;}

#bi-page-c-e #container_ent_home_2 {margin:0; width:100%; min-height:150px !important; padding-bottom:40px; padding-top:40px;}

#bi-page-c-e #container_ent_home_2 .widget_container {width:950px; margin:0 auto;}

#bi-page-c-e #container_ent_home_2 .boxcontent {padding:0;}

#bi-page-c-e #container_ent_home_3 {width:100%; margin:0 auto; min-height:0px !important; padding-bottom:0px; position:relative; display:block;}

#aboutPageTitle::before {
    content:'\f0eb';
}
#DirectorioPageTitle::before {
    content:'\f007';
}

#PrincipiosPageTitle::before {
    content:'\f02d';
}
#PhotoPageTitle::before {
    content:'\f030';
}
#NewsPageTitle::before {
    content:'\f0ac';
}
#SociosPageTitle::before {
    content:'\f0c0';
}

/********************
CURRENT CHALLENGES PAGE
********************/
#currentChallengesPageTitle::before {
    content:'\f0eb';
}

.webstorm-panel .pre-launch-countdown-holder {margin-top:-25px !important; text-align:center !important;}



/********************
MEMBER LANDING PAGE
********************/


#my_private_messages_content_0, #my_private_messages_content_1, #my_private_messages_content_2 {float:left;}



.ent_landing_bar_type_selected {background-image:none; background-color:#0096d6;}
ul#landing_page_left_panel_1 li {height:auto;}

.ent_landing_bar_type a, .ent_landing_bar_type_selected a, .ent_landing_bar_type_selected a:visited, .ent_landing_bar_type_selected a:active, .ent_landing_bar_type_selected a:hover {font-size:12px; margin-left:3px;}


.activity_feed_landing_left {background-image:none; width:1.28em; text-align:center;}

#myActivityHeader {display:none;}

#bi-page-c-member-landing #myActivityHeader {display:block;}

#myActivityPageTitle::before {
    content:'\f007';
}

#post_twork_textbox_inner_div {padding:10px 2px 0 !important; text-indent:6px;}
#postTworkBtnSpan img {display:block !important;}


/********************
MEMBER LANDING ICONS
********************/
.activity_feed_landing_left::before {
    content:"\f022";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}

.ent_landing_bar_type_selected .activity_feed_landing_left::before {
    color:#fff !important;
}


.action_item_landing_left {background-image:none; width:1.28em; text-align:center;}

.action_item_landing_left::before {
    content:"\f017";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}

.ent_landing_bar_type_selected .action_item_landing_left::before {
    color:#fff !important;
}


.messages_landing_left {background-image:none; width:1.28em; text-align:center;}

.messages_landing_left::before {
    content:'\f003';
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}

.ent_landing_bar_type_selected .messages_landing_left::before {
    color:#fff !important;
}


.lightbulb_idea {background-image:none; width:1.28em; text-align:center;}

.lightbulb_idea::before {
    content:"\f0eb";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}

.ent_landing_bar_type_selected .lightbulb_idea::before {
    color:#fff !important;
}



.proposals_landing_left {background-image:none; width:1.28em; text-align:center;}

.proposals_landing_left::before {
    content:"\f044";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}

.ent_landing_bar_type_selected .proposals_landing_left::before {
    color:#fff !important;
}


.action_item_subscription_left {background-image:none; width:1.28em; text-align:center;}

.action_item_subscription_left::before {
    content:"\f024";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}

.ent_landing_bar_type_selected .action_item_subscription_left::before {
    color:#fff !important;
}


.bubble_comment {background-image:none; width:1.28em; text-align:center;}

.bubble_comment::before {
    content:"\f075";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}


#activity_feed_content div img {display:none;}

#activity_feed_content div:nth-child(1)::before {
    content:"\f022";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:5px;
}

#activity_feed_content div div::before {display:none;}


.idea_comment_icon {background-image:none; width:1.28em; text-align:center;}

.idea_comment_icon::before {
    content:"\f075";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}



/********************
MY STATS WIDGET
********************/

.part_stats_list span {margin-right:10px !important;}

.arrow_promote {background-image:none; width:1.28em; text-align:center;}

.arrow_promote::before {
    content:"\f087";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}

.arrow_demote {background-image:none; width:1.28em; text-align:center;}

.arrow_demote::before {
    content:"\f088";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}

.star_favorited {background-image:none; width:1.28em; text-align:center;}

.star_favorited::before {
    content:"\f006";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    
}

/********************
ENTERPRISE SEARCH RESULTS PAGE
********************/

.bulb {display:none;}
#bi-page-c-search .bulb {display:block;}

.ent_search_bar_title {margin:20px 0 !important;}

.ent_search_bar_type_selected {background-color:#0096d6 !important; background-image:none !important; padding:8px !important; height:auto !important;}

.ent_search_bar_type {padding:8px !important; height:auto !important;}

.ent_search_bar_type a, .ent_search_bar_type_selected a {font-weight:400 !important;}

#ent_search_bar_type_selected_pointer, #ent_search_bar_type_selected_corner {display:none;}

#enterprise_search table td:first-child {padding-right:0 !important; padding-left:0;}

#enterprise_search table td:nth-child(2) {width:720px;}

#enterprise_search table td:nth-child(2) td:nth-child(2) {width:auto;}

#enterprise_search table td:nth-child(3) {display:none;}


/********************
ENTERPRISE SEARCH RESULTS ICONS
********************/

#enterprise_search table td #all img {display:none;}

#enterprise_search table td #all::before {
    content:"\f0ac";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    text-align:center;
    display:inline-block;
}

.ent_search_bar_type_selected#all::before {color:#fff !important;}



#enterprise_search table td #webstorm img {display:none;}

#enterprise_search table td #webstorm::before {
    content:"\f0e7";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    text-align:center;
    display:inline-block;
}

.ent_search_bar_type_selected#webstorm::before {color:#fff !important;}


#enterprise_search table td #blog img {display:none;}

#enterprise_search table td #blog::before {
    content:'\f044';
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    text-align:center;
    display:inline-block;
}

.ent_search_bar_type_selected#blog::before {color:#fff !important;}

#enterprise_search table td #idea img {display:none;}

#enterprise_search table td #idea::before {
    content:"\f0eb";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    text-align:center;
    display:inline-block;
}

.ent_search_bar_type_selected#idea::before {color:#fff !important;}


#enterprise_search table td #comment img {display:none;}

#enterprise_search table td #comment::before {
    content:"\f075";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    text-align:center;
    display:inline-block;
}

.ent_search_bar_type_selected#comment::before {color:#fff !important;}


#enterprise_search table td #member img {display:none;}

#enterprise_search table td #member::before {
    content:"\f007";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    text-align:center;
    display:inline-block;
}

.ent_search_bar_type_selected#member::before {color:#fff !important;}



#enterprise_search table td #update img {display:none;}

#enterprise_search table td #update::before {
    content:"\f075";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    text-align:center;
    display:inline-block;
}

.ent_search_bar_type_selected#update::before {color:#fff !important;}


#enterprise_search img[src*="/ct/images/lightbulb_24x24.png"] {
    height:24px;
    width:24px;
    box-sizing:border-box;
    padding-left:24px;
    margin-right:10px;
    background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD6180/8EE607C3.png);
}

#enterprise_search img[src*="/ct/images/comments_24x24.png"] {
    height:24px;
    width:24px;
    box-sizing:border-box;
    padding-left:24px;
    margin-right:10px;
    background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD6180/F7A8992E.png);
}


#enterprise_search img[src*="/ct/images/default-webstorm-image-24.png"] {
    height:24px;
    width:24px;
    box-sizing:border-box;
    padding-left:24px;
    margin-right:10px;
    background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD6180/22933DAB.png);
}



#enterprise_search img[src*="/ct/images/blogpost_24x24.png"] {
    height:24px;
    width:24px;
    box-sizing:border-box;
    padding-left:24px;
    margin-right:10px;
    background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD6180/9944FB43.png);
}

#enterprise_search img[src*="/ct/images/profile_24x24.png"] {
    height:24px;
    width:24px;
    box-sizing:border-box;
    padding-left:24px;
    margin-right:10px;
    background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD6180/CDA3ADDB.png);
}


#enterprise_search table td:nth-child(2) div:first-child {width:100% !important; border:none !important; background-color:#fff !important;}

#enterprise_search table td:nth-child(2) div:first-child input {width:530px !important; margin-right:20px; border:none; padding:12px; background-color:#f4f4f4;}

#enterprise_search table td:nth-child(2) div:first-child table {margin-left:0 !important; margin-right:0px !important;}

#enterprise_search table td:nth-child(2) div:first-child button {
         border-radius:3px;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        line-height:2.5em;
        height:36px;
        display:inline-block;
        color:#fff !important;
        font-size:14px;
        width:190px;
        margin:0px;
        text-align:center;
        font-family:'Open Sans', arial, sans serif;
        font-weight:300;
        text-transform:uppercase;
        transition:0.2s ease;
        background-color:#0096d6;
        border:none;
        cursor:pointer;
}

#enterprise_search table td:nth-child(2) div:first-child button:hover {background-color:#2e87c3;}

#search_results div table {padding:5px 0;}

#search_results div table td:nth-child(2) div:first-child {font-size:1.25em;}

#search_results div table tr td:first-child {width:40px;}



/********************
ENTERPRISE SEARCH DROPDOWN MENU
********************/
#nav-bar .results-header>i, #nav-bar .results-type {color:#3498db;}

.search-result .result-type-img img {display:none !important;}

.result-type-img.Idea::before {
    content:"\f0eb";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    line-height:1.5em;
    text-align:center;
    display:inline-block;
}

.result-type-img.Webstorm::before {
    content:"\f0e7";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    line-height:1.5em;
    text-align:center;
    display:inline-block;
}

.result-type-img.Comment::before {
    content:"\f075";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    line-height:1.5em;
    text-align:center;
    display:inline-block;
}

.result-type-img.Proposal::before {
    content:"\f016";
    color:#5c5c5c;
    font-family:FontAwesome;
    font-size:1.33em;
    margin-right:10px;
    width:1.2em;
    line-height:1.5em;
    text-align:center;
    display:inline-block;
}


/********************
ENTERPRISE SEARCH RESULTS PAGE 2.0
********************/
#search-result-main-container {width:950px; margin:0 auto;}

.metadata-item {margin:5px 5px 5px 0;}



/********************
PROFILE PAGE
********************/
#bi-page-c-ent-ct-profile #main_content {padding-top:0px;}

#container_member_profile_2 {width:730px; margin-left:20px; min-height:500px;}
#profile_content_container {width:710px; padding:20px 10px 10px 10px; background-color:#fafafa; min-height:500px;}
#profile_updates_content {width:710px;}

#container_member_profile_2 .initialpostTworkLandingTextbox {width:690px !important;}

#container_member_profile_2 .onfocusPostTworkLandingTextbox {width:690px !important;}

.profile_emmbeded_widgets_1, .profile_emmbeded_widgets_1 a img {border-radius:60px;}

.profile_horizontal_tabs {border:none; background-color:#404040; padding:0; height:30px; margin-bottom:0;}

.profile_horizontal_tabs a {text-transform:uppercase; color:#fff; padding:8px 14px; font-weight:400; line-height:1em; font-size:14px;}

.profile_horizontal_tabs_selected a {border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; color:#fff !important; border:none; background-color:#3498db !important;}


#profile_user_name {font-family:'Roboto', 'Open Sans', arial, sans serif; margin:24px 0;}
#profile_user_name span {font-size:24px !important; color:#0089bf;}

#container_member_profile_3 {min-height:0;}

#ws_updates_area {margin-top:10px;}



 #action_items_content, #idea_content, #proposals_content, #projects_content, #profile_updates_content, #profile_info_content, #profile_ideas_content {width:710px !important; min-height:500px !important;}

#activity_feed_content {width:510px !important; min-height:500px !important;}

#container_ent_landing_3 {
    padding: 14px 10px;
    width: 180px !important;
}


/********************
PROFILE ACTIVITY FEED ICONS
********************/

span[style*="https://d1dxeoyimx6ufk.cloudfront.net/CORE/images/icon_comments_16x16.png"] {
    background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD6180/F7A8992E.png) !important;
    background-size:cover !important;
    margin-top:3px;
}

span[style*="https://d1dxeoyimx6ufk.cloudfront.net/ct/images/profile_update_16x16.png"] {
    background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD6180/1C12148F.png) !important;
    background-size:cover !important;
    margin-top:3px;
}

span[style*="https://d1dxeoyimx6ufk.cloudfront.net/ct/images/blogpost_16x16.png"] {
    background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD6180/DBBA5744.png) !important;
    background-size:cover !important;
    margin-top:3px;
}

span[style*="https://d1dxeoyimx6ufk.cloudfront.net/ct/images/promote_16x16.png"] {
    background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD6180/4746F5C9.png) !important;
    background-size:cover !important;
    margin-top:3px;
}

span[style*="https://d1dxeoyimx6ufk.cloudfront.net/CORE/images/icon_statusgear_16x16.png"] {
    background-image:url(https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD6180/805F9C10.png) !important;
    background-size:cover !important;
    margin-top:3px;
}



/********************
EDIT PROFILE
********************/

#container_profile_edit_1 {display:block; width:100%; margin-bottom:36px;}

#container_profile_edit_1 .widget_container {margin:0;}
#container_profile_edit_1 .boxcontent {padding:0;}



#editProfilePageTitle::before {
    content:"\f0c0";
    font-weight:300;
}


/********************
ENTERPRISE BLOG PAGE
********************/
#content_blog_list {
  width: 715px;
  height: auto;
  min-height: 750px;
  float: right;
  margin-left: 0;
  padding-top: 25px;
  background: transparent;
  display: inline;
}

#container_ct_blog_list_1 {
  width: 190px;
  height: auto;
  min-height: 750px;
  float: left;
  background: transparent;
  display: inline;
  margin:0;
  padding-top: 25px;
}

#innovationBlogPageTitle::before {
    content:'\f044';
}

.post_blog_button a {
    font-size:14px !important;
    border:none;
    height:48px;
    line-height:3.5em;
}



/********************
ENTERPRISE VIEW BLOG
********************/
#content_view_blog {
  width: 715px;
  height: auto;
  min-height: 750px;
  float: right;
  margin-left: 0;
  padding-top: 25px;
  background: transparent;
  display: inline;
}

#container_view_blog_1 {
  width: 190px;
  height: auto;
  min-height: 750px;
  float: left;
  background: transparent;
  display: inline;
  margin:0;
  padding-top: 25px;
}

/********************
ENTERPRISE POST BLOG
********************/
#content_enter_blog {
  width: 715px;
  height: auto;
  min-height: 750px;
  float: right;
  margin-left: 0;
  padding-top: 25px;
  background: transparent;
  display: inline;
}

#container_enter_blog_1 {
  width: 190px;
  height: auto;
  min-height: 750px;
  float: left;
  background: transparent;
  display: inline;
  margin:0;
  padding-top: 25px;
}

#container_enter_blog_2 {width:100%; display:block; margin:0; padding:0;}
#container_enter_blog_2 .boxcontent {padding:0;}



/********************
WIDGETS
********************/

/*****
fixes - hacks
***/

#bi-page-c-dashboard #main_content {padding-top: 30px !important;}




/********************
WEBSTORM REQUEST PAGE
********************/
#request-ws-form-wrapper {margin-top:90px;}
#bi-page-request #container_ent_home_3 {min-height:0 !important;}

#bi-page-request #navbar {display:none;}

#requestChallengeHeader {display:none;}

#bi-page-request #requestChallengeHeader {display:block;}


#requestChallengePageTitle::before {
    content:'\f12e';
}

/********************
FOOTER
********************/

#customFooter {background-color:#f2f2f2; width:100%; clear:left; float:left; padding:20px 0;}

#customFooterContainer {width:950px; margin:0 auto; text-align:center;}
#bi_footer_wrapper {display:none;}



#customFooter li {padding:0px 10px; border-right:1px solid #ccc; display:inline-block;}
#customFooter li a {color:#002495 !important; font-weight:400 !important;}


#FooterNav {font-size:1.16em; padding-top:5px; display:block; margin-bottom:20px;}

#footerCopyright {font-weight:300;}



/********************
Admin Nav 
********************/
#admin_navbar {
  width: 100%;
  background: none;
  padding-bottom: 0px;
  height: 30px;
  padding-top: 15px !important; 
}



/********************
MODALS
********************/
.bimodal-footer {background-image:none; background-color:#f4f4f4;}

#new_message_popup .bimodal-icon {display:none;}

#new_message_popup .bimodal-subhead::before {
    content:'\f1d8';
    font-size:24px;
    color:#5c5c5c;
    float:left;
    margin-right:10px;
    font-family:FontAwesome;
}



/********************
LOGIN FORM CUSTOMIZATION
********************/

#auth-2 {
    background: url("https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD7797/04FE7C40.jpg");
    background-position:0 -120px;
    background-color: #F5F5F2 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#auth-2 .block-350 {
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 15px 20px 15px rgba(0, 0, 0, 0.25);
}

#branding #affiliate-name h2 {margin-top:60px; text-shadow:0 1px 2px #333;}

form.auth_form h2.title {font-size:2em !important;}

#login-region .btn-primary {background-color:#0ecc71; border-color:#0ecc71;}
#login-region .btn-primary:hover {background-color:#4ad995; border-color:#4ad995;}

form.auth_form button {background-color:#0ecc71; border-color:#0ecc71;}
form.auth_form button:hover {background-color:#4ad995; border-color:#4ad995;}

/*
#branding #affiliate-name h2 {
    background: rgba(0, 0, 0, 0) url("https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD7122/DF09605C.png") no-repeat scroll center center;
    background-size: contain;
    text-indent: -99999px;
    outline: none;
    height: 50px;
    color : #333333 !important;
}


*/

/********************
TERMS AND CONDITIONS PAGE
********************/
#bi-page-ct-terms-conditions #instruction_header {text-align:center;}
#bi-page-ct-terms-conditions #instruction_text {text-align:center;}

#bi-page-ct-terms-conditions #new_ent_terms_text_tbl {margin:0 auto;}

#bi-page-ct-terms-conditions #ent-terms-footer {margin-left:0; text-align:center;}
#bi-page-ct-terms-conditions #complete_ent-terms_btn {margin:0; display:inline-block;}

#bi-page-ct-terms-conditions #agree_terms_condition {margin-right:10px;}




/********************
SERVICES PAGE OFFICIAL
********************/
#bi-page-ent-services-offered #main_content {width:100% !important;}
#bi-page-ent-services-offered #container_ent_home_1 {width:100%; margin:0;}
#bi-page-ent-services-offered #container_ent_home_1 .widget_container {width:100%; margin:0 auto 0px; background-color:transparent;}
#bi-page-ent-services-offered #container_ent_home_1 .boxcontent {padding:0;}
#bi-page-ent-services-offered #container_ent_home_1 .widget_container:nth-child(2n-1) {background-color:#F4F4F4;}

#bi-page-ent-services-offered #container_ent_home_2 {display:none;}
#bi-page-ent-services-offered #container_ent_home_3 {float:none;}

.serviceContainer {padding:20px 0 !important;}

/*
.serviceContainer p {
    color: #727272;
    display: block;
    font-size: 1.33em;
    line-height: 1.5em;
    margin-top: 1.5em;
}
*/

.serviceAppTitle {
  font-family:'Open Sans', arial, sans serif; 
  font-size:16px !important; 
  line-height: 1.33em; 
  font-weight:600; 
  display:block; 
  padding:10px 25px;
}


.serviceAppImage img {       
         border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
}

.serviceAppDescription {
  color:#727272; 
  font-size:16px; 
  line-height:1.5em; 
  display:block;
  padding-top:0;
  padding:10px 25px;
}



.serviceContainer .standardButton {

        display:inline-block;
        color:#fff !important;
        font-size:1.33em;
        margin:2em 5px 0 !important;
        text-align:center;
        font-family:'Open Sans', arial, sans serif;
        font-weight:700;
        transition:0.2s ease;
        box-sizing:border-box;
        margin-top:0px !important;
        min-width:206px;
}

.serviceContainer .smallButton {
        border-radius:20px;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        line-height: 24px;
        height: auto;
        padding: 5px 10px;
        display:inline-block;
        color:#fff !important;
        font-size:1.33em;
        text-align:center;
        font-family:'Open Sans', arial, sans serif;
        transition:0.2s ease;
        box-sizing:border-box;       
        background-color:#D3D3D3;
        cursor:pointer;
        margin: 0px 25px;
}

.serviceContainer .smallButton:hover {background-color:#e4e4e4;}


.additionalInfoTitle {
  font-family:'Open Sans', arial, sans serif; 
  font-size:16px !important; 
  line-height: 1.33em; 
  font-weight:600; 
  display:table-cell;
  padding-top:1.33em;
  padding:0 25px;
}

.additionalInfoTitle span {margin-top:1em; display:block; padding:0 25px;}

.additionalInfoImage {width:33%;}

.additionalInfoImage img {margin-top:2em;}

.additionalInfoDescription {
  color:#727272; 
  font-size:16px; 
  line-height:1.5em; 
  display:table-cell; 
  padding-top:0;
  margin-bottom:2em;
  padding:0 25px;
}

.additionalInfoDescription span {margin-top:1em; display:block; padding:0 25px;}


.additionalInfo {
    width: 950px;
    height: 500px;
    -webkit-transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
    transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
}

.hideContent {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    border-width: 0 1px;
}


#infografia{
    max-width: 100%;
    height: auto;
    width: auto/9; /* Bug de ie8 */
}


/********************
PAGINA SOCIOS
********************/

.socio {
    width: 222px;
    float: left;
    height: 275px;
    margin: 0 10px 25px;
}

.socio-logo {
    border: 1px solid #f1f2f2;
    margin-bottom: 10px;
}

.socio-logo img {
   }

.socio-rubro {
    font-weight: 300;
    font-size: 14px;
}

.socio-link {
    margin-top: 15px;
font-family:'Open Sans', arial, sans serif; font-size:15px !important; line-height: 1.33em; margin-top:1.33em !important; font-weight:600; display:block;

}


.button {
 border: none;
 background: #FFFFFF;
 color: #002495;
 padding: 10px;
 font-size: 14px;
 border-radius: 5px;
 position: relative;
 box-sizing: border-box;
 transition: all 500ms ease;
 padding: 0px 0px;
 overflow:hidden;
}
.button:before {
 font-family: FontAwesome;
 content:"\f0ac";
 position: absolute;
 top: 0px;
 left: -30px;
 transition: all 200ms ease;
}

.button:hover:before {
 left: 4px;
}

a.nounderline:link { 
color:#002495;
text-decoration:none; } 

a:visited {color:#002495;
text-decoration:none; }


/********************
CONTAINER TEXT
********************/


#ContentContainerText {width:950px !important;}




/********************
CONTAINER DIRECTORIO
********************/

.directorio-foto {
 
    margin-bottom: 10px;
}

.directorio-foto img {
    width: 100%;}

.h4Estilo {font-family:'Open Sans', arial, sans serif; font-size:15px !important; line-height: 1.33em; margin-top:1.33em !important; font-weight:600; display:block; color: #002495 !important;}

.DesEstilo {font-family:'Open Sans', arial, sans serif; font-size:14px !important; line-height: 1.33em; margin-top:1.33em !important; font-weight:600; display:block; color: #ee3125 !important;}


#Foto3xi{
    max-width: 100%;
    height: auto;
    width: auto/9; /* Bug de ie8 */
}
/******************
Section "Los innovadores en red"
******************/
.InnovemosContenedor {
      background-image: url("https://d1dxeoyimx6ufk.cloudfront.net/uploads/NA5/OD7797/E7048D85.jpg");
      background-repeat: no-repeat;
background-size: cover;
      background-position: center;
 
}

    .textoInnovemosTitulo, .textoInnovemos {
      text-align: center;
      line-height: 1;
      color: #042993;
    }

    .textoInnovemosTitulo {
      font-size: 17px ;
      padding-top: 3.5%;
      margin-bottom: 3%;
    }

    .textoInnovemos {
      font-size: 20px;
      line-height: 1.5em;
    }

    .buttonContainerInnovemos {
      padding-top: 3.5%;
      padding-bottom: 1.5%;
    }

    .spaceText {
      margin-bottom: 10%;
    }

    /********************
    BUTTON STYLES INNOVEMOS
    ********************/
    /* Estilos generales para los 3 botones*/
    .btnAzulInnova,.btnRojoInnova {
      width: 140px;
      height: 140px;
      border-radius:50%;
      -webkit-border-radius:50%;
      -moz-border-radius:50%;
      display:inline-block;
      padding:40px 20px;
      line-height:1.5em;
      font-size:16px;
      margin:0 5px;
      font-family:'Open Sans', arial, sans serif;
      font-weight:700;
      transition:0.2s ease;
      box-sizing:border-box; /*Con esta propiedad logramos que el circulo sea más redondo*/
      text-decoration:none;
      background-color:#FFFFFF;
    }

    /* Estilos botones azules*/
    .btnAzulInnova {
      border: 5px solid #002495 !important;
      color:#002495 !important;
    }

    /*Estilos para todos los botones cuando posamos el cursor sobre ellos*/
    .btnAzulInnova:hover, .btnRojoInnova:hover {
      text-decoration:none;
    }

    /*Estilos botones azules cuando posamos el cursor sobre ellos*/
    .btnAzulInnova:hover {
      background-color: #002495 !important;
      color:#FFFFFF !important;
    }

    /*Estilos botones rojos*/
    .btnRojoInnova {
      border: 5px solid #EE3125 !important;
      color:#EE3125 !important;
    }

    /*Estilos botones azules cuando posamos el cursor sobre ellos*/
    .btnRojoInnova:hover {
      background-color:#EE3125 !important;
      color:#FFFFFF !important;
    }

    /***********************
    Grilla
    ************************/

    /* Secciones */
    .section {
      clear: both;
      padding: 0px;
      margin: 0px;
    }

    /* columnas */
    .col {
      display: inline-block;
      text-align: center;
      margin: 1% 0 1% 1%;
    }
    /*.col:first-child { margin-left: 1.5%; }*/

    /* GROUPING */
    .group:before, .group:after {
      content:"";
      display: table;
    }

    .group:after {
      clear:both;
    }

    .group {
      zoom:1; /* For IE 6/7 */
    }

  .span_12_of_12 {
      width: 100%;
    }

    .span_11_of_12 {
      width: 91.58%;
    }

    .span_10_of_12 {
      width: 83.16%;
    }

    .span_9_of_12 {
      width: 74.75%;
    }

    .span_8_of_12 {
      width: 66.33%;
    }

    .span_7_of_12 {
      width: 57.91%;
    }

    .span_6_of_12 {
      width: 49.5%;
  }

    .span_5_of_12 {
      width: 41.08%;
    }

    .span_4_of_12 {
      width: 32.66%;
    }

    .span_3_of_12 {
      width: 24.25%;
    }

    .span_2_of_12 {
      width: 15.83%;
      border: 1px solid blue;
    }

    .span_1_of_12 {
      width: 7%;
      border: 1px solid red;
      text-align: center;
    }

    /* La columna se verá al 100% de dispositivos moviles */
    @media only screen and (max-width: 900px) {
      .span_6_of_12 {
        width: 80%;
      }
      .span_4_of_12 {
        width: 70%;
      }
      .textoInnovemosTitulo {
        /*font-size: 25px;*/
      }
      .textoInnovemos {
        /*font-size: 16px;*/
      }
      .btnAzulInnova,.btnRojoInnova {
        width: 130px;
        height: 130px;
      }
    }

/*******************************************
Sección Twitter
********************************************/
 .sectionTwitter {
      margin: 3% auto;
 }

/************************
Sección logos
************************/

.contenedorSocio {
  text-align: center;
  align-content: center;
  width: 200px;
  display: inline-block;
  margin: 1%;
vertical-align: text-top;
}

.socioLogoImg img {
  width: 100%;
  height: auto;
}

.socioLogoImg {
    border: 1px solid #f1f2f2;
    margin-bottom: 10px;
}




/****************************
Banner 2.0
****************************/
/*Estilos generales*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

body {
  font-family: Open sans;
}

/* Contenedor de las diapositivas*/
.slideshow {
  width: 100%;
  position: relative;

}

.slider li, ul {
  width: 100%;
}

.slider li {
  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slider li img {
  width: 100%;
}

/* Texto de las diapositivas*/
.slider .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px 50px;
  /*Centrar*/
  display: flex;
  /*Posisionando textos en columnas*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  /*z-index: 1;*/
}

.slider .caption h1{
  font-size: 50px;
}

.slider .caption p {
  margin-top: 10px;
  font-size: 20px;
}

/* Puntos*/
.pagination {
  position: absolute;
  top: 90%;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.pagination li {
  font-size: 20px;
  margin: 2px 5px;
  color: #858585;
  cursor: pointer;
}
/*Flechas*/
.left, .right {
  position: absolute;
  top: 40%;
  height: 50px;
  width:auto;
  display: flex;
  align-items: center;
color:#F9F9F9;  
  font-size: 40px;
  cursor: pointer;
  /*z-index: 2;*/
  background: rgba(0,0,0,0.5);
  border-radius:10%;
}

.left:hover, .right:hover {
  
  background: rgba(255, 255, 255, 0.5);
  color:#404040;
}

.left {
  left: 1px;
}

.right {
  right: 1px;
}
@media screen and (max-width: 700px) {
  .slider .caption p {
    display: none;
  }
  .slider .caption h1 {
    font-size: 35px;
  }
  .lefth, .rigth {
    font-size:30px;
  }
  .slider li img {
    position: center;
  }
}

.contenedorLogo{
  position: absolute;
  right:20px;
  width:120px;
  margin-top:10px;
  z-index: 1;
 background-color:#fff;
}