.active{
    font-weight: bold !important;
}

.img-noticia1 {
  width:100% ;  
}

.img-servicio {
  width: 100%!important;
  margin-bottom: -2rem!important;
  margin-top: 5rem;
}

@media (max-width: 600px) {
  .img-servicio {
    width: 90%!important;
    margin-bottom: 1rem!important;
    margin-top: 3rem!important;
    margin-left: 5%!important;
    margin-right: 5%!important; 
  }
}

.img-servicio2 {
  width: 90%!important;  
}

.img-organigrama {
  width: 100%!important;
  opacity: 100;  
}

@media (max-width: 600px) {
  .img-organigrama {
    width: 93%!important;
    opacity: 100; 
  }
}

.boton-ver {
  font-size: 18px!important;
  font-weight: 600!important;
  color: rgb(255, 255, 255)!important;
  margin-top: 43rem!important;
  padding: 1.5rem!important;
  padding-left: 8rem!important;
  padding-right: 8rem!important;
  border-radius: 38px!important;
  border: 0px solid!important;
  background-color: #14f035!important;
  opacity: 90%!important;
  
}

.boton-ver-servicio {
  font-size: 15px!important;
  font-weight: 600!important;
  color: rgb(255, 255, 255)!important;
  margin-top: -40rem!important;
  padding: 1.5rem!important;
  padding-left: 8rem!important;
  padding-right: 8rem!important;
  border-radius: 38px!important;
  border: 0px solid!important;
  background-color: #436cf4!important;
  opacity: 90%!important;
  
}


.boton-trabaja {
  font-size: 13px!important;
  font-weight: 600!important;
  color: rgb(255, 255, 255)!important;
  margin-top: 1rem!important;
  margin-bottom: 3rem!important;
  padding: 1rem!important;
  padding-left: 7rem!important;
  padding-right: 7rem!important;
  border-radius: 38px!important;
  border: 0px solid!important;
  background-color: #00a4b7!important;
  opacity: 90%!important;
  
}


.boton-conocenos {
  font-size: 18px!important;
  font-weight: 600!important;
  color: rgb(255, 255, 255)!important;
  margin-top: 3rem!important;
  padding: 1.5rem!important;
  padding-left: 8rem!important;
  padding-right: 8rem!important;
  border-radius: 38px!important;
  border: 0px solid!important;
  background-color: #14f035!important;
  opacity: 90%!important;
  
}

.logos-footer {
  margin-top: 5rem!important;
}

.flecha-formulario {
  width: 1%!important;
}

.text-mas {
  width: 38%!important;
}

.social-media {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%!important;
}

.formulario__grupo-incorrecto {
  background: #ec1c1ca7;
}
.formulario__grupo-correcto {
  background: #63f50363;
}

@media (max-width: 600px) {
  .none {
    display: none;   
  }
}

@media (min-width: 600px) {
  .minime {
    display: none;  
  }
}

@media (max-width: 600px) {
  .video {
    width: 300px;
    height: 250px;
  }
}

@media (max-width: 600px) {
  .tecnologia {
    width: 100%!important;
  }
}

@media (max-width: 600px) {
  .tecnologia2 {
    width: 80%!important;
    margin-bottom: 2rem!important;
  }
}
.loading {
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 100%;
  background: #35373917;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
}

.loadingOff {
  display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
