@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



.caption-d{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);

}
.text-color{
  color: #ffbe33;
}
.bg-color{
  background: #ffbe33 !important;
}

.circular.active{
    background-color: #C1560E !important;
}

.text-verde{
    color: #005745;
}
.bg-verde{
    background: #005745;
}

.col-md-12 i{
    transition: 1s;
}
.col-md-12:hover i {
    bottom: 20px; /* El icono subirá a esta posición */
    transition: 1s;
}
.box{
    min-height: 250px;
    transition: .5s;
    max-height: 250px;
}

.textbottom{
 transition: .5s;
}
.box:hover .textbottom{
  margin-bottom: 20px;
  transition: 0.5s;
}
.box h4{
   margin-top:30px;transition: 0.5s;
}
.box:hover{
  justify-content:center;
}
.box:hover h4{
  color:  white;
  transition: 0.5s;
  margin-top:40px;
 
}

.box:hover p{
  color:  white;
  transition: 0.5s;
}
.parallax{
    background: fixed no-repeat 50% 50%;
    background-image: url('../../img/dashboard/fondo.png');
    background-size: cover;
}

/* .parallax2 {
  background: url('../../img/nutricional/comida.png') no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
} */


.textbottom:hover{
    
    transition: .5s;

}

.textbottom:hover{
    margin-bottom: 30px;
    transition: .5s;

}


.btn-beneficio:hover {
    background: #005745;
    transition: .8s;
}


.box2:hover img{
    transform: scale(1.09);
    transition: .5s;
}
.box2 img{
    transform: rotate(0deg);
    transition: .5s;
}
.box2:hover{
  -webkit-box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.25);
box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.25);
transition: .5s;
}
.box-sd{
    box-shadow: 0px 20px 30px 0px #0000001A;

}

.btn-beneficio p {
  transition: transform 0.5s ease-in-out;
  margin-left: 15px;
}

.btn-beneficio i {
  opacity: 0;
  transform: translateX(0px);

  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.btn-beneficio:hover p {
  transform: translateX(-10px); /* Ajusta el valor según cuánto quieras que se desplace el texto */
}

.btn-beneficio:hover i {
  opacity: 1;
  transform: translateX(0);

}


.icon:hover{
  background: #FF9100;
  transition: .5s;
}




.timeline {
  position: relative;
  max-width: 5%;
  margin: 20px auto;
}

.timeline-item {
  position: relative;
  padding: 20px 0;
  margin-bottom: 120px;
}

.year {
  position: absolute;
  top: -70px;
  font-weight: bold;
  color: #FF9100;
  font-size: 48px;
}

.content {
 
  padding: 15px;
  border-radius: 5px;
  position: relative;
  width: 750%;
  margin-left: 120px;
  margin-top: -88px;
  z-index: 1;

}
.elemento{
     left: -490px;
    transition: .5s; /* Suaviza el movimiento */
    position: relative;
}


#elemento2{
  right: -490px;
 transition: .5s; /* Suaviza el movimiento */
 position: relative;
 top: 700px;
}

.content2 {
 
  padding: 15px;
  border-radius: 5px;
  position: relative;
  width: 750%;
  margin-left: -760%;
  z-index: 1;
}
.fill{
  width: 4px;
  
}

.line {
  position: absolute;
  top: 0;
  left: 15px;
  width: 4px;
  height: 100%;
  background-color: white; /* Línea inicial blanca */
  transition: background-color 0.2s;
  z-index: 0;
}



.fill {
  height: 0; /* Inicialmente no hay llenado */
  background-color: #FF9100; /* Color de llenado */
  transition: height 0.2s ease-out; /* Transición del llenado */
}

/* Cambiar la línea a blanco cuando no está en vista */
.scrolled {
  background-color: white; /* Línea blanca cuando no está en vista */
}

@media (max-width: 750px) {
  .menu {
    position: fixed;
    width: 70%;
    margin-left: -75%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index:999;
    transition:.5s;
    background: #f2f2f2;
  }
  .activemenu{
    position: fixed;
    width: 70%;
    margin-left: 0%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index:999;
    transition:.5s;
    background: #f2f2f2;
  }
  .timeline {
    position: relative;
    max-width: 5%;
    margin: 20px 0;
}
.content {
  padding: 15px;
  border-radius: 5px;
  position: relative;
  width: 1840%;
  margin-left: 35px;
  margin-top: 0px;
  z-index: 1;
}

.parallax{
  background: fixed no-repeat 50% 50%;
  background-image: url('../../img/dashboard/fondo2.png');
  background-size: cover;
}



}






/* texto */
.form-claim .txt-f{
  font-size: 40px;
}

.form-claim .txt-f1{
  font-size: 24px;
}

.form-claim .txt-f2{
  font-size: 20px;
}

.form-claim .txt-f3{
  font-size: 17px;
}

.form-claim .txt-f4{
  font-size: 16px;
}

.form-claim .txt-f5{
  font-size: 14px;
}

.form-claim .txt-f6{
  font-size: 12px;
}

/* color */
.form-claim .color1{
  color: #9F0000;
}

/* input, label y titulos */
.form-claim .f-claim .int{
  padding-right: 8px;
}

.form-claim .f-claim .int1{
  margin-right: 3px;
}

.form-claim .f-claim input{
  border-width: 0px 0px 1px 0px;
}

.form-claim .f-claim .put1{
  padding: 8px 16px;
}

.form-claim .f-claim .put2{
  padding: 5px 14px;
}

.form-claim .f-claim .f-put{
  margin-bottom: 20px;
  padding: 0 18.5px;
}

.form-claim .f-claim .f-put1{
  padding: 0 18.5px;
}

/* boton y enlace */
.form-claim .f-claim .submit{
  background-color: #9F0000;
  color: #fff;
  padding: 8px 0px;
  border: none;
  transition: 0.3s;
}

.form-claim .f-claim .submit:hover{
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}

/* contenedor */
.form-claim .box1{
  margin: 5% 0 5% 0;
}

.form-claim .f-claim .box2{
  margin-bottom: 10%;
}

/* media query */

@media (max-width:680) {
  .form-claim .txt-f{
      font-size: 24px;
  }
}
