/*
*  Helpers
*/

address a:link, address a:visited, address a:hover, address a:active {
	text-decoration:none;
	color: inherit !important;
}

.cont-valign{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.valign{
  top: 50%;
  transform: translateY(-50%);
}

.align-left{
  text-align: left;
}

.align-justify{
  text-align: justify;
}

.container{
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.none{
  display: none;
}

.clear {
  zoom: 1;
}

.clear:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.upper{
  text-transform: uppercase;
}

/*
*  Typography
*/
body{
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
}

h1{
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -4px;
}

p{
  line-height: 1.6;
  color: #777;
  width: 100%;
  display: block;
}
p.centralized{
  max-width: 500px;
  margin: 0 auto;
}

/*
*  Color
*/
.clr-light-blue{
  color: #439FB7;
}

.clr-dark-blue{
  color: #2E2D7E;
}

.bkg-light-blue{
  background-color: #439FB7;
}

.bkg-dark-blue{
  background-color: #2E2D7E;
}

/*
*  Structure
*/
*{
  box-sizing: border-box;
}

hr{
  border: 0;
  display: block;
  position: relative;
  width: 26px;
  height: 28px;
  margin: 20px auto 40px;
}

hr::before{
  height: 1px;
  position: absolute;
  content: '';
  left: -31px;
  width: 150px;
  top: 50%;
  left: -155px;
}

hr::after{
  height: 1px;
  position: absolute;
  content: '';
  left: -31px;
  width: 150px;
  top: 50%;
  left: 35px;
}

input,
textarea{
  background: transparent;
  width: 100%;
  border-width: 2px;
  border-color: #F1F1F1;
  border-color: rgba(255, 255, 255, .1);
  font-size: 13px;
  color: #ccc;
  letter-spacing: 0.5px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  padding: 10px;
  vertical-align: middle;
  margin-bottom: 10px;
}

textarea{
  height: 115px;
}

section{
  padding: 70px 0;
  text-align: center;
}

section#intro{
  position: relative;
  background: url('../images/20170409-Lu-Areco-0614-EditarRRR.jpg') no-repeat;
  /*background: url('../images/bg-intro.jpg') no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; 
}

section#intro::before{
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,2b96a0+44,d8f943+100&0.9+0,0.5+100 */
/*  background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(43,150,160,0.72) 44%, rgba(216,249,67,0.5) 100%);*/ /* FF3.6-15 */
/*  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(43,150,160,0.72) 44%,rgba(216,249,67,0.5) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*  background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(43,150,160,0.72) 44%,rgba(216,249,67,0.5) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#80d8f943',GradientType=0 );*/ /* IE6-9 */

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section:nth-child(even){
  background-color: #2E2D7E;
}

section:nth-child(even) h1{
  color: #fff;
}

section:nth-child(even) .service-description::before{
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(46, 45, 126, 0), rgba(46, 45, 126, .8));
  content: '';
  display: block;
  height: 30px;
  width: 100%;
}

section:nth-child(odd) .service-description::before{
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8));
  content: '';
  display: block;
  height: 30px;
  width: 100%;
}

section:nth-child(odd){
  background-color: #fff;
}

section:nth-child(odd) h1{
  color: #439FB7
}

section:nth-child(odd) hr{
  background: url('../images/logo-lu-areco-thumb.png') no-repeat center;
}

section:nth-child(odd) hr::before{
  background-image: linear-gradient(to left, rgba(150, 150, 150, 0.75), rgba(150, 150, 150, 0));
}

section:nth-child(odd) hr::after{
  background-image: linear-gradient(to right, rgba(150, 150, 150, 0.75), rgba(150, 150, 150, 0));
}

section:nth-child(even) hr{
  background: url('../images/logo-lu-areco-thumb-white.png') no-repeat center;
}

section:nth-child(even) hr::before{
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

section:nth-child(even) hr::after{
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

address{
  color: white;
  margin-top: 20px;
  font-style: normal;
}

/*
*  Button
*/
a.btn{
  text-decoration: none;
}

button.btn{
  cursor: pointer;
}

.btn{
  display: inline-block;
  border: none;
  font: 400 normal 14px/1.5 Raleway;
  padding: 5px 20px;
  background-color: #439FB7;
  color: #fff;
  margin-bottom: 4px;
  transition: .2s background-color linear;
  font-weight: 500;
}

.btn:hover{
  background-color: #2c879e;
}

.btn-radius{
  border-radius: 50px;
}

.btn-block{
  width: 100%;
  display: block;
  text-align: center;
}

.btn-large{
  padding: 10px 30px;
}

.down,
.up{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.up{
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #439FB7;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 26px;
}

/*
*  Nav
*/
nav{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #2E2D7E;
  opacity: 0.8;
}

/*
*  Logo
*/
.top-logo{
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 10px 0;
}
.patrocinadores{
	background-color: #fff;
	margin-top: 270px;
	position: relative;
}
.intro-logo{
  display: inline-block;
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}

/*
*  Desktop nav
*/
.desktop-nav{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.desktop-nav li{
  display: inline-block;
}

.desktop-nav a{
  color: white;
  text-decoration: none;
  font-size: 12px;
  text-transform: capitalize;
  padding: 10px;
}

.desktop-nav a:hover,
.desktop-nav li.active a{
  background-color: #439FB7;
}

/*
*  Mobile nav
*/
.mobile-nav .toggle-nav{

}

.mobile-nav{
  display: none;
  position: fixed;
  width: 300px;
  height: 100%;
  right: -300px;
  background-color: #0E66A7;
  padding: 20px;
  top: 0;
}

.mobile-nav li{
  display: block;
  width: 100%;
}

.mobile-nav a{
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, .09);
  margin-bottom: 5px;
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: .2s background-color linear;
}
.mobile-nav a:hover{
  background-color: rgba(255, 255, 255, .4);
}

.toggle-nav{
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #0E66A7;
  color: white;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  transition: .2s background-color linear;
}

.toggle-nav:hover{
  background-color: #074b7d;
}

/*
*  About
*/
.about-networks {
  width: 100%;
  margin: 50px auto 0;

}
.about-networks li{
  display: inline-block;
  width: 120px;
  text-align: center;
  margin: 0 30px;
}
.about-networks-icon{
  display: block;
  font-size: 50px;
  line-height: 120px;
  color: white;
  height: 120px;
  width: 120px;
  display: inline-block;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 100px;
  margin-bottom: 10px;
  transition: .2s background-color linear;
}

.about-networks a{
  text-decoration: none;
  color: #333
}

.about-networks a:hover .about-networks-icon{
  background-color: rgba(46, 45, 126, .9);
}

.about-networks h4{
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 17px;
}

.about-networks .subby{
  font-size: 12px;
  color: #bbb
}

/*
*  Services
*/
.service{
  float: left;
  width: 48%;
  margin: 0 1%;
}

.service-description{
  height: 100px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  position: relative;
  color: #aaa;
}

.service-description strong{
  color: #ddd;
}

.service-icon{
  font-size: 50px;
  color: white;
}

.service-title{
  color: white;
  font-size: 18px;
}

.service-description.open{
  height: auto;
}

.service-description.open::before{
  background-image: none !important;
}

/*
*  Coach list
*/
.coach-list li{
  width: 17%;
  margin: 0 1%;
  text-align: center;
  display: block;
  display: inline-block;
}

.coach-list img{
  width: 100%;
  border-radius: 50%;
  opacity: 1;
  transition: .2s opacity linear;
}

.coach-list img:hover{
  opacity: 0.8;
}

.coach-list h3{
  text-transform: uppercase;
}

.coach-list span{
  display: block;
  margin: 5px 0 20px;
  color: #999
}

.coach-profile-image{
  width: 30%;
  float: left;
  margin-right: 5%;
}

.coach-profile-image img{
  width: 100%;
}

.coach-profile-infos{
  width: 65%;
  float: left;
  text-align: left;
}

.coach-profile-networks{
  list-style: none;
}

.coach-profile-networks li{
  display: inline-block;
  margin-top: 10px;
}

.coach-profile-networks a{
  color: white;
  font-size: 18px;
  background-color: #439FB7;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  transition: .2s background-color linear;
}

.coach-profile-networks a:hover{
  background-color: #2d859c;
}


/*
*  Run group
*/
.run-group .col{
  float: left;
  width: 48%;
  margin: 0 1%;
  color: white;
}

/*
*  Clue
*/
.lu-clue ul{
  list-style: none;
}

.lu-clue .clue-item{
  float: left;
  display: inline-block;
  width: 25%;
  margin-bottom: 50px;
  cursor: pointer;
}

.lu-clue .clue-item a{
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: .2s color linear;
}

.lu-clue .clue-item a:hover{
  color: #111;
}

.clue-icon{
  display: block;
  font-size: 60px;
}

.clue-description{
  font-size: 16px;
  text-align: left;
}

.clue-content{
  text-align: left;
  color: #ccc;
}

.clue-content p{
  margin-bottom: 20px;
}

/*
*  Contact
*/
.info-contact,
.form-contact{
  float: left;
  margin: 1%;
  width: 48%;
  display: block;
  text-align: left;
}

.info-contact img{
  width: 100%;
  max-width: 200px;
  display: block;
}

.slick-dots{
  margin-top: 30px;
}

.slick-dots ul{
  list-style: none;
}

.slick-dots li{
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button{
  text-indent: 100%;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  display: block;
  word-wrap: nowrap;
  overflow: hidden;
  background-color: #439FB7;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: background-color .2s linear;
}

.slick-dots button:hover{
  background-color: #2E2D7E; 
}