html {
  scroll-behavior: smooth;
}
/*   Texto-navbar   */
.text-size {
  font-size: 90%;
}

/*flecha indicativa*/
.section {
  height: 100vh;
  position: relative;
}

.title-yaab{
  background: linear-gradient(100deg,rgb(80, 80, 80), rgb(250,250,250));
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;
}

.arrow {
  position: absolute;
  animation: bounce 1s infinite;
  color: rgba(250, 250, 250);
  bottom: 3rem;
}

.arrow:nth-child(2) {
  color: rgba(250, 250, 250, 0.75);
  bottom: 2rem;
}

.arrow:nth-child(3) {
  color: rgba(250, 250, 250, 0.5);
  bottom: 1rem;
}

.arrows-container:hover .arrow {
  color: rgb(245, 195, 68);
}

.arrow-ini {
  position: absolute;
  animation: bounce 1s infinite;
  color: rgba(250, 250, 250);
  bottom: 7.5rem;
}

.arrow-ini:nth-child(2) {
  color: rgba(250, 250, 250, 0.75);
  bottom: 6.5rem;
}

.arrow-ini:nth-child(3) {
  color: rgba(250, 250, 250, 0.5);
  bottom: 5.5rem;
}

.arrows-container:hover .arrow-ini {
  color: rgb(245, 195, 68);
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}

/*  */

/* Carousel*/
.carousel-item {
  height: 100vh;
  min-height: 18.75rem;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.bg-title {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.625rem;
}
/*   card metas-valores   */

.metas-valores {
  background-image: url('../img/pag-pripal-card-1/card-1.jpg'); /* URL de la imagen de fondo */
  background-size: 30rem;
  background-position: left;
  height: 60vh;
  background-repeat: no-repeat;
}


/* card */
.card {
  height: 100%;
}

/*Flecha...*/

/*Quienes...*/

.first-section {
  background-image: url("../img/carousel/grupo2.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}
/*Nuestra...*/
.first-section-n-h {
  background-image: url("../img/menu-acerca/empresarios.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

ul.timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0.9375rem; 
}

ul.timeline:before {
  content: ' ';
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  position: absolute;
  left: 1rem; 
  width: 0.25rem; 
  height: 100%;
  z-index: 400;
  border-radius: 1rem;
}

li.timeline-item {
  margin: 1.25rem 0; 

}

.timeline-arrow {
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid rgb(245, 195, 68);
  border-bottom: 0.5rem solid transparent;
  display: block;
  position: absolute;
  left: 2rem;
}


li.timeline-item::before {
  content: ' ';
  background: rgb(245, 195, 68);
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 0.1875rem solid #fff; 
  left: 0.6875rem; 
  width: 0.875rem; 
  height: 0.875rem; 
  z-index: 400;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2); 
}

.text-gray {
  color: #999;
}


/*Cultura...*/

.first-section-c-o {
  background-image: url("../img/menu-acerca/y0301.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

/*Gob...*/

.first-section-g-c {
  background-image: url("../img/menu-acerca/gente.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

/*Con...*/
.first-section-co {
  background-image: url("../img/carousel/grupo1.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.first-section-con {
  background-image: url("../img/menu-acerca/y0301.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.filter {
  background-color: rgba(0, 0, 0, 0.59);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

/*Aviso de privacidad*/
.first-section-com {
  background-image: url("../img/menu-acerca/y0301.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#aviso-de-privacidad {
  border-radius: 0.625rem;
  height: 70vh;
}
.card-com {
  border-radius: 0.625rem;
}

/*Bolsa*/
.bg-form {
  border-radius: 0.625rem;
}

/*Fundacion
.first-section-fun {
  background-color: rgba(219, 207, 207, 0.2);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
*/
.filter2 {
  background-color: rgba(255, 255, 255, 0.59);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
/* iconos */
.icon {
  color: rgb(223, 184, 82);
}

.icon-fun {
  color: rgb(122, 195, 58);
}



/*----------------------------------*/

.card-text1{
  background-color: rgb(223, 184, 82);
  margin-left: -3.125rem;
  border-radius: 0.625rem;
}
.card-text2{
  background-color: rgb(223, 184, 82);
  margin-right: -3.125rem;
  border-radius: 0.625rem;


}

.card-img{
height: 500vh;
background-position: center;
}

