/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body{
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    background-color: #000;
    overflow-x: hidden;
}
  a {
    color: black;
  }
  
  a:hover {
    color: black;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: BLACKOAKSTD;
  }
  
  /*--------------------------------------------------------------
   # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    display: block;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    text-decoration: none;
  }
  
  .back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    transition: all 0.4s;
  }
  
  .back-to-top i:hover {
    background: #FFF000;
    color: #000;
  }

/******** navbar **************/

nav{
  background-color: #000;
}
.navbar-brand{
  width: 12em;
}
.grisA{
  background-color: #232323;
}
.grisB{
  background-color:#1A1A1A;
}
.navbar{
  align-items: center;
  height: 75px;
  padding: 0% 4% 0% 4%;
  align-items: center;
}
.navbar-collapse{
  font-size: 1.1rem;
  line-height: 3.1rem;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  margin-left: 1.5rem; 
  background-color: #000;
}
.navbar-toggler .navbar-toggler-icon{
  color: #FFF000;
}
.navbar .nav-link{
  color: #fff;
  font-size: 0.82rem;
  line-height: 3.7rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  
}
.active{
  color: #000 !important;
  background-color: #FFF000;
}
.px-item1{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}  
.px-item3{
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}
.px-item4{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-item5{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.dropdown-menu{
  background-color: #000;
  border-radius: 0%;
}
.dropdown-item{
  color: #fff;
  font-size: 0.82rem;
}



/*** 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: 85vh;
  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: 90vh;
  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: 90vh;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  border: none;
}
#foundationTraining {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 2% 5% 2% 5%;
  margin-bottom: 0;
}
#turnos{
  background-color: #000;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 2% 5% 2% 5%;
  margin-bottom: 0;
}
#footer{
  background-color: #4D4D4D;
  height: auto;
  padding: 3% 4% 0% 4%;
}

/**** home  ****/

#home .card{
  background: hsl(0, 0%, 0%, 0.85);
  height: 85vh;
  padding: 11%;
  border-radius: 0;
}
#home .card-body{
  justify-items: end;
  margin: 10% 0% 0% 0%;
}
#home .card-footer{
  margin: 0% 5% 0% 5%;
  align-self: flex-end;
}
.card-title1{
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  font-family: 'Ultra', serif;
  color: #FFF000;
  text-transform: uppercase;
}
.card-title2{
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 2px;
  font-weight: normal;
  font-family: 'Ultra', serif;
  color: #FFF000;
  text-transform: uppercase;
}
.parrafo{
  font-size: 1.1rem;
  line-height: 1.4rem;
  /*font-stretch: condensed;*/
  font-family: 'Nunito', sans-serif;
  color: #FFF000;
  text-align: justify;
}
.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: 450px;
  height: 60px;
  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);
}
.paralelogramo:hover {
  color: #333333;
  background: #FFF000;
  text-align: center;
}

/******* quienes somos *********/
#quienesSomos .card{
  background: hsl(0, 0%, 0%, 0.6);
  height: 90vh;
  padding: 8%;
  border-radius: 0;
}
#quienesSomos .card-body{
  justify-items: end;
  margin: 10% 0% 0% 0%;
}
#quienesSomos .card-footer{
  margin: 0% 5% 0% 5%;
  align-self: flex-end;
}
.jdiaz a{
  color: #FFF000;
}
.jdiaz a:hover{
  color: #000;
  background: #FFF000;
  text-decoration: none;

}
/**** Prevension de Lesiones  ****/

#prevencionLesiones .card{
  background: hsl(0, 0%, 0%, 0.6);
  height: 90vh;
  padding: 8%;
  border-radius: 0;
}
#prevencionLesiones .card-body{
  justify-items: end;
  margin: 20% 0% 0% 0%
}
#prevencionLesiones .card-footer{
  margin: 0% 5% 0% 5%;
  align-self: flex-end;
}

/******** Foundation Training  ********/
.card-title1{
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  font-family: 'Ultra', serif;
  color: #FFF000;
  text-transform: uppercase;
}
.card-title3{
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  color: #FFF000;
}
#foundationTraining hr {
  height: 8px;
  width: 8%;
  margin-left: 0%;
  margin-right: 90%;
  background-color: #FFF000;
  color: #FFF000;
}
.video{
  left: 50%;
  width: 650px;
  height: 450px;
  padding-top: 0;
}
.btnSesion{
  position: relative;
  left: 55%;
  padding-top: -10%;
}

/*****  footer  ******/
#footer ul li{
  list-style: none;
}
#footer ul li a{
  color: #fff;
  font-size: .9rem;

}
#footer ul li a:hover{
  color: #FFF000;
}

.credits{
  color: #fff;
  font-size: 0.6rem;
  font-family: 'Montserrat', sans-serif;
}

a{
  text-decoration: none;
}

.social-links a p {
  color: #fff;
  font-size: .9rem;
  width: auto;
  text-decoration: none;

}
.social-links a p:hover {
  color: #FFF000;
}
.social-links a i {
  color: #fff;
  font-size: 1rem;
  width: auto;
  text-decoration: none;
}
.social-links a i:hover {
  color: #FFF000;
}

#contactForm .form-group input, .form-group textarea{
  font-family: 'Montserrat', sans-serif;
  border-radius: 0;
}

.paralelogramoOtro {
  color: #000;
  background: #FFF000;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-style: normal !important;
  text-align: center;
  letter-spacing: 2px;
  width: 250px;
  height: 40px;
  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);
}

.paralelogramoOtro:hover {
  color: #FFF000;
  background: #000;
  text-align: center;
}

.tfCentrar{
  margin-left: 18%;
}

.tituloFooter h2{
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  font-style: normal !important;
  color: #FFF000;
  margin-bottom: 0;
}
.tituloFooter h4{
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-stretch: condensed;
  margin-left: 8%;
}

.ubicacionmapa{
  width: 100%;
  height: auto;
  margin-bottom: 2%;
  margin-top: 2%;
}
.text-rojo{
  color: rgb(255, 0, 0);
}

/*****************  TURNOS  *****************************/
.imgEntrenamiento{
  position: relative;
  width: 8em;
  border-radius: 50%;
}
#turnos h5{
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  font-style: normal !important;
  color: #FFF000;
  margin-bottom: 0;
}
#turnos .container{
  width: 60%;
}

#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);
}
#turnos .paralelogramo:hover {
  color: #333333;
  background: #FFF000;
  text-align: center;
}
.alert-danger{
  font-size: 12px;
}
.close{
  display: none;
  width: 1rem;
  height: 1rem;
}