/* FILEPATH: /Users/papu/klok Dropbox/Danilo Ovando/klok/Sites/theclubcoworking.com.mx/css/klok.css */

:root {
  --orange: #ff6b00;
  --light-gray: #AAAAAA;
  --lighter-gray: #e2e2e2;
  --dark-grey: #606567;
}

@font-face {
  font-family: "FontsFree-Net-vanguard-cf-regular";
  src: url('../fonts/FontsFree-Net-vanguard-cf-regular.woff') format('woff'),
  url('../fonts/FontsFree-Net-vanguard-cf-regular.woff2') format('woff2'),
  url('../fonts/FontsFree-Net-vanguard-cf-regular.svg#FontsFree-Net-vanguard-cf-regular') format('svg'),
  url('../fonts/FontsFree-Net-vanguard-cf-regular.eot'),
  url('../fonts/FontsFree-Net-vanguard-cf-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/FontsFree-Net-vanguard-cf-regular.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body, h1, p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 17px;
  background-color: var(--dark-grey);
  line-height: normal;
  max-width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

footer {
  flex-shrink: 0;
}

.content_displacer{
  width: 100%;
  height: 10rem;
}

.cond{
  font-family: "FontsFree-Net-vanguard-cf-regular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.c2a, .c2a.alt:hover {
  background-color: var(--orange);
  color: whitesmoke;
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 2rem;
  font-size: 1rem;
  border-radius: 1rem;
  line-height: 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: grid;
  align-items: center;
  justify-content: center;
  width: fit-content;
  align-self: center;
  box-shadow: 0px 5px 19.3px rgba(0, 0, 0, 0.47);
  font-weight: 700;
}

.c2a:hover, .c2a.alt {
 background-color: white;
 color: var(--orange);
}

nav.main-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 105;
  width: 100%;
  top: 0;
  height: 6rem;
  align-items: end;
}

nav.main-nav ul{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-self: end;
  height: fit-content;
}

.inner_logo_placer{
  position: relative;
  width: 100px;
}

.logo_int{
  width: 80px;
  height: auto;
  position: absolute;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.55));
}

.home .logo_int{
  display: none;
}

.logomobilecontainer{
  display: none;

}

nav.main-nav ul a{
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  opacity: .7;
  cursor:  pointer !important
}

nav.main-nav ul a:hover{
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

.top{
  background-color: var(--orange);
  height: 2rem;
  z-index: 110;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.top  .container{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%); ;
  z-index: 3;
  height: fit-content;
}

.top .c2a{
  position:absolute;
  right: 0px;
  top: 1rem;
  z-index: 110;
}

.hero{
  position: relative;
  aspect-ratio: 10 / 7;
  width: 100vw;
  overflow: hidden;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.hero.int{
  aspect-ratio: 2 / 1;
}

.hero-gradient{
  position: absolute;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgb(23, 23, 23, 1) 0%, rgba(23, 23, 23,.6) 30%, rgba(23, 23, 23,.5) 60%, rgba(23, 23, 23,.8) 65%, rgba(23, 23, 23,1) 100%);
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  z-index: 101;
}

.hero-pic{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 100;
  background-size: cover;
  background-position: center;}

.hero-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  z-index: 101;
  display: grid;
  grid-template-rows: 4rem auto auto;
}

.hero-overlay.int{
  grid-template-rows: 1fr;
}

.hero-branding{
  display: flex;
  color: white;
  z-index: 102;
  text-align: center;
  justify-items: center;
  flex-direction: column;
  width: 100%;
  align-self: start;
  margin: 0;
  padding-top: 4rem;
}

.hero-branding .logo{
  width: 100%;
  max-width: 50vw;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.55));
}

.hero-branding .c2a{
  margin-top: 2rem;
}

.hero-content{
  display: grid;
  grid-template-columns: auto auto auto;
  align-self: end;
}

.hero-col1{
  align-self: end;
}

.hero-container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-top: 2rem;
  gap: 3rem;
  align-items: start;
  padding-bottom: 2rem;
}

.hero-container h1{
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.hero-container p{
  color: whitesmoke;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1rem;
  text-align: left;
}

.hero-container p.intro{
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1rem;

}

.hero-orangeblock{
  background-color: var(--orange);
  width: 100%;
  position: relative;
  z-index: 102;
}

.hero-orangeblock.l{
  border-top-right-radius: 2rem;
}

.hero-orangeblock.r{
  border-top-left-radius: 2rem;
}

.hero-orangeblock .curva{
  position: absolute;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  z-index: 103;
}

.hero-orangeblock.l .curva{
  right: -2rem;
}

.hero-orangeblock.r .curva{
  left: -2rem;
}

.highlights{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  color: white;
  align-self: start;
}

.highlights .highlight{
  display: grid;
  grid-template-rows: auto auto;
  text-align: center;
}

.highlights .highlight .highlight-icon{
  display: grid;
  aspect-ratio: 1 / 1;
  background-color: var(--orange);
  border-radius: 100%;
  width: 60%;
  align-self: center;
  justify-self: center;
  align-items: center;
  justify-content: center;
}

.highlights .highlight .highlight-icon i{
  font-size: 2rem;
  line-height: 2rem;
  color: white;
}

.highlights .highlight h3{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.explanations{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.orange-feet{
  width: 100%;
  background-color: var(--orange);
  height: 2rem;
}

.swiper-container {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
}

.swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.pc-foot{
  background-image: url(../img/pc-foot.png);
  width: 100%;
  aspect-ratio: 8 / 1;
  background-size: cover;
  background-position: center;
  
}

.full_pic{
  background-image: url(../img/fullpic_1.webp);
  width: 100%;
  aspect-ratio: 8 / 2;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
}

.inner_ul{
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--light-gray);
  grid-column: span 2;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  list-style: none;
  padding: 0;
  text-align: center;
  color: var(--light-gray);
}

.features-list li {
  padding: 1rem;
  border: solid 1px var(--light-gray);
  border-radius: 8px;
  display: grid;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer !important;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.features-list li:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}


.features-list i {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.address{
  color: var(--light-gray);
  margin-top: 1rem;
}

.inner_pic{
  aspect-ratio: 2 / 3;
  width: 100%;
  display: block;
  background-size: cover;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  cursor: pointer !important;
  margin-bottom: 1rem;
  align-self: start;
}

.inner_pic img{
  position: absolute;
  left: 50%;
  top: 50%;
  size-adjust: contain;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}

.inner_ul li{
  margin-bottom: 1rem;
}

h2.highlight{
  color: var(--light-gray);
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.bggray{
  background-color: var(--dark-grey);
}

.inner_map{
  aspect-ratio: 3 / 1;
  width: 100%;
  display: block;
  border-radius: 1rem;
}

.inner_section{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.inner_section h1{
  color: whitesmoke;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
}

.inner3cols{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.inner4cols{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

a.innercol{
  text-decoration: none;
}

.innercol.span2{
  grid-column: span 2;
}

.innercol_card{
  position: relative;
}

.innercol_card{
  aspect-ratio: 3 / 2;
  background-size: cover;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  cursor: pointer !important;
  margin-bottom: 1rem;
}

.innercol_card .innercol_card_overlay{
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.innercol_card img{
  position: absolute;
  left: 50%;
  top: 50%;
  size-adjust: contain;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}

.innercol_card:hover img{
  transform: translate(-50%, -50%) scale(1.1);
}

.innercol_card h2{
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0%;
  margin: 0%;
  color: white;
}

.innercol p, .innercol ul{
  color : var(--light-gray);
  font-weight: 400;
  line-height: 1.2;
  font-size: 1rem;
  text-align: left;
  font-size: 1rem;
}

.servicios_iconos{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
  gap: 1rem;
  align-items:center;
  justify-items: center;
}

.servicios_iconos .servicio_icono{
  width: 50%;
  aspect-ratio: 1 / 1;
  background-color: var(--orange);
  border-radius: 100%;
  position: relative;
  line-height: 1;
  text-align: center;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  cursor: pointer !important;
}

.servicios_iconos .servicio_icono:hover{
  transform: scale(1.1);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}

.servicios_iconos .servicio_icono h2{
  color: white;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center
}
.membresias{
  gap: 1rem;
}

.membresias .membresia{
  align-self: end;
  background-color: var(--lighter-gray);
  padding: 1rem;
  display: grid;
  flex-direction: column;

  padding-bottom: 2rem;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  opacity: .6;
  transition: all 0.5s ease-in-out;
  cursor: pointer !important;
  height: Calc(100% - 3rem);
}

.membresias .membresia .c2a{
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.membresias .membresia.active{
  background-color: whitesmoke;
  opacity: 1;

  
}

.membresias .membresia.active .c2a{
  opacity: 1;
}

.membresias .membresia h2{
  color: var(--dark-grey);
  margin: 0;
  margin-bottom: 1rem;
}

.membresias .membresia .c2a{
  margin-top: 1rem;
  justify-self: right !important;
}

.membresias .membresia p{
  color: var(--light-gray);
  font-weight: 400;
  line-height: 1.2;
  font-size: 1rem;
  margin-bottom: 1rem;
}

footer{
  background-color: white;
  padding: 2rem;
  color: var(--dark-grey) !important;
  font-size: .9rem;
  line-height: 1.2;
  border-top: .5rem solid var(--lighter-gray);
  border-bottom: solid 1.5rem var(--orange);
  padding-bottom: 3rem;
}

.logo_f{
  max-width: 80%;
  height: auto;
  margin-bottom: 1rem;
}

footer nav.footer_nav ul, footer .social ul{
  list-style: none;
  padding: 0;
  font-size: 1rem;
}

footer nav.footer_nav ul li{
  margin-bottom: .3rem;
}

footer a{
  text-decoration: none;
  color: var(--dark-grey) !important;
  opacity: 0.7;
  cursor: pointer;
}

footer nav.footer_nav ul li a:hover{
  opacity: 1;
}

footer .social{
  text-align: left;
  justify-content: left;
}

footer .social ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  justify-self: left;
  width: 100%;
  font-size: 1.2rem;
  margin-top: 2rem;
}



footer .plant_container{
  position: relative;
  display: grid;
}

.credit{
  align-self: end;
  justify-self: right;
}


.credit a{
  color: whitesmoke;
}

footer .plant_container .plant{
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 1rem;
}

.inner_form{
  margin-bottom: 1rem;
}

.form-group{
 width: 100%;
}

.form-group.compound{
  display: flex;
  margin-bottom: 1rem;
}

.form-group label{
  color: var(--light-gray);
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group select,
.form-group textarea {
  width: Calc(100% - 2rem);
  padding: 1rem;
  margin-bottom: 1rem;
  border: none;
  background-color: var(--lighter-gray);
  border-radius: 0;
  font-size: 1rem;
}

.form-group select{
  width: 100%;
}

input[type="checkbox"] {
  display: inline;
  margin-right: 0.5rem;
}

.invite{
color : var(--light-gray);
line-height: 1.2;
}

.floating_whatsapp{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: rgb(29, 157, 29);
  color: white;
  border-radius: 100%;
  box-shadow: 0px 5px 19.3px rgba(0, 0, 0, 0.47);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  cursor: pointer !important;
  transform: scale(1);
  text-decoration: none;
  border: 0;
}

.floating_whatsapp:hover{
  transform: scale(1.1);
}

.floating_whatsapp i{
  color: white;
  text-decoration: none;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mobile-menu{
  position: fixed;
  right: 2rem;
  background-color: whitesmoke;
  aspect-ratio: 1 / 1;
  color: white;
  border: 0px;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  top: 1rem;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.55));
  cursor: pointer !important;
  display: none;
  z-index:305;
  transition: all 0.3s ease-in-out;
  transform: scale(1) rotate(0deg);
}

.mobile-menu:hover{
  transform: scale(1.1);
}

.mobile-menu i{
  line-height: 32px;
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%) rotate(0deg);
  color: var(--orange);
  transition: all 0.3s ease-in-out;
}

.mobile-menu:active i{
  transform:translate(-50%, -50%) rotate(360deg);
}

.bggray a.link, .bggray a.link:visited{
  color: var(--light-gray) !important;
  text-decoration: none;
}


.priv h1{
  line-height: 1 !important;
}



@media (max-width: 1980px) {
  .hero{
    aspect-ratio: 12 / 10;
  }

  
}

@media (max-width: 1023px) {
  .hero{
    aspect-ratio: auto !important;
    height: fit-content !important;
    padding-top: 168px;
  }

  main{
    padding-bottom: 4rem;
  }

  .hero.int, .nohead{
    padding-top: 320px !important;
  }

  .inner3cols {
    grid-gap: 0;
  }

  .home .logo_int{
    display: inline-block;
  }
  

  .membresias .inner3cols {
    grid-gap: 1rem;
  }

  .features-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .swiper-container {
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
  }

  .hero-content{
    grid-template-columns: 1fr;
  }

  .hero-container {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    max-width: 90%;
  }

  .hero-container * {
    text-align: center !important;
  }

  .hero-orangeblock{
    display: none;
  }

  .explanations {
    grid-template-columns: 1fr;
  }

  .highlights, .servicios_iconos {
    grid-template-columns: repeat(4, 1fr);
  }

  .servicios .highlights, .servicios_iconos {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlights .highlight h3{
    font-size: 1rem;
  }

  .highlights .highlight .highlight-icon i {
    font-size: 1.5rem;
  }

  .hero-branding .logo {
    max-width: 80vw;
  }

  .hero-overlay{
    position: relative;
  }

  .mobile-menu{
    display: block;
  }

  .top {
    z-index: 10;
    position: absolute;
    top: 0px;
    width: 100%;
  }

  .top .c2a{
    display: none;
  }

  .inner_logo_placer{
    display: none;
  }

  .innercol_card {
    /* margin-top: 2rem; */
  }

  .logomobilecontainer{
    display: block;
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 220px;
    z-index: 200;
    text-align: center;
  }

  .logo_int.mobile{
    margin-top: 70px;
    text-align: center;
    width: 150px;
    position: relative;
  }

  nav.main-nav {
    z-index: 250 !important;
  }

  nav.main-nav ul{
    position: fixed;
    left: 0px;
    top: -100vh;
    background-color: var(--dark-grey);
    width: Calc(100% - 2rem);
    height: Calc(100vh - 2rem);
    flex-direction: column;
    align-items: top;
    justify-content: flex-start;
    z-index:270;
    text-align: left;
    padding-top: 2rem;
    padding-left: 2rem;
    transition: top 0.3s ease-in-out;
  }

  nav.main-nav ul.active{
    top: 0px;
  }

  nav.main-nav ul a{
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .floating_whatsapp{
    right: 2rem;
    bottom: 2rem;
  }

.full_pic {
    aspect-ratio: 3 / 2;

  }

  .pc-foot {
    aspect-ratio: 5 / 2;

  }

  .inner3cols, .inner4cols{
    grid-template-columns: 1fr !important;
  }

  .servicios_iconos .servicio_icono{
    width: 60%;
    aspect-ratio: 1 / 1;
    margin-top: 1rem;
  }

  .servicios_iconos .servicio_icono h2{
    padding: .5rem;
    width: calc(100% - 1rem);
  }

  .innercol.span2 {
    grid-column: span 1;
  }

  .footer_logo{
    width: 50%;
  }

  footer .plant_container {
    width: 50%;
    justify-self: right;
    align-self: start;
  }

  .credit {
   display: none;
  }

  .footer_nav{
    display: none;
  }

  .inner_section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

  footer .social ul {
    display: block;
    margin-top: 1rem;
  }

  footer .social ul li{
    display: inline-block;
    margin-right: .5rem;
  }

  .footer .plant_container .plant{
    bottom: 1rem;
    position: relative;
  }

  .innercol p, .membresias .membresia p, .inner_section h1 , .membresias .membresia h2{
    text-align: center;
    margin-bottom: 1rem;
  }

  .inner_map {
    aspect-ratio: 3 / 2;
  }

  .hero-gradient{
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(23, 23, 23, 1) 0%, rgba(23, 23, 23,.8) 50%, rgba(23, 23, 23,.5) 60%, rgba(23, 23, 23,.8) 65%, rgba(23, 23, 23,1) 100%);
  }  

  .content_displacer{
    display: none;
  }

  .full_pic{
    background-attachment:unset;
  }

  .logo{
    display: none !important;
  }

  .membresias .membresia {
    background-color: whitesmoke !important;
    opacity: 1 !important;
}

}

@media (max-width: 768px) {
  
}

  