@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

/* ==========================================================================
Typography
========================================================================== */

[onClick] {cursor: pointer !important}

canvas{
  display:block;
  vertical-align:bottom;
}

video {
    margin-top: 20px;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100vh;
}

p {
  font-weight: 400;	
  font-size: 24px;
  line-height:1.4;
  color: #000;}

p span {font-weight: 700;font-size: 1.5em; color: #fd5001;}

h1 {
  font-weight: 700;  	
  font-size: 55px; }

h2 {
  font-size: 36px;
  font-weight: 700;
	color:#fff;
   margin-bottom:50px;}

h2 span {font-size: 1.5em;}

h3 {
  font-weight: 700;  	
  font-size: 32px;
  margin-bottom: 20px; }

h4 {
	font-weight: 400; 
  	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 20px;}

h4 span {font-weight: 700}

h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 35px;
}
h6 {
  font-weight: 400;  
  font-size: 24px;}

strong {
	font-weight: 700;
}

.btn {
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #fd5001;
  color:#fff;}

.btn:hover, .btn:focus {
  color: #000;
  background-color: #ccc; }

.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  background: #004c71;	
  border-color: #004c71;
  color: #FFF;}

.btn-white:hover, .btn-white:focus {
  color: #fff;
  border-color: #333; 
  background: #333;}

.btn-fill {
  color: #000;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #fff; }

.btn-fill:hover, .btn-fill:focus {
  color: #000;
  background-color: #ccc; }

.btn-small {
  padding: 8px 40px; }

.btn-large {
  padding: 15px 40px; }

.btn-margin-right {
  margin-right: 20px; }

.back-btn {
    text-transform: none;
}

.btVideo {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/btPlayWhite.png") center center;
  background-size: 40% auto;
  background-repeat: no-repeat;	
  overflow: hidden;}

.btDownload {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/btDownloadWhite.png") center center;
  background-size: 40% auto;
  background-repeat: no-repeat;	
  overflow: hidden;
}


/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
  content: "";
  display: table;
  clear: both; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
  color: #a1bc2a;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color; }

a:hover, a:focus {
  color: #a1bc2a;
  text-decoration: none; }

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section-padding {
  padding: 100px 0; }

.section-padding-50 {
  padding: 50px 0; }

.section-padding-35 {
  padding: 35px 0; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px; }

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
.floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@-webkit-keyframes fadeInDown2{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInDown2{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
.fadeInDown2{-webkit-animation-name:fadeInDown2;animation-name:fadeInDown2;-webkit-animation-duration:2s;animation-duration:2s;}
/* ==========================================================================
Waypoinsts
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
  visibility: hidden; }

.wp2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.delay05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay20 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.delay25 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay30 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
  visibility: visible; }

/* ==========================================================================
Navigation
========================================================================== */
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer; }

.nav-toggle span:before {
  top: -10px; }

.nav-toggle span:after {
  bottom: -10px; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.nav-toggle.active span {
  background-color: transparent; }

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0; }

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); }

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 48px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }

/* ==========================================================================
Hero
========================================================================== */
.hero {
  height: 60vh;
  background: url("../img/bgHome.jpg") top center;
  background-size: cover;
  position: relative;
  overflow: hidden;}
.hero .down-arrow a {
    color: #fff; 
}
.hero h1 {
    color: #fff;
	text-align: center;
	font-size: 48px;  
    line-height: 1;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
}
.hero h1 span {font-size:40px}
.hero p.intro {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 80px; 
}
.hero .hero-content {
	position: absolute;  
	width:100%;  
    top: 45%;
	z-index: 1;
}
.hero .hero-content h2 {
    padding: 0 40px;
    text-align: center;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
}
.logo {
	  position:fixed;
      z-index: 10;
	  top:0;
	  width:100%;
	  text-align:center;
	  height:80px;
	  background: #fff;
      -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
}

.logo img {
    padding:10px 0;
    height:80px;
}

.callaction {background:#004c71;}


.navigation {
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999; }

.fixed {
  position: fixed;
  background-color: #232731;
  z-index: 999;
  width: 100%; }

header {
  padding: 50px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  width: 1170px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
          transition: padding 300ms ease-in-out; }
  header a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px; }
    header a.login {
      margin-right: 20px; }
  header .logo {
    display: inline-block; }
  header ul.primary-nav {
    margin: 0 0 0 75px;
    padding: 0; }
    header ul.primary-nav li {
      display: inline; }
      header ul.primary-nav li a {
        color: #fff;
        padding-right: 25px; }
        header ul.primary-nav li a:hover {
          color: #FF5274; }
      header ul.primary-nav li:last-child a {
        padding-right: 0px; }
  header ul.member-actions li {
    display: inline; }
    header ul.member-actions li a {
      color: #fff; }
      header ul.member-actions li a:hover {
        color: #FF5274; }
  header .header-nav {
    display: inline-block; }
  header .member-actions {
    position: absolute;
    right: 0;
    top: 41px;
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }

.down-arrow {
  color: #fff;
  font-size: 50px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/* ==========================================================================
Intro
========================================================================== */
.intro span.icon {
  font-size: 40px;
  color: #FF5274;
  font-weight: bold; }

.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px; }

.intro-content {
  display: inline-block;
  width: 80%; }

.ponente {
	display: inline-block;
	width: 180px;
	height: 180px;
	margin: 25px auto 0;
	border: solid 3px #fff;
	border-radius: 50%;
	overflow: hidden;
    background: #ececec;
	-webkit-box-shadow: 0px 0px 24px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 24px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 24px 4px rgba(0,0,0,0.75);
}

.ponente img {
	display: block;
    width: 150px;
    margin: auto;
}

.agenda p {
    font-size: 1.2em;
    margin-bottom: 0;
}

.agenda h5 {
    color: #000;
}

.agenda p:after {
    content: "";
    display: block;
	padding-bottom:10px;
    border-bottom: 2px solid #444;
	margin: 0 auto;
	width: 80%;
}

/* ==========================================================================
Sign up form
========================================================================== */
.sign-up .signup-form .sign-up-btn {
  padding: 15px 0;
  border-radius: 12px;
  width: 80%;
  font-size: 16px;
  font-weight: 700;}
.sign-up .signup-form .form-input-group {
  width: 80%;
  height: 55px;
  margin: 0 auto 10px;
  border-radius: 5px;
  border: solid 1px #E6E9EA;
  text-align: left;
  position: relative; }
  .sign-up .signup-form .form-input-group i {
    color: #004c71;
    font-size: 14px; }
  .sign-up .signup-form .form-input-group i:after {
    content: "";
    height: 30px;
    width: 1px;
    border-right: solid 1px #E6E9EA;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sign-up .signup-form .form-input-group i.fa-comments, .sign-up .signup-form .form-input-group i.fa-user, .sign-up .signup-form .form-input-group i.fa-building, .sign-up .signup-form .form-input-group i.fa-paperclip, .sign-up .signup-form .form-input-group i.fa-envelope, .sign-up .signup-form .form-input-group i.fa-phone     {
    font-size: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 20px; }
  .sign-up .signup-form .form-input-group input {
    padding-left: 68px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: none; }
  .sign-up .signup-form .form-input-group input::-webkit-input-placeholder {
    color: #BCC1C3; }
  .sign-up .signup-form .form-input-group input:-moz-placeholder {
    color: #BCC1C3; }
  .sign-up .signup-form .form-input-group input::-moz-placeholder {
    color: #BCC1C3; }
  .sign-up .signup-form .form-input-group input:-ms-input-placeholder {
    color: #BCC1C3; }

.sign-up h4 {
    font-weight: 400; 
	padding:30px 30px 15px 30px;
	color: #004c71; }

/* ==========================================================================
To top
========================================================================== */
.to-top {
  margin-top: -60px;	
  height: 60px;
  background-color: #004c71; }
  .to-top .to-top-wrap {
    height: 60px;
    width: 70px;
    position: absolute;
    right: 0;
    text-align: center; }
    .to-top .to-top-wrap a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: #004c71; }
    .to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
      background-color: rgba(0, 0, 0, 0.3); }
    .to-top .to-top-wrap i {
      font-size: 30px;
      line-height: 55px; }
  .to-top .row {
    position: relative; }

/* ==========================================================================
Footer
========================================================================== */
footer {
  background-color: #ffff;
  padding: 50px 0 50px 0;	
  position: relative; }
  footer p {
    color: #333;
    font-size: 11px;
	line-height: 1.3;
	 margin: 0 !important;
	padding-bottom:1em;}
footer i {
   margin-right: 10px;	
   font-size: 24px !important;  	
   color: #FFF;	
}
  footer a {
	font-weight: 700;  
	font-size: 14px;  
    color: #fd5001; }
  footer a:hover {
    color: #ccc; }
  footer ul.footer-group {
    border-top: solid 1px #4E566C;
    padding-top: 25px;
    margin-bottom: 45px; }
  footer ul.footer-group li {
    display: inline-block; }
  footer ul.footer-group li a {
    font-size: 11px;
    text-transform: uppercase; }
  footer ul.footer-group li a:hover {
    color: #FF5274; }
  footer ul.footer-group li {
    margin-right: 30px; }
  footer ul.footer-group li:last-child {
    margin-right: 0; }
  footer span.fa-heart {
    color: #ff415c;
    font-size: 15px;
    margin: 0 2px; }
  footer .social-share {
	  position: absolute;
	  width: 40%;
	  height: 100%;
	  top:0;
	  right:0;
	  padding: 50px 80px 0 0;
	  background-image: url(../img/bgFooter.png);
	  background-position:  top right;
	  background-repeat: no-repeat;
	  background-size: 100% auto;
    }
    footer .social-share p {
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 10px; }
    footer .social-share a.twitter-share {
      height: 60px;
      width: 60px;
      background-color: #1AB4EF;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center;
      margin-right: 20px; }
    footer .social-share a.twitter-share:hover, footer .social-share a.twitter-share:focus {
      background-color: #1590BF; }
    footer .social-share a.facebook-share:hover, footer .social-share a.facebook-share:focus {
      background-color: #324C85; }
    footer .social-share a.facebook-share {
      height: 60px;
      width: 60px;
      background-color: #3B5898;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center; }
    footer .social-share a {
      color: #fff; }
    footer .social-share a:hover {
      color: #fff; }
    footer .social-share a i {
      margin-top: 20px; }
  footer .footer-links {
    margin: 120px 0 120px 0; }
footer img {height:60px}


/*  Clock */
.clock {
  position: relative;
    background-color:#fd5001;
    padding:2em;
    color: #fff;    
    width: 100%;}
  .clock .clock-wrapper {
    position: relative; }
    .clock .clock-wrapper:before, .clock .clock-wrapper:after {
      content: " ";
      display: table; }
    .clock .clock-wrapper:after {
      clear: both; }
    .clock .clock-wrapper .clock-hms {
      padding-left: 24px;
      padding-right: 16px;
      float: left; }
    .clock .clock-wrapper .clock-title {
      text-align: left;
      margin-top: 16px;
      float: left;
      width: 100%; }
      .clock .clock-wrapper .clock-title h5 {
        text-align: inherit; }
    .clock .clock-wrapper h5 {
      font-size: 1.4em;
      color: #fff;    
      font-weight: normal;}
    .clock .clock-wrapper .tile .txt {
      font-size: 14px;
      display: inline-block;
      /*vertical-align: top;*/
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      line-height: 1; }
    .clock .clock-wrapper .tile-days {
      margin-left: 0;
      position: relative;
      display: inline-block; }
      .clock .clock-wrapper .tile-days:after {
        left: 150px;
        width: 64px;
        top: 50%;
        height: 56px;
        position: absolute;
        content: "";
        border-top: 1px solid currentColor;
        border-right: 1px solid currentColor; }
      .clock .clock-wrapper .tile-days:before {
        top: 50%;
        height: 56px;
        width: 16px;
        left: -68px;
        position: absolute;
        content: "";
        border-top: 1px solid currentColor;
        border-left: 1px solid currentColor;
        border-bottom: 1px solid currentColor; }
      .clock .clock-wrapper .tile-days .digit {
        font-size: 32px;
        line-height: 1em;
        display: inline-block;
        font-weight: 700;
        letter-spacing: 0.1em;
        position: relative;
        letter-spacing: -2px;}
        @media (min-width: 601px) {
          .clock .clock-wrapper .tile-days .digit {
            font-size: 80px;
            line-height: 64px;
            margin-bottom: 20px;
            vertical-align: middle; } }
    .clock .clock-wrapper .tile-hours,
    .clock .clock-wrapper .tile-minutes,
    .clock .clock-wrapper .tile-seconds {
      float: left;
      margin-left: 0px;
      margin-right: 8px; }
      .clock .clock-wrapper .tile-hours .digit,
      .clock .clock-wrapper .tile-minutes .digit,
      .clock .clock-wrapper .tile-seconds .digit {
        font-size: 32px;
        line-height: 32px;
        display: inline-block;
        text-align: left;
        position: relative;
        font-weight: bold;
        font-family: "Bebas Neue", sans-serif;
        letter-spacing: 0.1em; }
    .clock .clock-wrapper .tile-seconds {
      margin-right: 0; }
      .clock .clock-wrapper .tile-seconds .seconds:after {
        display: none; }

.clock-container {
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  padding-top: 16px;
  margin-top: 16px;
  transition: 0.6s; }
  @media (min-width: 601px) {
    .clock-container {
      padding: 0; } }
  .clock-container.gone {
    opacity: 0;
    visibility: hidden; }

