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

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

[onClick] {cursor: pointer !important}

p {
  font-weight: 400;	
  font-size: 18px;
  line-height: 24px;}

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

h2 {
  font-size: 48px;
  font-weight: 700;
	color:#fff;}

h3 {
  font-weight: 700;  	
  font-size: 32px;
  color: #000;
  margin: 0;}

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

h4 span {font-weight: 700;font-size:1.5em;}

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

strong {
	font-weight: 700;
}

.btn {
  font-size: 18px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: rgba(255,90,1);
  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: #004c71;
  border-color: #004c71; 
  background: none;}

.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; }

.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: rgb(255,90,1);
  -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: rgb(255,90,1);
  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); } }
/* ==========================================================================
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 {
  min-height: 80vh;
  background: url("../img/bgHome.jpg") center center;
  background-size: cover;
  position: relative;
  overflow: hidden;}
.hero .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
    background-color: rgba(120,120,120, 0.1);
}

  .hero .down-arrow a {
    color: #fff; }
  .hero-content {
    color: #fff;
	text-align: center;
	padding: 0 15%;
    line-height: 1.4;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);}
.hero h1 span {font-size: 72px}
  .hero p.intro {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 80px; }
  .hero .hero-content {
    margin-top: 15%; }
  .logo {
	  position:fixed;
	  top:0;
	  width:100%;
	  text-align:center;
	  height:140px;
	  padding-top:20px;
	  background: #fff;
	  z-index:999999999999999999999999;
}
  .logo img {height:100px;}

.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: 160px;
	height: 160px;
	margin: 25px auto 0;
	border: solid 3px #fff;
	border-radius: 50%;
	overflow: hidden;
	-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: 100%;
}

.agenda p {
  margin: 20px 0;}

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

/* ==========================================================================
callactionFinal
========================================================================== */
.callactionFinal {
  background-color: rgb(255,90,1);	
  background-image: url(../img/bgCallaction.png);
  background-position:  top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
.callactionFinal h2 {
	color: #004c71; }
.callactionFinal h3 {
	color: #004c71;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
   padding-bottom: 25px;}
.video {
	background:rgb(255,90,1); }
.video h3 {
	color:#004c71;}


/* ==========================================================================
.hover images
========================================================================== */
  .hover-img-wrap img {
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .hover-img-wrap {
    position: relative;
    overflow: hidden; }
  .hover-img-wrap .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0; }
    .hover-img-wrap i {
      color: #fff;
      font-size: 20px;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 25px;
      right: 35px; }
  .hover-img-wrap:hover img, .hover-img-wrap:focus img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .hover-img-wrap:hover .overlay, .hover-img-wrap:focus .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 9; }



/* ==========================================================================
Sign up form
========================================================================== */
.sign-up {
    background-color: rgba(255,90,1, 1);
    color: white;
}
.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 h3 {
    color: white;
}
.sign-up h3:after {
    content: "";
    display: block;
	padding-bottom:10px;
    border-bottom: 6px solid #FFF;
	margin: 0 auto;
	width: 80px;
}


.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: #F1F1F1;
  padding: 50px 0 50px 0;	
  position: relative; }
  footer p {
    color: #444;
    font-size: 13px; }
footer i {
   margin-right: 10px;	
   font-size: 24px !important;  	
   color: #FFF;	
}
  footer a {
	font-weight: 700;  
	font-size: 15px;  
    color: rgb(255,90,1); }
  footer a:hover {
    color: #444; }
  footer img {height:60px}

/* Contador */

.contador {
	background: rgba(0,0,0,0.6);
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #FFF;
}
.contador h2 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 20px;
}
#countdown {
  	width: 100%;
}
label {
	clear: both;
	display: block;
	font-size: 0.6em;
	font-weight: normal;
}
#countdown span {
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	line-height:1.2;
	text-align: center;
	width: 25%;
	dispaly: block;
	float: left;
	border-right: 1px solid #FFF;
}
#countdown span:last-child {
	border-right: none;
}
	  
.slogan {
    color: #fd5001;
    margin-bottom:30px;    
}

.strong {
    font-weight: 600;
}

