.error {
    border: solid red 1px !important;
  }

.contenedor_loader{
  margin-left: 30%;
    margin-right: 50%;
    margin-top: 7%;
}

@media (max-width: 740px) {
  .contenedor_loader{
    margin-left: 50%;
    margin-right: 50%;
    margin-top: 19%;
  }
}

  .loader {
    --d:22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #001A72;
    box-shadow: 
      calc(1*var(--d))      calc(0*var(--d))     0 0,
      calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
      calc(0*var(--d))      calc(1*var(--d))     0 2px,
      calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
      calc(-1*var(--d))     calc(0*var(--d))     0 4px,
      calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
      calc(0*var(--d))      calc(-1*var(--d))    0 6px;
    animation: l27 1s infinite steps(8);
  }
  @keyframes l27 {
    100% {transform: rotate(1turn)}
  }

  


.certificaciones .filas2 img{
  border-radius: 30px 0px 300px 0px;
}





#cuerpo-web #larvas .text-content .benefits p{
  color: #001a72;
  font-size: 19px;
}
#cuerpo-web #portafolio .text-content .benefits p{
  color: #001a72;
  font-size: 19px;
}

#cuerpo-web #asesoria .text-content .benefits p{
  color: #001a72;
  font-size: 19px;
}

#cuerpo-web #data .benefits p{
  color: #001a72;
  font-size: 19px;
}


@media screen and (max-width: 640px) {
.tab-productos .tab_detalle .tabs-content .elemento.container-certificacion .lst_certificados > img{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
}
}

@media (max-width: 1355px){
footer .dividido .filas2 {
  grid-template-columns: 100%;
}
footer .dividido  div:last-child img{   
  padding-top: 16px;
}
}

.ocultar_sec{
  display: none;
}

@media (min-width: 1000px){
.detalles-contactanos > *:first-child {
  align-self: start; /* Mueve el primer elemento hacia arriba */
    margin-top: 32px; 
}
}


.conoce-mas .dividir > img:nth-of-type(1),
.conoce-mas .dividir > img:nth-of-type(2)
{
  border-top-left-radius: 26px;
  border-bottom-right-radius: 115px;
}
@media (max-width: 1000px){
  .conoce-mas .dividir > img:nth-of-type(2)
{
 width: 100%;
}
}




.paginador_cartific_x_categoria {
  text-align: center;
  margin-top: 25px;
}
.paginador_cartific_x_categoria a {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #001A72;
  color: #fff;
  border: 1px solid #0227a7;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
}
.paginador_cartific_x_categoria a:hover {
  background: #0227a7;
  color: #fff;
}

.paginador_cartific_x_categoria a.active {
    background-color: #2d5cff;
    color: #fff;
    font-weight: bold;
    border: 1px solid #2d5cff;
    padding: 5px 10px;
}



/* Ocultar spiners o flechas que suben la cantidad del numero en los input tipo numero */
/* Para Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Para Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* Ocultar spiners o flechas que suben la cantidad del numero en los input tipo numero */


.sub-header .logo a > img:nth-of-type(1){
      width: 100%;
}