@font-face {
    font-family: Futura;
    src: url(../fonts/tt0205m_.ttf);
  }

  @import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Questrial&display=swap'); 
  @import url('https://fonts.googleapis.com/css2?family=Coda+Caption:wght@800&family=Roboto:ital,wght@0,100;0,500;0,700;1,300;1,900&display=swap');
  @font-face {
    font-family: "Capture";
    src: url("../fonts/Capture_it.eot");
    src: url("../fonts/Capture_it.woff") format("woff"),
    url("../fonts/Capture_it.svg#Captureit") format("svg");
    }

    @font-face {
      font-family: "Futura";
      src: url("../fonts/FuturaLT.eot");
      src: url("../fonts/FuturaLT.woff") format("woff")
      }

      @font-face {
        font-family: "Futura_XT";
        src: url("../fonts/FuturaLT-CondExtraBoldObl.eot");
        src: url("../fonts/FuturaLT-CondExtraBoldObl.woff") format("woff")
        }

html{
    height:100%;
    width:100%;
    padding:0;
    margin:0;
}
body{
    background: #dfdfdf;
    height:100%;
    width:100%;
    padding:0;
    margin:0;
}

header{
  /* width:100%;
  height:60px;
  display:flex;
  justify-content: left;
  position:absolute;
  top:0; */
}

div.logo{
  padding:3%;
  width:18%;
  position:absolute;
  left:20%;
  top:10%;
}
div.logo img{
  width:100%;
}

header div.menu{
position:fixed;
top:10px;
right:0;
width:70%;
z-index:999;
display:flex;
flex-wrap: wrap;
flex-flow: column wrap;
justify-content: center;
align-content: flex-end;
}

header div.menu div.menu-item{
background-color: #dfdfdf;
text-align: center;
padding:10px;
border-radius: 50%;
width:30px;
height:30px;
color:rgb(56, 56, 56);
font-size: 1.5em;
font-weight: 800;
font-family: 'Coda Caption', sans-serif;
  }



header div.blog-logo{
position:fixed;
top:0;
padding:15px;
width:80px;
z-index:999;
}

header div.blog-logo img{
width:100%;
}


section.main-block{
  height:100vh;
  width:100%;
  background: #dfdfdf;
  margin:0 auto;
}

section.blog-block{
  height:auto;
  width:100%;
  background: #dfdfdf;
  margin:0 auto;
}

section.about{
  height:auto;
  width:100%;
  background: #dfdfdf;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.about div.about-content{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  /* line-height: 2em; */

}

section.post-header{
  width:100%;
  height:60vh;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  position:fixed;

}

section.post-content{
  width:100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  position:absolute;
  top:45vh;
  background:#f0f0f0;
  border-radius:85px 0 0 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

section.post-content div.main-image{
  width:200px;
  height:200px;
  border-radius: 50%;
  box-shadow:  5px 5px 10px #d8d8d8,
  -5px -5px 10px #e6e6e6;
  overflow:hidden;
margin-top:30px;
}

div.main-image img{

  width:100%;
  height:auto;
}

div.post-rela{
  width:100%;
  background:#f0f0f0;

}

div.post-comments{
  width:100%;
  padding:5%;
  background:#f0f0f0;

}

div.post-text{
  padding:10%;
  padding-top:5%;
text-align: justify;
  font-size:1.2em;
  color:rgb(51, 51, 51);
  font-family: 'Coda Caption', sans-serif;
}

.parallax-window{
  height:40vh;
  width:100%;
  background: transparent;
}

div.coach-image{
  width:100%;
  height:100%;
  background-image: linear-gradient(to left top, #12129b, #371fac, #522bbe, #6a39d0, #8146e2, #775eee, #6e72f8, #6884ff, #499aff, #39acff, #48bcfe, #67caf7);

  display: flex;
  align-items: center;
  justify-content: center;
}

div.contact-buttons{
  position:fixed;
  bottom:100px;
  right:30px;
  z-index:99999;
}

div.contact-buttons div.msn{
  display:block;
  width:40px;
  height:40px;
  border-radius: 50%;
  box-shadow:  3px 3px 6px #858585,
  -5px -5px 10px #e6e6e6;
  margin-bottom:20px;
}
div.contact-buttons div.msn img{
  width:100%;
}

div.contact-buttons div.wtsp{
  display:block;
  width:53px;
  height:53px;
  border-radius: 50%;
  box-shadow:  3px 3px 6px #cfcfcf,
  -3px -3px 6px #e6e6e6;

}

div.contact-buttons div.wtsp img{
  width:100%;
}



div.post-image{
  width:100%;
  height:100%;

  box-shadow:  5px 5px 10px #d8d8d8,
  -5px -5px 10px #e6e6e6;
}

div.post-image img{

  width:100%;
  height:auto;
}

@supports(object-fit: cover){
  div.post-image img{
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

div.coach-title{
width:100%;
display: flex;
align-items: center;
justify-content: center;
text-align:center;

}

div.post-title{
  padding-top:30px;
  width:100%;
  font-size:2.2em;
  color:rgb(77, 77, 77);
  font-family: 'Coda Caption', sans-serif;
  text-align:center;
  -webkit-text-stroke: 2px rgb(77, 77, 77);

}

section.about div.about-content div.about-title{
  padding:0;
  font-size:3em;
  width:100%;
  text-align: center;
  /* color:rgb(238, 238, 238); */
font-family: 'Capture', Arial, sans-serif;
word-spacing: 1px;
color:rgb(231, 231, 231);
text-shadow:
-5px -5px 0 #221a23,
0   -5px 0 #221a23,
5px -5px 0 #221a23,
5px  0   0 #221a23,
5px  5px 0 #221a23,
0    5px 0 #221a23,
-5px  5px 0 #221a23,
-5px  0   0 #221a23;
letter-spacing: 0;
font-weight: 400;
}

section.about div.about-content div.about-columns{

  width:100%;
  display:flex;
flex-wrap: wrap;
margin-bottom:20px;
justify-content: center;
align-items: center;

}


section.about div.about-content div.about-columns div.about-video{
display:flex;
justify-content: center;
  width:60%;


}



section.about div.about-content div.about-columns div.about-video div.about-video-frame{
  position:relative;
  width:80%;
  min-height: 400px;
  border-radius: 30px;
  box-shadow:  5px 5px 10px #d4d4d4,
  -5px -5px 10px #eaeaea;

  /* box-shadow:  4px 4px 8px #cfcfcf,
  -4px -4px 8px #efefef; */
}

section.about div.about-content div.about-columns div.about-video div.about-video-frame div.about-video-play{
  width:30%;
 position:absolute;
 top:25%;
 left:35%;
   }

   section.about div.about-content div.about-columns div.about-video div.about-video-frame div.about-video-play img{
    width:100%;
    opacity: 30%;
     }


section.about div.about-content div.about-columns div.about-text{
  font-size:1.3em;
  color:rgb(85, 85, 85);
  font-family: 'Coda Caption', sans-serif;
  font-weight: 900;
 padding:2%;
  text-align: left;
  width:35%;
  border-radius: 20px;


}




.letter-logo{
  padding:5px;

}

section.services{
  height:100vh;
  width:100%;
  background: #dfdfdf;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.coach{
  height:auto;
  width:100%;
  background: #dfdfdf;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}

.slogan{
  width:50%;
  height:40px;
  background:#221a23;
  font-size:2em;
  font-family: 'Futura_XT', sans-serif;
  font-weight: 900;

  padding:3px;
  border-radius: 10px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom:15px;

}

.slogan.medium{
  margin-top:45px;
  width:30%;

}

.slogan-text{
color:white;
}
.slogan-text.second{
  color:#fec847;
  }

div.contenedor{
  width:85%;
}

div.contenedor div.service-block{
  width:100%;
  height:auto;
  margin-bottom:10px;
  background: #dfdfdf;
  border-radius: 10px;
  height:80px;
  display:flex;
  box-shadow:  4px 4px 8px #cfcfcf,
  -4px -4px 8px #efefef;
}
div.contenedor div.service-block div.service-header{
  width:100%;
  height:auto;
  display:flex;
  justify-content: center;
  align-items: center;
 }
 div.contenedor div.service-block div.service-header div.service-logo{
  width:20%;
 }

 div.contenedor div.service-block div.service-header div.service-title{
  width:70%;
  height:auto;
  padding:15px;
  /* line-height: 2em; */
  font-size:2em;
  color:rgb(73, 73, 73);
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
 }
 div.contenedor div.service-block div.service-header div.service-btn{
  width:4%;
  height:50%;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow:  5px 5px 16px #cbcbcb,
             -5px -5px 16px #f3f3f3;
 }
 div.contenedor div.service-block div.service-header div.service-btn img{
  width:30%;
  height:30%;
 }

div.contenedor div.service-block div.service-content{
 display:none;
}

div.blog-card{
  width:90%;
  height:auto;
  background: #e9e8e8;

  margin-top:10%;
  margin-bottom:15%;
border-radius: 30px;
box-shadow:  5px 5px 10px #d8d8d8,
             -5px -5px 10px #e6e6e6;
  

/* box-shadow:  9px 9px 28px #cfcfcf,
             -9px -9px 28px #efefef; */
}

div.no-slide{
  width:30%;
}

div.blog-card div.blog-image{
  width:100%;
  height:auto;
}


div.blog-card div.blog-image .img{
  position:relative;
  width:100%;
  border-radius: 30px;
  box-shadow:  4px 4px 8px #cfcfcf,
             -4px -4px 8px #efefef;
}
div.blog-card div.blog-title{
  width:95%;
  height:auto;
  padding-left:20px;
  padding-right:20px;
  font-size:1.2em;
  color:rgb(85, 85, 85);
  font-family: 'Roboto', sans-serif;
  font-weight: 900;

}
div.blog-card div.blog-bar{
  width:100%;
  padding:20px;
  height:auto;
display:flex;


}

div.blog-card div.blog-bar div.date{
  width: 33%;
  display:flex;
} 

div.blog-card div.author{
  width:100%;
  padding:10px;
display:flex;
} 

div.blog-card div.author div.icon{
  padding:2px;
  width:5%;
}
div.icon{
  padding:2px;
  width:20%;
}

div.text{
  text-align: left;
  font-size:0.9em;
  color:#949393;
  font-family: 'Coda Caption', sans-serif;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -1px;
  padding:5px;
  width:80%;
}

div.icon.medium{
  padding-left:10px;
  width:30%;
}

div.text.medium{
  text-align: left;
  width:70%;
  color:white;
}
div.text.right{
  text-align: right;
} 

div.btn{
  position:absolute;
  padding:10px;

  bottom:70px;
  right:15%;
  width:25px;
  height:25px;
  border-radius: 60px;
  background: #dfdfdf;
box-shadow:  5px 5px 16px #cbcbcb,
             -5px -5px 16px #f3f3f3;
  
}

div.btn img{
width:80% !important;
margin-top:3px;
margin-left:5px;
  
}

div.blog-image div.read{
    position:relative;
    bottom:22px;
    right:0;
  width: 25%;
  background:#007fff;
  display:flex;
  border-radius: 0 25px 0 25px;
/* box-shadow:  9px 9px 28px #cfcfcf,
             -9px -9px 28px #efefef; */
}
div.blog-card div.blog-bar div.bb-icon{

  width:20%;
  background:black;
  
  }
div.blog-card div.blog-bar div.bb-text{

  width:70%;
  text-align: left;
  font-size:1em;
  color:rgb(99, 98, 98);
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  }

  div.icon img{
    width:100%;
  box-shadow: 0 !important;
  }




/* div.blog-card div.blog-bar div.read img{
  position:absolute;
  top:17px;
  right:22px;
width:18px;
} */




div.blog-card div.blog-pre{
  width:95%;
  height:auto;
  padding:14px;
  font-size:0.9em;
  color:rgb(88, 88, 88);
  font-family: 'Coda Caption', sans-serif;
  font-weight: 400;

}

div.coach-content{
  width:100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
padding:5%;
}

div.coach-card-slide{
  width:70%;
  height:230px;
  background: #e9e8e8;
border-radius: 30px;
margin:10px;
position:relative;
overflow: hidden;
box-shadow:  5px 5px 10px #d8d8d8,
             -5px -5px 10px #e6e6e6;

/* box-shadow:  5px 5px 20px #c9c9c9,
             -5px -5px 20px #f5f5f5; */
}

div.coach-card{
  width:20%;
  height:230px;
  background: #e9e8e8;
border-radius: 30px;
margin:10px;
position:relative;
overflow: hidden;
box-shadow:  5px 5px 10px #d8d8d8,
             -5px -5px 10px #e6e6e6;

/* box-shadow:  5px 5px 20px #c9c9c9,
             -5px -5px 20px #f5f5f5; */
}
div.coach-card div.coach-card-image, div.coach-card-slide div.coach-card-image{
  margin:0 auto;
  margin-top:10px;
  width:150px;
  height:150px;
  border-radius:50%;
  background-color: white;
  overflow: hidden;
  box-shadow:  5px 5px 16px #cbcbcb,
  -5px -5px 16px #f3f3f3;
}

div.coach-card div.coach-card-image a img, div.coach-card-slide div.coach-card-image a img{
  width:100%;
}

div.coach-card div.coach-card-title, div.coach-card-slide div.coach-card-title{
width:100%;
position:absolute;
bottom:0;
text-align: center; 
}

div.coach-card div.coach-card-title div.coach-card-title-title, div.coach-card-slide div.coach-card-title div.coach-card-title-title{
  background:#221a23;
  font-family: 'Futura_XT', sans-serif;
  font-weight: 600;
  padding:1px;
  letter-spacing: -1px;
  }


span.mini-text{
  background-color:rgb(238, 238, 238);
  border-radius: 5px;
  margin:4px;
  word-wrap: break-word;
  padding:1px;    
  font-size:0.8em;
  color:rgb(88, 88, 88);
  font-family: 'Coda Caption', sans-serif;
font-style: italic;
letter-spacing: -1px;
}

div.coach-card div.coach-card-title div.coach-card-title-name{
  width:50%;
  text-align: center;
  background:#221a23;
  font-family: 'Futura_XT', sans-serif;
  font-weight: 900;
  padding:1px;
  letter-spacing: -1px;
  }

  div.coach-card div.coach-card-title div.coach-card-title-cargo{
    width:50%;
    text-align: center;
    font-weight: 800;
    color:#ffffff;
    background:#221a23;
    font-family: 'Coda Caption', sans-serif;
    }
    div.testimonial-card{
      width:100%;
      display:inline-block;
      height:auto;
      background: #e9e8e8;
      margin-top:10%;
      margin-bottom:15%;
      margin-right:10px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow:  5px 5px 10px #d8d8d8,
                 -5px -5px 10px #e6e6e6;

    
    /* box-shadow:  5px 5px 20px #c9c9c9,
                 -5px -5px 20px #f5f5f5; */
    }



div.service-card{
  width:90%;
  height:auto;
  background: #e9e8e8;
  margin-top:10%;
  margin-bottom:15%;
border-radius: 30px;

box-shadow:  5px 5px 10px #d8d8d8,
             -5px -5px 10px #e6e6e6;

/* box-shadow:  5px 5px 20px #c9c9c9,
             -5px -5px 20px #f5f5f5; */
}

div.service-card div.service-card-title{
  width:100%;
  height:50px;
  line-height: 1.8em;
font-size:1.7em;
color:rgb(85, 85, 85);
font-family: 'Roboto', sans-serif;
font-weight: 900;
text-align:center;
transition: height 1s;
}

div.service-card:hover div.service-card-title{
  height:0px;
}

div.service-card div.service-card-image{
  width:100%;
  border-radius: 30px;
  box-shadow:  5px 5px 10px #bbbbbb,
  -5px -5px 10px #bbbbbb;
}

div.service-card div.service-card-circle-logo{
  position:absolute;
  bottom:10%;
  right:15%;
  width:70px;
  height:70px;
  box-shadow: -1px -2px 15px 0px rgba(108,108,108,0.73);
  -webkit-box-shadow: -1px -2px 15px 0px rgba(108,108,108,0.73);
  -moz-box-shadow: -1px -2px 15px 0px rgba(108,108,108,0.73);
  border-radius: 50%;

}

div.service-card div.service-card-circle-logo img{
width:80%;
padding:8%;
height:auto;
}

div.service-card div.service-card-image img{
  width:100%;
  border-radius: 30px;
  /* box-shadow: -1px -2px 15px 0px rgba(108,108,108,0.73);
  -webkit-box-shadow: -1px -2px 15px 0px rgba(108,108,108,0.73);
  -moz-box-shadow: -1px -2px 15px 0px rgba(108,108,108,0.73); */

  box-shadow:  5px 5px 10px #bbbbbb,
             -5px -5px 10px #e6e6e6;
}


section.main-block div.content-text{
position:absolute;
top:50%;
left:0;

padding-left:6%;
text-align: center;

}

.title-text{
font-size:5em;
/* color:rgb(73, 73, 73);
font-family: 'Questrial', sans-serif;
font-weight: 900;
-webkit-text-stroke: 1px rgb(73, 73, 73);
letter-spacing: -0.06em; */
color:rgb(231, 231, 231);
font-family: 'Capture', Arial, sans-serif;
word-spacing: 1px;
text-shadow:
-5px -5px 0 #221a23,
0   -5px 0 #221a23,
5px -5px 0 #221a23,
5px  0   0 #221a23,
5px  5px 0 #221a23,
0    5px 0 #221a23,
-5px  5px 0 #221a23,
-5px  0   0 #221a23;

width:100%;
text-align: center;


}
.info-text{
  width:100%;
  background:#221a23;
  font-size:2em;
  font-family: 'Futura_XT', sans-serif;
  font-weight: 900;
  border-radius: 10px;
  letter-spacing: -1px;
  text-align: center;
  }

  .info-text span{
    color:white;
  }
  .info-text span.second{
    color:#fec847;
  }

  section.events{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  div.events-content{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  div.events-content div.events-item{
    width:90%;

    display:flex;
    flex-wrap: wrap;
    background:rgb(240, 240, 240);
    box-shadow:  5px 5px 10px #d8d8d8,
             -5px -5px 10px #e6e6e6;
    margin-bottom:10px;
    border-radius: 10px;

  }

  div.events-content div.events-item div.events-item-calendar{
    width:25%;
    display:flex;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 5px solid #007fff;

  font-family: 'Roboto', sans-serif;

  box-shadow:  5px 5px 10px #bbbbbb,
  -5px -5px 10px #c9c9c9;

    }



    div.events-content div.events-item div.events-item-calendar div.month{
      width:50%;
      font-size:4em;
      background:#007fff;
      font-weight: 900; 
      color:rgb(247, 247, 247);
      text-align:center;
      text-transform:capitalize;
      }
      div.events-content div.events-item div.events-item-calendar div.number{
        width:50%;
        font-size:4em;
        text-align:center;
        color:rgb(85, 85, 85);
        font-weight: 900; 
        }

        div.events-content div.events-item div.events-item-calendar div.month div.bottom-info{
          width:100%;
          font-size:0.15em;
          text-align:center;
          color:white;
          font-weight: 900; 
          }

          div.events-content div.events-item div.events-item-calendar div.month div.bottom-info span{
            background:rgb(252, 76, 76);
            border-radius: 5px;
            padding:3px;
            }

div.subinfo{
font-size:0.25em;
opacity: 90%;
font-weight: 600; 
}


  div.events-content div.events-item div.events-item-title{
  width:70%;
  border-radius: 10px 0px 0px 10px;
  padding:12px;
  display:flex;
  flex-wrap:wrap;
  }

  div.events-content div.events-item div.events-item-title div.item-avatar{
    width:20%;
    }

  

    div.events-content div.events-item div.events-item-title div.item-avatar div.circle-avatar{
      margin:0 auto;
      width:80px;
      height:80px;
      border-radius:50%;
      background-color: white;
      overflow: hidden;
      box-shadow:  5px 5px 16px #cbcbcb,
      -5px -5px 16px #f3f3f3;
      }

    div.events-content div.events-item div.events-item-title div.item-avatar img{
      width:100%;
      }
  
  div.events-content div.events-item div.events-item-title div.item-title{
    width:80%;
    font-size: 2em;
    line-height: 1.5em;
    color:rgb(110, 109, 109);
    text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
    }

    div.events-content div.events-item div.events-item-title div.item-title div.item-links{
      width:100%;
      display:flex;

      }

      div.events-content div.events-item div.events-item-title div.item-title div.item-links div.icon-element{
        width:40px;
        height:40px;
        margin-right:8px;
        }
        div.events-content div.events-item div.events-item-title div.item-title div.item-links div.icon-element img{

          width:100%;

          }





  div.events-content div.events-item div.events-item-title div.subtitle-text{
    font-size: 0.5em;
    color:rgb(145, 143, 143);
  font-weight: 400;
    }

    div.events-content div.events-item div.events-item-title div.subtitle-text span{
      background:rgb(252, 76, 76);
      color:white;
      font-size: 0.8em;
      border-radius: 5px;
      padding:3px;
      }

/* .info-text{
  font-size:2em;
  color:#949393;
  font-family: 'Coda Caption', sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  width:80%;
  padding-left:5%;
  text-align: left;
  } */

img.main-image{
  position:absolute;
  top:0;
  right:0;
  width:80vh;
}

div.header{
    position:fixed;
    top:0;
    z-index:999;
    width:100%;
    height:120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    font-family: Futura;
}

div.header div.logo{
    width:15%;
}
div.header div.logo img{
    width:100%;
}

div.sticky-menu div.menu{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.sticky-menu div.menu div.menu-item{
   display:inline-block;
   width:20%;

}

div.sticky-menu div.menu div.menu-item img{
    width:77%;
    padding:10px;
 
 }

div.sticky-menu{
    font-family: Futura;
    z-index:999;
    height:125px;
    width:100%;
    position: absolute;
    bottom: -20px;
    background-color:transparent;
    background-image:url('../img/bar-gris.svg');
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    background-position: center;
    
  
}

div.sticky-menu.sticky{
    position: fixed;
    top: 0;
    background-image:url('../img/bar-gris.svg');
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    background-position: center;
  
}


img.thumbnail{
    width:auto;
    height:100%;
}

div.video-section{
    height: 100%;
    width:100%;
    position:relative;
    top:0;
    z-index:997;
    overflow: hidden;
}

div.slider{
    height: 90%;
    width:100%;
    position:absolute;
    top:0;
    background-color: black;
    z-index:998;

}

div.slider img.bar{
    z-index:999;
    }
    




div.btn-menu{
    width:80%;
    background: transparent;
    color:#383838;
    font-weight: bold;
    text-align: center;
    font-size:1.5em;
}

div.btn-menu span{
    line-height: 1.5;
}

section.content{
    height:1800px;
    background-color:#ebecf0;
    position:static;
}

#videoBG {
/*not work if the screen ratio is below 16/9*/
    width:100%;
    position:relative;
    top:0;
    z-index:992;
}
div.content-block{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:300px;
    top:20vh;
    position:relative;
    overflow: hidden;
    
}

div.frame{
    width:33%;
    height:35vh;
    border-radius: 10px;
    margin:10px;
    background-color: #dadce0;
    border-radius: 50px;
    background: #dadbdf;
    -webkit-box-shadow: 0 8px 6px -6px rgb(43, 43, 43);
-moz-box-shadow: 0 8px 6px -6px rgb(43, 43, 43);
box-shadow: 0 8px 6px -6px rgb(43, 43, 43);


}



@media (max-aspect-ratio: 16/9) {
    #videoBG { 
        width:auto;
        height: 100%;
    }
}

@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        height: auto;
    }
}

/* $base-background: #00CC99; */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  
  .btn {
    border-radius: 2px;
    padding: 8px 12px;
    color: #D18B49;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  
  .card {
    background: #FFFFFF;
    max-width: 400px;
    margin: 100px auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-sizing: border-box;
    padding: 48px;
    text-align: center;
  }
  
  .products {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  
  .product {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .product.active {
    opacity: 1;
    visibility: visible;
  }
  
  .thumbnail {
    margin: 0 0 48px;
  }
  
  .title {
    margin: 0 0 12px;
    color: #D18B49;
    font-size: 24px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  
  .description {
    margin: 0 0 48px;
  }
  
  .footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 -12px -12px;
  }
  
  [ripple] {
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  [ripple] .ripple {
    position: absolute;
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation: ripple 2s;
            animation: ripple 2s;
  }
  
  @-webkit-keyframes ripple {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0.2;
    }
    100% {
      -webkit-transform: scale(20);
              transform: scale(20);
      opacity: 0;
    }
  }
  
  @keyframes ripple {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0.2;
    }
    100% {
      -webkit-transform: scale(20);
              transform: scale(20);
      opacity: 0;
    }
  }

  @media screen and (max-width: 992px) {

   div.logo{
      width:25%;
      top:60%;
      left:35%;
    }

    section.main-block div.content-text{
      top:80%;
      }

      img.main-image{

        height:70vh;
      }
  }
  

@media screen and (max-width: 600px) {



  div.logo{
    top:65%;
    left:30%;
  }

  section.main-block div.content-text{
    top:80%;
    height:auto;
    }

  .title-text{
    text-align:center;
    font-size:2.2em;
    letter-spacing: -2px;
    

    }
    
    .info-text{
      font-size:1em;
      border-radius: 4px;
      }

  img.main-image{
    position:absolute;
    top:20%;
    right:0;
    height:55vh;
  }

  div.blog-card div.blog-bar{
  display:flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  }

  div.blog-card div.blog-bar div.date{
    width: 80%;
  display:flex;
  } 
  
  div.blog-card div.blog-bar div.author{
  width: 80%;
  display:flex;
  } 

  div.icon{
    padding:2px;
    width:8%;
  }
  
  div.text{
    text-align: left;
    font-size:0.9em;
    color:#949393;
    font-family: 'Coda Caption', sans-serif;
    font-weight: 700;
    line-height: 0.7em;
    letter-spacing: -1px;
    padding:5px;
    width:89%;
  }

  div.blog-image div.read{
    bottom:26px;
    flex:auto;
  width: 40%;

/* box-shadow:  9px 9px 28px #cfcfcf,
             -9px -9px 28px #efefef; */
}

div.btn{

  width:30px;
  height:30px;

  
}

section.about div.about-content div.about-columns div.about-video{
  width:95%;

}

section.about div.about-content div.about-columns div.about-text{
  width:95%; 
}

.slogan{
  width:90%;
  height:30px;
  background:#221a23;
  font-size:1.5em;
  font-family: 'Futura_XT', sans-serif;
  font-weight: 900;
  padding:3px;
  border-radius: 10px;
  letter-spacing: -1px;
  text-align: center;

}

.slogan.medium{
  margin-top:45px;
  width:80%;

}


div.post-text{
  padding:8%;
  font-size:1.1em;
}

div.post-title{
font-size:1.5em;
  -webkit-text-stroke: 1.5px rgb(65, 65, 65);

}


div.testimonial-card{
  width:100%;
  height:auto;
  background: #e9e8e8;
  margin-top:10%;
  margin-bottom:15%;
border-radius: 30px;

box-shadow:  5px 5px 10px #d8d8d8,
             -5px -5px 10px #e6e6e6;

/* box-shadow:  5px 5px 20px #c9c9c9,
             -5px -5px 20px #f5f5f5; */
}

div.coach-card{
  width:45%;
  height:200px;
  background: #e9e8e8;
border-radius: 30px;
margin:10px;
position:relative;
overflow: hidden;
box-shadow:  5px 5px 10px #d8d8d8,
             -5px -5px 10px #e6e6e6;

/* box-shadow:  5px 5px 20px #c9c9c9,
             -5px -5px 20px #f5f5f5; */
}

div.events-content div.events-item div.events-item-calendar{
  width:100%;
  display:flex;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 5px solid #007fff;

font-family: 'Roboto', sans-serif;

box-shadow:  5px 5px 10px #bbbbbb,
-5px -5px 10px #c9c9c9;

  } 
  
  div.events-content div.events-item div.events-item-title{
    width:100%;
    border-radius: 10px 0px 0px 10px;
    padding:12px;
    display:flex;
    flex-wrap:wrap;
    }

    div.events-content div.events-item div.events-item-title div.item-avatar{
      width:30%;
      }

      div.events-content div.events-item div.events-item-title div.item-title{
        width:70%;
        font-size: 2em;
        line-height: 1.5em;
        color:rgb(110, 109, 109);
        text-align: left;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
        }


    /* img.thumbnail{
        width:auto;
        height:100%;
    } */
  }


