.built-with-calconic{
	/* display: none; */
}

.partner .add-new-gym {	
	background-color: #E1E1E1;
}

.partner .info-container{
	width: 100%; padding: 0 58px;
	max-width: 1200px;
    margin: 0 auto;
    font-family: "ProximaNovaRegular";
}


@media (max-width: 767px) {
  .partner .info-container{
    padding: 0 30px;
  }
}

.partner .add-new-gym-title{
	font-size: 22px;font-weight: 900;margin-top: 30px;margin-bottom: 20px;
	font-family: "ProximaNovaBold";
}

@media (max-width: 767px) {

  .partner .add-new-gym-title {
    display:none;
  }
}

.partner .add-new-gym-item{
	font-size: 14px;
	line-height: 1em;

}


.partner .whatsapp-btn{
    width: 100%;
	  max-width: 280px;
    height: 35px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 2px;
    text-align: center;
    box-shadow: 1px 1px 3px #999;
    z-index: 100;
    border: none;
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0 30px 0;
    padding: 4px;
}

.partner .whatsapp-btn:link,
.partner .whatsapp-btn:visited,
.partner .whatsapp-btn:hover,
.partner .whatsapp-btn:active{
	color: #FFF;
	text-decoration: none;
}

#lumi-calculator-61705dcc539fe3002c3c88e6__wrapper,
#lumi-calculator-61706697539fe3002c3c8926__wrapper {
    margin: 0 auto;
}



/****************************************************************************
 ********************************  HERO LAYER *******************************
 ****************************************************************************/


.hero .logo {
	width: 220px;
    padding: 30px 0 60px 0;
    /* float: left;
    position: absolute; */
    z-index: 0;
}

.hero{background: #FFF;height:150px; position: relative;margin-bottom: 20px;}

.hero .layer {top:0;position: absolute;height: 100%; width: 100%; overflow:hidden; overflow-x:hidden; overflow-y:hidden;margin:0 auto; box-sizing: border-box;
background-color: #FFF;}

  .hero .layer {
    /* background-color: rgba(17,17,17, 0.4); */
    background-color: rgba(255,255,255, 0.4); 
    display: flex;
  }

.hero-desktop img{width:100%; height: 100%; display: block;object-fit:cover;overflow:hidden;overflow-x:hidden;overflow-y:hidden;margin:auto;}

.logo img {
    width: 160px !important;
    height: auto !important;
    margin-left: 5px;
}

.hero h1, .hero h2 {text-align: center;color: #000;padding: 0;}

.hero h1 {font-size: 7.7rem;margin-bottom: 10px;font-weight: bold;text-align:left;}
.hero h2 {font-size: 3.5rem;margin-bottom: 20px;font-weight: bold;}


.hero-inner{
  top: 0px;
  width: 100%;position: relative;left: 0;right: 0;margin: auto;text-align: left;z-index: 0;height: 100%;
  padding: 0 15px;
}


.hero-title{
    width: 100%;
    position:relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 0;
    padding-left: 5px;
}

.hero-title h1{
  font-size: 3.2rem;
  color: #000;
  font-family: "ProximaNovaRegular";
  line-height: 1.2em;
  margin-bottom: 0px;
  text-align: left;
  max-width: 330px;
}


.hero-title p{
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 25px;
  text-align: center;
  padding: 0 10px;
}



@media (max-width: 768px) {

    .hero-search-nav p {display:none;}

    .hero h2.mobile{ display: block;}

    .hero {padding-top: 0px;padding-bottom: 0px;}

    .hero h1 {font-size: 2.4rem;margin-bottom: 5px; padding: 0 10px}
    .hero h2 {font-size: 2.2rem;}

    .hero-title p {
      font-size: 1.5rem;
    }

    .hero .layer { width: 100%;}

    .hero .media-wrapper{
      display: none;
    }

    .hero .search-wrapper {
      width: 100%;
    }

    .hero-title{
    	margin-top: 20px;
    }

    .hero .logo {
    	padding: 20px 10px;
		width: 170px;
	}


}

@media (min-width: 768px) {

    .hero-desktop {
      height: 330px;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      display:block;
    }

    .hero-mobile{ display: none !important;}



}


@media (min-width: 992px) {

  .hero {
    height: 280px;
  }

  .hero-title h1{
    color: #000;

    text-align: left;
  }

  .hero h1 {font-size: 4.7rem;margin-bottom: 0px;font-weight: bold;}

  .hero-title p{
    color: #FFF;
  }

  .hero-inner .hero-subtitle-m{
    display: none;
  }

  .hero-inner .hero-subtitle-d{
    display: block;
  }

  .hero img{
    /* display: block; */
  }


  .hero-inner{
    padding: 0 50px;
    position: relative;
    max-width: 1200px;
  }


  .hero-title{
    display: block;
  }

  .hero-title h1 {
  	max-width: 550px;
  }

  .partner .add-new-gym-item{
	font-size: 1.7rem;
	}

}