@media screen and (min-width:1025px) and (max-width:1360px){
  /***** nabvar ******/

  .navbar-brand{
      width: 8em;
  }
  .navbar{
      width: auto;
      height: 70px;
      align-items: center;
  }
  .navbar .nav-link{
      color: #fff;
      font-size: .75rem;
      line-height: 1.8rem;
      font-weight: normal;
      font-family: 'Montserrat', sans-serif;

  }
    
/*** Backgrounds ***/
  #home {
      background-image: url(../assets/img/01.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      margin-top: 7.45rem;
      width: 100vw;
      height: auto;
      overflow:hidden;
      padding: 0%;
      margin-bottom: 0;
      border: none;
  }
  #quienesSomos {
      background-image: url(../assets/img/02.jpg);
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
      background-position: top center;
      width: 100vw;
      height: auto;
      overflow: hidden;
      padding: 0;
      margin-bottom: 0;
      border: none;
  }
  #prevencionLesiones {
      background-image: url(../assets/img/03.jpg);
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
      background-position: top center;
      width: 100vw;
      height: auto;
      overflow: hidden;
      padding: 0;
      margin-bottom: 0;
      border: none;
  }
  #foundationTraining {
      background-color: #000;
      width: 100vw;
      height: auto;
      overflow: hidden;
      padding: 2% 5% 2% 5%;
      margin-bottom: 0;
  }

/**** home  ****/

  #home .card{
  background: hsl(0, 0%, 0%, 0.85);
  height: auto;
  padding: 6%;
  border-radius: 0;
  }
  .card-title1{
  font-size: 1.45rem;
  line-height: 1.4rem;
  font-weight: normal;
  font-family: 'Ultra', serif;
  color: #FFF000;
  text-transform: uppercase;
  }
  .card-title2{
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 2px;
  font-weight: normal;
  font-family: 'Ultra', serif;
  color: #FFF000;
  text-transform: uppercase;
  }
  .paralelogramo {
  color: #FFF000;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  font-style: normal !important;
  text-align: center;
  width: 20%;
  height: 50px;
  min-width: 280px; 
  min-height: 50px; 
  border: none;
  background: #333333;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  }

/******* quienes somos *********/
  #quienesSomos .card{
    background: hsl(0, 0%, 0%, 0.6);
    height: auto;
    padding: 8%;
    border-radius: 0;
  }

/**** Prevension de Lesiones  ****/

  #prevencionLesiones .card{
    background: hsl(0, 0%, 0%, 0.6);
    height: auto;
    padding: 8%;
    border-radius: 0;
  }

/******** Foundation Training  ********/
  .video{
    left: 50%;
    width: 650px;
    height: 450px;
    padding-top: 0;
  }
  .btnSesion{
    position: relative;
    left: 53%;
    padding-top: -10%;
    padding-bottom: 5%;
  }

/*****  footer  ******/

  ul li a{
    color: #fff;
    font-size: .8rem;

  }
  .texto-link{
    font-size: 12px;
  }

  .social-links a p {
    color: #fff;
    font-size: .8rem;
    width: auto;
    text-decoration: none;
  }
  .social-links a i {
    color: #fff;
    font-size: 0.9rem;
    width: auto;
    text-decoration: none;
  }
  #contactForm .form-group input, .form-group textarea{
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    font-size: .8rem;
  }
  .paralelogramoOtro {
    color: #000;
    background: #FFF000;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-style: normal !important;
    text-align: center;
    letter-spacing: 2px;
    width: 30%;
    height: 30px ;
    min-width: 150px; 
    min-height: 30px; 
    border: none;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
  }
  .tfCentrar{
    margin-left: 16%;
  }
  .tituloFooter h2{
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    font-style: normal !important;
    color: #FFF000;
    margin-bottom: 0;
  }
}

@media screen and (min-width:769px) and (max-width:1024px){
    /***** nabvar ******/

    .navbar-brand{
        width: 7em;
    }
    .navbar{
        width: auto;
        height: 65px;
        align-items: center;
    }
    .navbar .nav-link{
        color: #fff;
        font-size: .70rem;
        line-height: 1.5rem;
        font-weight: normal;
        font-family: 'Montserrat', sans-serif;

    }

        
/*** Backgrounds ***/
    #home {
        background-image: url(../assets/img/01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        margin-top: 7.45rem;
        width: 100vw;
        height: auto;
        overflow:hidden;
        padding: 0%;
        margin-bottom: 0;
        border: none;
    }
    #quienesSomos {
        background-image: url(../assets/img/02.jpg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        background-position: top center;
        width: 100vw;
        height: auto;
        overflow: hidden;
        padding: 0;
        margin-bottom: 0;
        border: none;
    }
    #prevencionLesiones {
        background-image: url(../assets/img/03.jpg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        background-position: top center;
        width: 100vw;
        height: auto;
        overflow: hidden;
        padding: 0;
        margin-bottom: 0;
        border: none;
    }
    #foundationTraining {
        background-color: #000;
        width: 100vw;
        height: auto;
        overflow: hidden;
        padding: 2% 5% 2% 5%;
        margin-bottom: 0;
    }
  
  /**** home  ****/
  
  #home .card{
    background: hsl(0, 0%, 0%, 0.85);
    height: auto;
    padding: 6%;
    border-radius: 0;
  }
  .card-title1{
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: normal;
    font-family: 'Ultra', serif;
    color: #FFF000;
    text-transform: uppercase;
   }
  .card-title2{
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'Ultra', serif;
    color: #FFF000;
    text-transform: uppercase;
  }
  .paralelogramo {
    color: #FFF000;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    font-style: normal !important;
    text-align: center;
    width: 40%;
    height: 50px;
    min-width: 350px; 
    min-height: 50px; 
    border: none;
    background: #333333;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
  }
  
  /******* quienes somos *********/
  #quienesSomos .card{
    background: hsl(0, 0%, 0%, 0.6);
    height: auto;
    padding: 8%;
    border-radius: 0;
  }
  
  /**** Prevension de Lesiones  ****/
  
  #prevencionLesiones .card{
    background: hsl(0, 0%, 0%, 0.6);
    height: auto;
    padding: 8%;
    border-radius: 0;
  }
  
  /******** Foundation Training  ********/
  .video{
    left: 50%;
    width: 600px;
    height: 400px;
    padding-top: 0;
  }
  .btnSesion{
    position: relative;
    left: 43%;
    padding-top: -10%;
    padding-bottom: 5%;
  }
  
  /*****  footer  ******/
  ul li a{
    color: #fff;
    font-size: .8rem;
  
  }
  .texto-link{
    font-size: 12px;
  }
  .social-links a p {
    color: #fff;
    font-size: .8rem;
    width: auto;
    text-decoration: none;
  }
  .social-links a i {
    color: #fff;
    font-size: .8rem;
    width: auto;
    text-decoration: none;
  }
  .footer-links i {
    color: #000;
    font-size: .8rem;
    width: auto;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
  }
  #contactForm .form-group input, .form-group textarea{
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    font-size: .8rem;
  }
  .paralelogramoOtro {
    color: #000;
    background: #FFF000;
    font-size: 1rem;
    line-height: 1.1rem;
    font-family: 'Ultra', serif;
    font-weight: bolder;
    font-style: normal !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 30%;
    height: 20px;
    min-width: 150px; 
    min-height: 40px; 
    border: none;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
  }
  .tfCentrar{
    margin-left: 16%;
  }
  .tituloFooter h2{
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    font-style: normal !important;
    color: #FFF000;
    margin-bottom: 0;
  }  
}

@media screen and (min-width:577px) and (max-width:768px) {

    /***** nabvar ******/

    .navbar-brand{
      width: 7em;
    }
    .navbar{
        width: auto;
        height: 100px;
        align-items: center;
    }
    .navbar .nav-link{
    color: #fff;
    font-size: .70rem;
    line-height: 1.5rem;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;

    }


    /*** Backgrounds ***/
    #home {
      background-image: url(../assets/img/01.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top left;
      margin-top: 7.45rem;
      width: 100vw;
      height: auto;
      overflow:hidden;
      padding: 0%;
      margin-bottom: 0;
      border: none;
    }
    #quienesSomos {
      background-image: url(../assets/img/02.jpg);
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
      background-position: top center;
      width: 100vw;
      height: auto;
      overflow: hidden;
      padding: 0;
      margin-bottom: 0;
      border: none;
    }
    #prevencionLesiones {
      background-image: url(../assets/img/03.jpg);
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
      background-position: top center;
      width: 100vw;
      height: auto;
      overflow: hidden;
      padding: 0;
      margin-bottom: 0;
      border: none;
    }
    #foundationTraining {
      background-color: #000;
      width: 100vw;
      height: auto;
      overflow: hidden;
      padding: 2% 5% 2% 5%;
      margin-bottom: 0;
    }
    #footer{
        background-color: #444444;
        height: auto;
        padding: 2%;
    }

    /**** home  ****/

    #home .card{
        background: hsl(0, 0%, 0%, 0.85);
        height: auto;
        padding: 8%;
        border-radius: 0;
    }
    #home .card-body{
    justify-items: center;
    margin: 20% 0% 0% 0%;
    padding: 1%;
    }
    .card-title1{
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: normal;
    font-family: 'Ultra', serif;
    color: #FFF000;
    text-transform: uppercase;
    }
    .card-title2{
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: normal;
    font-family: 'Ultra', serif;
    color: #FFF000;
    text-transform: uppercase;
    }
    .parrafo{
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-family: 'Nunito', sans-serif;
    color: #FFF000;
    text-align: justify;
    }
    .paralelogramo {
    color: #FFF000;
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    max-width: 40%;
    max-height: 30px;
    padding-right: 4%;
    border: none;
    background: #333333;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    }

    /******* quienes somos *********/
    #quienesSomos .card{
        background: hsl(0, 0%, 0%, 0.6);
        height: auto;
        padding: 8%;
        border-radius: 0;
    }
    #quienesSomos .card-body{
        justify-items: center;
        margin: 20% 0% 0% 0%;
        padding: 1%;
    }
  
    /**** Prevension de Lesiones  ****/
    
    #prevencionLesiones .card{
        background: hsl(0, 0%, 0%, 0.6);
        height: auto;
        padding: 8%;
        border-radius: 0;
    }
    #prevencionLesiones .card-body{
        justify-items: center;
        margin: 20% 0% 0% 0%;
        padding: 2%;
    }
    
    /******** Foundation Training  ********/

    .video{
      left: 50%;
      width: 600px;
      height: 400px;
      padding-top: 0;
    }
    .btnSesion{
      position: relative;
      left: 42%;
      padding-top: -10%;
      padding-bottom: 5%;
    }
    
    
    /*****  footer  ******/

    ul li a{
      color: #fff;
      font-size: .9rem;
    
    }
    .texto-link{
      font-size: 12px;
    }
    .social-links a p {
      color: #fff;
      font-size: .9rem;
      width: auto;
      text-decoration: none;
    }
    .social-links a i {
        color: #fff;
        font-size: .9rem;
        width: auto;
        text-decoration: none;
    }
    .footer-links i {
        color: #000;
        font-size: .9rem;
        width: auto;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
    }
    #contactForm .form-group input, .form-group textarea{
      font-family: 'Montserrat', sans-serif;
      border-radius: 0;
      font-size: 0.9rem;
    }
    .help-block{
        font-size: 0.9rem;
    }
    .paralelogramoOtro {
      color: #000;
      background: #FFF000;
      font-size: 1rem;
      line-height: 1.1rem;
      font-family: 'Ultra', serif;
      font-weight: bolder;
      font-style: normal !important;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      width: 45%;
      height: 30px;
      min-width: 45%; 
      min-height: 30px; 
      border: none;
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg);
    }
    .tituloFooter h2{
      font-size: 1.5rem;
      font-family: 'Montserrat', sans-serif;
      font-weight: bolder;
      font-style: normal !important;
      color: #FFF000;
      margin-top: 30px;

    }
}

@media screen and (max-width:576px) {

    /***** nabvar ******/

    .navbar-brand{
      width: 7em;
    }
    .navbar{
        width: auto;
        height: 70px;
        align-items: center;
    }
    .navbar .nav-link{
    color: #fff;
    font-size: .7rem;
    line-height: 1.4rem;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;

    }

    /*** Backgrounds ***/
    #home {
      background-image: url(../assets/img/01.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top right;
      margin-top: 7.45rem;
      width: 100vw;
      height: auto;
      overflow:hidden;
      padding: 0%;
      margin-bottom: 0;
      border: none;
    }
    #quienesSomos {
      background-image: url(../assets/img/02.jpg);
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
      background-position: top left;
      width: 100vw;
      height: auto;
      overflow: hidden;
      padding: 0;
      margin-bottom: 0;
      border: none;
    }
    #prevencionLesiones {
      background-image: url(../assets/img/03.jpg);
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
      background-position: top center;
      width: 100vw;
      height: auto;
      overflow: hidden;
      padding: 0;
      margin-bottom: 0;
      border: none;
    }
    #foundationTraining {
      background-color: #000;
      width: 100vw;
      height: auto;
      overflow: hidden;
      padding: 2% 5% 2% 5%;
      margin-bottom: 0;
    }
    #footer{
        background-color: #444444;
        height: auto;
        padding: 3%;
    }

    /**** home  ****/

    #home .card{
        background: hsl(0, 0%, 0%, 0.85);
        height: auto;
        padding: 7%;
        border-radius: 0;
    }
    #home .card-body{
    justify-items: center;
    margin: 20% 0% 20% 0%;
    padding: 1%;
    }

    .card-title1{
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: normal;
    font-family: 'Ultra', serif;
    color: #FFF000;
    text-transform: uppercase;
    }
    .card-title2{
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: normal;
    font-family: 'Ultra', serif;
    color: #FFF000;
    text-transform: uppercase;
    }
    .parrafo{
    font-size: 1rem;
    line-height: 1.2rem;
    font-family: 'Nunito', sans-serif;
    color: #FFF000;
    text-align: justify;
    }
    .paralelogramo {
    color: #FFF000;
    font-size: 1rem;
    line-height: 1rem;
    text-align: end;
    max-width: 40%;
    max-height: 30px;
    padding-right: 4%;
    border: none;
    background: #333333;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    }

    .paralelogramo:hover {
    color: #333333;
    background: #FFF000;
    text-align: end;
    }

    /******* quienes somos *********/
    #quienesSomos .card{
        background: hsl(0, 0%, 0%, 0.6);
        height: auto;
        padding: 7%;
        border-radius: 0;
    }
    #quienesSomos .card-body{
        justify-items: center;
        margin: 20% 0% 20% 0%;
        padding: 1%;
    }
  
    /**** Prevension de Lesiones  ****/
    
    #prevencionLesiones .card{
        background: hsl(0, 0%, 0%, 0.6);
        height: auto;
        padding: 7%;
        border-radius: 0;
    }
    #prevencionLesiones .card-body{
        justify-items: center;
        margin: 20% 0% 20% 0%;
        padding: 2%;
    }
    
    /******** Foundation Training  ********/

    .card-title3{
      font-size: 0.9rem;
    }
    .video{
      width: 100%;
      height: auto;
      padding-top: 2%;
    }
    .btnSesion{
      position: relative;
      left: -80%;
      width: 100px;
      padding-top: -10%;
      padding-bottom: 10%;
    }
    #foundationTraining .paralelogramo{
      text-align: end;
      padding: 15%;
    }
    
    /*****  footer  ******/

    ul li a{
      color: #fff;
      font-size: .8rem;
    
    }
    .texto-link{
      font-size: 12px;
    }
    .social-links a p {
      color: #fff;
      font-size: .8rem;
      width: auto;
      text-decoration: none;
    }
    .social-links a i {
        color: #fff;
        font-size: .8rem;
        width: auto;
        text-decoration: none;
    }
    .footer-links i {
        color: #000;
        font-size: .8rem;
        width: auto;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
    }
    #contactForm .form-group input, .form-group textarea{
      font-family: 'Montserrat', sans-serif;
      border-radius: 0;
      font-size: 0.8rem;
    }
    .help-block{
        font-size: 0.9rem;
    }
    .paralelogramoOtro {
      color: #000;
      background: #FFF000;
      font-size: 1rem;
      line-height: 1.1rem;
      font-family: 'Ultra', serif;
      font-weight: bolder;
      font-style: normal !important;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      width: 45%;
      height: 30px;
      min-width: 45%; 
      min-height: 30px; 
      border: none;
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg);
    }
    .tituloFooter h2{
      font-size: 1.5rem;
      font-family: 'Montserrat', sans-serif;
      font-weight: bolder;
      font-style: normal !important;
      color: #FFF000;
      margin-top: 30px;

    }

    /*****************  TURNOS  *****************************/
    .imgEntrenamiento{
      position: relative;
      width: 6em;
      height: 6em;
      border-radius: 50%;
    }
    #turnos h5{
      font-size: 1rem;
      font-family: 'Montserrat', sans-serif;
      font-weight: bolder;
      font-style: normal !important;
      color: #FFF000;
      margin-bottom: 0;
    }
    #turnos .container{
      width: 100vw;
    }

    #turnos .paralelogramo {
      color: #FFF000;
      font-size: 1.5rem;
      line-height: 2rem;
      font-family: 'Montserrat', sans-serif;
      font-weight: bolder;
      font-style: normal !important;
      text-align: center;
      width: 250px;
      height: 60px;
      min-width: 150px; 
      min-height: 50px; 
      border: none;
      background: #333333;
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg);
    }
}
