/* ==============================
   Small desktop
   ============================== */
/* ==============================
   Tablet landskape
   ============================== */
@media only screen and (max-width: 1024px) {
   body, html{
        font-size: 14px;
    }
    section {
    padding: 50px 0; }

  .after_image {
    padding-top: 100px; }

  .before_image {
    padding-bottom: 100px; }

  #main-nav a {
    font-size: 90%; }

  #training hr, #diet hr, #motivation hr, #support hr {
    margin: 0 auto; }

  #training h2, #diet h2, #motivation h2, #support h2 {
    text-align: center; } }

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

  .main-navigation {
    display: none; }

  .mobile-nav-button {
    display: flex; }

  .diet {
    position: relative;
    top: 0px; }

  .nasm {
    width: 80px;
    height: auto; }

  .testimonial blockquote {
    width: 90%;
    margin: 0 auto;
    font-size: 100%; }

  


}
/* ==============================
   Tablet Portrait
   ============================== */
@media only screen and (max-width: 768px) {
 
   
  section {
    padding: 40px 0; }

  .after_image {
    padding-top: 80px; }

  .before_image {
    padding-bottom: 80px; }




@media only screen and (max-width: 767px) {
  #main_online, #main-personaltraining {
    font-size: 80%; }

 .hide-on-mobile{
        display: none;
    }
    .show-on-mobile{
        display: block;
    }
 #oferta .col-md-4, #intro .col-md-4{
    text-align: center;
}
    

}
/* ==============================
   Phone
   ============================== */
@media only screen and (max-width: 480px) {
  
    .hide-on-mobile {
    display: none; }

    .main{
        height: 80vh;
    }
  .main-text {
    
    
      text-align: left;
    
    }
    .main-text h1{
        font-size: 200%;
    }
    .main-text .h4{
        font-size: 150%;
    }
    #account_nav, .dropdown{
        font-size: 10px;
    }
    #activity figure{
        width:45%;
        height:190px;
        float:left;
        margin: 1% 1%;
        padding: 0 1%;
        border:1px solid #e8e8e8;
        text-align: center;
        font-size: 16px;
        position: relative;
        cursor: pointer;
        transition:background, transform .2s;;
    }
    .main-text .list-inline-item{
        display: block;
        font-size: 120%;
    }

}