
body, html {
    font-family: 'Poppins','Montserrat', sans-serif;
  }


#myBtn-whatsapp {
    display: none;
    position: fixed;
    bottom: 25px;
    left: 20px;
    width: 50px;
    height: 50px;
    z-index: 999;
    font-size: 1.7rem;
    border: none;
    outline: none;
    background-color: #09CC61;
    color: #fff;
    border-color: #09CC61;
    border-width: 0px;
    border-style: solid;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-right: 6px;
    padding-left: 13px;
    border-radius: 40px;
}


/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
--animate-duration: 2s;
}

/* This changes all the animations globaly */
:root {
--animate-duration: 3000ms;
--animate-delay: 0.9s;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #BDA16F !important;
    font-weight: 600;
    border-bottom-color: #BDA16F !important;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}



.bg-beige {
    background-color:  #F7F1E3;
}
 
.color-beige {
     color: #BDA16F !important; 
}


.bg-marron {
    background-color:  #BDA16F !important; 
}
 

.color-verde {
    color: #65744A !important;
}

.bg-verde {
    background-color: #65744A !important;
}



.bg-paso-1 {
    background-color:  #FBF8F1 !important; 
}


.bg-paso-2 {
    background-color:  #F7F1E3 !important; 
}


.bg-paso-3 {
    background-color:  #FBF8F1 !important; 
}


.bg-paso-4 {
    background-color:  #F7F1E3 !important; 
}


.pasos {
  background-color:  #BDA16F !important; 
  font-size: 1.1rem;
}


.border-etapas  {
  border-color:  #F3ECE4 !important; 
}

.iconos-pasos {
  font-size: 2.6rem;
  
}


/* footer redes sociales */
.social-networks {
  font-size: 1.1rem;
  
}

.social-networks {
    font-size: 1rem;
    display: flex;
    gap: 5px; /* espacio entre botones */
    justify-content: right; /* centra el ícono */
}

.social-networks a {
    color: #65744A;
    transition: 0.2s;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border-radius: 0; /* hace que se vean redondos */
    display: flex;
    align-items: center;
    justify-content: center; /* centra el ícono */
    text-decoration: none;
    font-size: 1.2rem;
}


.facebook:hover {
  color: #0077e2;
}

.linkedin:hover {
  color: #2390f0;
}

.instagram:hover {
  color: #C934AC;
}

.mail:hover {
  color: #666;
}

.ws:hover {
  color: #09CC61;
}

.youtube:hover {
  color: #D0112B;
}

.email:hover {
  color: #666;
}


.tit-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.tit-italica {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}




.bg-contacto {
    background-color:  #faf7ef !important; 
}



/* footer redes sociales */
.links-internos {
  font-size: 1.5rem !important;
}



.links-internos a:link {
    color: #FFF;
    transition: 0.2s;
    border-radius: 0;
    display: flex;
    text-decoration: none;
}

/* visited link */
.links-internos a:visited {
    color: #FFF;
    transition: 0.2s;
}

/* mouse over link */
.links-internos a:hover {
  color: #BDA16F;
  text-decoration: none;
  
}

/* selected link */
.links-internos a:active {
  color: gray;
}



.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #AAA !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background-color: var(--bs-body-bg); */
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
    border-bottom-color: #DDDDDD;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background-color: #faf7ef ; 
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}




.bg-mas-nos-mueve {
    background-color:  #BDA16F !important; 
}



.barras-verticales {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}


/* Bar Graph Vertical */
.bar-graph .year {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
}

.bar-graph-vertical {
  margin-top: 80px;
  max-width: 680px;
}

.bar-graph-vertical .bar-container {
  float: left;
  height: 300px;
  position: relative;
  text-align: center;
  width: 70px;
  margin-right: 20px;
}

.bar-graph-vertical .bar {
  border-radius: 3px;
  bottom: 0px;
  position: absolute;
  width: 70px; 

}

.bar-graph-vertical .year {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bar-graph-two .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr(data-percentage);
  font-weight: 700;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: left;
  top: 24px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bar-graph-two .bar-one .bar {
  background-color: #BDA16F;
  -webkit-animation: show-bar-one-vertical 1.2s 0.1s forwards;
  -moz-animation: show-bar-one-vertical 1.2s 0.1s forwards;
  animation: show-bar-one-vertical 1.2s 0.1s forwards;
}

.bar-graph-two .bar-two .bar {
  background-color: #BDA16F;
  -webkit-animation: show-bar-two-vertical 1.2s 0.2s forwards;
  -moz-animation: show-bar-two-vertical 1.2s 0.2s forwards;
  animation: show-bar-two-vertical 1.2s 0.2s forwards;
}

.bar-graph-two .bar-three .bar {
  background-color: #BDA16F;
  -webkit-animation: show-bar-three-vertical 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-vertical 1.2s 0.3s forwards;
  animation: show-bar-three-vertical 1.2s 0.3s forwards;
}

.bar-graph-two .bar-four .bar {
  background-color: #BDA16F;
  -webkit-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  -moz-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  animation: show-bar-four-vertical 1.2s 0.4s forwards;
}

.bar-graph-two .bar-five .bar {
  background-color: #BDA16F;
  -webkit-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  -moz-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  animation: show-bar-four-vertical 1.2s 0.4s forwards;
}

.bar-graph-two .bar-six .bar {
  background-color: #BDA16F;
  -webkit-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  -moz-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  animation: show-bar-four-vertical 1.2s 0.4s forwards;
}

.bar-graph-two .bar-seven .bar {
  background-color: #bd6f9f;
  -webkit-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  -moz-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  animation: show-bar-four-vertical 1.2s 0.4s forwards;
}




/* Bar Graph Vertical Animations */
@-webkit-keyframes show-bar-one-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 15%;
  }
}

@-webkit-keyframes show-bar-two-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 22%;
  }
}

@-webkit-keyframes show-bar-three-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 35%;
  }
}

@-webkit-keyframes show-bar-four-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 55%;
  }
}


@-webkit-keyframes show-bar-five-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 70%;
  }
}

@-webkit-keyframes show-bar-six-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}


@-webkit-keyframes show-bar-seven-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 90%;
  }
}




@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
