
h1 {
    font-weight: 700 !important; 
    font-size: 45px !important;
    letter-spacing: .5px;
   }
   @media(max-width: 998px){
    h1 {
      font-size: 36px !important;
    }
  }
.nav-link {
   color: white !important; 
  }
.navbar {
    z-index: 1;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
 }
.navbar-toggler {
  border: 0px !important;
  color: white !important;
}
.nav-link-canvas {
  color: black;
}
.btn-default {
    color: white !important;
    border-radius: 500px;
    border: 0px;
    background-color: #55BF31;
    padding: 0px 22px;
    height: 36px;
    font-weight: 600px;
    font-family: "Be Vietnam Pro", sans-serif;
}
.hero-bg-img {
  width: 100%;
    height: 80vh;
    border-radius: 0px 0px 380px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Be Vietnam Pro", sans-serif;
    color: white;
    display: flex;
  align-items: center;
  justify-content: center;
}
.hero-bg-container{
    width: 100%;
    height: 80vh;
    margin: auto;
    font-family: "Be Vietnam Pro", sans-serif;
    color: white;
    position: absolute;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
#hero-video {
  width: 100%;
  height: 80vh; /* 80% de la altura del viewport */
  border-radius: 0px 0px 480px 0px;
  object-fit: cover; /* Ajusta el video para que cubra completamente el contenedor */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 998px){
  #hero-video {
    border-radius: 0px 0px 280px 0px;
  }
}
.cont-highlights{ 
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media(max-width: 768px){
  .cont-highlights {
    padding: 10px;
  }
}
.cont-highlights h1{
  font-size: 45px !important;
}
@media(max-width: 768px){
  .cont-highlights h1  {
    font-size: 28px !important;
  }
}
.cont-highlights p{
    font-weight: 700;
}
@media(max-width: 768px){
  .cont-highlights p  {
    font-size: 14px;
  }
}
.cont-highlights span{
  color: #55BF31;
}
.cont-highlights .spanBlue{
  color: #2C86E3;
}
.card-objective {
  width: 100%;
  margin: auto;
  height: 300px;
  padding: 40px;
  background-color: #2C86E3;
  color: white !important;
  border-radius: 20px;
}
@media(max-width: 998px){
  .card-objective  {
    padding: 40px 24px;
    margin-bottom: 24px;
  }
}
.card-black {
  width: 100%;
  height: 300px;
  padding: 40px;
  background-color: black;
  color: white !important;
  border-radius: 20px;
}
@media(max-width: 998px){
  .card-black  {
    padding: 40px 24px;
    margin-bottom: 24px;
  }
}
.card-green {
  width: 100%;
  height: 300px;
  padding: 40px;
  background-color: #55BF31;
  color: white !important;
  border-radius: 20px;
}
@media(max-width: 998px){
  .card-green  {
    padding: 40px 24px;
    margin-bottom: 24px;
  }
}
.card-industry {
  width: 100%;
  height: 100px;
  padding: 20px;
  background-color: #F1F1F1;
  color: rgb(0, 0, 0) !important;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media(max-width: 1200px){
  .card-industry  {
    padding: 10px;   
  }
}
@media(max-width: 768px){
  .card-industry  {
    padding: 16px;
  }
}
@media(max-width: 430px){
  .card-industry  {
    padding: 8px;
  }
}
.card-industry p{
  font-size: 15px;
  padding-left: 18px;
 line-height: 20px;
}
@media(max-width: 1200px){
  .card-industry p  {
  font-size: 13px;
  padding-left: 6px;
  }
}
@media(max-width: 768px){
  .card-industry p  {
  font-size: 13px;
  padding-left: 10px;
  }
}
.card-text h6{
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 0px;
  font-size: 0.9375rem;
    font-family: "Be Vietnam Pro", sans-serif;
}
@media(max-width: 768px){
  .card-text h6  {
    font-size: 0.8rem;
  }
}
.card-text h1{
  color: white;
  font-weight: 500 !important;
  letter-spacing: .5px;
  margin-bottom: 10px;
    font-family: "Be Vietnam Pro", sans-serif;
}
.card-text p{
  color: white;
  font-weight: 200 !important;
  margin-bottom: 24px;
    font-family: "Be Vietnam Pro", sans-serif;
}
@media(max-width: 768px){
  .card-text p  {
    font-size: 0.9375rem;
  }
}
.card-text p i{
 font-size: 13px;
}
.btn-outline-w {
  color: white !important;
  border-radius: 500px;
  border: 2px solid white;
  background-color: transparent;
  padding: 0px 22px;
  height: 36px;
  font-weight: 600px;
  font-family: "Be Vietnam Pro", sans-serif;
}
.btn-outline-w i{
  font-size: 0.8125rem;
}
.cont-img-intro {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
@media(max-width: 768px){
  .cont-img-intro  {
    height: 200px;
  }
}
.cont-gral-txt {
    width: 100%;
    height: 400px;
    padding: 40px;
    display: flex;
    align-items: center;
}
@media(max-width: 768px){
  .cont-gral-txt  {
    height: auto;
    padding: 8px;
    margin-top: 40px;
  }
}
.cont-gral-txt h6 {
    font-size: 0.9375rem;
    color: #2B86E2;
    text-transform: uppercase;
    font-weight: 800 !important;
    margin-bottom: 0px;
    font-family: "Be Vietnam Pro", sans-serif;
}
.cont-gral-txt h1 {
    font-weight: 600 !important;
    margin-bottom: 24px;
    font-family: "Be Vietnam Pro", sans-serif;
}
.cont-gral-txt p {
  font-weight: 400 !important;
  margin-bottom: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
}
.cont-gral-txt .spanGreen{
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 800 !important;
  color: #55BF31;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 16px;
}
.cont-gral-txt span {
  color: #C5C5C5;
  font-weight: 600 !important;
}
.m-klin {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
@media(max-width: 768px){
  .m-klin  {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
.cont-advan{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 24px;
  font-family: "Be Vietnam Pro", sans-serif;
}
.cont-advan h6{
  font-weight: 600 !important;
  font-size: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
}
.cont-advan p{
  font-weight: 300 !important;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media(max-width: 768px){
  .cont-advan p  {
    font-size: 14px;
  }
}
.cont-circle-icon{
  width: 120px;
  height: 120px;
  border-radius: 500px;
  background-color: #EAECEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-control {
  background-color: #EAECEF !important;
  border: 0px !important;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.9rem !important;
}
.cont-footer {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 30px;
  margin-bottom: 60px;
  background: linear-gradient(130deg, rgba(43,134,226,1) 0%, rgba(85,191,49,1) 100%);}
@media(max-width: 768px){
  .cont-footer  {
    border-radius: 0px;
    margin-bottom: 0px;
  }
}
.copy-black {
    width: 100%;
    height: 36px;
    background-color: black;
    color: white;
    padding: 4px;
   
}
.logo-footer {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 40px;
}
.nav-footer {
  width: 100%;
  height: auto;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
}
.cont-copy-footer {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 13px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 200 !important;
}

.input-control-fk:focus{
  color:transparent!important;
  border: none;
}

.input-control-fk{
  color: transparent;
  background: transparent;
  height: auto;
  border: 0;
  position: absolute;
  z-index: -10;
}