*{
    font-family: "Lato", sans-serif;
    margin: 0;
    box-sizing: border-box;
}
.custom-shape-divider-bottom-1733970461 {

    width: 120%;
    margin-left: -10%;
    height: 300px;
    background: linear-gradient(259.84deg, #209BA8 -5.2%, #2D3DC5 101.63%);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

}

.accordion-button:not(.collapsed) {
    color: #111111;
    background-color: #ffffff;
    box-shadow: none !important; 
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
    color: black !important;
}


.home{
    background: linear-gradient(259.84deg, #209BA8 -5.2%, #2D3DC5 101.63%);
    height: 800px;
    width: 150%;
    margin-left: -25%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

}

.home2{
    background: linear-gradient(259.84deg, #209BA8 -5.2%, #2D3DC5 101.63%);
    height: 100px;
    width: 110%;
    margin-left: -5%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

}

@media(max-width:750px){
    .home{
        height: 700px;
    }
}
.box{
    transition: .5s;
}

.box:hover{
    box-shadow: 0px 4px 84.1px 0px #0000001A;
    transition: .5s;
    background: white;
    border-radius: 8px;
}
.section2{
    background: linear-gradient(259.84deg, #209BA8 -5.2%, #2D3DC5 101.63%);

}


footer{
  background: linear-gradient(259.84deg, #209BA8 -5.2%, #2D3DC5 101.63%);
}







.caption-d{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(98, 56, 18, 0.6) 100%);

}

.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;
}


.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 */
}

.border-bott{
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width: 750px) {


  .custom-shape-divider-bottom-1733970461 {

    width: 120%;
    margin-left: -10%;
    height: 180px;
    background: linear-gradient(259.84deg, #209BA8 -5.2%, #2D3DC5 101.63%);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

}

  .menu {
    position: fixed;
    width: 100%;
    margin-left: -100%;
    height: 100vh;
    top: 0;
    left: 0;
    transition:.5s;
    background: linear-gradient(257.75deg, #209BA8 -50.16%, #2D3DC5 175%);

  }
  .activemenu{
    position: fixed;
    width: 100%;
    margin-left: 0%;
    height: 100vh;
    top: 0;
    left: 0;
    transition:.5s;
    background: linear-gradient(257.75deg, #209BA8 -50.16%, #2D3DC5 175%);

  }
  .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;
}

.border-bott{
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}



}




