/*--------------------------------------------------------------
# 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;
}

.card-container{
  height: 95%;
}

/*** Backgrounds ***/
#homeQS {
  background-image: url(../assets/img/QS01.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;
}
#quienesSomos2 {
  background-image: url(../assets/img/QS02.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;
}
#profesionales {
  background: #666666;
  background: linear-gradient(270deg,#666666 0%, #040404 80%);
  background: -webkit-linear-gradient(270deg,#666666 0%, #040404 80%);
  background: -moz-linear-gradient(270deg,#666666 0%, #040404 80%);
  width: 100vw;
  height: 90vh;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  border: none;
}
#gallery {
  background: #666666;
  background: linear-gradient(0deg,#666666 0%, #040404 80%);
  background: -webkit-linear-gradient(0deg,#666666 0%, #040404 80%);
  background: -moz-linear-gradient(0deg,#666666 0%, #040404 80%);
  width: 100vw;
  height: 90vh;
  overflow: hidden;
  padding: 2% 5% 2% 5%;
  margin-bottom: 0;
}
#footer{
  background-color: #4D4D4D;
  height: auto;
  padding: 3% 4% 0% 4%;
}

/**** SOBRE NOSOTROS  ****/

#homeQS .card{
  background: hsl(0, 0%, 0%, 0.6);
  height: 85vh;
  padding: 11%;
  border-radius: 0;
}
#homeQS .card-body{
  justify-items: end;
  margin: 10% 0% 0% 0%;
}
#homeQS .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;
}
.card-title3{
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  color: #FFF000;
}

.jdiaz a{
  color: #FFF000;
}
.jdiaz a:hover{
  color: #000;
  background: #FFF000;
  text-decoration: none;
}
.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 *********/
#quienesSomos2 .card{
  background: rgba(0,0,0,0.6);
  background: linear-gradient(1deg,rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.88) 30%, rgba(0,0,0,0.99) 70%);
  background: -webkit-linear-gradient(1deg,rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.88) 30%, rgba(0,0,0,0.99) 70%);
  background: -moz-linear-gradient(1deg,rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.88) 30%, rgba(0,0,0,0.99) 70%);
  height: 90vh;
  padding: 8%;
  border-radius: 0;
}
#quienesSomos2 .card-body{
  justify-items: end;
  margin: 10% 0% 0% 0%;
}
#quienesSomos2 .card-footer{
  margin: 0% 5% 0% 5%;
  align-self: flex-end;
}
#quienesSomos2 hr{
  height: 8px;
  width: 20%;
  margin-left: 0%;
  margin-right: 90%;
  background-color:#FFF000;
  color: #FFF000;

}
#foundationTraining hr {
  height: 8px;
  width: 8%;
  margin-left: 0%;
  margin-right: 90%;
  background-color: #FFF000;
  color: #FFF000;
}

/**** PROFESIONALES  ****/

#profesionales .card{
  background: transparent;
  height: 90vh;
  border-radius: 0;
}
#profesionales .card-header{
  background: transparent;
  margin: 5% 0% 0% 0%;
}
#profesionales .card-body{
  justify-items: center;
  margin: 0% 0% 0% 0%;
  height: 300px;
}
.bg-card{
  background: #333333;
  border-radius: 25px;
  box-shadow: 0px 25px 0px 0px #4c4c4c;
}
#profesionales .card-footer{
  margin: 0% 5% 0% 5%;
  align-self: flex-end;
}
.profesional{
  width: 8em;
}

#profesionales .card-title4{
  font-size: 1.2rem;
  line-height: 3.2rem;
  font-weight: normal;
  font-family: 'Ultra', serif;
  color: #FFF000;
  text-transform: uppercase;
  text-align: start;
  margin-top: -15%;
  background: #333333;
  border-radius: 0px 0px 200px 0px;
  -webkit-border-radius: 0px 0px 200px 0px;
  -moz-border-radius: 0px 0px 200px 0px;
  background: #333333;
  border: 7px solid transparent;
  width: 95%;
  padding-left: 18%;
  margin-left: 5%;
}
#profesionales .card-subtitle{
  font-size: .9rem;
  font-family: 'Nunito', sans-serif;
  color: #FFF000;
  text-align: start;
  width: 95%;
  padding-left: 18%;
  margin-left: 5%;
}
#profesionales .card-subtitle2{
  font-size: 1rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  color: #FFF000;
  text-align: start; 
}
#profesionales .col-izquierda{
  padding: 3.5%;
  margin-bottom: 3.5%;
}
#profesionales .col-derecha{
  padding: 3.5%;
  margin: 0%;
}
#profesionales .parrafo{
  font-size: .8rem;
  line-height: 1rem;
  font-family: 'Nunito', sans-serif;
  color: #FFF000;
  text-align: justify;
}

/******** Foundation Training  ********/

.ftraining .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  margin-top: 2%;
}

.ftraining .owl-item img {
  width: 230px;
  height: auto;
  transition: ease-in-out 0.6s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ftraining .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

/*****  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);
}
.alert-danger{
  font-size: 12px;
}
.close{
  display: none;
  width: 1rem;
  height: 1rem;
}