@import "../fonts/stylesheet.css";
@charset "UTF-8";
*  {margin: 0; padding: 0; box-sizing: border-box;letter-spacing: -.5px}
* :focus {
    outline:none
}


/*red   #da291c   */
/*yellow   #fedd00   */
body{
    background: #F6F7F7;
    font-family: 'Barlow', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    min-height: 100vh;
    min-width: 100%;
    color: #3c4145;
    overflow-x: hidden !important;
}
.primary {
    color: #bf9933 !important;
}
.clients-name {
    font-size: 0.7rem !important;
    font-weight: 300 !important;
}
.teamwork {
    font-size: 0.8rem !important;
    padding-top: 0.4rem;
    font-weight: 300 !important;
}
.card-images {
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
}
.mb-10 {
    margin-bottom: 3rem !important;
}
.fefefe-section{
    background-color: #f2f2f2 !important;
    padding-top: 5rem;
}
.dark-section{
    background-color: #494447 !important;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 550px;
    height: auto;
}
.bright-section{
    background-color: #e5d5ab !important;
    color: #494447;
    margin-top: 5rem;
    height: auto;
    padding: 3rem;
}
.bright-section h3 {
    font-weight: 600 !important;
    font-size: 2rem;
    padding-bottom: 2rem;
}
.bg-nav {
    font-weight: 300 !important;
    background-color: #494447;
}
.bg-dark {
    background-color: #494447 !important;
}
.fs-sm {
    font-size: 0.9rem;
    font-weight: 300 !important;
}
.footer-smaller {
    font-size: 60% !important;
    line-height: 140%;
}
.footer-smaller a:link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 1rem;
}
.footer-smaller a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 1);
}
.dropdown-item {
    font-size: 1rem;
    font-weight: 300;
}
.nav-item {
    font-weight: 300 !important;
}
.nav-link {
    color: white!important;
    font-size: 0.9rem;
    margin-right: 1rem;
}
.p-7 {padding: 7rem !important;}
.bg-header {
    background-image: url(../images/jumbo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.white { color: white !important;}
.text-white-80 {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400 !important;
}
.btn-primary{
    --bs-btn-bg: #bf9933;
    --bs-btn-border-color: #bf9933;
    --bs-btn-hover-bg: #9d7e2b;
    --bs-btn-hover-border-color: #9d7e2b;

    --bs-btn-active-bg: #e5d5ab;
    --bs-btn-active-border-color: #e5d5ab;
    padding: 0.7rem;
    font-size: 1.1rem;
    margin-top: 2rem;
}
.services-img {
    width: 140px;
    border-radius: 50%;
    height: 140px;
    display: block;
    margin: 0 auto;
}
.fw-normal{
    font-weight: 500!important;
    font-size: 1.3rem;
    padding-top: 1rem;
}
.fw-small {
    font-weight: 300!important;
    font-size: 0.7rem;
    line-height: 140%;
}
.fw-normal-p, .breadcrumb-item {
    font-weight: 300!important;
    font-size: 0.9rem;
    padding-top: 0.5rem;
}
.round-father {
    position: absolute;
    margin-top: 18% !important;
    margin-left: -2% !important;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.featurette-heading {
    font-weight: 600!important;
    font-size: 2rem;
    line-height: 160%;
    padding-bottom: 2rem;
}
.best-heading {
    font-weight: 600!important;
    font-size: 1.3rem;
    line-height: 160%;
    padding-bottom: 1rem;
}
.text-body-secondary {
    font-size: 60%;
    font-weight: 400!important;
    line-height: 180%;
}
.feature-img {
    width: 500px;
    height: 500px;
    display: block;
    position: relative;
    float: left;
    left: 0;    
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.feat-entrenamiento {
    background-image: url(../images/servicios-entrenamiento.jpg);
}
.feat-coaching {
    background-image: url(../images/servicios-coaching.jpg);
}
.feat-consultoria {
    background-image: url(../images/servicios-consultoria.jpg);
}
.feat-assessment {
    background-image: url(../images/servicios-assessment.jpg);
}
.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none !important;
    -webkit-mask-image: -webkit-radial-gradient(#222, #000);
}
.gallery-item>img {
    display: block;
    width: 100%;
}
.gallery-item a{
    transition: color .2s ease-in-out;
}
.gallery-item .gallery-item-caption {
    opacity: 0;
    transition: all .3s ease-in-out;
}
.gallery-item .gallery-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    font-weight: 400 !important;
    font-size: 1rem;
    text-align: left;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 1rem;
    color: #fff;
    transform: translateY(0.5rem);
}


.gallery-item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

/* Estilo para el fondo oscurecido en estado normal */
.gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* Fondo transparente */
  transition: background-color 0.3s;
}

/* Estilo para el texto */
.gallery-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Fondo oscurecido */
  color: #fff; /* Color de texto blanco */
  padding: 10px;
  margin: 0;
  transition: all 0.3s;
  transform: translateY(100%); /* Mueve el texto hacia abajo */
}

/* Cambiar la opacidad y el fondo oscurecido cuando se pasa el mouse */
.gallery-item:hover {
  opacity: 0.7; /* Cambia la opacidad al pasar el mouse */
}

.gallery-item:hover::before {
  background-color: rgba(0, 0, 0, 0.5); /* Fondo más oscuro al pasar el mouse */
}

.gallery-item:hover .gallery-item-caption {
  transform: translateY(0); /* Muestra el texto al pasar el mouse */
}



  
  /* Estilo para el overlay oscuro en estado normal */
  .gallery-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Fondo oscuro con overlay */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Estilo para el texto */
  .gallery-item-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; /* Color de texto blanco */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Mostrar el overlay oscuro y el texto al pasar el mouse */
  .gallery-item:hover::before {
    opacity: 1; /* Muestra el overlay oscuro al pasar el mouse */
  }
  
  .gallery-item:hover .gallery-item-caption {
    opacity: 1; /* Muestra el texto al pasar el mouse */
  }
  

  .col-md-5 .play-icon i {
    font-size: 4rem; /* Tamaño del ícono a 4rem */
    color: #fff; /* Color del ícono en estado normal (blanco) */
    transition: color 0.3s; /* Transición de color al pasar el mouse */
  }
  
  /* Cambiar el color del ícono al pasar el mouse sobre el div */
  .col-md-5:hover .play-icon i {
    color: #bf9933; /* Cambiar el color del ícono al pasar el mouse a #bf9933 */
  }
  .play-icon {
    align-self: center;
    display: block;
    margin-top: 50%;
    left: 50%;
    margin-left: -2rem;
    position: absolute;
    z-index: 999;
  }


  




.rounded-3 {
    border-radius: 3rem;;
}
.x-tra-padd-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.small-caption-h1 {
    font-size: 50%;
    font-weight: 600;
}

.mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}
.mx-md-n5 img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.bg-secondary-subtle {
    font-weight: 300 !important;
}
.link-body-emphasis {
    color: #494447 !important;
    font-weight: 500 !important;
}

.breadcrumb{
/* --bs-breadcrumb-padding-x: 0; */
/* --bs-breadcrumb-padding-y: 0; */
/* --bs-breadcrumb-margin-bottom: 1rem; */
/* --bs-breadcrumb-bg: ; */
/* --bs-breadcrumb-border-radius: ; */
/* --bs-breadcrumb-divider-color: var(--bs-secondary-color); */
--bs-breadcrumb-item-padding-x: 0.7rem;
/* --bs-breadcrumb-item-active-color: var(--bs-secondary-color); */
display: flex;
/* flex-wrap: wrap; */
/* padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x); */
margin-bottom: 0.3rem;
/* font-size: var(--bs-breadcrumb-font-size); */
list-style: none;
/* background-color: #cfcfcf; */
border-radius: var(--bs-breadcrumb-border-radius);
}

.smaller {
    font-size: 90% !important;
}
.title-office {
    margin-top: 2rem;
}
.px-lg-5{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sixty-percent {
    width: 60%;
}
.testimonio h4 {
    padding-top: 1rem;
    font-weight: 600;
}
.testimonio p {
    font-weight: 200;
}
.testimonio h5 {
    padding-top: 0.5rem;
    font-weight: 400;
    font-size: 0.9rem;
}
.testimonios {
    max-height: 100%;
    display: flex;
    align-items: center;
}
.go-link {
    text-decoration: none;
    color: #3c4145;
}
.go-link:hover {
    text-decoration: underline;
}


.prev-dark, .next-dark {
    opacity: 1;
}
.prev-dark {
    left: -5rem !important;
}
.next-dark {
    right: -5rem !important;
}


.card {
    border: none !important;
    margin-bottom: 1rem;
}
.same-height-dad {
    display: flex;
  flex-wrap: wrap;
}
.same-height-son {
    display: flex;
}
.hundred-percent {
    width: 100%;
}
.card-body p, .mktg-cat p {
    font-size: 1.1rem;
    font-weight: 300;
}
.card-body h2, .mktg-cat h2 {
    font-size: 1.3rem;
    font-weight: 600 !important;
}
.mktg-cat h2 {
    margin-top: 1rem
}
.col-md-7 {
    align-self: center;
}
.feature{
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
    height: 500px;
    width: 500px;
    margin-left: 0;
}
.iso-yellow{
    background-image: url(../images/about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
    height: 500px;
    width: 500px;
    margin-left: 0;
    float: left;
    left: 0;
    top: 0;
}
.form-label {
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
input::placeholder{
    color: #bdbdbd !important;
    font-weight: 300 !important;
}
.nav-link.disabled, .nav-link:disabled {
    color: rgba(255, 255, 255, 0.3) !important;
}
.dropdown-item:hover {
    background-color: rgba(191, 153, 51, 0.4);
}





@media (max-width: 767px) {

.bg-nav {
    padding-left: 1rem;
    padding-right: 1rem;
}
.p-7 {
    padding: 7rem 1rem !important;
}
.feature{
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
    height: 500px;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    overflow-x: hidden;
}
.iso-yellow{
    background-image: url(../images/servicios-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: block;
    height: 70%;
    width: 70%;
    margin-left: -35%;
    float: left;
    left: 50%;
    top: 50%;
    margin-top: -45%;
}
.testimonio p {
    font-weight: 200;
    font-size: 1rem;
}

}