

.upload-box {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 24px 12px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}

.icono-cv {
  width: 111px !important;
  margin-bottom: 8px !important; 
}

.texto-upload {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 15px;
}

.boton-subir {
  background-color: #f7f2e9;
  color: #000;
  padding: 8px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 0 #e0d4c2;
  font-family: 'Poppins';
  font-size: 16px;
  border: 2px solid #FFEED2;
}

.boton-subir:hover {
  background-color: #efe3d1;
}

.archivo-nombre {
  width: 277px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #040404;
  padding: 6px 10px;
  border-radius: 6px;
  max-width: 90%;
  overflow: hidden;
}

.archivo-nombre span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.eliminar-archivo {
  background: none;
  border: none;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  margin-left: 10px;
}

.boton-derecha {
  margin-top: 0px !important;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}


#trabajo {
  padding: 0 !important;
}

#contenedor-formulariox{
        width: unset;
        padding:0;
        flex-direction: unset;
        border: none;
        background: none;
        border-radius: 0px;
        margin: 0 auto;
}

#contacto {
  margin-top: 70px ! important;
}

.oculto{
  display: none;
}

.arreglo-40{
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 44px */
}

.trabajo-img{
  display: none;
}
#subti-section{
  font-size: 24px;

}

      #pantalla-carga {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #aaa;
  border-top: 4px solid var(--color-principal, #d00);
  border-radius: 50%;
  animation: girar 1s linear infinite;
}

@keyframes girar {
  to {
    transform: rotate(360deg);
  }
}